CPanel and WHM Authentication Bypass – CVE-2026-41940
labs.watchtowr.com
CPanel and WHM Authentication Bypass – CVE-2026-41940
1–10 of 64 posts
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#2Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#3Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#4Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#5Session handling, auth, crypto, password hashing etc - all these are the exact areas where you should be the most allergic to rolling your own. Not because you're not smart enough, but because a simple bug like sanitizing in the wrong place and the failure is catastrophic like in this instance.
Use boring, proven, widely-audited solutions. Save your creativity for the actual problem you're solving.
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#6I wonder how much of the web still runs on perl. I miss it sometimes.
ALL of that goes through cpanel, for every shared hosting provider I can ever remember using. Even if the stuff happening on those servers didn't use perl, cpanel itself -- the admin of everything provided for that domain by the hosting provider -- it's a huge surface area.
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#7Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#8Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#9Everytime 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…
Re: CPanel and WHM Authentication Bypass – CVE-2026-41940
#10Everytime 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…
cPanel is written in perl.