CVE-2011-10007

HIGH EPSS 49.8%
Published Jun 5, 20251y ago · Modified Jun 16, 20262w ago
8.8 CVSS 3.1
High
Find Similar
Published Jun 5, 2025 1y ago
Last Modified Jun 16, 2026 2w ago

Description

File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename. A file handle is opened with the 2 argument form of `open()` allowing an attacker controlled filename to provide the MODE parameter to `open()`, turning the filename into a command to be executed. Example: $ mkdir /tmp/poc; echo > "/tmp/poc/|id" $ perl -MFile::Find::Rule \     -E 'File::Find::Rule->grep("foo")->in("/tmp/poc")' uid=1000(user) gid=1000(user) groups=1000(user),100(users)

CVSS Details

Base Score
8.8
Exploitability
2.8
Impact
5.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction Required
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
49.8% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-78 OS Command Injection Injection

References 8

  • openwall.com http://www.openwall.com/lists/oss-security/2025/06/05/4
  • openwall.com http://www.openwall.com/lists/oss-security/2025/06/06/1
  • openwall.com http://www.openwall.com/lists/oss-security/2025/06/06/3
  • github.com https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch
  • github.com https://github.com/richardc/perl-file-find-rule/pull/4
  • lists.debian.org https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html
  • metacpan.org https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423
  • rt.cpan.org https://rt.cpan.org/Public/Bug/Display.html?id=64504

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.