In the Linux kernel, the following vulnerability has been resolved: tools/power/x86/intel-speed-select: Harden daemon pidfile open Avoid symlink-based pidfile clobbering by opening the pidfile with O_NOFOLLOW and validating it with fstat() before locking/writing. The daemon currently uses a fixed pidfile path under /tmp. A local unprivileged user can pre-create a symlink at that path and cause a root-run daemon instance to write into an attacker-chosen file.
Casky was already ahead
This CVE exploits attack patterns that Casky's 0matched skills already investigate — long before this vulnerability was disclosed. Claude's reasoning model maps these techniques to MITRE ATT&CK, so practitioners who ran these skills have already seen the threat behaviour in their findings.
CVE-2026-80663 is a privilege escalation vulnerability in the Linux kernel's intel-speed-select daemon that allows unprivileged local users to hijack pidfile handling through symlink manipulation. The daemon uses a fixed pidfile path in /tmp without proper validation, enabling an attacker to pre-create a symlink at that location. When the root-privileged daemon runs and opens the pidfile, it follows the symlink and writes to an attacker-controlled destination, potentially overwriting sensitive files or enabling further system compromise. This affects any system running the intel-speed-select daemon with root privileges, particularly relevant in data center and high-performance computing environments where thermal and frequency management is critical.
While Casky.ai's current skill mapping shows no direct MITRE ATT&CK correlation for this specific CVE, the underlying attack pattern maps to Privilege Escalation (T1548) and File and Directory Permissions Modification (T1548.002). Security practitioners using Casky would detect the precursor behavior through behavioral analysis of file system operations—specifically monitoring for symlink creation in /tmp directories followed by daemon process file access, or detecting unexpected file writes to non-standard locations when root processes interact with common pidfile paths. Claude's extended reasoning capability would correlate insecure file operations (open without O_NOFOLLOW, missing fstat validation) with post-exploitation artifacts, surfacing the vulnerability pattern even when MITRE technique mappings are sparse.
Composite risk scoring from EPSS, CISA KEV, Shodan, and GreyNoise — 21 security APIs correlated into a single Casky Risk Score. Coming in Casky Pro. Join early access →
Casky has 0 skills that investigate the attack patterns behind CVE-2026-80663. Run one and get CVSS-scored findings in 3 minutes.
Run the skill that detects this →© 2026 Casky.AI, Inc. · AI Security Investigation