3 matches found
EUVD-2025-35068
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix warning in smcrxsplice when calling getpage smcloregisterdmb allocates DMB buffers with kzalloc, which are later passed to getpage in smcrxsplice. Since kmalloc memory is not page-backed, this triggers WARNONONCE in...
CVE-2025-40012 net/smc: fix warning in smc_rx_splice() when calling get_page()
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix warning in smcrxsplice when calling getpage smcloregisterdmb allocates DMB buffers with kzalloc, which are later passed to getpage in smcrxsplice. Since kmalloc memory is not page-backed, this triggers WARNONONCE in...
PT-2025-42781
Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.17.0-rc3-11705-g9cf4672ecfee 10 Description The Linux kernel contains an issue within the net/smc component. Specifically, the smc rx splice function may trigger a warning when calling get page due to memory...