CVE-2026-26275
February 19, 2026
httpsig-hyper is a hyper extension for http message signatures. An issue was discovered in "httpsig-hyper" prior to version 0.0.23 where Digest header verification could incorrectly succeed due to misuse of Rust's "matches!" macro. Specifically, the comparison "if matches!(digest, _expected_digest)" treated "_expected_digest" as a pattern binding rather than a value comparison, resulting in unconditional success of the match expression. As a consequence, digest verification could incorrectly return success even when the computed digest did not match the expected value. Applications relying on Digest verification as part of HTTP message signature validation may therefore fail to detect message body modification. The severity depends on how the library is integrated and whether additional signature validation layers are enforced. This issue has been fixed in "httpsig-hyper" 0.0.23. The fix replaces the incorrect "matches!" usage with proper value comparison and additionally introduces constant-time comparison for digest verification as defense-in-depth. Regression tests have also been added to prevent reintroduction of this issue. Users are strongly advised to upgrade to the patched version. There is no reliable workaround without upgrading. Users who cannot immediately upgrade should avoid relying solely on Digest verification for message integrity and ensure that full HTTP message signature verification is enforced at the application layer.
Affected Packages
https://github.com/junkurihara/httpsig-rs.git (GITHUB):
Affected version(s) >=0.0.1 <0.0.23Fix Suggestion:
Update to version 0.0.23httpsig-hyper (RUST):
Affected version(s) >=0.0.1 <0.0.23Fix Suggestion:
Update to version 0.0.23Related Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
EPSS
Base Score:
0.02