CVE-2026-75589
Last modified
CVE-2026-75589 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two strings differ. The time taken to reject a signature varies with the length of the matching prefix. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two strings differ. The time taken to reject a signature varies with the length of the matching prefix. RSA-SHA1 is not affected, as it verifies through the RSA key object rather than by comparing strings. A client that can submit messages and time the replies may recover a valid signature one byte at a time rather than searching the whole signature space. Under PLAINTEXT the value compared against is the signature key itself, so the search recovers consumer_secret and token_secret.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 0.33 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-75589?
How severe is CVE-2026-75589?
How do I fix CVE-2026-75589?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-75574The Grav Email plugin (getgrav/grav-plugin-email) before 4.2…8.8
- CVE-2026-75575Rocket.Chat exposes the sendForgotPasswordEmail Meteor metho…5.3
- CVE-2026-7558The Age Verification & Identity Verification by Token of Tru…5.3
- CVE-2026-75583keeper.sh's calendar module version prior to 2.18.14 contain…3.5
- CVE-2026-75586The Unlimited Elements For Elementor plugin for WordPress is…6.1
- CVE-2026-75587Mattermost Desktop App versions <=6.2 6.2.2.0 fail to redact…3.3
- CVE-2026-7559The Affilia – Affiliate Program & Referral Tracking for Word…4.3
- CVE-2026-75592Kirby is an open-source content management system. Prior to …6.9
- CVE-2026-75593BuildKit is a toolkit for converting source code to build ar…7.2
- CVE-2026-75594Kirby is an open-source content management system. Prior to …8.2
- CVE-2026-75595Netty is an asynchronous, event-driven network application f…9.1
- CVE-2026-75596Netty is an asynchronous, event-driven network application f…8.7
Are you affected by CVE-2026-75589?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
