CVE-2025-67269
Last modified
CVE-2025-67269 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Gpsd Project | Gpsd | < 3.27.1 |
References
- https://github.com/Jaenact/gspd_cve/blob/main/CVE-2025-67269/README.mdExploit, Third Party Advisory
- https://gitlab.com/gpsd/gpsdProduct
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-67269?
How severe is CVE-2025-67269?
How do I fix CVE-2025-67269?
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 2025
- CVE-2025-6726The Block Editor Gallery Slider plugin for WordPress is vuln…4.3
- CVE-2025-67260The Terrapack software, from ASTER TEC / ASTER S.p.A., with …8.8
- CVE-2025-67261Abacre Retail Point of Sale 14.0.0.396 is vulnerable to cont…6.5
- CVE-2025-67263Abacre Retail Point of Sale 14.0.0.396 is affected by a stor…6.1
- CVE-2025-67264An OS command injection vulnerability in the com.sprd.engine…7.8
- CVE-2025-67268gpsd before commit dc966aa contains a heap-based out-of-boun…9.8
- CVE-2025-67274An issue in continuous.software aangine v.2025.2 allows a re…7.5
- CVE-2025-67278An issue in TIM Solution GmbH TIM BPM Suite & TIM FLOW befor…6.5
- CVE-2025-67279An issue in TIM Solution GmbH TIM BPM Suite & TIM FLOW befor…5.3
- CVE-2025-67280In TIM BPM Suite/ TIM FLOW through 9.1.2 multiple Hibernate …5.4
- CVE-2025-67281In TIM BPM Suite/ TIM FLOW through 9.1.2 multiple SQL inject…5.4
- CVE-2025-67282In TIM BPM Suite/ TIM FLOW through 9.1.2 multiple Authorizat…5.4
Are you affected by CVE-2025-67269?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
