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.
Published: 2026-08-28
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Local Privilege Escalation
Action: Patch
AI Analysis

Impact

The Linux kernel’s Intel‑speed‑select daemon previously failed to secure its pidfile against symlink races. An unprivileged local user can create a symlink at the daemon’s fixed /tmp/pidfile path so that when the root‑run daemon opens the file it follows the symlink and writes to an arbitrary location chosen by the attacker. Because the daemon runs as root, the write operation is performed with full system privileges, allowing the local user to modify any root‑owned file that the daemon can reach. This leads to direct escalation of local privileges and compromise of system integrity.

Affected Systems

Any Linux kernel that includes the unpatched Intel‑speed‑select daemon is affected. No vendor or version string is specified, meaning that distributions shipping kernels with the older implementation before the patch are impacted.

Risk and Exploitability

The vulnerability can be triggered by a local user who can create a symlink in /tmp, a world‑writable directory. With a CVSS score of 7.1, the flaw is classified as high severity. The EPSS score of <1% indicates that actual exploitation is currently unlikely, but the risk remains significant for systems operating the vulnerable daemon and is not present in the CISA KEV catalog.

Generated by OpenCVE AI on September 1, 2026 at 17:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the pidfile O_NOFOLLOW fix.
  • Disable the Intel‑speed‑select daemon if it is not required by removing or disabling the corresponding systemd service.
  • Configure audit or monitoring to detect unexpected symlink creations to the daemon's pidfile location (for example, /tmp/<pidfile>) so that suspicious activity can be investigated promptly.

Generated by OpenCVE AI on September 1, 2026 at 17:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-59
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-362

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}


Fri, 28 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-362

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
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.
Title tools/power/x86/intel-speed-select: Harden daemon pidfile open
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-29T06:21:48.835Z

Reserved: 2026-08-26T14:34:25.781Z

Link: CVE-2026-80663

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:51.503

Modified: 2026-08-29T07:16:48.797

Link: CVE-2026-80663

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80663 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T17:30:17Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')