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.
CVE-2026-26275
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.2%, top 94% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EG Risk
- 38(Track)EG Risk 38/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation0% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 6%
- KEV
- Not listed
Published
February 19, 2026
Last Modified
June 17, 2026
References (5)
- security-advisories@githubhttps://github.com/junkurihara/httpsig-rs/commit/5533f596c650377e02f4aa9e3eb8dba591b87370
- security-advisories@githubhttps://github.com/junkurihara/httpsig-rs/commit/65cbd19b395180a4bba09a89746c4b14ccb8d297
- security-advisories@githubhttps://github.com/junkurihara/httpsig-rs/pull/14
- security-advisories@githubhttps://github.com/junkurihara/httpsig-rs/pull/15
- security-advisories@githubhttps://github.com/junkurihara/httpsig-rs/security/advisories/GHSA-7v42-g35v-xrch
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 2× in last 7d / 2× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-27 14:44 UTCEG score recompute
- 2026-07-27 13:55 UTCOSV refresh
Related CVEs(same CWE)
Same CWE
10 shownCWE-697 · CWE-354
- CVE-2014-125057NVD 3.1EG 9.8CRITICAL
- CVE-2021-27786NVD 4.6EG 9.8CRITICAL
- CVE-2020-23361EG 9.8CRITICAL
- CVE-2020-23360EG 9.8CRITICAL
- CVE-2020-23359EG 9.8CRITICAL
- CVE-2017-15994EG 9.8CRITICAL
- CVE-2020-13485EG 9.1CRITICAL
- CVE-2020-8864NVD 8.8EG 9.0EPSS p100CRITICAL
- CVE-2020-5849NVD 7.5EG 9.0 KEVEPSS p100CRITICAL
- CVE-2020-14120EG 8.8HIGH
Frequently asked(5)
What is CVE-2026-26275?
When was CVE-2026-26275 disclosed?
Is CVE-2026-26275 actively exploited?
What is the CVSS score of CVE-2026-26275?
How do I remediate CVE-2026-26275?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-26275
Is Your Infrastructure Affected by CVE-2026-26275?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.