Skip to main content

kosma minmea EUVDEUVD-2026-28786

| CVE-2026-29974 HIGH
Stack-based Buffer Overflow (CWE-121)
2026-05-08 mitre GHSA-9p5f-57xg-vg2m
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

4
Analysis Generated
May 08, 2026 - 19:23 vuln.today
CVSS changed
May 08, 2026 - 19:22 NVD
7.5 (HIGH)
CVE Published
May 08, 2026 - 00:00 nvd
UNKNOWN (no severity yet)
CVE Published
May 08, 2026 - 00:00 nvd
HIGH 7.5

DescriptionCVE.org

An issue was discovered in kosma minmea 0.3.0. The minmea_scan functions format specifier copies NMEA field data to a caller-provided buffer without a size parameter. Applications using minmea_scan on untrusted input are vulnerable to a stack buffer overflow.

AnalysisAI

Stack buffer overflow in kosma minmea 0.3.0 allows remote unauthenticated attackers to cause denial of service through crafted NMEA field data. The minmea_scan function's format specifier copies data to caller-provided buffers without size validation, enabling memory corruption when processing untrusted NMEA GPS sentences. CVSS 7.5 (High) with network attack vector and low complexity, though impact is currently limited to availability (DoS). Public exploit demonstration exists via GitHub Gist reference. EPSS data not available, not listed in CISA KEV at time of analysis.

Technical ContextAI

Minmea is a lightweight C library for parsing NMEA 0183 GPS sentences, commonly used in embedded systems and IoT devices for GPS data processing. The vulnerability resides in the minmea_scan function's format specifier implementation (lines 231-240 in minmea.c), which performs unbounded string copies when extracting field data from NMEA sentences. The function uses scanf-style format specifiers without length constraints, violating secure coding practices for C string handling. This is classified as CWE-121 (Stack-based Buffer Overflow), a critical memory safety defect in languages without automatic bounds checking. The affected component processes NMEA protocol data streams - standardized ASCII text messages from GPS/GNSS receivers containing position, time, and navigation information. CPE data shows extremely generic tagging (n/a:n/a), indicating limited vendor/product metadata in NVD at time of publication, consistent with small open-source library cataloging practices.

RemediationAI

Update to minmea version later than 0.3.0 if a patched release is available - verify current version at https://github.com/kosma/minmea/releases and review commit history for buffer overflow fixes. No specific patched version number is confirmed in available CVE references at time of analysis, requiring manual verification with upstream maintainer. If immediate patching is not feasible, implement input validation wrapper functions that enforce maximum field lengths before calling minmea_scan, though this requires source code modification and thorough testing to avoid breaking GPS functionality. Alternative mitigation: restrict NMEA input sources to trusted local GPS hardware only, blocking network-sourced NMEA streams entirely through firewall rules or application-level input filtering - this eliminates remote attack vector (AV:N) but may break legitimate use cases requiring networked GPS data. For systems that must process untrusted NMEA input, consider migrating to alternative NMEA parsing libraries with demonstrated secure string handling (e.g., gpsd's parser, libnmea). Compile applications with stack canaries (gcc -fstack-protector-strong) and ASLR enabled as defense-in-depth measures to detect/mitigate exploitation attempts - note these do not eliminate the vulnerability but increase exploitation difficulty. Review the exploit demonstration at https://gist.github.com/dwilliams27/6d4d8077b970f35e1a921c897ce13852 to understand attack vectors and validate mitigation effectiveness.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Share

EUVD-2026-28786 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy