Description
In the Linux kernel, the following vulnerability has been resolved:

net: psp: require admin permission for dev-set and key-rotate

The dev-set and key-rotate netlink operations modify shared device
state (PSP version configuration and cryptographic key material,
respectively) but do not require CAP_NET_ADMIN. The only access
control is psp_dev_check_access() which merely verifies netns
membership.
Published: 2026-06-24
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel PSP netlink implementation exposes a flaw where the dev-set and key-rotate operations let an attacker modify PSP device configuration and cryptographic key material without needing CAP_NET_ADMIN privileges. The only check performed is that the caller shares the same network namespace, meaning any local process within the namespace can execute these commands. This lack of proper privilege checks permits a local privilege escalation that may lead to exposure of sensitive cryptographic material or disruption of PSP operation.

Affected Systems

All Linux kernel releases containing the PSP netlink code are potentially affected. Specific version ranges are not listed in the advisory, so any kernel that includes the PSP device driver is susceptible if unpatched.

Risk and Exploitability

With a CVSS score of 5.5 the vulnerability is considered medium severity. The EPSS score is reported as less than 1%, indicating a low probability of exploitation in the wild. The attack vector is local: a running process sharing the target network namespace can issue the dev-set or key-rotate netlink messages. No active exploitation campaigns have been reported and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Generated by OpenCVE AI on August 13, 2026 at 20:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that adds CAP_NET_ADMIN checks to the dev-set and key-rotate netlink operations, addressing the privilege-escalation weakness (CWE-266).
  • Move sensitive services into isolated network namespaces to prevent unauthorized netlink access, mitigating the lack of proper privilege checks (CWE-266).
  • Configure SELinux or AppArmor to deny untrusted processes the right to send dev-set or key-rotate netlink messages, hardening the system against privilege-escalation attempts (CWE-266).

Generated by OpenCVE AI on August 13, 2026 at 20:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8566-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8568-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8569-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
History

Thu, 13 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Fri, 26 Jun 2026 00:15:00 +0000


Wed, 24 Jun 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: psp: require admin permission for dev-set and key-rotate The dev-set and key-rotate netlink operations modify shared device state (PSP version configuration and cryptographic key material, respectively) but do not require CAP_NET_ADMIN. The only access control is psp_dev_check_access() which merely verifies netns membership.
Title net: psp: require admin permission for dev-set and key-rotate
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-06-24T16:28:54.809Z

Reserved: 2026-06-09T07:44:35.376Z

Link: CVE-2026-52978

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-06-24T17:17:08.417

Modified: 2026-07-14T16:51:42.647

Link: CVE-2026-52978

cve-icon Redhat

Severity :

Publid Date: 2026-06-24T00:00:00Z

Links: CVE-2026-52978 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T20:15:03Z

Weaknesses