PT-2026-54803 · Linux · Linux

Published

2026-07-01

·

Updated

2026-07-01

·

CVE-2026-53335

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
mm/damon/lru sort: handle ctx allocation failure
DAMON LRU SORT allocates the damon ctx object for its kdamond in its init function. damon lru sort enabled store() wrongly assumes the allocation will always succeed once tried. If the damon ctx allocation was failed, therefore, code execution reaches to damon commit ctx() while 'ctx' is NULL. As a result, it dereferences the NULL 'ctx' pointer. Avoid the NULL dereference by returning -ENOMEM if 'ctx' is NULL.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-53335

Affected Products

Linux