GHSA-fr2c-799q-pg3xCriticalCVSS 9.8

In the Linux kernel, the following vulnerability has been resolved: dlm: validate length in...

Published
May 6, 2026
Last Modified
June 30, 2026

🔗 CVE IDs covered (1)

📋 Description

In the Linux kernel, the following vulnerability has been resolved:

dlm: validate length in dlm_search_rsb_tree

The len parameter in dlm_dump_rsb_name() is not validated and comes from network messages. When it exceeds DLM_RESNAME_MAXLEN, it can cause out-of-bounds write in dlm_search_rsb_tree().

Add length validation to prevent potential buffer overflow.

🔗 References (12)