๐Ÿ” CVE Alert

CVE-2026-26275

HIGH 7.5

httpsig-hyper has Improper Digest Verification that May Allow Message Integrity Bypass

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-354 CWE-697
Vendor junkurihara
Product httpsig-rs
Published Feb 19, 2026
Last Updated Feb 20, 2026
Stay Ahead of the Next One

Get instant alerts for junkurihara httpsig-rs

Be the first to know when new high vulnerabilities affecting junkurihara httpsig-rs are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Affected Versions

junkurihara / httpsig-rs
< 0.0.23

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/junkurihara/httpsig-rs/security/advisories/GHSA-7v42-g35v-xrch github.com: https://github.com/junkurihara/httpsig-rs/pull/14 github.com: https://github.com/junkurihara/httpsig-rs/pull/15 github.com: https://github.com/junkurihara/httpsig-rs/commit/5533f596c650377e02f4aa9e3eb8dba591b87370 github.com: https://github.com/junkurihara/httpsig-rs/commit/65cbd19b395180a4bba09a89746c4b14ccb8d297