CVE-2026-26275
Last modified
CVE-2026-26275 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Junkurihara | Httpsig-Hyper | < 0.0.23 |
References
- https://github.com/junkurihara/httpsig-rs/pull/14Issue Tracking, Patch
- https://github.com/junkurihara/httpsig-rs/pull/15Issue Tracking, Patch
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-26275?
How severe is CVE-2026-26275?
How do I fix CVE-2026-26275?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-2627A security flaw has been discovered in Softland FBackup up t…7.8
- CVE-2026-26270InvoicePlane is a self-hosted open source application for ma…5.4
- CVE-2026-26271FreeRDP is a free implementation of the Remote Desktop Proto…5.3
- CVE-2026-26272HomeBox is a home inventory and organization system. Prior t…5.4
- CVE-2026-26273Known is a social publishing platform. Prior to 1.6.3, a Cri…9.8
- CVE-2026-26274October is a Content Management System (CMS) and web platfor…6.6
- CVE-2026-26276Gogs is an open source self-hosted Git service. Prior to ver…5.4
- CVE-2026-26278fast-xml-parser allows users to validate XML, parse XML to J…7.5
- CVE-2026-26279Froxlor is open source server administration software. Prior…9.1
- CVE-2026-2628The All-in-One Microsoft 365 & Entra ID / Azure AD SSO Login…9.8
- CVE-2026-26280systeminformation is a System and OS information library for…7.8
- CVE-2026-26281InvoicePlane is a self-hosted open source application for ma…4.4
Are you affected by CVE-2026-26275?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
