2023-07-24 18:00:32 +00:00
{
"id" : "CVE-2023-3745" ,
"sourceIdentifier" : "secalert@redhat.com" ,
"published" : "2023-07-24T16:15:13.130" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:17:58.043" ,
2023-11-07 21:03:21 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-07-24 18:00:32 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "A heap-based buffer overflow issue was found in ImageMagick's PushCharPixel() function in quantum-private.h. This issue may allow a local attacker to trick the user into opening a specially crafted file, triggering an out-of-bounds read error and allowing an application to crash, resulting in a denial of service."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-08-02 16:00:40 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
2023-08-02 16:00:40 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM" ,
2023-08-02 16:00:40 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-08-02 16:00:40 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
} ,
2023-07-24 18:00:32 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-07-24 18:00:32 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM" ,
2023-07-24 18:00:32 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-07-24 18:00:32 +00:00
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
}
]
} ,
2023-08-02 16:00:40 +00:00
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
2023-08-02 16:00:40 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-125"
2023-08-02 16:00:40 +00:00
}
]
2023-11-07 21:03:21 +00:00
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-11-07 21:03:21 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-787"
2023-11-07 21:03:21 +00:00
}
]
2023-08-02 16:00:40 +00:00
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.0" ,
"versionEndExcluding" : "6.9-11-0" ,
"matchCriteriaId" : "BA9905B3-D649-46D9-9F93-BD74D9964B61"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "7.0.0-0" ,
"versionEndExcluding" : "7.0.10-0" ,
"matchCriteriaId" : "1193CD0F-45E9-4341-A2CF-4C5DEE257B2C"
}
]
}
]
}
] ,
2023-07-24 18:00:32 +00:00
"references" : [
{
"url" : "https://access.redhat.com/security/cve/CVE-2023-3745" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Third Party Advisory"
]
2023-07-24 18:00:32 +00:00
} ,
{
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2223557" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Issue Tracking" ,
"Third Party Advisory"
]
2023-07-24 18:00:32 +00:00
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/commit/54cdc146bbe50018526770be201b56643ad58ba7" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Patch"
]
2023-07-24 18:00:32 +00:00
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/commit/651672f19c75161a6159d9b6838fd3095b6c5304" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Patch"
]
2023-07-24 18:00:32 +00:00
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/issues/1857" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Exploit" ,
"Issue Tracking"
]
2023-07-24 18:00:32 +00:00
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick6/commit/7486477aa00c5c7856b111506da075b6cdfa8b73" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Patch"
]
2023-07-24 18:00:32 +00:00
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick6/commit/b466a96965afc1308a4ace93f5535c2b770f294b" ,
2023-08-02 16:00:40 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://access.redhat.com/security/cve/CVE-2023-3745" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Third Party Advisory"
]
} ,
{
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=2223557" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Issue Tracking" ,
"Third Party Advisory"
]
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/commit/54cdc146bbe50018526770be201b56643ad58ba7" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/commit/651672f19c75161a6159d9b6838fd3095b6c5304" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick/issues/1857" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Issue Tracking"
]
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick6/commit/7486477aa00c5c7856b111506da075b6cdfa8b73" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
} ,
{
"url" : "https://github.com/ImageMagick/ImageMagick6/commit/b466a96965afc1308a4ace93f5535c2b770f294b" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2023-07-24 18:00:32 +00:00
}
]
}