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).
History

No history.

cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published: 2024-06-19T13:35:16.637Z

Updated: 2024-08-02T04:12:25.977Z

Reserved: 2024-06-18T19:36:34.919Z

Link: CVE-2024-38541

cve-icon Vulnrichment

Updated: 2024-06-26T14:19:05.221Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2024-06-19T14:15:14.383

Modified: 2024-07-03T02:05:10.090

Link: CVE-2024-38541

cve-icon Redhat

Severity : Moderate

Publid Date: 2024-06-19T00:00:00Z

Links: CVE-2024-38541 - Bugzilla