cvelist/2024/1xxx/CVE-2024-1485.json
2024-09-09 20:00:34 +00:00

129 lines
4.9 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-1485",
"ASSIGNER": "secalert@redhat.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "A flaw was found in the decompression function of registry-support. This issue can be triggered if an unauthenticated remote attacker tricks a user into parsing a devfile which uses the `parent` or `plugin` keywords. This could download a malicious archive and cause the cleanup process to overwrite or delete files outside of the archive, which should not be allowed."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Relative Path Traversal",
"cweId": "CWE-23"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Red Hat",
"product": {
"product_data": [
{
"product_name": "OpenShift Developer Tools and Services",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
}
]
}
},
{
"product_name": "Red Hat OpenShift Container Platform 4",
"version": {
"version_data": [
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://access.redhat.com/security/cve/CVE-2024-1485",
"refsource": "MISC",
"name": "https://access.redhat.com/security/cve/CVE-2024-1485"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2264106",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=2264106"
},
{
"url": "https://github.com/advisories/GHSA-84xv-jfrm-h4gm",
"refsource": "MISC",
"name": "https://github.com/advisories/GHSA-84xv-jfrm-h4gm"
},
{
"url": "https://github.com/devfile/registry-support/commit/0e44b9ca6d03fac4fc3f77d37656d56dc5defe0d",
"refsource": "MISC",
"name": "https://github.com/devfile/registry-support/commit/0e44b9ca6d03fac4fc3f77d37656d56dc5defe0d"
},
{
"url": "https://github.com/devfile/registry-support/pull/197",
"refsource": "MISC",
"name": "https://github.com/devfile/registry-support/pull/197"
}
]
},
"work_around": [
{
"lang": "en",
"value": "Limit or block the parsing of devfiles from untrusted sources."
}
],
"credits": [
{
"lang": "en",
"value": "Red Hat would like to thank Joern Schneeweisz (GitLab Security Research Team) for reporting this issue."
}
],
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:H",
"version": "3.1"
}
]
}
}