2024-05-29 08:03:31 +00:00
{
"id" : "CVE-2024-36014" ,
"sourceIdentifier" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"published" : "2024-05-29T07:15:10.177" ,
2025-01-06 23:03:44 +00:00
"lastModified" : "2025-01-06T21:41:07.133" ,
"vulnStatus" : "Analyzed" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2024-05-29 08:03:31 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/arm/malidp: fix a possible null pointer dereference\n\nIn malidp_mw_connector_reset, new memory is allocated with kzalloc, but\nno check is performed. In order to prevent null pointer dereferencing,\nensure that mw_state is checked before calling\n__drm_atomic_helper_connector_reset."
2024-05-29 14:04:39 +00:00
} ,
{
"lang" : "es" ,
"value" : "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: drm/arm/malidp: corrige una posible desreferencia del puntero nulo En malidp_mw_connector_reset, se asigna nueva memoria con kzalloc, pero no se realiza ninguna verificaci\u00f3n. Para evitar la desreferenciaci\u00f3n del puntero nulo, aseg\u00farese de que mw_state est\u00e9 marcado antes de llamar a __drm_atomic_helper_connector_reset."
2024-05-29 08:03:31 +00:00
}
] ,
2025-01-06 23:03:44 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" ,
"baseScore" : 5.5 ,
"baseSeverity" : "MEDIUM" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-476"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.19" ,
"versionEndExcluding" : "4.19.316" ,
"matchCriteriaId" : "34445C8D-D7E6-4796-B792-C9257E89257B"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "4.20" ,
"versionEndExcluding" : "5.4.278" ,
"matchCriteriaId" : "7FDBF235-DA18-49A1-8690-6C7272FD0701"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.5" ,
"versionEndExcluding" : "5.10.219" ,
"matchCriteriaId" : "E9063AF3-D593-43B7-810D-58B87F82F9F9"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.11" ,
"versionEndExcluding" : "5.15.161" ,
"matchCriteriaId" : "31130639-53FE-4726-8986-434EE2528CB2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "5.16" ,
"versionEndExcluding" : "6.1.93" ,
"matchCriteriaId" : "EEFB78EE-F990-4197-BF1C-156760A55667"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.2" ,
"versionEndExcluding" : "6.6.33" ,
"matchCriteriaId" : "FCE796DF-3B50-4DC6-BAE5-95271068FC9E"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.7" ,
"versionEndExcluding" : "6.8.12" ,
"matchCriteriaId" : "80550309-67AB-4FD1-AC07-3DED5C4F01B2"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "6.9" ,
"versionEndExcluding" : "6.9.3" ,
"matchCriteriaId" : "E07124C1-19E8-4D21-828D-9932A01D3011"
}
]
}
]
}
] ,
2024-05-29 08:03:31 +00:00
"references" : [
2024-06-12 12:03:12 +00:00
{
"url" : "https://git.kernel.org/stable/c/335cc45ef2b81b68be63c698b4f867a530bdf7a5" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-12 12:03:12 +00:00
} ,
2024-06-16 14:03:11 +00:00
{
"url" : "https://git.kernel.org/stable/c/3e54d4e95120641216dfe91a6c49f116a9f68490" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-16 14:03:11 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/565d9ad7e5a18eb69ed8b66a9e9bb3f45346520c" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-16 14:03:11 +00:00
} ,
2024-05-30 12:03:30 +00:00
{
"url" : "https://git.kernel.org/stable/c/93f76ec1eddce60dbb5885cbc0d7df54adee4639" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-05-30 12:03:30 +00:00
} ,
2024-05-29 08:03:31 +00:00
{
"url" : "https://git.kernel.org/stable/c/a1f95aede6285dba6dd036d907196f35ae3a11ea" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-05-30 12:03:30 +00:00
} ,
2024-06-16 14:03:11 +00:00
{
"url" : "https://git.kernel.org/stable/c/a5fa5b40a278a3ca978fed64707bd27614adb1eb" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-16 14:03:11 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/b6cc5dd06336ed8bb3a7a1fc5aaf7d5e88bc0818" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-16 14:03:11 +00:00
} ,
2024-05-30 12:03:30 +00:00
{
"url" : "https://git.kernel.org/stable/c/b77620730f614059db2470e8ebab3e725280fc6d" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-06-12 12:03:12 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/e4b52d49383306ef73fd1bd9102538beebb0fe07" ,
2025-01-06 23:03:44 +00:00
"source" : "416baaa9-dc9f-4396-8d5f-8c081fb06d67" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/335cc45ef2b81b68be63c698b4f867a530bdf7a5" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/3e54d4e95120641216dfe91a6c49f116a9f68490" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/565d9ad7e5a18eb69ed8b66a9e9bb3f45346520c" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/93f76ec1eddce60dbb5885cbc0d7df54adee4639" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/a1f95aede6285dba6dd036d907196f35ae3a11ea" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/a5fa5b40a278a3ca978fed64707bd27614adb1eb" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/b6cc5dd06336ed8bb3a7a1fc5aaf7d5e88bc0818" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/b77620730f614059db2470e8ebab3e725280fc6d" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://git.kernel.org/stable/c/e4b52d49383306ef73fd1bd9102538beebb0fe07" ,
2025-01-06 23:03:44 +00:00
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch"
]
2024-05-29 08:03:31 +00:00
}
]
}