2024-02-28 16:00:33 +00:00
{
2024-03-05 17:00:34 +00:00
"data_version" : "4.0" ,
2024-02-28 16:00:33 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-27929" ,
2024-03-05 17:00:34 +00:00
"ASSIGNER" : "security-advisories@github.com" ,
"STATE" : "PUBLIC"
2024-02-28 16:00:33 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-03-07 14:00:46 +00:00
"value" : "ImageSharp is a managed, cross-platform, 2D graphics library. A heap-use-after-free flaw was found in ImageSharp's InitializeImage() function of PngDecoderCore.cs file. This vulnerability is triggered when an attacker passes a specially crafted PNG image file to ImageSharp for conversion, potentially leading to information disclosure. This issue has been patched in versions 3.1.3 and 2.1.7."
2024-03-05 17:00:34 +00:00
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-416: Use After Free" ,
"cweId" : "CWE-416"
}
]
}
]
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "SixLabors" ,
"product" : {
"product_data" : [
{
"product_name" : "ImageSharp" ,
"version" : {
"version_data" : [
{
"version_affected" : "=" ,
2024-03-07 14:00:46 +00:00
"version_value" : ">= 3.0.0, < 3.1.3"
} ,
{
"version_affected" : "=" ,
"version_value" : "< 2.1.7"
2024-03-05 17:00:34 +00:00
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
{
"url" : "https://github.com/SixLabors/ImageSharp/security/advisories/GHSA-65x7-c272-7g7r" ,
"refsource" : "MISC" ,
"name" : "https://github.com/SixLabors/ImageSharp/security/advisories/GHSA-65x7-c272-7g7r"
}
]
} ,
"source" : {
"advisory" : "GHSA-65x7-c272-7g7r" ,
"discovery" : "UNKNOWN"
} ,
"impact" : {
"cvss" : [
{
"attackComplexity" : "LOW" ,
"attackVector" : "LOCAL" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.1 ,
"baseSeverity" : "HIGH" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "NONE" ,
"privilegesRequired" : "NONE" ,
"scope" : "UNCHANGED" ,
"userInteraction" : "REQUIRED" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H" ,
"version" : "3.1"
2024-02-28 16:00:33 +00:00
}
]
}
}