CVE-2026-80663
Received Received - Intake

Hardened pidfile handling in Intel Speed Select Linux kernel tool

Vulnerability report for CVE-2026-80663, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-29

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-29
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a symlink-based attack in the Linux kernel's Intel Speed Select tool. A local unprivileged user can create a symlink at a fixed pidfile path under /tmp, causing a root-run daemon to write to an attacker-chosen file instead. The issue is mitigated by hardening the daemon to open the pidfile with O_NOFOLLOW and validate it with fstat() before operations.

Detection Guidance

Check for unexpected files or symlinks in /tmp related to intel-speed-select. Inspect running processes for the daemon and verify pidfile handling. Commands: ls -la /tmp | grep intel-speed-select, ps aux | grep intel-speed-select, lsof | grep /tmp/intel-speed-select.pid

Review system logs for unauthorized file writes or symlink operations near /tmp/intel-speed-select.pid. Use journalctl or dmesg for suspicious activity.

Impact Analysis

If exploited, this vulnerability could allow a local attacker to overwrite critical system files or escalate privileges by tricking the root-run daemon into writing to unintended locations. This may lead to denial of service, data corruption, or further system compromise depending on the daemon's functionality.

Compliance Impact

This vulnerability involves symlink-based pidfile clobbering in the Linux kernel's Intel Speed Select tool, allowing a local unprivileged user to manipulate file writes. It does not directly impact GDPR or HIPAA compliance as it is a local privilege escalation issue rather than a data exposure or privacy violation.

Mitigation Strategies

Update the Linux kernel to the patched version. Remove any existing symlinks at /tmp/intel-speed-select.pid. Restrict write permissions to /tmp for unprivileged users if possible.

Monitor for unusual file creation in /tmp and restart the intel-speed-select daemon after applying updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80663. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart