2023-09-14 22:00:30 +00:00
{
"id" : "CVE-2023-32643" ,
"sourceIdentifier" : "secalert@redhat.com" ,
"published" : "2023-09-14T20:15:09.770" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:03:45.570" ,
2024-04-26 10:03:29 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-09-14 22:00:30 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "A flaw was found in GLib. The GVariant deserialization code is vulnerable to a heap buffer overflow introduced by the fix for CVE-2023-32665. This bug does not affect any released version of GLib, but does affect GLib distributors who followed the guidance of GLib developers to backport the initial fix for CVE-2023-32665."
2023-09-20 16:00:28 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se encontr\u00f3 una falla en GLib. El c\u00f3digo de deserializaci\u00f3n de GVariant es vulnerable a un desbordamiento del b\u00fafer introducido por la soluci\u00f3n para CVE-2023-32665. Este error no afecta a ninguna versi\u00f3n publicada de GLib, pero s\u00ed afecta a los distribuidores de GLib que siguieron las instrucciones de los desarrolladores de GLib para respaldar la soluci\u00f3n inicial para CVE-2023-32665."
2023-09-14 22:00:30 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-09-20 16:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
2023-09-20 16:00:28 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" ,
"baseScore" : 5.3 ,
"baseSeverity" : "MEDIUM" ,
2023-09-20 16:00:28 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "LOW"
2023-09-20 16:00:28 +00:00
} ,
"exploitabilityScore" : 1.8 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 3.4
2023-09-20 16:00:28 +00:00
} ,
2023-09-14 22:00:30 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-09-14 22:00:30 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH" ,
2023-09-14 22:00:30 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
2024-12-08 03:06:42 +00:00
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH"
2023-09-14 22:00:30 +00:00
} ,
"exploitabilityScore" : 1.8 ,
2024-12-08 03:06:42 +00:00
"impactScore" : 5.9
2023-09-14 22:00:30 +00:00
}
]
} ,
"weaknesses" : [
2023-09-20 16:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "secalert@redhat.com" ,
"type" : "Secondary" ,
2023-09-20 16:00:28 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-122"
2023-09-20 16:00:28 +00:00
}
]
} ,
2023-09-14 22:00:30 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-09-14 22:00:30 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-787"
2023-09-14 22:00:30 +00:00
}
]
}
] ,
2023-09-20 16:00:28 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:gnome:glib:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "2.75.1" ,
"matchCriteriaId" : "510DFD41-BCB1-4BCA-B1CE-261DFAB2BD8A"
}
]
}
]
}
] ,
2023-09-14 22:00:30 +00:00
"references" : [
{
"url" : "https://gitlab.gnome.org/GNOME/glib/-/issues/2840" ,
2023-09-20 16:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Issue Tracking" ,
"Vendor Advisory"
]
2023-09-14 22:00:30 +00:00
} ,
{
"url" : "https://https://discourse.gnome.org/t/multiple-fixes-for-gvariant-normalisation-issues-in-glib/12835" ,
2023-09-20 16:00:28 +00:00
"source" : "secalert@redhat.com" ,
"tags" : [
"Broken Link"
]
2024-04-26 10:03:29 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20240426-0005/" ,
"source" : "secalert@redhat.com"
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://gitlab.gnome.org/GNOME/glib/-/issues/2840" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Issue Tracking" ,
"Vendor Advisory"
]
} ,
{
"url" : "https://https://discourse.gnome.org/t/multiple-fixes-for-gvariant-normalisation-issues-in-glib/12835" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Broken Link"
]
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20240426-0005/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
2023-09-14 22:00:30 +00:00
}
]
}