CVE-2011-10007 - CVE House
Back to Database
Status published Unknown CVE-2011-10007

File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted file name

Vulnerability 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)

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2011-10007

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

File::Find::Rule
Vulnerable Versions:
0

Timeline

Official Publish: June 5th, 2025
Last Modified: June 11th, 2025
Added to House: July 19th, 2026

CVSS Vectors

No vector data available

Weaknesses (CWE)