CyberRota
← Ana sayfaya dön

CVE-2026-52978

MEDIUM · CVSS 5.5 EPSS %0.17

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:08.417 · Çekilme zamanı: 2026-07-15T12:03:23.775474+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52978
Severity
MEDIUM
CVSS
5.5
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.