PT-2026-78315 · Cpan · Net::Oauth
CVE-2026-75589
·
Published
2026-08-19
·
Updated
2026-08-20
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Net::OAuth versions prior to 0.33
Description
The software performs signature verification for HMAC-SHA1, HMAC-SHA256, and PLAINTEXT using a non-constant-time comparison in the
verify() function. Specifically, the eq operator is used to compare the message signature against the locally computed one, returning immediately when a difference is found. This allows an attacker to use a timing attack to recover a valid signature one byte at a time by measuring the time taken to reject a signature. In the case of PLAINTEXT signatures, this process can lead to the recovery of the consumer secret and token secret variables.Recommendations
Update Net::OAuth to version 0.33 or later.
Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Net::Oauth