CVE-2011-10007

CVE Details

Release Date:2025-06-05
Impact:Important What is this?

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)

See more information about CVE-2011-10007 from MITRE CVE dictionary and NIST NVD


NOTE: The following CVSS metrics and score provided are preliminary and subject to review.


CVSS v3 metrics

Base Score: 7.3
Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Version: 3.1
Attack Vector: Network
Attack Complexity: Low
Privileges Required: None
User Interaction: None
Scope: Unchanged
Confidentiality Impact: Low
Integrity Impact: Low
Availability Impact: Low

Errata information


PlatformErrataRelease Date
Oracle Linux version 7 (perl-File-Find-Rule) ELSA-2025-97412025-07-10
Oracle Linux version 7 (perl-File-Find-Rule-Perl) ELSA-2025-97402025-07-08
Oracle Linux version 8 (perl-File-Find-Rule) ELSA-2025-96052025-06-25
Oracle Linux version 9 (perl-File-Find-Rule) ELSA-2025-95172025-06-24


This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections:

software.hardware.complete