Bug 2426810 (CVE-2025-67269) - CVE-2025-67269 gpsd: gpsd: Denial of Service due to malformed NAVCOM packet parsing
Summary: CVE-2025-67269 gpsd: gpsd: Denial of Service due to malformed NAVCOM packet p...
Keywords:
Status: NEW
Alias: CVE-2025-67269
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2426826 2426827 2426828
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-02 16:02 UTC by OSIDB Bzimport
Modified: 2026-01-02 16:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-02 16:02:10 UTC
An integer underflow vulnerability exists in the `nextstate()` function in `gpsd/packet.c` of gpsd versions prior to commit `ffa1d6f40bca0b035fc7f5e563160ebb67199da7`. When parsing a NAVCOM packet, the payload length is calculated using `lexer->length = (size_t)c - 4` without checking if the input byte `c` is less than 4. This results in an unsigned integer underflow, setting `lexer->length` to a very large value (near `SIZE_MAX`). The parser then enters a loop attempting to consume this massive number of bytes, causing 100% CPU utilization and a Denial of Service (DoS) condition.


Note You need to log in before you can comment on or make changes to this bug.