Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-42292
HistoryAug 17, 2024 - 9:09 a.m.

CVE-2024-42292 kobject_uevent: Fix OOB access within zap_modalias_env()

2024-08-1709:09:01
Linux
github.com
2
kobject_uevent
fix oob access
zap_modalias_env
linux kernel
cve-2024-42292

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

kobject_uevent: Fix OOB access within zap_modalias_env()

zap_modalias_env() wrongly calculates size of memory block to move, so
will cause OOB memory access issue if variable MODALIAS is not the last
one within its @env parameter, fixed by correcting size to memmove.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial