File::Rotate::Simple versions before 0.4.0 for Perl create the target of dangling symlinks when rotating files
Summary
| CVE | CVE-2026-17435 |
|---|---|
| State | PUBLISHED |
| Assigner | CPANSec |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-08-07 19:17:37 UTC |
| Updated | 2026-08-07 22:16:57 UTC |
| Description | File::Rotate::Simple versions before 0.4.0 for Perl create the target of dangling symlinks when rotating files. When the file to be rotated is a symbolic link to a missing file, and the touch option is enabled, then the rotate method assumes that the file is absent (since the existence check is against the target), and does not rotate it. But it touches the file, which creates the target. An attacker that has the ability to create the symlink can use this to create an arbitrary file with permissions of the process rotating the files (which may be different from the process that normally writes to the log file that is being rotated). Note that the touch option is disabled by default. |
Risk And Classification
Problem Types: CWE-59 | CWE-59 CWE-59 Improper Link Resolution Before File Access ('Link Following')
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | RRWO | FileRotateSimple | affected 0.4.0 custom | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| metacpan.org/release/RRWO/File-Rotate-Simple-v0.4.0/changes | 9b29abf9-4ab0-4765-b253-1875cd9b441e | metacpan.org | |
| www.openwall.com/lists/oss-security/2026/08/07/7 | af854a3a-2127-422b-91ae-364da2661108 | www.openwall.com | |
| github.com/robrwo/File-Rotate-Simple/security/advisories/GHSA-fpmm-8f6h-... | 9b29abf9-4ab0-4765-b253-1875cd9b441e | github.com | |
| github.com/robrwo/File-Rotate-Simple/commit/ead3f5c0e51217b34d286aa24394... | 9b29abf9-4ab0-4765-b253-1875cd9b441e | github.com | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
Additional Advisory Data
Solutions
CNA: Upgrade to version 0.4.0 or later.
Workarounds
CNA: For deployments that cannot be upgraded, ensure the touch option is disabled.
There are currently no legacy QID mappings associated with this CVE.