2024-07-29 18:03:12 +00:00
{
"id" : "CVE-2024-41817" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-07-29T16:15:05.360" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T09:33:07.940" ,
"vulnStatus" : "Modified" ,
2024-07-29 18:03:12 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "ImageMagick is a free and open-source software suite, used for editing and manipulating digital images. The `AppImage` version `ImageMagick` might use an empty path when setting `MAGICK_CONFIGURE_PATH` and `LD_LIBRARY_PATH` environment variables while executing, which might lead to arbitrary code execution by loading malicious configuration files or shared libraries in the current working directory while executing `ImageMagick`. The vulnerability is fixed in 7.11-36."
2024-08-04 02:03:13 +00:00
} ,
{
"lang" : "es" ,
"value" : " ImageMagick es un paquete de software gratuito y de c\u00f3digo abierto que se utiliza para editar y manipular im\u00e1genes digitales. La versi\u00f3n `AppImage` `ImageMagick` puede usar una ruta vac\u00eda al configurar las variables de entorno `MAGICK_CONFIGURE_PATH` y `LD_LIBRARY_PATH` durante la ejecuci\u00f3n, lo que podr\u00eda llevar a la ejecuci\u00f3n de c\u00f3digo arbitrario al cargar archivos de configuraci\u00f3n maliciosos o librer\u00edas compartidas en el directorio de trabajo actual mientras se ejecuta ` ImagenMagick`. La vulnerabilidad se solucion\u00f3 en 7.11-36."
2024-07-29 18:03:12 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-09-11 18:03:18 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-09-11 18:03:18 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"baseScore" : 7.0 ,
"baseSeverity" : "HIGH" ,
2024-09-11 18:03:18 +00:00
"attackVector" : "LOCAL" ,
2024-12-08 03:06:42 +00:00
"attackComplexity" : "HIGH" ,
2024-09-11 18:03:18 +00:00
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-09-11 18:03:18 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 1.0 ,
2024-09-11 18:03:18 +00:00
"impactScore" : 5.9
} ,
2024-07-29 18:03:12 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-07-29 18:03:12 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
2024-07-29 18:03:12 +00:00
"attackVector" : "LOCAL" ,
2024-12-08 03:06:42 +00:00
"attackComplexity" : "LOW" ,
2024-07-29 18:03:12 +00:00
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2024-07-29 18:03:12 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 1.8 ,
2024-07-29 18:03:12 +00:00
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
2024-09-11 18:03:18 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2024-09-11 18:03:18 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-427"
}
]
} ,
2024-07-29 18:03:12 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-07-29 18:03:12 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-427"
}
]
}
] ,
2024-09-11 18:03:18 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*" ,
2024-10-10 18:03:19 +00:00
"versionEndExcluding" : "7.1.1-36" ,
"matchCriteriaId" : "77361F36-4709-4D0E-964D-DEF566899360"
2024-09-11 18:03:18 +00:00
}
]
}
]
}
] ,
2024-07-29 18:03:12 +00:00
"references" : [
{
"url" : "https://github.com/ImageMagick/ImageMagick/blob/3b22378a23d59d7517c43b65b1822f023df357a0/app-image/AppRun#L11-L14" ,
2024-09-11 18:03:18 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Issue Tracking"
]
2024-07-29 18:03:12 +00:00
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/commit/6526a2b28510ead6a3e14de711bb991ad9abff38" ,
2024-09-11 18:03:18 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-07-29 18:03:12 +00:00
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-8rxc-922v-phg8" ,
2024-09-11 18:03:18 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/blob/3b22378a23d59d7517c43b65b1822f023df357a0/app-image/AppRun#L11-L14" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Issue Tracking"
]
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/commit/6526a2b28510ead6a3e14de711bb991ad9abff38" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-8rxc-922v-phg8" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Vendor Advisory"
]
2024-07-29 18:03:12 +00:00
}
]
}