CVE-2026-12519
Last modified
CVE-2026-12519 is a medium-severity vulnerability rated 5/10 on the CVSS scale. The WNC-M14A2A LTE-M modem driver mishandles unsolicited %NOTIFYEV: events in on_cmd_socknotifyev() (drivers/modem/vendor_standalone/wncm14a2a.c). The response line is linearized into a fixed 40-byte stack buffer via net_buf_linearize(), which caps the copy at 39 bytes and returns out_len <= 39. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
The WNC-M14A2A LTE-M modem driver mishandles unsolicited %NOTIFYEV: events in on_cmd_socknotifyev() (drivers/modem/vendor_standalone/wncm14a2a.c). The response line is linearized into a fixed 40-byte stack buffer via net_buf_linearize(), which caps the copy at 39 bytes and returns out_len <= 39. The two quote-delimiter scanning loops, however, were bounded by len — the full CR/LF-delimited frame length returned by net_buf_findcrlf() — rather than by out_len. When a %NOTIFYEV: line longer than 39 bytes contains no " within the linearized region, the loop indices p1/p2 walk past value[39] and read adjacent stack memory until a stray quote byte is found or the index reaches len. The over-read string is then passed to strncmp()/atoi()/LOG_*, and if a quote byte is found out of bounds the subsequent value[p2] = '\0' performs a single-NUL out-of-bounds stack write at an attacker-influenced offset. The %NOTIFYEV: payload carries network-derived content (LTIME network time, SIB1 base-station system information, CSPS/RRCSTATE), so a rogue cellular base station, a malicious or compromised modem module, or RF manipulation that induces an over-long notify line reaches the defect without any application interaction; the handler runs automatically on the unsolicited event in the modem RX thread. The impact is out-of-bounds stack disclosure (into logs and parsing) and stack corruption that can crash the modem RX thread (denial of service). The write offset is only weakly controlled, so memory-safe code execution is not demonstrated. The fix bounds both scanning loops by out_len, keeping all accesses within the linearized buffer.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| zephyrproject | zephyr | >= 1.13.0, < 4.4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-12519?
How severe is CVE-2026-12519?
How do I fix CVE-2026-12519?
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-12513The Shared Files WordPress plugin before 1.7.67, shared-fil…6.8
- CVE-2026-12514The Shared Files WordPress plugin before 1.7.67, shared-fil…5.3
- CVE-2026-12515A flaw was found in Katello's of Red Hat Satellite. A conten…4.3
- CVE-2026-12516The Fediverse Embeds WordPress plugin before 1.5.8 does not …5.3
- CVE-2026-12517The Fediverse Embeds WordPress plugin before 1.5.8 does not …5.3
- CVE-2026-12518A local privilege escalation vulnerability in the Logitech L…8.5
- CVE-2026-1252The Events Listing Widget plugin for WordPress is vulnerable…6.4
- CVE-2026-12520The Sierra Wireless HL7800 cellular modem driver (drivers/mo…6.4
- CVE-2026-12522The HL7800 cellular modem driver's +CGCONTRDP: response hand…8.8
- CVE-2026-12523Summary Cloudflare quiche's HTTP/3 layer was discovered t…7.5
- CVE-2026-12525The Redux Framework WordPress plugin before 4.5.13 does not …8.8
- CVE-2026-12526The Advanced Custom Fields: Extended WordPress plugin before…8.1
Are you affected by CVE-2026-12519?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
