CVE-2026-80663: tools/power/x86/intel-speed-select: Harden daemon pidfile open

Published Aug 28, 2026
·
Updated

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

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Harden the intel-speed-select daemon’s pidfile handling: open the fixed pidfile path under /tmp using O_NOFOLLOW and call fstat() to validate the file before locking and writing, to prevent symlink-based pidfile clobbering.

    tools/power/x86/intel-speed-select daemon pidfile open flags and validation = Open pidfile with O_NOFOLLOW and validate with fstat() before locking/writing

Event History

Aug 28, 2026
CVE Published
via MITRE·06:49 AM
Data Sourced
via MITRE·06:49 AM
Description

Frequently Asked Questions

1

Who can exploit this issue?

A local unprivileged user who can create a symlink at the daemon's fixed pidfile path under /tmp can exploit the issue when the daemon is run as root.

2

What must occur for the symlink to cause an attacker-chosen file to be written?

The attacker must pre-create the symlink before a root-run daemon instance opens and writes its pidfile. The vulnerable behavior is tied to the daemon's use of a fixed pidfile location under /tmp.

3

How is the resolved implementation protected?

The resolved implementation opens the pidfile with O_NOFOLLOW and validates it with fstat() before locking or writing it, preventing symlink-based pidfile clobbering.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203