Bug 2519561 - CVE-2026-75589 perl-Net-OAuth: Net::OAuth: Information disclosure via timing attack in signature verification [fedora-all]
Summary: CVE-2026-75589 perl-Net-OAuth: Net::OAuth: Information disclosure via timing ...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Net-OAuth
Version: rawhide
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Emmanuel Seyman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["a78fe79b-0e97-4f6b-bb89-3...
Depends On:
Blocks: CVE-2026-75589
TreeView+ depends on / blocked
 
Reported: 2026-08-19 13:51 UTC by Laura Pardo
Modified: 2026-08-19 13:51 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Laura Pardo 2026-08-19 13:51:39 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.


Note You need to log in before you can comment on or make changes to this bug.