Improper initialization in Linux kernel - CVE-2026-93058
Published: September 18, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper initialization handling in msm_ringbuffer_new() and msm_ringbuffer_destroy() when scheduler initialization fails before completion. A local user can initiate ring-buffer creation that encounters a scheduler initialization failure, causing cleanup to invoke scheduler teardown on a partially initialized scheduler to cause a denial of service.