• CVE-2011-10007

发布时间: 2025年6月20日

修改时间: 2025年6月27日

概要

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 v3 指标

NVD openEuler
Confidentiality High
Attack Vector Network
CVSS评分 N/A 8.8
Attack Complexity Low
Privileges Required None
Scope Unchanged
Integrity High
User Interaction Required
Availability High

安全公告

公告名 概要 发布时间
KylinSec-SA-2025-2664 perl-File-Find-Rule security update 2025年8月9日
KylinSec-SA-2025-2740 perl-File-Find-Rule security update 2025年8月9日

影响产品

产品 状态
KY3.4-5 perl-File-Find-Rule Fixed
V6 perl-File-Find-Rule Fixed
KY3.5.3 perl-File-Find-Rule Fixed
KY3.5.2 perl-File-Find-Rule Fixed