PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-23421 Linux CVE debrief

A memory leak vulnerability was found in the Linux kernel's drm/xe/configfs component. The ctx_restore_mid_bb memory, allocated in wa_bb_store(), was not being freed in xe_config_device_release(), leading to a potential memory leak when the configfs device is removed. This issue has been resolved by adding a call to free ctx_restore_mid_bb[0].cs. The vulnerability affects Linux kernel versions 6.18.1 to 6.18.17, 6.19 to 6.19.7, and various 7.0 release candidates. Linux kernel developers and maintainers should review the official patches and update their kernel versions accordingly.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-04-03
Original CVE updated
2026-07-24
Advisory published
2026-04-03
Advisory updated
2026-07-24

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems who apply kernel updates should be aware of this vulnerability and take necessary actions to update their kernel versions. The vulnerability has been publicly disclosed and patched, and affected systems should be updated to prevent potential memory leaks.

Technical summary

The vulnerability exists in the drm/xe/configfs component of the Linux kernel. Specifically, the ctx_restore_mid_bb memory is allocated in wa_bb_store() but not freed in xe_config_device_release(). This results in a memory leak when the configfs device is removed. The fix involves adding a call to free ctx_restore_mid_bb[0].cs. The vulnerability affects kernel versions 6.18.1 to 6.18.17, 6.19 to 6.19.7, and various 7.0 release candidates.

Defensive priority

Apply kernel updates or patches to fix the memory leak vulnerability. Review the official patches and update Linux kernel versions accordingly.

Recommended defensive actions

  • Apply the official patches provided by the Linux kernel maintainers.
  • Update Linux kernel to a version that includes the fix.
  • Review and update Linux distribution packages to ensure the fix is included.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The CVE record was published on 2026-04-03T14:16:28.190Z and last modified on 2026-07-24T21:10:00.143Z. The NVD entry is currently Analyzed. This memory leak vulnerability in the Linux kernel's drm/xe/configfs component was reported by a third-party researcher. The vulnerability has been publicly disclosed and patched. Linux kernel developers and maintainers should review the official patches and update their kernel versions accordingly. The vulnerability affects kernel versions 6.18.1 to 6.18.17, 6.19 to 6.19.7, and various 7.0 release candidates.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-04-03T14:16:28.190Z and has not been modified since then. The NVD entry is currently Analyzed.