CVE-2023-52693
📋 TL;DR
This CVE describes a Linux kernel vulnerability where the ACPI video driver fails to properly handle errors when searching for a backlight device's parent. If acpi_get_parent() fails, uninitialized memory is passed to acpi_get_pci_dev(), potentially causing system instability or crashes. This affects Linux systems with ACPI video functionality enabled.
💻 Affected Systems
- Linux kernel
📦 What is this software?
Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →Linux Kernel by Linux
The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...
Learn more about Linux Kernel →⚠️ Risk & Real-World Impact
Worst Case
Kernel panic or system crash leading to denial of service, potentially allowing privilege escalation if combined with other vulnerabilities.
Likely Case
System instability, kernel oops, or crashes when handling ACPI video operations, resulting in denial of service.
If Mitigated
Minor system instability that may require reboot, but no data loss or privilege escalation.
🎯 Exploit Status
Exploitation requires triggering specific ACPI video operations. No known public exploits.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Fixed in kernel commits: 1e3a2b9b4039bb4d136dca59fb31e06465e056f3, 2124c5bc22948fc4d09a23db4a8acdccc7d21e95, 39af144b6d01d9b40f52e5d773e653957e6c379c, 3a370502a5681986f9828e43be75ce26c6ab24af, 556f02699d33c1f40b1b31bd25828ce08fa165d8
Vendor Advisory: https://git.kernel.org/stable/c/1e3a2b9b4039bb4d136dca59fb31e06465e056f3
Restart Required: Yes
Instructions:
1. Update Linux kernel to version containing the fix commits. 2. Check your distribution's security advisories for specific patched versions. 3. Reboot system after kernel update.
🔧 Temporary Workarounds
Disable ACPI video backlight support
linuxPrevent the vulnerable code path by disabling ACPI video backlight functionality
echo 0 > /sys/class/backlight/acpi_video0/brightness
modprobe -r acpi_video
🧯 If You Can't Patch
- Restrict local user access to systems where ACPI video operations could be triggered
- Monitor system logs for kernel oops or crashes related to ACPI video operations
🔍 How to Verify
Check if Vulnerable:
Check kernel version and compare with distribution's security advisory. Run: uname -r
Check Version:
uname -r
Verify Fix Applied:
Verify kernel version is updated to patched version. Check if ACPI video module loads without errors: dmesg | grep -i acpi_video
📡 Detection & Monitoring
Log Indicators:
- Kernel oops messages in dmesg or /var/log/kern.log
- ACPI error messages
- System crash/panic logs
Network Indicators:
- None - local vulnerability only
SIEM Query:
source="kernel" AND ("ACPI" OR "acpi_video" OR "kernel panic")
🔗 References
- https://git.kernel.org/stable/c/1e3a2b9b4039bb4d136dca59fb31e06465e056f3
- https://git.kernel.org/stable/c/2124c5bc22948fc4d09a23db4a8acdccc7d21e95
- https://git.kernel.org/stable/c/39af144b6d01d9b40f52e5d773e653957e6c379c
- https://git.kernel.org/stable/c/3a370502a5681986f9828e43be75ce26c6ab24af
- https://git.kernel.org/stable/c/556f02699d33c1f40b1b31bd25828ce08fa165d8
- https://git.kernel.org/stable/c/72884ce4e10417b1233b614bf134da852df0f15f
- https://git.kernel.org/stable/c/c4e1a0ef0b4782854c9b77a333ca912b392bed2f
- https://git.kernel.org/stable/c/ccd45faf4973746c4f30ea41eec864e5cf191099
- https://git.kernel.org/stable/c/1e3a2b9b4039bb4d136dca59fb31e06465e056f3
- https://git.kernel.org/stable/c/2124c5bc22948fc4d09a23db4a8acdccc7d21e95
- https://git.kernel.org/stable/c/39af144b6d01d9b40f52e5d773e653957e6c379c
- https://git.kernel.org/stable/c/3a370502a5681986f9828e43be75ce26c6ab24af
- https://git.kernel.org/stable/c/556f02699d33c1f40b1b31bd25828ce08fa165d8
- https://git.kernel.org/stable/c/72884ce4e10417b1233b614bf134da852df0f15f
- https://git.kernel.org/stable/c/c4e1a0ef0b4782854c9b77a333ca912b392bed2f
- https://git.kernel.org/stable/c/ccd45faf4973746c4f30ea41eec864e5cf191099
- https://lists.debian.org/debian-lts-announce/2024/06/msg00016.html
- https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html