Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

oracle-oval логотип

ELSA-2025-9740

Опубликовано: 08 июл. 2025
Источник: oracle-oval
Платформа: Oracle Linux 7

Описание

ELSA-2025-9740: perl-File-Find-Rule-Perl security update (IMPORTANT)

[1.13-2.0.1]

  • Use 3 arg open in grep() [Orabug: 38120371][CVE-2011-10007]

Обновленные пакеты

Oracle Linux 7

Oracle Linux x86_64

perl-File-Find-Rule-Perl

1.13-2.0.1.el7

Связанные CVE

Связанные уязвимости

CVSS3: 8.8
ubuntu
около 2 месяцев назад

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)

CVSS3: 7.3
redhat
около 2 месяцев назад

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)

CVSS3: 8.8
nvd
около 2 месяцев назад

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)

CVSS3: 8.8
debian
около 2 месяцев назад

File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code ...

suse-cvrf
около 1 месяца назад

Security update for perl-File-Find-Rule