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.
CVE-2026-54135
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.6%, top 55% 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
- 65(Attend)EG Risk 65/100SSVC: Attend
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%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 1%
- EPSS %ILE
- 45%
- KEV
- Not listed
Published
September 11, 2026
Last Modified
September 14, 2026
Advisory Details (3)
Auto-updated Sep 11, 2026v0.4.12
Patch available: SimulPiscator/AirSane v0.4.12
https://github.com/SimulPiscator/AirSane/releases/tag/v0.4.12commit 129cc3bf7258 (SimulPiscator/AirSane)
Patch available: SimulPiscator/AirSane v0.4.12 (contains commit 129cc3bf7258)
https://github.com/SimulPiscator/AirSane/commit/129cc3bf7258251a0a694dee7741285b59d88f9fRemote Denial of Service (OOM) via Unvalidated Content-Length in HTTP Server · Advisory · SimulPiscator/AirSane · GitHub
https://github.com/SimulPiscator/AirSane/security/advisories/GHSA-p5hv-3m79-452qWeakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 14× in last 7d / 20× 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-09-20 21:13 UTCEG score recompute
- 2026-09-20 20:16 UTCEPSS rescore
- 2026-09-19 18:36 UTCEG score recompute
- 2026-09-19 05:24 UTCEG score recompute
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 02:42 UTCEG score recompute
- 2026-09-17 19:31 UTCEPSS rescore
- 2026-09-17 00:11 UTCEG score recompute
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 10:59 UTCEG score recompute
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-15 08:34 UTCEG score recompute
- 2026-09-14 19:22 UTCEG score recompute
- 2026-09-14 18:55 UTCEG score recompute
- 2026-09-14 01:06 UTCEG score recompute
- 2026-09-13 16:47 UTCEPSS rescore
- 2026-09-12 22:42 UTCEG score recompute
- 2026-09-11 20:18 UTCEG score recompute
- 2026-09-11 19:49 UTCEG score recompute
- 2026-09-11 19:49 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-54135?
When was CVE-2026-54135 disclosed?
Is CVE-2026-54135 actively exploited?
What is the CVSS score of CVE-2026-54135?
How do I remediate CVE-2026-54135?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-54135
Is Your Infrastructure Affected by CVE-2026-54135?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.