CVE-2025-68797
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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.

Impact

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).

Exploitation steps

  1. Identify target: Confirm the target Linux system has the applicom kernel module loaded (lsmod | grep applicom) and that the attacker has local access with at least low-privileged user rights.
  2. Access device node: Locate the applicom character device node (e.g., /dev/ac0 or similar) and verify the user has read/write permissions to issue ioctl calls.
  3. Issue malicious ioctl: Write a small C program or use an existing ioctl utility to open the applicom device and issue an ioctl call with cmd = 6 and an IndexCard value referencing a non-existent board (i.e., one where RamIO is NULL).
  4. Trigger NULL dereference: The kernel executes readb(apbs[IndexCard].RamIO + VERS) with a NULL RamIO pointer, causing a kernel panic and system crash (denial of service) (Feedly).

Indicators of compromise

  • Logs: Kernel oops or panic messages in /var/log/kern.log or dmesg output referencing a NULL pointer dereference in ac_ioctl within the applicom driver module.
  • Process: Unexpected process termination or system reboot events correlated with ioctl calls to the applicom device node.
  • File System: Presence of crash dump files (e.g., /var/crash/ or kdump artifacts) generated at the time of the kernel panic, referencing the applicom module in the stack trace.

Mitigation and workarounds

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).

Community reactions

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.

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management