2024-04-15 22:03:30 +00:00
{
"id" : "CVE-2024-32036" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2024-04-15T20:15:11.543" ,
2025-01-09 19:03:54 +00:00
"lastModified" : "2025-01-09T18:14:46.097" ,
"vulnStatus" : "Analyzed" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-04-15 22:03:30 +00:00
"descriptions" : [
{
"lang" : "en" ,
2024-04-16 23:58:23 +00:00
"value" : "ImageSharp is a 2D graphics API. A data leakage flaw was found in ImageSharp's JPEG and TGA decoders. This vulnerability is triggered when an attacker passes a specially crafted JPEG or TGA image file to a software using ImageSharp, potentially disclosing sensitive information from other parts of the software in the resulting image buffer. The problem has been patched in v3.1.4 and v2.1.8."
2024-04-16 14:03:30 +00:00
} ,
{
"lang" : "es" ,
"value" : "ImageSharp es una API de gr\u00e1ficos 2D. Se encontr\u00f3 una falla de heap-use-after-free en los decodificadores JPEG y TGA de ImageSharp. Esta vulnerabilidad se activa cuando un atacante pasa un archivo de imagen JPEG o TGA especialmente manipulado a ImageSharp para su conversi\u00f3n, lo que podr\u00eda provocar la divulgaci\u00f3n de informaci\u00f3n. El problema se solucion\u00f3 en v3.1.4 y v2.1.8."
2024-04-15 22:03:30 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
2024-04-16 23:58:23 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 5.3 ,
"baseSeverity" : "MEDIUM" ,
2024-04-16 23:58:23 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "HIGH" ,
2024-04-15 22:03:30 +00:00
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-04-15 22:03:30 +00:00
} ,
2024-04-16 23:58:23 +00:00
"exploitabilityScore" : 1.6 ,
"impactScore" : 3.6
2025-01-09 19:03:54 +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:U/C:H/I:N/A:N" ,
"baseScore" : 6.5 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "NONE"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 3.6
2024-04-15 22:03:30 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-226"
}
]
2025-01-09 19:03:54 +00:00
} ,
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-212"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sixlabors:imagesharp:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "2.1.8" ,
"matchCriteriaId" : "A06E81B0-6C7F-43A9-B154-E5BF07241973"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sixlabors:imagesharp:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "3.0.0" ,
"versionEndExcluding" : "3.1.4" ,
"matchCriteriaId" : "CDB61675-C17E-41D0-AFBF-24E39F753A0A"
}
]
}
]
2024-04-15 22:03:30 +00:00
}
] ,
"references" : [
{
"url" : "https://github.com/SixLabors/ImageSharp/commit/8f0b4d3e680e78d479a88e7b1472bccd8f096d68" ,
2025-01-09 19:03:54 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-04-15 22:03:30 +00:00
} ,
{
"url" : "https://github.com/SixLabors/ImageSharp/commit/da5f09a42513489fe359578d81cec2f15ba588ba" ,
2025-01-09 19:03:54 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch"
]
2024-04-15 22:03:30 +00:00
} ,
{
"url" : "https://github.com/SixLabors/ImageSharp/security/advisories/GHSA-5x7m-6737-26cr" ,
2025-01-09 19:03:54 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/SixLabors/ImageSharp/commit/8f0b4d3e680e78d479a88e7b1472bccd8f096d68" ,
2025-01-09 19:03:54 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/SixLabors/ImageSharp/commit/da5f09a42513489fe359578d81cec2f15ba588ba" ,
2025-01-09 19:03:54 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/SixLabors/ImageSharp/security/advisories/GHSA-5x7m-6737-26cr" ,
2025-01-09 19:03:54 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2024-04-15 22:03:30 +00:00
}
]
}