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.
Conclusion & alert: CVE-2025-67269 is rated Exploit Available (59/100): CVSS High severity, with low exploitation likelihood (EPSS 0.18%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-31 | 0.26% | 0.18% | -0.08% |
| 2 | 2026-05-04 | 0.06% | 0.26% | +0.20% |
| 3 | 2026-01-08 | — | 0.06% | — |
Full EPSS history (4 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2025-67269 not yet assigned priority: Debian including 1 source packages (gpsd), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2025-67269 |
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2025-67269 |
ubuntu
|
medium | CVE-2025-67269 medium priority: Ubuntu including 1 source packages (gpsd), 8 status rows across 8 suites (bionic, focal, jammy, noble, plucky, questing, upstream, xenial): released 5, needs-triage 3. | https://ubuntu.com/security/CVE-2025-67269 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| gpsd_project | gpsd | < 3.27.1 | cpe:2.3:a:gpsd_project:gpsd:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/Jaenact/gspd_cve/blob/main/CVE-2025-67269/README.md | Exploit Third Party Advisory |
| https://gitlab.com/gpsd/gpsd | Product |
| https://gitlab.com/gpsd/gpsd/-/commit/ffa1d6f40bca0b035fc7f5e563160ebb67199da7 | Patch |