
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68797 is a NULL pointer dereference vulnerability in the Linux kernel's char: applicom driver, specifically within the ac_ioctl function. Discovered by the Atuin Automated Vulnerability Discovery Engine and published on January 13, 2026, it affects Linux kernel versions across multiple stable branches: 6.1.x through 6.1.159, 6.6.x through 6.6.119, 6.12.x through 6.12.63, 6.18.x through 6.18.2, and 6.19-rc, as well as Microsoft Azure Linux 3 kernel version azl3_kernel_6.6.119.3-3. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, Microsoft MSRC).
The root cause is a missing validation guard in the ac_ioctl function of the applicom character device driver (CWE-476: NULL Pointer Dereference). When the ioctl command value (cmd) equals 6, the function bypasses the normal validation of IndexCard and the check that apbs[IndexCard].RamIO is non-NULL. Despite this bypass, the function unconditionally executes readb(apbs[IndexCard].RamIO + VERS) at its conclusion, which dereferences a NULL pointer if IndexCard references a non-existent board. The fix skips the readb access entirely when cmd is 6, since that command is a global information query not targeting a specific board (Feedly). Exploitation requires local access with low privileges — a user with access to the applicom device node can trigger the flaw by issuing the specific ioctl command.
Successful exploitation causes a kernel panic, resulting in a denial of service (system crash) that makes the affected system completely unavailable. The impact is limited to availability — there is no confidentiality or integrity impact, as the vulnerability does not expose data or allow code execution. The attack requires only local access with low privileges, making it a practical threat on multi-user systems or cloud environments where the applicom driver is loaded (Feedly, Microsoft MSRC).
applicom kernel module loaded (lsmod | grep applicom) and that the attacker has local access with at least low-privileged user rights./dev/ac0 or similar) and verify the user has read/write permissions to issue ioctl calls.cmd = 6 and an IndexCard value referencing a non-existent board (i.e., one where RamIO is NULL).readb(apbs[IndexCard].RamIO + VERS) with a NULL RamIO pointer, causing a kernel panic and system crash (denial of service) (Feedly)./var/log/kern.log or dmesg output referencing a NULL pointer dereference in ac_ioctl within the applicom driver module./var/crash/ or kdump artifacts) generated at the time of the kernel panic, referencing the applicom module in the stack trace.Apply kernel updates to patched versions: 6.1.160+, 6.6.120+, 6.12.64+, 6.18.3+, or 6.19-rc1+ depending on the active kernel branch. Microsoft Azure Linux 3 users should apply the patch available through the Microsoft Update Guide. As a workaround where patching is not immediately possible, restrict access to the applicom device node to trusted users only (e.g., via file permissions or udev rules), or unload the applicom kernel module if it is not required (rmmod applicom). Monitor systems for unexpected kernel panics that may indicate exploitation attempts (Feedly, Microsoft MSRC).
Red Hat has published a CVE record for this vulnerability, and Debian, Ubuntu, and SUSE have all issued security advisories and updated kernel packages addressing CVE-2025-68797 (Red Hat, Ubuntu USN-8177-1, Debian LTS). Tenable and Qualys have both released detection plugins for the vulnerability. No notable independent researcher commentary or significant social media discussion has been observed, consistent with the low severity and limited exploitability of this flaw.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."