Improper input validation in Linux kernel - CVE-2026-53370
Published: July 21, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper input validation in intel_pmu_acr_late_setup() when processing user-supplied ACR masks. A local user can supply a crafted attr.config2 mask to cause a denial of service.
The issue involves incomplete validation of ACR mask bits, skipping configuration of subsequent ACR groups on invalid input, and reuse of stale hardware ACR mask state.