In the Linux kernel, the following vulnerability has been resolved:
of: module: add buffer overflow check in of_modalias()
In of_modalias(), if the buffer happens to be too small even for the 1st
snprintf() call, the len parameter will become negative and str parameter
(if not NULL initially) will point beyond the buffer's end. Add the buffer
overflow check after the 1st snprintf() call and fix such check after the
strlen() call (accounting for the terminating NUL char).
Metrics
Affected Vendors & Products
References
History
Wed, 06 Nov 2024 02:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Redhat
Redhat enterprise Linux |
|
CPEs | cpe:/a:redhat:enterprise_linux:8::nfv cpe:/o:redhat:enterprise_linux:8 |
|
Vendors & Products |
Redhat
Redhat enterprise Linux |
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-06-19T13:35:16.637Z
Updated: 2024-11-05T09:29:32.190Z
Reserved: 2024-06-18T19:36:34.919Z
Link: CVE-2024-38541
Vulnrichment
Updated: 2024-08-02T04:12:25.977Z
NVD
Status : Awaiting Analysis
Published: 2024-06-19T14:15:14.383
Modified: 2024-11-21T09:26:17.430
Link: CVE-2024-38541
Redhat