CVE-2026-26275: Improper Digest Verification in httpsig-hyper May Allow Message Integrity Bypass
(updated )
An issue was discovered in httpsig-hyper 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.
References
- github.com/advisories/GHSA-7v42-g35v-xrch
- github.com/junkurihara/httpsig-rs
- github.com/junkurihara/httpsig-rs/commit/5533f596c650377e02f4aa9e3eb8dba591b87370
- github.com/junkurihara/httpsig-rs/commit/65cbd19b395180a4bba09a89746c4b14ccb8d297
- github.com/junkurihara/httpsig-rs/pull/14
- github.com/junkurihara/httpsig-rs/pull/15
- github.com/junkurihara/httpsig-rs/security/advisories/GHSA-7v42-g35v-xrch
- nvd.nist.gov/vuln/detail/CVE-2026-26275
Code Behaviors & Features
Detect and mitigate CVE-2026-26275 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →