I wonder how much of the web still runs on perl. I miss it sometimes.
I used to help nonprofits and small businesses build websites. Process always went like 1. buy domain, 2. buy a shared hosting provider that one-click-installs Wordpress, 3. use a theme to begin editing the website. Often, I would also use the email included with that hosting provider for the firm. ALL of that goes through cpanel, for every shared hosting provider I can ever remember using. Even if the stuff happenin…
CPanel and WHM Authentication Bypass – CVE-2026-41940
21–30 of 64 posts
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#22Y'know what would help protect those internet buildings from falling on people? A software building code
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#23The potential here to do all kinds of manipulation for search engines / AI tools is enormous. Perhaps the more scary thought is that someone could easily make an agent that would exploit both bugs to wipe out servers.
Good on these companies to publish their findings straight away as I'd imagine that both bugs would have fetched quite a lot on the black market.
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#24Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#25Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#26Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#27Y'know what would help protect those internet buildings from falling on people? A software building code
Really not looking forward to a regulated software industry. It will cause a lot of gatekeeping and bureaucracy. It's one of those things that may seem good, but in practice, it's pure waste in every way imaginable. Will just lead to exclusivity, gatekeeping and artificial friction. This is a hill I'm willing to die on. Those making software have plenty of incentives to make it good, and bad software is punished alre…
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#28I wonder how much of the web still runs on perl. I miss it sometimes.
I understand how they work, I'm familiar with HTML::Template, and related modules, so I can hack up a quick interactive/dynamic site in a couple of hours.
They're no longer things I'd run on the public internet, but for quick internal things it's very easy to deploy a container with a perl backend.
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#29Everytime I read one of these it always boils down to the same thing..Don't solve solved problems. And the best code in this case is code you didn't write as PHP's session handler is battle-tested but every line you write to roll your own is a line you have to secure, maintain, and eventually patch at 2am when someone finds the bug. Session handling, auth, crypto, password hashing etc - all these are the exact areas…
Sure, there will be more bugs in my code, but the attackers will be putting far more scrutiny into a widely used library.
Some deliberately hilariously weak auth I built decades ago is only just now starting to get broken into by AI bots, whereas any vulnerable wordpress was broken into within days.
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#30Earlier quoted context omitted.
“And the best code in this case is code you didn't write as PHP's session handler is battle-tested” cPanel is written in perl.
Oh you're right to push back. I just love saying this nowadays :P Anyway, I haven't used these languages in a long time but the code looked like php to me, though I did notice the .pm file extension and wondered where I've seen it before.
It's probably the most battle hardened session system ever.