Live data from Hacker News

Tell HN: Camelgate NPM Outage (Cloudflare)

news.ycombinator.com

21–30 of 42 posts

Re: Tell HN: Camelgate NPM Outage (Cloudflare)

#21
post #19

Earlier quoted context omitted.

WAFs are so shit

WAFs are literally "a pile of regexes can secure my insecure software"

To be fair to WAFs, most are more than just a pile of regexes. Things like detecting bot traffic - be it spammers or AI scrapers - are valuable (ESPECIALLY the AI scraper detection, because unlike search engines these things have zero context recognition or respect for robots.txt and will just happily go on and ingest very heavy endpoints), and the large CDN/WAF providers can do it even better because they can spot shit like automated port scanners, Metasploit or similar skiddie tooling across all the services that use them.

Honestly what I'd _love_ to see is AWS, GCE, Azure, Fastly, Cloudflare and Akamai band together and share information about such bad actors, compile evidence lists and file abuse reports against their ISP - or in case the ISP is a "bulletproof hoster" or certain enemy states, initiate enforcement actors like governments to get these bad ISPs disconnected from the Internet.

Re: Tell HN: Camelgate NPM Outage (Cloudflare)

#22
post #20

Earlier quoted context omitted.

> any site using that will have URLs containing 'camel' blocked What engineer at cloudflare thought this was a good resolution?

I doubt the system is that simple. No one wrote a rule saying `if url.contains("camel") then block()` it's probably an unintended side-effect

If this is a bet, I'll happily take the other side and give you 4:1 on it.

Re: Tell HN: Camelgate NPM Outage (Cloudflare)

#23
post #20

Earlier quoted context omitted.

I doubt the system is that simple. No one wrote a rule saying `if url.contains("camel") then block()` it's probably an unintended side-effect

If this is a bet, I'll happily take the other side and give you 4:1 on it.

Me too.

Re: Tell HN: Camelgate NPM Outage (Cloudflare)

#24
post #20

Earlier quoted context omitted.

> any site using that will have URLs containing 'camel' blocked What engineer at cloudflare thought this was a good resolution?

I doubt the system is that simple. No one wrote a rule saying `if url.contains("camel") then block()` it's probably an unintended side-effect

Akamai has been doing precisely that for years & years...

Re: Tell HN: Camelgate NPM Outage (Cloudflare)

#27

Seems to be a change in Cloudflare's managed WAF ruleset - any site using that will have URLs containing 'camel' blocked due to the 'Apache Camel - Remote Code Execution - CVE:CVE-2025-29891' (a9ec9cf625ff42769298671d1bbcd247) rule. That rule can be overridden if you're having this issue on your own site.

WAFs are so shit

But are they less shit than the shitty software they filter traffic for?

Re: Tell HN: Camelgate NPM Outage (Cloudflare)

#28
post #20

Earlier quoted context omitted.

I doubt the system is that simple. No one wrote a rule saying `if url.contains("camel") then block()` it's probably an unintended side-effect

Akamai has been doing precisely that for years & years...

I think you can include advertising/privacy block lists in that vein too, although that allows for the users to locally-correct any issues.

Re: Tell HN: Camelgate NPM Outage (Cloudflare)

#29
post #13

This is not CF WAF's first rodeo https://news.ycombinator.com/item?id=20421538 Cementing its track record as a product that mostly doesn't do anything except for occasionally break the internet here and there to keep things fun and interesting.

> a product that mostly doesn't do anything except for occasionally break the internet

I wouldn't say that. The postmortem you referred to links to another CloudFlare blog post - one about a pretty serious RCE vuln in Microsoft SharePoint that was blocked by their WAF: https://blog.cloudflare.com/stopping-cve-2019-0604/

Re: Tell HN: Camelgate NPM Outage (Cloudflare)

#30

Seems to be a change in Cloudflare's managed WAF ruleset - any site using that will have URLs containing 'camel' blocked due to the 'Apache Camel - Remote Code Execution - CVE:CVE-2025-29891' (a9ec9cf625ff42769298671d1bbcd247) rule. That rule can be overridden if you're having this issue on your own site.

> any site using that will have URLs containing 'camel' blocked What engineer at cloudflare thought this was a good resolution?

[dead]
Post reply on HN