In the Linux kernel, the following vulnerability has been resolved:
ice: ensure the copied buf is NUL terminated
Currently, we allocate a count-sized kernel buffer and copy count bytes
from userspace to that buffer. Later, we use sscanf on this buffer but we
don't ensure that the string is terminated inside the buffer, this can lead
to OOB read when using sscanf. Fix this issue by using memdup_user_nul
instead of memdup_user.
Metrics
Affected Vendors & Products
References
History
Wed, 25 Sep 2024 19:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-125 | |
Metrics |
cvssV3_1
|
cvssV3_1
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-30T15:29:24.941Z
Updated: 2024-11-05T09:28:22.884Z
Reserved: 2024-05-30T15:25:07.071Z
Link: CVE-2024-36935
Vulnrichment
Updated: 2024-06-12T19:15:00.866Z
NVD
Status : Awaiting Analysis
Published: 2024-05-30T16:15:16.640
Modified: 2024-05-30T18:18:58.870
Link: CVE-2024-36935
Redhat