Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2025-67269
January 02, 2026
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.
Affected Packages
https://gitlab.com/gpsd/gpsd.git (SCM_GIT):
Affected version(s) >=release-1.90 <release-3.27.1
Fix Suggestion:
Update to version release-3.27.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Integer Underflow (Wrap or Wraparound)
EPSS
Base Score:
0.13