CVE-2025-67269 (CNNVD-202601-703)
中文标题:
gpsd 安全漏洞
英文标题:
An integer underflow vulnerability exists in the `nextstate()` function in `gpsd/packet.c` of gpsd v...
漏洞描述
中文描述:
gpsd是一款用于接收GPS数据的守护程序。 gpsd存在安全漏洞,该漏洞源于nextstate函数中存在整数下溢,可能导致CPU利用率达到100%和拒绝服务。
英文描述:
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.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| gpsd_project | gpsd | * | - | - |
cpe:2.3:a:gpsd_project:gpsd:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
3.1 (adp)
HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-67269 |
2026-01-07 02:47:00 | 2026-01-12 02:12:26 |
| NVD | nvd_CVE-2025-67269 |
2026-01-10 04:01:01 | 2026-01-12 02:28:05 |
| CNNVD | cnnvd_CNNVD-202601-703 |
2026-01-11 06:15:06 | 2026-01-12 02:38:15 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- cnnvd_id: 未提取 -> CNNVD-202601-703
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 0 -> 1
- data_sources: ['cve'] -> ['cve', 'nvd']