In the Linux kernel, the following vulnerability has been resolved:
scsi: bfa: Ensure the copied buf is NUL terminated
Currently, we allocate a nbytes-sized kernel buffer and copy nbytes 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, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-06-19T13:35:29.555Z
Updated: 2024-11-05T09:29:53.347Z
Reserved: 2024-06-18T19:36:34.922Z
Link: CVE-2024-38560
Vulnrichment
Updated: 2024-08-02T04:12:25.822Z
NVD
Status : Awaiting Analysis
Published: 2024-06-19T14:15:16.187
Modified: 2024-07-15T07:15:09.567
Link: CVE-2024-38560
Redhat