Live data from Hacker News

Stripe Security Advisory: API Keys in JavaScript Allow Full Account Takeover

news.ycombinator.com

1–3 of 3 posts

Stripe Security Advisory: API Keys in JavaScript Allow Full Account Takeover

#1
I was doing some code searches with nerdydata.com to find which websites use Stripe's Javascript integration.

By chance I searched for Stripe Secret API Keys (using this regular expression sk_live_\w+) and found that there a few sites exposing keys in publicly available source code.

These secret API Keys let anyone access a full list of the business's customers' information, including names, emails, credit card types/last4, and other related banking information.

Always consider exposed keys as compromised. I wonder how long they have been live and public.

https://nerdydata.com/search?regex=true&terms[]=sk_live_%5Cw%2B

https://nerdydata.com/search?regex=true&table=jsfiles&terms[]=sk_live_%5Cw%2B

https://nerdydata.com/search?regex=true&table=deepweb&terms[]=sk_live_%5Cw%2B

Re: Stripe Security Advisory: API Keys in JavaScript Allow Full Account Takeover

#2
Sources:

https://nerdydata.com/search?regex=true&terms[]=sk_live_%5Cw...

https://nerdydata.com/search?regex=true&table=jsfiles&terms[...

https://nerdydata.com/search?regex=true&table=deepweb&terms[...

https://support.stripe.com/questions/what-happens-if-my-api-...