Search
Find a vulnerability
Search criteria
2 vulnerabilities by brightio
CVE-2026-50558 (GCVE-0-2026-50558)
Vulnerability from nvd – Published: 2026-07-29 15:34 – Updated: 2026-07-29 17:59
VLAI
EPSS
VEX
Title
Penelope unsafe tar extraction allows arbitrary local file write via crafted session archive
Summary
Penelope Shell Handler is a post-exploitation shell handler for authorized security testing. Prior to 0.20.0, the Unix download() implementation in penelope.py used tar.extractall(local_download_folder) on tar archives returned by remote sessions without validating member paths, allowing a malicious or compromised session to write files outside the intended download directory and potentially overwrite ~/.penelope/peneloperc. This issue is fixed in version 0.20.0.
Severity
5.9 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/brightio/penelope/security/adv… | x_refsource_CONFIRM |
| https://github.com/brightio/penelope/commit/a040a… | x_refsource_MISC |
| https://github.com/brightio/penelope/releases/tag… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-50558",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-29T17:59:13.087639Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-29T17:59:48.113Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/brightio/penelope/security/advisories/GHSA-f42x-p2mx-hm8r"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "penelope",
"vendor": "brightio",
"versions": [
{
"status": "affected",
"version": "\u003c 0.20.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Penelope Shell Handler is a post-exploitation shell handler for authorized security testing. Prior to 0.20.0, the Unix download() implementation in penelope.py used tar.extractall(local_download_folder) on tar archives returned by remote sessions without validating member paths, allowing a malicious or compromised session to write files outside the intended download directory and potentially overwrite ~/.penelope/peneloperc. This issue is fixed in version 0.20.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-29T15:34:05.042Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/brightio/penelope/security/advisories/GHSA-f42x-p2mx-hm8r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/brightio/penelope/security/advisories/GHSA-f42x-p2mx-hm8r"
},
{
"name": "https://github.com/brightio/penelope/commit/a040afb5db32c7e80b5e8a2f9b2164cf911cfa62",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/brightio/penelope/commit/a040afb5db32c7e80b5e8a2f9b2164cf911cfa62"
},
{
"name": "https://github.com/brightio/penelope/releases/tag/v0.20.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/brightio/penelope/releases/tag/v0.20.0"
}
],
"source": {
"advisory": "GHSA-f42x-p2mx-hm8r",
"discovery": "UNKNOWN"
},
"title": "Penelope unsafe tar extraction allows arbitrary local file write via crafted session archive"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-50558",
"datePublished": "2026-07-29T15:34:05.042Z",
"dateReserved": "2026-06-04T21:34:34.426Z",
"dateUpdated": "2026-07-29T17:59:48.113Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-50558 (GCVE-0-2026-50558)
Vulnerability from cvelistv5 – Published: 2026-07-29 15:34 – Updated: 2026-07-29 17:59
VLAI
EPSS
VEX
Title
Penelope unsafe tar extraction allows arbitrary local file write via crafted session archive
Summary
Penelope Shell Handler is a post-exploitation shell handler for authorized security testing. Prior to 0.20.0, the Unix download() implementation in penelope.py used tar.extractall(local_download_folder) on tar archives returned by remote sessions without validating member paths, allowing a malicious or compromised session to write files outside the intended download directory and potentially overwrite ~/.penelope/peneloperc. This issue is fixed in version 0.20.0.
Severity
5.9 (Medium)
SSVC
Exploitation: poc
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/brightio/penelope/security/adv… | x_refsource_CONFIRM |
| https://github.com/brightio/penelope/commit/a040a… | x_refsource_MISC |
| https://github.com/brightio/penelope/releases/tag… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-50558",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-29T17:59:13.087639Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-29T17:59:48.113Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/brightio/penelope/security/advisories/GHSA-f42x-p2mx-hm8r"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "penelope",
"vendor": "brightio",
"versions": [
{
"status": "affected",
"version": "\u003c 0.20.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Penelope Shell Handler is a post-exploitation shell handler for authorized security testing. Prior to 0.20.0, the Unix download() implementation in penelope.py used tar.extractall(local_download_folder) on tar archives returned by remote sessions without validating member paths, allowing a malicious or compromised session to write files outside the intended download directory and potentially overwrite ~/.penelope/peneloperc. This issue is fixed in version 0.20.0."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-29T15:34:05.042Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/brightio/penelope/security/advisories/GHSA-f42x-p2mx-hm8r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/brightio/penelope/security/advisories/GHSA-f42x-p2mx-hm8r"
},
{
"name": "https://github.com/brightio/penelope/commit/a040afb5db32c7e80b5e8a2f9b2164cf911cfa62",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/brightio/penelope/commit/a040afb5db32c7e80b5e8a2f9b2164cf911cfa62"
},
{
"name": "https://github.com/brightio/penelope/releases/tag/v0.20.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/brightio/penelope/releases/tag/v0.20.0"
}
],
"source": {
"advisory": "GHSA-f42x-p2mx-hm8r",
"discovery": "UNKNOWN"
},
"title": "Penelope unsafe tar extraction allows arbitrary local file write via crafted session archive"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-50558",
"datePublished": "2026-07-29T15:34:05.042Z",
"dateReserved": "2026-06-04T21:34:34.426Z",
"dateUpdated": "2026-07-29T17:59:48.113Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}