Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-35943
HistoryMay 19, 2024 - 10:10 a.m.

CVE-2024-35943 pmdomain: ti: Add a null pointer check to the omap_prm_domain_init

2024-05-1910:10:47
Linux
github.com
7
linux kernel
vulnerability
resolution
pmdomain
ti
omap_prm_domain_init
devm_kasprintf
memory allocation

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

15.5%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

In the Linux kernel, the following vulnerability has been resolved:

pmdomain: ti: Add a null pointer check to the omap_prm_domain_init

devm_kasprintf() returns a pointer to dynamically allocated memory
which can be NULL upon failure. Ensure the allocation was successful
by checking the pointer validity.

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

15.5%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial