CVE-2026-54135
Last modified
CVE-2026-54135 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. AirSane is a SANE frontend, and a scanner server that supports Apple's AirScan protocol. Versions prior to 0.4.12 have a vulnerability in the custom HTTP server implementation of AirSane that allows a remote unauthenticated attacker to cause a Denial of Service (DoS) via memory exhaustion (OOM). EPSS estimates a 0.55% chance of exploitation in the next 30 days.
Description
AirSane is a SANE frontend, and a scanner server that supports Apple's AirScan protocol. Versions prior to 0.4.12 have a vulnerability in the custom HTTP server implementation of AirSane that allows a remote unauthenticated attacker to cause a Denial of Service (DoS) via memory exhaustion (OOM). In httpserver.cpp, the HttpServer::Request::content function reads the Content-Length header and directly passes this value to std::string::resize() without any upper-bound validation or safe parsing. An attacker can send an HTTP POST request with an artificially large Content-Length value. This forces the daemon to attempt allocating gigabytes of memory, resulting in a std::bad_alloc exception and immediately crashing the AirSane process. Additionally, providing non-numeric characters in the Content-Length header leads to undefined behavior (NaN to integer conversion) due to the lack of error handling during header parsing. Version 0.4.12 patches the issue.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| SimulPiscator | AirSane | < 0.4.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-54135?
How severe is CVE-2026-54135?
How do I fix CVE-2026-54135?
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-5413A vulnerability was identified in Newgen OmniDocs up to 12.0…3.7
- CVE-2026-54130Missing authentication for critical function in M365 Copilot…7.5
- CVE-2026-54131Use after free in Microsoft Office Excel allows an unauthori…7.8
- CVE-2026-54132Heap-based buffer overflow in Windows Kernel allows an unaut…6.8
- CVE-2026-54133jmespath.php allows users to use JMESPath, software for decl…9.8
- CVE-2026-54134OctoPrint provides a web interface for controlling consumer …7
- CVE-2026-54136Windmill is an open-source developer platform for internal c…5.1
- CVE-2026-5414A security flaw has been discovered in Newgen OmniDocs up to…5.5
- CVE-2026-54147http4k is a functional toolkit for Kotlin HTTP applications.…6.5
- CVE-2026-54148http4k is a functional toolkit for Kotlin HTTP applications.…8.1
- CVE-2026-54149MaxKB is an open-source AI assistant for enterprise. Prior t…8.8
- CVE-2026-5415The WP Captcha PRO (the premium version of the Advanced Goog…8.8
Are you affected by CVE-2026-54135?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
