CVE-2026-15461
Last modified
CVE-2026-15461 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. The Sierra Wireless HL78xx modem GNSS driver (drivers/modem/hl78xx/, later drivers/modem/vendor_standalone/hl78xx/) embeds a generic struct gnss_nmea0183_match_data match_data inside struct hl78xx_gnss_data. The generic NMEA0183 match helper (drivers/gnss/gnss_nmea0183_match.c) requires that context to be the first member because its callbacks cast user_data directly to struct gnss_nmea0183_match_data .
Description
The Sierra Wireless HL78xx modem GNSS driver (drivers/modem/hl78xx/, later drivers/modem/vendor_standalone/hl78xx/) embeds a generic struct gnss_nmea0183_match_data match_data inside struct hl78xx_gnss_data. The generic NMEA0183 match helper (drivers/gnss/gnss_nmea0183_match.c) requires that context to be the first member because its callbacks cast user_data directly to struct gnss_nmea0183_match_data . In the affected releases match_data was the second member (after const struct device dev), so it sat at a non-zero offset while gnss_nmea0183_match_init() initialized it at the correct address. The registered NMEA handlers instead pass the whole device data object (data->devices.gnss->data, offset 0), producing an offset-shifted type confusion between where state is initialized and where the parse callbacks read and write it. When NMEA sentences from the GNSS receiver are parsed, the GGA/RMC callbacks write parsed fix data into the wrong location within the struct, and the GSV callback (gnss_nmea0183_match_gsv_callback, active under CONFIG_GNSS_SATELLITES) reads its satellites pointer and bound from the wrong offsets — non-pointer bytes of struct hl78xx_gnss_data — and then writes parsed struct gnss_satellite entries through that bogus pointer. This is a write through an uninitialized/wild pointer with a garbage bound. The NMEA handlers are registered by default (CONFIG_HL78XX_GNSS_SOURCE_NMEA is the default GNSS source) on devices using the HL78xx GNSS. The driver runs in kernel context and the NMEA data originates from the GNSS radio front-end, so a party able to influence the GNSS signal (for example GNSS/GPS spoofing at radio proximity) can drive the kernel-side parser into the faulty write. The most likely impact is a crash (denial of service) because the bogus pointer resolves to a fixed near-NULL value, with adjacent-memory corruption possible on MMU-less targets. Confidentiality is not affected. Exploitation requires the satellites feature to be enabled and active, so attack complexity is high.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| zephyrproject | zephyr | >= 4.4.0, < 4.4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-15461?
How severe is CVE-2026-15461?
How do I fix CVE-2026-15461?
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-15453The KiviCare – Clinic & Patient Management System (EHR) plug…6.5
- CVE-2026-15457The Kirki – Freeform Page Builder, Website Builder & Customi…4.9
- CVE-2026-15458The SEO Booster plugin for WordPress is vulnerable to generi…4.9
- CVE-2026-15459The WPMU DEV Dashboard plugin for WordPress is vulnerable to…8.1
- CVE-2026-1546A security vulnerability has been detected in jishenghua jsh…9.8
- CVE-2026-15460The Bluetooth Classic (BR/EDR) L2CAP receive handler bt_l2ca…5.4
- CVE-2026-15462The Sticky Chat Widget plugin for WordPress is vulnerable to…7.5
- CVE-2026-15463The SSL Zen — SSL Certificate Installer & HTTPS Redirects pl…6.1
- CVE-2026-15464The WP Hotel Booking plugin for WordPress is vulnerable to S…6.4
- CVE-2026-15467A flaw was found in the trustyai-service-operator's LMEvalJo…8.1
- CVE-2026-15469The use of hard-coded cryptographic key vulnerability has be…7.7
- CVE-2026-1547A vulnerability was detected in Totolink A7000R 4.1cu.4154. …9.8
Are you affected by CVE-2026-15461?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
