frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tell HN: Fiverr left customer files public and searchable

167•morpheuskafka•3h ago•17 comments

Ask HN: Are Web Agencies Cooked?

7•mijustin•3h ago•4 comments

Ask HN: What's your favorite security cam system?

3•SunshineTheCat•4h ago•3 comments

Ask HN: What Are You Working On? (April 2026)

334•david927•2d ago•1132 comments

Ask HN: What standards or protocols exist for AI Agent permissions

2•lyfeninja•5h ago•1 comments

Ask HN: Who needs contributors? (April 2026)

16•Kathan2651•8h ago•6 comments

Tell HN: GitHub might have been leaking your webhook secrets. Check your emails.

21•ssiddharth•5h ago•5 comments

Tell HN: Docker pull fails in Spain due to football Cloudflare block

1131•littlecranky67•2d ago•416 comments

PersMEM: Persistent Semantic Memory and Multi-Instance Communication for AI

3•asixicle•6h ago•0 comments

Ask HN: I quit my job over weaponized robots to start my own venture

108•barratia•10h ago•72 comments

If what you're doing seems impossible: in 1903 NYT said planes are impossible

3•adinhitlore•7h ago•3 comments

Tell HN: OpenAI silently removed Study Mode from ChatGPT

182•smokel•2d ago•77 comments

Claude Code OAuth down for >12 hours

7•pixel_popping•14h ago•7 comments

Technical SEO vs. content optimization: which one moves rankings?

3•zensorsolutions•14h ago•2 comments

Ask HN: LeetCode, anyone still doing it?

8•kwar13•16h ago•7 comments

Ask HN: What are you building that's not AI related?

151•meander_water•5d ago•220 comments

Why most AI projects feel useless

7•vaishcodescape•1d ago•5 comments

Ask HN: What makes it so hard to keep LLMs online?

3•realberkeaslan•1d ago•8 comments

Tell HN: Another Monday, Another Claude Outage

6•ericol•1d ago•1 comments

Ask HN: What's the best AI model for system design nowadays?

5•jcremona•1d ago•8 comments

Ask HN: Hiring in the age of AI-assisted coding: what works?

28•nitramm•4d ago•19 comments

Ask HN: What should I do with my app? 130 downloads 3 real subscribers

6•oyaa52•2d ago•15 comments

How do you validate your GTM Efforts?

3•pranaywankhede•1d ago•4 comments

Ask HN: Are you negatively affected by the recent economic stagnation?

5•adinhitlore•1d ago•14 comments

Ask HN: Is Codex really on Par with Claude Code?

12•shivang2607•1d ago•16 comments

Ask HN: Do you trust AI agents with API keys / private keys?

17•devendra116•2d ago•29 comments

Ask HN: Anyone using Nostr as a lightweight back end/DB for rapid prototyping?

6•wasimsk•2d ago•2 comments

Ask HN: What are you using OpenClaw or agents for?

8•bmau5•1d ago•5 comments

Ask HN: Best books on building a programming language

18•ezzato•3d ago•9 comments

Tell HN: Reddit now demands to know why you won't use their app

20•josephcsible•1d ago•28 comments
Open in hackernews

Tell HN: Fiverr left customer files public and searchable

167•morpheuskafka•3h ago
Fiverr (gig work/task platform, competitor to Upwork) uses a service called Cloudinary to process PDF/images in messaging, including work products from the worker to client.

Besides the PDF processing value add, Cloudinary effectively acts like S3 here, serving assets directly to the web client. Like S3, it has support for signed/expiring URLs. However, Fiverr opted to use public URLs, not signed ones, for sensitive client-worker communication.

Moreover, it seems like they may be serving public HTML somewhere that links to these files. As a result, hundreds are in Google search results, many containing PII.

Example query: site:fiverr-res.cloudinary.com form 1040

In fact, Fiverr actively buys Google Ads for keywords like "form 1234 filing" despite knowing that it does not adequately secure the resulting work product, causing the preparer to violate the GLBA/FTC Safeguards Rule.

Responsible Disclosure Note -- 40 days have passed since this was notified to the designated vulnerability email (security@fiverr.com). The security team did not reply. Therefore, this is being made public as it doesn't seem eligible for CVE/CERT processing as it is not really a code vulnerability, and I don't know anyone else who would care about it.

Comments

mtmail•3h ago
You followed the correct reporting instructions.

https://www.fiverr.com/.well-known/security.txt only has "Contact: security@fiverr.com" and in their help pages they say "Fiverr operates a Bug Bounty program in collaboration with BugCrowd. If you discover a vulnerability, please reach out to security@fiverr.com to receive information about how to participate in our program."

wxw•2h ago
Wow, surprised this isn't blowing up more. Leaking form 1040s is egregious, let alone getting them indexed by Google...
mraza007•2h ago
Woah that's brutal all the important information is wild in public
BoredPositron•1h ago
Just by scrolling over it that's really rough.
popalchemist•1h ago
Burn it to the ground.
smashah•1h ago
They bought and.co and then dropped it. strange company
iwontberude•59m ago
Loooool what a mess
impish9208•48m ago
This is crazy! So many tax and other financial forms out in the open. But the most interesting file I’ve seen so far seems to be a book draft titled “HOOD NIGGA AFFIRMATIONS: A Collection of Affirming Anecdotes for Hood Niggas Everywhere”. I made it to page 27 out of 63.
onraglanroad•40m ago
I've read worse. Better than Dan Brown!
johnmlussier•33m ago
Probably not in scope but maybe https://bugcrowd.com/engagements/cloudinary will care?

This is bad.

morpheuskafka•26m ago
They probably wouldn't act immediately as there's no way for them to enable signing without breaking their client's site. The only cleanup you could do without that would be having google pull that subdomain I guess?

(Fiverr itself uses Bugcrowd but is private, having to first email their SOC as I did.)

janoelze•15m ago
really bad stuff in the results. very easy to find API tokens, penetration test reports, confidental PDFs, internal APIs. Fiverr needs to immediately block all static asset access until this is resolved. business continuity should not be a concern here.
mpeg•14m ago
lots of admin credentials too, which have probably never been changed
janoelze•4m ago
admin passwords to dating sites, that's the stuff people get blackmailed with
qingcharles•10m ago
That's wild. Thousands of SSNs in there. Also a lot of Fiverr folks selling digital products and all their PDF courses are being returned for free in the search results.
gregsadetsky•5m ago
I wrote to Cloudinary for what it's worth. This is brutal.
walletdrainer•5m ago
> Moreover, it seems like they may be serving public HTML somewhere that links to these files. As a result, hundreds are in Google search results, many containing PII

This is not how Google works.