2024-02-14 00:55:28 +00:00
{
"id" : "CVE-2024-1485" ,
"sourceIdentifier" : "secalert@redhat.com" ,
"published" : "2024-02-14T00:15:46.783" ,
2024-10-21 22:03:30 +00:00
"lastModified" : "2024-10-21T20:13:56.083" ,
"vulnStatus" : "Analyzed" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-02-14 00:55:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
2024-02-21 19:00:28 +00:00
"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."
} ,
{
"lang" : "es" ,
"value" : "Se encontr\u00f3 una vulnerabilidad en la funci\u00f3n de descompresi\u00f3n del soporte de registro. Este problema puede ser desencadenado por un atacante remoto no autenticado al enga\u00f1ar a un usuario para que abra un archivo .tar especialmente modificado, lo que lleva al proceso de limpieza a seguir rutas relativas para sobrescribir o eliminar archivos fuera del alcance previsto."
2024-02-14 00:55:28 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-10-21 22:03:30 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 9.3 ,
"baseSeverity" : "CRITICAL"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.8
} ,
2024-02-14 00:55:28 +00:00
{
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
2024-02-22 00:55:30 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:H" ,
2024-02-14 00:55:28 +00:00
"attackVector" : "NETWORK" ,
2024-02-22 00:55:30 +00:00
"attackComplexity" : "HIGH" ,
2024-02-14 00:55:28 +00:00
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
2024-02-21 19:00:28 +00:00
"scope" : "CHANGED" ,
2024-02-14 00:55:28 +00:00
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
2024-02-22 00:55:30 +00:00
"baseScore" : 8.0 ,
"baseSeverity" : "HIGH"
2024-02-14 00:55:28 +00:00
} ,
2024-02-22 00:55:30 +00:00
"exploitabilityScore" : 1.6 ,
2024-02-21 19:00:28 +00:00
"impactScore" : 5.8
2024-02-14 00:55:28 +00:00
}
]
} ,
"weaknesses" : [
{
2024-10-21 22:03:30 +00:00
"source" : "nvd@nist.gov" ,
2024-02-14 00:55:28 +00:00
"type" : "Primary" ,
2024-10-21 22:03:30 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-22"
}
]
} ,
{
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
2024-02-14 00:55:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-23"
}
]
}
] ,
2024-10-21 22:03:30 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:devfile:registry-support:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "0.0.0-20240206" ,
"matchCriteriaId" : "8FDBF67C-FADA-4C25-9795-E099C8D0DB56"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:redhat:openshift:4.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "5F7E2F04-474D-4196-9CE8-242642990A16"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:redhat:openshift_developer_tools_and_services:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "97321212-0E07-4CC2-A917-7B5F61AB9A5A"
}
]
}
]
}
] ,
2024-02-14 00:55:28 +00:00
"references" : [
{
"url" : "https://access.redhat.com/security/cve/CVE-2024-1485" ,
2024-10-21 22:03:30 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory"
]
2024-02-14 00:55:28 +00:00
} ,
{
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2264106" ,
2024-10-21 22:03:30 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Issue Tracking" ,
"Third Party Advisory"
]
2024-02-14 00:55:28 +00:00
} ,
2024-02-22 03:00:30 +00:00
{
"url" : "https://github.com/advisories/GHSA-84xv-jfrm-h4gm" ,
2024-10-21 22:03:30 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory"
]
2024-02-22 03:00:30 +00:00
} ,
2024-02-14 00:55:28 +00:00
{
"url" : "https://github.com/devfile/registry-support/commit/0e44b9ca6d03fac4fc3f77d37656d56dc5defe0d" ,
2024-10-21 22:03:30 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Patch"
]
2024-02-22 03:00:30 +00:00
} ,
{
"url" : "https://github.com/devfile/registry-support/pull/197" ,
2024-10-21 22:03:30 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Patch"
]
2024-02-14 00:55:28 +00:00
}
]
}