CyberRota
← Ana sayfaya dön

CVE-2026-52962

HIGH · CVSS 7.8 EPSS %0.18

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

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-52962
Severity
HIGH
CVSS
7.8
EPSS
%0.18
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: ceph: fix a buffer leak in __ceph_setxattr() The old_blob in __ceph_setxattr() can store ci->i_xattrs.prealloc_blob value during the retry. However, it is never called the ceph_buffer_put() for the old_blob object. This patch fixes the issue of the buffer leak.