CVE-2025-39822 - io_uring/kbuf: fix signedness in this_len calculation
CVE ID : CVE-2025-39822
Published : Sept. 16, 2025, 1 p.m. | 1 hour, 15 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: fix signedness in this_len calculation When importing and using buffers, buf->len is considered unsigned. However, buf->len is converted to signed int when committing. This can lead to unexpected behavior if the buffer is large enough to be interpreted as a negative value. Make min_t calculation unsigned.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
Published : Sept. 16, 2025, 1 p.m. | 1 hour, 15 minutes ago
Description : In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: fix signedness in this_len calculation When importing and using buffers, buf->len is considered unsigned. However, buf->len is converted to signed int when committing. This can lead to unexpected behavior if the buffer is large enough to be interpreted as a negative value. Make min_t calculation unsigned.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...