4 matches found
PT-2026-47352
In the Linux kernel, the following vulnerability has been resolved: lib: test hmm: evict device pages on file close to avoid use-after-free Patch series "Minor hmm test fixes and cleanups". Two bugfixes a cleanup for the HMM kernel selftests. These were mostly reported by Zenghui Yu with special...
SUSE CVE-2024-38543
In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...
CVE-2024-38543 lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...
PT-2024-28065
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null pointer dereference bug can occur in the Linux kernel when the physical memory runs out, causing the kcalloc function in dmirror device evict chunk to return null. If src pfns or...