In the Linux kernel, the following vulnerability has been resolved:
scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
The function lio_target_nacl_info_show() uses sprintf() in a loop to print
details for every iSCSI connection in a session without checking for the
buffer length. With enough iSCSI connections it's possible to overflow the
buffer provided by configfs and corrupt the memory.
This patch replaces sprintf() with sysfs_emit_at() that checks for buffer
boundries.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-10-07 16:15
Updated : 2026-08-04 10:19
NVD link : CVE-2023-53676
Mitre link : CVE-2023-53676
CVE.ORG link : CVE-2023-53676
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write
