Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. httpsig-hyper
  4. ›
  5. CVE-2026-26275

CVE-2026-26275: Improper Digest Verification in httpsig-hyper May Allow Message Integrity Bypass

February 17, 2026 (updated February 20, 2026)

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 →

Affected versions

All versions before 0.0.23

Fixed versions

  • 0.0.23

Solution

Upgrade to version 0.0.23 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-354: Improper Validation of Integrity Check Value
  • CWE-697: Incorrect Comparison

Source file

cargo/httpsig-hyper/CVE-2026-26275.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 26 Feb 2026 12:17:49 +0000.