In the Linux kernel, the following vulnerability has been resolved:
dlm: validate length in dlmsearchrsb_tree
The len parameter in dlmdumprsbname() is not validated and comes from network messages. When it exceeds DLMRESNAMEMAXLEN, it can cause out-of-bounds write in dlmsearchrsbtree().
Add length validation to prevent potential buffer overflow.