icon

We found results for “

CVE-2026-26275

Good to know:

icon
icon

Date: February 18, 2026

Impact 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. *** Patches 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. *** Workarounds 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. *** References - PR: https://github.com/junkurihara/httpsig-rs/pull/14 - Follow-up hardening and test additions: https://github.com/junkurihara/httpsig-rs/pull/15

Severity Score

Severity Score

Weakness Type (CWE)

Improper Validation of Integrity Check Value

CWE-354

Incorrect Comparison

CWE-697

Top Fix

icon

Upgrade Version

Upgrade to version httpsig-hyper - 0.0.23;https://github.com/junkurihara/httpsig-rs.git - 0.0.23

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): NETWORK
Attack Complexity (AC): LOW
Privileges Required (PR): NONE
User Interaction (UI): NONE
Scope (S): UNCHANGED
Confidentiality (C): NONE
Integrity (I): HIGH
Availability (A): NONE

Do you need more information?

Contact Us