CyberRota
← Ana sayfaya dön

CVE-2026-52978

UNKNOWN · CVSS N/A EPSS %0.17

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:08.417 · Çekilme zamanı: 2026-06-30T18:31:46.415718+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52978
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.17
Linux

Orijinal NVD Açıklaması

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.