CVE-2025-55132
Vulnerability Summary
Timeline
Description
A flaw in Node.js's permission model allows a file's access and modification timestamps to be changed via `futimes()` even when the process has only read permissions. Unlike `utimes()`, `futimes()` does not apply the expected write-permission checks, which means file metadata can be modified in read-only directories. This behavior could be used to alter timestamps in ways that obscure activity, reducing the reliability of logs. This vulnerability affects users of the permission model on Node.js v20, v22, v24, and v25.
CVSS Metrics
- v3.1•MEDIUM•Score: 5.3CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
- v3.0•LOW•Score: 2.8CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N
EPSS Trends
Current EPSS score: 0.23%• Percentile: 13%
Techniques & Countermeasures
- CWE-276•Incorrect Default Permissions
During installation, installed file permissions are set to allow anyone to modify those files.
Affected Systems
- nodejs•node
20.19.6 | 22.21.1 | 24.12.0 | 25.2.1
- nodejs•node.js
≥ 20.0.0, < 20.20.0 | ≥ 22.0.0, < 22.22.0 | ≥ 24.0.0, < 24.13.0 | ≥ 25.0.0, < 25.3.0