Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2011-10007 (GCVE-0-2011-10007)
Vulnerability from cvelistv5 – Published: 2025-06-05 11:57 – Updated: 2025-06-11 12:27- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
| URL | Tags | |
|---|---|---|
| Vendor | Product | Version | ||
|---|---|---|---|---|
| RCLAMP | File::Find::Rule |
Affected:
0 , ≤ 0.34
(custom)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2011-10007",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-06-05T13:22:25.420367Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-06-05T14:06:56.992Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
}
],
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-06-06T03:23:36.825Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/05/4"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/06/1"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/06/06/3"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"packageName": "File-Find-Rule",
"product": "File::Find::Rule",
"programFiles": [
"lib/File/Find/Rule.pm"
],
"programRoutines": [
{
"name": "grep"
}
],
"repo": "https://github.com/richardc/perl-file-find-rule",
"vendor": "RCLAMP",
"versions": [
{
"lessThanOrEqual": "0.34",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename.\u003cbr\u003e\u003cbr\u003eA 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.\u003cbr\u003e\u003cbr\u003eExample:\u003cbr\u003e\u003cbr\u003e\u003ctt\u003e$ mkdir /tmp/poc; echo \u0026gt; \"/tmp/poc/|id\"\u003cbr\u003e$ perl -MFile::Find::Rule \\\u003cbr\u003e\u0026nbsp; \u0026nbsp; -E \u0027File::Find::Rule-\u0026gt;grep(\"foo\")-\u0026gt;in(\"/tmp/poc\")\u0027\u003cbr\u003euid=1000(user) gid=1000(user) groups=1000(user),100(users)\u003cbr\u003e\u003c/tt\u003e\u003cbr\u003e\u003cbr\u003e"
}
],
"value": "File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename.\n\nA 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.\n\nExample:\n\n$ mkdir /tmp/poc; echo \u003e \"/tmp/poc/|id\"\n$ perl -MFile::Find::Rule \\\n\u00a0 \u00a0 -E \u0027File::Find::Rule-\u003egrep(\"foo\")-\u003ein(\"/tmp/poc\")\u0027\nuid=1000(user) gid=1000(user) groups=1000(user),100(users)"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-78",
"description": "CWE-78 Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-06-11T12:27:11.870Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"url": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423"
},
{
"tags": [
"issue-tracking",
"exploit"
],
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=64504"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
},
{
"tags": [
"patch"
],
"url": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch"
}
],
"solutions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Users should update to a fixed version such as 0.35 or later, or apply the patch provided in the references section, or use a patched version provided by their OS distribution"
}
],
"value": "Users should update to a fixed version such as 0.35 or later, or apply the patch provided in the references section, or use a patched version provided by their OS distribution"
}
],
"source": {
"discovery": "UNKNOWN"
},
"timeline": [
{
"lang": "en",
"time": "2011-01-04T23:00:00.000Z",
"value": "A bug was reported by Kevin Ryde to the upstream RT bugtracker described as \"grep() can truncate files\"."
},
{
"lang": "en",
"time": "2025-06-04T22:00:00.000Z",
"value": "CPANSec became aware of the bug and started triage. Code execution impact was confirmed, a patch was made, and the author, the distros list and additional downstream vendors were notified."
},
{
"lang": "en",
"time": "2025-06-05T15:32:01.000Z",
"value": "The author released File::Find::Rule 0.35."
}
],
"title": "File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted file name",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2011-10007",
"datePublished": "2025-06-05T11:57:58.654Z",
"dateReserved": "2025-06-05T01:05:46.861Z",
"dateUpdated": "2025-06-11T12:27:11.870Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2011-10007\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2025-06-05T12:15:22.807\",\"lastModified\":\"2025-06-06T04:15:41.237\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename.\\n\\nA 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.\\n\\nExample:\\n\\n$ mkdir /tmp/poc; echo \u003e \\\"/tmp/poc/|id\\\"\\n$ perl -MFile::Find::Rule \\\\\\n\u00a0 \u00a0 -E \u0027File::Find::Rule-\u003egrep(\\\"foo\\\")-\u003ein(\\\"/tmp/poc\\\")\u0027\\nuid=1000(user) gid=1000(user) groups=1000(user),100(users)\"},{\"lang\":\"es\",\"value\":\"File::Find::Rule hasta la versi\u00f3n 0.34 para Perl es vulnerable a la ejecuci\u00f3n de c\u00f3digo arbitrario cuando `grep()` encuentra un nombre de archivo manipulado. Se abre un controlador de archivo con la forma de dos argumentos `open()`, lo que permite que un atacante controle el nombre de archivo proporcionando el par\u00e1metro MODE a `open()`, convirtiendo el nombre de archivo en un comando para su ejecuci\u00f3n. Ejemplo: $ mkdir /tmp/poc; echo \u0026gt; \\\"/tmp/poc/|id\\\" $ perl -MFile::Find::Rule \\\\ -E \u0027File::Find::Rule-\u0026gt;grep(\\\"foo\\\")-\u0026gt;in(\\\"/tmp/poc\\\")\u0027 uid=1000(user) gid=1000(user) groups=1000(user),100(users)\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-78\"}]}],\"references\":[{\"url\":\"https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://github.com/richardc/perl-file-find-rule/pull/4\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://rt.cpan.org/Public/Bug/Display.html?id=64504\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/05/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/06/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/06/06/3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/richardc/perl-file-find-rule/pull/4\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/05/4\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/06/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/06/06/3\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-06-06T03:23:36.825Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 8.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2011-10007\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-06-05T13:22:25.420367Z\"}}}], \"references\": [{\"url\": \"https://github.com/richardc/perl-file-find-rule/pull/4\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-05T13:17:58.772Z\"}}], \"cna\": {\"title\": \"File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted file name\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"https://github.com/richardc/perl-file-find-rule\", \"vendor\": \"RCLAMP\", \"product\": \"File::Find::Rule\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"0.34\"}], \"packageName\": \"File-Find-Rule\", \"programFiles\": [\"lib/File/Find/Rule.pm\"], \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"grep\"}]}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2011-01-04T23:00:00.000Z\", \"value\": \"A bug was reported by Kevin Ryde to the upstream RT bugtracker described as \\\"grep() can truncate files\\\".\"}, {\"lang\": \"en\", \"time\": \"2025-06-04T22:00:00.000Z\", \"value\": \"CPANSec became aware of the bug and started triage. Code execution impact was confirmed, a patch was made, and the author, the distros list and additional downstream vendors were notified.\"}, {\"lang\": \"en\", \"time\": \"2025-06-05T15:32:01.000Z\", \"value\": \"The author released File::Find::Rule 0.35.\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Users should update to a fixed version such as 0.35 or later, or apply the patch provided in the references section, or use a patched version provided by their OS distribution\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Users should update to a fixed version such as 0.35 or later, or apply the patch provided in the references section, or use a patched version provided by their OS distribution\", \"base64\": false}]}], \"references\": [{\"url\": \"https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423\"}, {\"url\": \"https://rt.cpan.org/Public/Bug/Display.html?id=64504\", \"tags\": [\"issue-tracking\", \"exploit\"]}, {\"url\": \"https://github.com/richardc/perl-file-find-rule/pull/4\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename.\\n\\nA 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.\\n\\nExample:\\n\\n$ mkdir /tmp/poc; echo \u003e \\\"/tmp/poc/|id\\\"\\n$ perl -MFile::Find::Rule \\\\\\n\\u00a0 \\u00a0 -E \u0027File::Find::Rule-\u003egrep(\\\"foo\\\")-\u003ein(\\\"/tmp/poc\\\")\u0027\\nuid=1000(user) gid=1000(user) groups=1000(user),100(users)\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename.\u003cbr\u003e\u003cbr\u003eA 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.\u003cbr\u003e\u003cbr\u003eExample:\u003cbr\u003e\u003cbr\u003e\u003ctt\u003e$ mkdir /tmp/poc; echo \u0026gt; \\\"/tmp/poc/|id\\\"\u003cbr\u003e$ perl -MFile::Find::Rule \\\\\u003cbr\u003e\u0026nbsp; \u0026nbsp; -E \u0027File::Find::Rule-\u0026gt;grep(\\\"foo\\\")-\u0026gt;in(\\\"/tmp/poc\\\")\u0027\u003cbr\u003euid=1000(user) gid=1000(user) groups=1000(user),100(users)\u003cbr\u003e\u003c/tt\u003e\u003cbr\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-78\", \"description\": \"CWE-78 Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2025-06-11T12:27:11.870Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2011-10007\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-06-11T12:27:11.870Z\", \"dateReserved\": \"2025-06-05T01:05:46.861Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2025-06-05T11:57:58.654Z\", \"assignerShortName\": \"CPANSec\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:02105-1
Vulnerability from csaf_suse - Published: 2025-06-25 11:43 - Updated: 2025-06-25 11:43Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl-File-Find-Rule",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl-File-Find-Rule fixes the following issues:\n\n- CVE-2011-10007: Fixed arbitrary code execution when `grep()` encounters a crafted filename (bsc#1244148).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2105,SUSE-SLE-Module-Basesystem-15-SP6-2025-2105,SUSE-SLE-Module-Basesystem-15-SP7-2025-2105,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2105,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2105,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2105,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2105,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2105,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2105,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2105,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2105,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2105,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2105,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2105,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2105,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2105,SUSE-Storage-7.1-2025-2105,openSUSE-SLE-15.6-2025-2105",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02105-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02105-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502105-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02105-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040468.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244148",
"url": "https://bugzilla.suse.com/1244148"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-10007 page",
"url": "https://www.suse.com/security/cve/CVE-2011-10007/"
}
],
"title": "Security update for perl-File-Find-Rule",
"tracking": {
"current_release_date": "2025-06-25T11:43:55Z",
"generator": {
"date": "2025-06-25T11:43:55Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02105-1",
"initial_release_date": "2025-06-25T11:43:55Z",
"revision_history": [
{
"date": "2025-06-25T11:43:55Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"product": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"product_id": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-10007",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-10007"
}
],
"notes": [
{
"category": "general",
"text": "File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename.\n\nA 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.\n\nExample:\n\n$ mkdir /tmp/poc; echo \u003e \"/tmp/poc/|id\"\n$ perl -MFile::Find::Rule \\\n -E \u0027File::Find::Rule-\u003egrep(\"foo\")-\u003ein(\"/tmp/poc\")\u0027\nuid=1000(user) gid=1000(user) groups=1000(user),100(users)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Manager Proxy 4.3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Manager Server 4.3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"openSUSE Leap 15.6:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-10007",
"url": "https://www.suse.com/security/cve/CVE-2011-10007"
},
{
"category": "external",
"summary": "SUSE Bug 1244148 for CVE-2011-10007",
"url": "https://bugzilla.suse.com/1244148"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Manager Proxy 4.3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Manager Server 4.3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"openSUSE Leap 15.6:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Manager Proxy 4.3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"SUSE Manager Server 4.3:perl-File-Find-Rule-0.34-150000.3.3.1.noarch",
"openSUSE Leap 15.6:perl-File-Find-Rule-0.34-150000.3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-25T11:43:55Z",
"details": "important"
}
],
"title": "CVE-2011-10007"
}
]
}
RHSA-2025:9658
Vulnerability from csaf_redhat - Published: 2025-06-25 15:58 - Updated: 2025-11-21 19:37Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl-File-Find-Rule is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.\n\nSecurity Fix(es):\n\n* perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9658",
"url": "https://access.redhat.com/errata/RHSA-2025:9658"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9658.json"
}
],
"title": "Red Hat Security Advisory: perl-File-Find-Rule security update",
"tracking": {
"current_release_date": "2025-11-21T19:37:58+00:00",
"generator": {
"date": "2025-11-21T19:37:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:9658",
"initial_release_date": "2025-06-25T15:58:42+00:00",
"revision_history": [
{
"date": "2025-06-25T15:58:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-25T15:58:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T19:37:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0:0.34-19.el9_4.1.src",
"product": {
"name": "perl-File-Find-Rule-0:0.34-19.el9_4.1.src",
"product_id": "perl-File-Find-Rule-0:0.34-19.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule@0.34-19.el9_4.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch",
"product": {
"name": "perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch",
"product_id": "perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule@0.34-19.el9_4.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0:0.34-19.el9_4.1.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.src"
},
"product_reference": "perl-File-Find-Rule-0:0.34-19.el9_4.1.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-10007",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-06-05T13:00:50.675039+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370424"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in perl-file-find-rule. The `grep()` function within `File::Find::Rule` versions up to 0.34 is vulnerable to arbitrary code execution if provided with a specially crafted filename. This vulnerability allows an attacker to supply a filename that, when opened, executes arbitrary code via the `open()` function\u0027s mode parameter. Consequently, an attacker can achieve remote code execution by providing a malicious filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important rather than Moderate because it enables arbitrary code execution (ACE) through a common and trusted interface\u2014filename handling. Specifically, the use of Perl\u2019s two-argument open() within the grep() method allows attacker-controlled filenames to be interpreted as shell commands when prefixed with special characters like |. Since File::Find::Rule is often used in automation scripts, system utilities, and recursive file operations, this flaw transforms a seemingly benign filename input into an execution vector, violating a core security boundary between data and code. The vulnerability does not require elevated privileges or complex exploitation chains; a single crafted filename is enough to trigger shell execution, making the flaw exploitable in real-world scenarios such as CI/CD pipelines or file indexing systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch",
"CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2011-10007"
},
{
"category": "external",
"summary": "RHBZ#2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2011-10007",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-10007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch",
"url": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/pull/4",
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html",
"url": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html"
},
{
"category": "external",
"summary": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423",
"url": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423"
},
{
"category": "external",
"summary": "https://rt.cpan.org/Public/Bug/Display.html?id=64504",
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=64504"
}
],
"release_date": "2025-06-05T11:57:58.654000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-25T15:58:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch",
"CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9658"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch",
"CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.noarch",
"CRB-9.4.0.Z.EUS:perl-File-Find-Rule-0:0.34-19.el9_4.1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution"
}
]
}
RHSA-2025:9740
Vulnerability from csaf_redhat - Published: 2025-06-26 06:29 - Updated: 2025-11-21 19:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl-File-Find-Rule-Perl is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "This module provides methods for finding various types Perl-related files, or replicating search queries run on a distribution in various parts of the CPAN ecosystem.\n\nSecurity Fix(es):\n\n* perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9740",
"url": "https://access.redhat.com/errata/RHSA-2025:9740"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9740.json"
}
],
"title": "Red Hat Security Advisory: perl-File-Find-Rule-Perl security update",
"tracking": {
"current_release_date": "2025-11-21T19:38:00+00:00",
"generator": {
"date": "2025-11-21T19:38:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:9740",
"initial_release_date": "2025-06-26T06:29:03+00:00",
"revision_history": [
{
"date": "2025-06-26T06:29:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-26T06:29:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T19:38:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src",
"product": {
"name": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src",
"product_id": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule-Perl@1.13-2.el7_9.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch",
"product": {
"name": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch",
"product_id": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule-Perl@1.13-2.el7_9.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch"
},
"product_reference": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src"
},
"product_reference": "perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src",
"relates_to_product_reference": "7Server-optional-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-10007",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-06-05T13:00:50.675039+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370424"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in perl-file-find-rule. The `grep()` function within `File::Find::Rule` versions up to 0.34 is vulnerable to arbitrary code execution if provided with a specially crafted filename. This vulnerability allows an attacker to supply a filename that, when opened, executes arbitrary code via the `open()` function\u0027s mode parameter. Consequently, an attacker can achieve remote code execution by providing a malicious filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important rather than Moderate because it enables arbitrary code execution (ACE) through a common and trusted interface\u2014filename handling. Specifically, the use of Perl\u2019s two-argument open() within the grep() method allows attacker-controlled filenames to be interpreted as shell commands when prefixed with special characters like |. Since File::Find::Rule is often used in automation scripts, system utilities, and recursive file operations, this flaw transforms a seemingly benign filename input into an execution vector, violating a core security boundary between data and code. The vulnerability does not require elevated privileges or complex exploitation chains; a single crafted filename is enough to trigger shell execution, making the flaw exploitable in real-world scenarios such as CI/CD pipelines or file indexing systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch",
"7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2011-10007"
},
{
"category": "external",
"summary": "RHBZ#2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2011-10007",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-10007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch",
"url": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/pull/4",
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html",
"url": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html"
},
{
"category": "external",
"summary": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423",
"url": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423"
},
{
"category": "external",
"summary": "https://rt.cpan.org/Public/Bug/Display.html?id=64504",
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=64504"
}
],
"release_date": "2025-06-05T11:57:58.654000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T06:29:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch",
"7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9740"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch",
"7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.noarch",
"7Server-optional-ELS:perl-File-Find-Rule-Perl-0:1.13-2.el7_9.1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution"
}
]
}
RHSA-2025:9605
Vulnerability from csaf_redhat - Published: 2025-06-25 06:17 - Updated: 2025-11-21 19:37Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl-File-Find-Rule is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.\n\nSecurity Fix(es):\n\n* perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9605",
"url": "https://access.redhat.com/errata/RHSA-2025:9605"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9605.json"
}
],
"title": "Red Hat Security Advisory: perl-File-Find-Rule security update",
"tracking": {
"current_release_date": "2025-11-21T19:37:55+00:00",
"generator": {
"date": "2025-11-21T19:37:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:9605",
"initial_release_date": "2025-06-25T06:17:00+00:00",
"revision_history": [
{
"date": "2025-06-25T06:17:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-25T06:17:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T19:37:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0:0.34-9.el8_10.src",
"product": {
"name": "perl-File-Find-Rule-0:0.34-9.el8_10.src",
"product_id": "perl-File-Find-Rule-0:0.34-9.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule@0.34-9.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0:0.34-9.el8_10.noarch",
"product": {
"name": "perl-File-Find-Rule-0:0.34-9.el8_10.noarch",
"product_id": "perl-File-Find-Rule-0:0.34-9.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule@0.34-9.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0:0.34-9.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.noarch"
},
"product_reference": "perl-File-Find-Rule-0:0.34-9.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0:0.34-9.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.src"
},
"product_reference": "perl-File-Find-Rule-0:0.34-9.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-10007",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-06-05T13:00:50.675039+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370424"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in perl-file-find-rule. The `grep()` function within `File::Find::Rule` versions up to 0.34 is vulnerable to arbitrary code execution if provided with a specially crafted filename. This vulnerability allows an attacker to supply a filename that, when opened, executes arbitrary code via the `open()` function\u0027s mode parameter. Consequently, an attacker can achieve remote code execution by providing a malicious filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important rather than Moderate because it enables arbitrary code execution (ACE) through a common and trusted interface\u2014filename handling. Specifically, the use of Perl\u2019s two-argument open() within the grep() method allows attacker-controlled filenames to be interpreted as shell commands when prefixed with special characters like |. Since File::Find::Rule is often used in automation scripts, system utilities, and recursive file operations, this flaw transforms a seemingly benign filename input into an execution vector, violating a core security boundary between data and code. The vulnerability does not require elevated privileges or complex exploitation chains; a single crafted filename is enough to trigger shell execution, making the flaw exploitable in real-world scenarios such as CI/CD pipelines or file indexing systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2011-10007"
},
{
"category": "external",
"summary": "RHBZ#2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2011-10007",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-10007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch",
"url": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/pull/4",
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html",
"url": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html"
},
{
"category": "external",
"summary": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423",
"url": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423"
},
{
"category": "external",
"summary": "https://rt.cpan.org/Public/Bug/Display.html?id=64504",
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=64504"
}
],
"release_date": "2025-06-05T11:57:58.654000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-25T06:17:00+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9605"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-9.el8_10.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution"
}
]
}
RHSA-2025:9517
Vulnerability from csaf_redhat - Published: 2025-06-24 11:31 - Updated: 2025-11-21 19:37Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl-File-Find-Rule is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.\n\nSecurity Fix(es):\n\n* perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9517",
"url": "https://access.redhat.com/errata/RHSA-2025:9517"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9517.json"
}
],
"title": "Red Hat Security Advisory: perl-File-Find-Rule security update",
"tracking": {
"current_release_date": "2025-11-21T19:37:53+00:00",
"generator": {
"date": "2025-11-21T19:37:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:9517",
"initial_release_date": "2025-06-24T11:31:48+00:00",
"revision_history": [
{
"date": "2025-06-24T11:31:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-24T11:31:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T19:37:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0:0.34-19.1.el9_6.src",
"product": {
"name": "perl-File-Find-Rule-0:0.34-19.1.el9_6.src",
"product_id": "perl-File-Find-Rule-0:0.34-19.1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule@0.34-19.1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch",
"product": {
"name": "perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch",
"product_id": "perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule@0.34-19.1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch"
},
"product_reference": "perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0:0.34-19.1.el9_6.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.src"
},
"product_reference": "perl-File-Find-Rule-0:0.34-19.1.el9_6.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-10007",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-06-05T13:00:50.675039+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370424"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in perl-file-find-rule. The `grep()` function within `File::Find::Rule` versions up to 0.34 is vulnerable to arbitrary code execution if provided with a specially crafted filename. This vulnerability allows an attacker to supply a filename that, when opened, executes arbitrary code via the `open()` function\u0027s mode parameter. Consequently, an attacker can achieve remote code execution by providing a malicious filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important rather than Moderate because it enables arbitrary code execution (ACE) through a common and trusted interface\u2014filename handling. Specifically, the use of Perl\u2019s two-argument open() within the grep() method allows attacker-controlled filenames to be interpreted as shell commands when prefixed with special characters like |. Since File::Find::Rule is often used in automation scripts, system utilities, and recursive file operations, this flaw transforms a seemingly benign filename input into an execution vector, violating a core security boundary between data and code. The vulnerability does not require elevated privileges or complex exploitation chains; a single crafted filename is enough to trigger shell execution, making the flaw exploitable in real-world scenarios such as CI/CD pipelines or file indexing systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2011-10007"
},
{
"category": "external",
"summary": "RHBZ#2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2011-10007",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-10007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch",
"url": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/pull/4",
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html",
"url": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html"
},
{
"category": "external",
"summary": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423",
"url": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423"
},
{
"category": "external",
"summary": "https://rt.cpan.org/Public/Bug/Display.html?id=64504",
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=64504"
}
],
"release_date": "2025-06-05T11:57:58.654000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-24T11:31:48+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9517"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.noarch",
"CRB-9.6.0.Z.MAIN.EUS:perl-File-Find-Rule-0:0.34-19.1.el9_6.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution"
}
]
}
RHSA-2025:9741
Vulnerability from csaf_redhat - Published: 2025-06-26 06:32 - Updated: 2025-11-21 19:38Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for perl-File-Find-Rule is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.\n\nSecurity Fix(es):\n\n* perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9741",
"url": "https://access.redhat.com/errata/RHSA-2025:9741"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9741.json"
}
],
"title": "Red Hat Security Advisory: perl-File-Find-Rule security update",
"tracking": {
"current_release_date": "2025-11-21T19:38:01+00:00",
"generator": {
"date": "2025-11-21T19:38:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:9741",
"initial_release_date": "2025-06-26T06:32:54+00:00",
"revision_history": [
{
"date": "2025-06-26T06:32:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-26T06:32:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T19:38:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0:0.33-5.el7_9.1.src",
"product": {
"name": "perl-File-Find-Rule-0:0.33-5.el7_9.1.src",
"product_id": "perl-File-Find-Rule-0:0.33-5.el7_9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule@0.33-5.el7_9.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch",
"product": {
"name": "perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch",
"product_id": "perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perl-File-Find-Rule@0.33-5.el7_9.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch"
},
"product_reference": "perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0:0.33-5.el7_9.1.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.src"
},
"product_reference": "perl-File-Find-Rule-0:0.33-5.el7_9.1.src",
"relates_to_product_reference": "7Server-optional-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-10007",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-06-05T13:00:50.675039+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370424"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in perl-file-find-rule. The `grep()` function within `File::Find::Rule` versions up to 0.34 is vulnerable to arbitrary code execution if provided with a specially crafted filename. This vulnerability allows an attacker to supply a filename that, when opened, executes arbitrary code via the `open()` function\u0027s mode parameter. Consequently, an attacker can achieve remote code execution by providing a malicious filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Important rather than Moderate because it enables arbitrary code execution (ACE) through a common and trusted interface\u2014filename handling. Specifically, the use of Perl\u2019s two-argument open() within the grep() method allows attacker-controlled filenames to be interpreted as shell commands when prefixed with special characters like |. Since File::Find::Rule is often used in automation scripts, system utilities, and recursive file operations, this flaw transforms a seemingly benign filename input into an execution vector, violating a core security boundary between data and code. The vulnerability does not require elevated privileges or complex exploitation chains; a single crafted filename is enough to trigger shell execution, making the flaw exploitable in real-world scenarios such as CI/CD pipelines or file indexing systems.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch",
"7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2011-10007"
},
{
"category": "external",
"summary": "RHBZ#2370424",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2011-10007",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-10007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch",
"url": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch"
},
{
"category": "external",
"summary": "https://github.com/richardc/perl-file-find-rule/pull/4",
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
},
{
"category": "external",
"summary": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html",
"url": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html"
},
{
"category": "external",
"summary": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423",
"url": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423"
},
{
"category": "external",
"summary": "https://rt.cpan.org/Public/Bug/Display.html?id=64504",
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=64504"
}
],
"release_date": "2025-06-05T11:57:58.654000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-26T06:32:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch",
"7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9741"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch",
"7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.noarch",
"7Server-optional-ELS:perl-File-Find-Rule-0:0.33-5.el7_9.1.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "perl-file-find-rule: File::Find::Rule Arbitrary Code Execution"
}
]
}
CVE-2011-10007
Vulnerability from osv_almalinux
File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.
Security Fix(es):
- perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "perl-File-Find-Rule"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.34-19.1.el9_6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories. \n\nSecurity Fix(es): \n\n * perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2025:9517",
"modified": "2025-06-30T13:05:26Z",
"published": "2025-06-24T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2025:9517"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2011-10007"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2370424"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2025-9517.html"
}
],
"related": [
"CVE-2011-10007"
],
"summary": "Important: perl-File-Find-Rule security update"
}
CVE-2011-10007
Vulnerability from osv_almalinux
File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.
Security Fix(es):
- perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "perl-File-Find-Rule"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.34-9.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories. \n\nSecurity Fix(es): \n\n * perl-file-find-rule: File::Find::Rule Arbitrary Code Execution (CVE-2011-10007)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2025:9605",
"modified": "2025-06-26T18:41:23Z",
"published": "2025-06-25T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2025:9605"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2011-10007"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2370424"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2025-9605.html"
}
],
"related": [
"CVE-2011-10007"
],
"summary": "Important: perl-File-Find-Rule security update"
}
FKIE_CVE-2011-10007
Vulnerability from fkie_nvd - Published: 2025-06-05 12:15 - Updated: 2025-06-06 04:15| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename.\n\nA 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.\n\nExample:\n\n$ mkdir /tmp/poc; echo \u003e \"/tmp/poc/|id\"\n$ perl -MFile::Find::Rule \\\n\u00a0 \u00a0 -E \u0027File::Find::Rule-\u003egrep(\"foo\")-\u003ein(\"/tmp/poc\")\u0027\nuid=1000(user) gid=1000(user) groups=1000(user),100(users)"
},
{
"lang": "es",
"value": "File::Find::Rule hasta la versi\u00f3n 0.34 para Perl es vulnerable a la ejecuci\u00f3n de c\u00f3digo arbitrario cuando `grep()` encuentra un nombre de archivo manipulado. Se abre un controlador de archivo con la forma de dos argumentos `open()`, lo que permite que un atacante controle el nombre de archivo proporcionando el par\u00e1metro MODE a `open()`, convirtiendo el nombre de archivo en un comando para su ejecuci\u00f3n. Ejemplo: $ mkdir /tmp/poc; echo \u0026gt; \"/tmp/poc/|id\" $ perl -MFile::Find::Rule \\ -E \u0027File::Find::Rule-\u0026gt;grep(\"foo\")-\u0026gt;in(\"/tmp/poc\")\u0027 uid=1000(user) gid=1000(user) groups=1000(user),100(users)"
}
],
"id": "CVE-2011-10007",
"lastModified": "2025-06-06T04:15:41.237",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.8,
"impactScore": 5.9,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-06-05T12:15:22.807",
"references": [
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=64504"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/06/05/4"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/06/06/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/06/06/3"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
}
],
"sourceIdentifier": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-78"
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"type": "Secondary"
}
]
}
CVE-2011-10007
Vulnerability from fstec - Published: 05.06.2025{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, Andy Lester",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "7.3 (\u0420\u0415\u0414 \u041e\u0421), 1.8 (Astra Linux Special Edition), \u0434\u043e 0.34 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (File::Find::Rule), 3.8 (Astra Linux Special Edition)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f File::Find::Rule for Perl:\nhttps://github.com/richardc/perl-file-find-rule/pull/4\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 libfile-find-rule-perl \u0434\u043e 0.34-4~deb12u1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0811SE18\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421:\nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 libfile-find-rule-perl \u0434\u043e 0.34-4~deb12u1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 libfile-find-rule-perl \u0434\u043e 0.34-4~deb12u1 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "05.06.2025",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "16.02.2026",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "28.09.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-12301",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2011-10007",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "\u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), File::Find::Rule",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.8 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 3.8 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 Perl \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430 \u0444\u0430\u0439\u043b\u043e\u0432 File::Find::Rule, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c \u0434\u0430\u043d\u043d\u044b\u043c, \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u044c \u0438\u0445 \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u043f\u0440\u0438\u043d\u044f\u0442\u0438\u0435 \u043c\u0435\u0440 \u043f\u043e \u043d\u0435\u0439\u0442\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0445 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b (\u0412\u043d\u0435\u0434\u0440\u0435\u043d\u0438\u0435 \u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b) (CWE-78)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 Perl \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430 \u0444\u0430\u0439\u043b\u043e\u0432 File::Find::Rule \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435\u043c \u043c\u0435\u0440 \u043f\u043e \u043e\u0447\u0438\u0441\u0442\u043a\u0435 \u0432\u0445\u043e\u0434\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c \u0434\u0430\u043d\u043d\u044b\u043c, \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u044c \u0438\u0445 \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u0418\u043d\u044a\u0435\u043a\u0446\u0438\u044f",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f\nhttps://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch\nhttps://github.com/richardc/perl-file-find-rule/pull/4\nhttps://nvd.nist.gov/vuln/detail/CVE-2011-10007\nhttps://security-tracker.debian.org/tracker/CVE-2011-10007\nhttps://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0811SE18\nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\nhttps://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38\nhttps://wiki.astralinux.ru/astra-linux-se38-bulletin-2026-0126SE38",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-78",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 10)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.1 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 8,8)"
}
OPENSUSE-SU-2025:15260-1
Vulnerability from csaf_opensuse - Published: 2025-07-03 00:00 - Updated: 2025-07-03 00:00Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "perl-File-Find-Rule-0.350.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the perl-File-Find-Rule-0.350.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15260",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15260-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-10007 page",
"url": "https://www.suse.com/security/cve/CVE-2011-10007/"
}
],
"title": "perl-File-Find-Rule-0.350.0-1.1 on GA media",
"tracking": {
"current_release_date": "2025-07-03T00:00:00Z",
"generator": {
"date": "2025-07-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15260-1",
"initial_release_date": "2025-07-03T00:00:00Z",
"revision_history": [
{
"date": "2025-07-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0.350.0-1.1.aarch64",
"product": {
"name": "perl-File-Find-Rule-0.350.0-1.1.aarch64",
"product_id": "perl-File-Find-Rule-0.350.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0.350.0-1.1.ppc64le",
"product": {
"name": "perl-File-Find-Rule-0.350.0-1.1.ppc64le",
"product_id": "perl-File-Find-Rule-0.350.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0.350.0-1.1.s390x",
"product": {
"name": "perl-File-Find-Rule-0.350.0-1.1.s390x",
"product_id": "perl-File-Find-Rule-0.350.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-File-Find-Rule-0.350.0-1.1.x86_64",
"product": {
"name": "perl-File-Find-Rule-0.350.0-1.1.x86_64",
"product_id": "perl-File-Find-Rule-0.350.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.350.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.aarch64"
},
"product_reference": "perl-File-Find-Rule-0.350.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.350.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.ppc64le"
},
"product_reference": "perl-File-Find-Rule-0.350.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.350.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.s390x"
},
"product_reference": "perl-File-Find-Rule-0.350.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-File-Find-Rule-0.350.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.x86_64"
},
"product_reference": "perl-File-Find-Rule-0.350.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-10007",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-10007"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.s390x",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-10007",
"url": "https://www.suse.com/security/cve/CVE-2011-10007"
},
{
"category": "external",
"summary": "SUSE Bug 1244148 for CVE-2011-10007",
"url": "https://bugzilla.suse.com/1244148"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.s390x",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.s390x",
"openSUSE Tumbleweed:perl-File-Find-Rule-0.350.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-03T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2011-10007"
}
]
}
WID-SEC-W-2025-1393
Vulnerability from csaf_certbund - Published: 2025-06-24 22:00 - Updated: 2025-07-10 22:00Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1393 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1393.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1393 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1393"
},
{
"category": "external",
"summary": "RedHat Security Advisory vom 2025-06-24",
"url": "https://access.redhat.com/errata/RHSA-2025:9517"
},
{
"category": "external",
"summary": "RedHat Security Advisory CVE-2011-10007",
"url": "https://access.redhat.com/security/cve/CVE-2011-10007"
},
{
"category": "external",
"summary": "RedHat Bugzilla mit PoC",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370424"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9605 vom 2025-06-25",
"url": "https://access.redhat.com/errata/RHSA-2025:9605"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-9517 vom 2025-06-26",
"url": "http://linux.oracle.com/errata/ELSA-2025-9517.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02105-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/E4X7HUQZ4SLFLWNG52ROHKB4UCYXZYUB/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-9605 vom 2025-06-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-9605.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9658 vom 2025-06-26",
"url": "https://access.redhat.com/errata/RHSA-2025:9658"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9740 vom 2025-06-26",
"url": "https://access.redhat.com/errata/RHSA-2025:9740"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9741 vom 2025-06-26",
"url": "https://access.redhat.com/errata/RHSA-2025:9741"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2891 vom 2025-06-30",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2891.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-9740 vom 2025-07-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-9740.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-9741 vom 2025-07-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-9741.html"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux: Schwachstelle erm\u00f6glicht Codeausf\u00fchrung",
"tracking": {
"current_release_date": "2025-07-10T22:00:00.000+00:00",
"generator": {
"date": "2025-07-11T08:30:08.452+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1393",
"initial_release_date": "2025-06-24T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-07-09T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-07-10T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T039443",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T039681",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-10007",
"product_status": {
"known_affected": [
"T039681",
"T002207",
"67646",
"398363",
"T004914",
"T039443"
]
},
"release_date": "2025-06-24T22:00:00.000+00:00",
"title": "CVE-2011-10007"
}
]
}
GHSA-CVG9-Q978-4569
Vulnerability from github – Published: 2025-06-05 12:31 – Updated: 2025-06-06 06:30File::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)
{
"affected": [],
"aliases": [
"CVE-2011-10007"
],
"database_specific": {
"cwe_ids": [
"CWE-78"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-06-05T12:15:22Z",
"severity": "HIGH"
},
"details": "File::Find::Rule through 0.34 for Perl is vulnerable to Arbitrary Code Execution when `grep()` encounters a crafted filename.\n\nA 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.\n\nExample:\n\n$ mkdir /tmp/poc; echo \u003e \"/tmp/poc/|id\"\n$ perl -MFile::Find::Rule \\\n\u00a0 \u00a0 -E \u0027File::Find::Rule-\u003egrep(\"foo\")-\u003ein(\"/tmp/poc\")\u0027\nuid=1000(user) gid=1000(user) groups=1000(user),100(users)",
"id": "GHSA-cvg9-q978-4569",
"modified": "2025-06-06T06:30:25Z",
"published": "2025-06-05T12:31:09Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-10007"
},
{
"type": "WEB",
"url": "https://github.com/richardc/perl-file-find-rule/pull/4"
},
{
"type": "WEB",
"url": "https://github.com/richardc/perl-file-find-rule/commit/df58128bcee4c1da78c34d7f3fe1357e575ad56f.patch"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2025/06/msg00006.html"
},
{
"type": "WEB",
"url": "https://metacpan.org/release/RCLAMP/File-Find-Rule-0.34/source/lib/File/Find/Rule.pm#L423"
},
{
"type": "WEB",
"url": "https://rt.cpan.org/Public/Bug/Display.html?id=64504"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/06/05/4"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/06/06/1"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/06/06/3"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.