CyberRota
← Ana sayfaya dön

CVE-2026-31520

MEDIUM · CVSS 5.5 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-22T14:16:51.770 · Çekilme zamanı: 2026-05-22T12:28:31.476515+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-31520
Severity
MEDIUM
CVSS
5.5
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: HID: apple: avoid memory leak in apple_report_fixup() The apple_report_fixup() function was returning a newly kmemdup()-allocated buffer, but never freeing it. The caller of report_fixup() does not take ownership of the returned pointer, but it *is* permitted to return a sub-portion of the input rdesc, whose lifetime is managed by the caller.