CyberRota
← Ana sayfaya dön

CVE-2026-46100

HIGH · CVSS 7.8 EPSS %0.13

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:31.877 · Çekilme zamanı: 2026-06-25T12:11:33.268695+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46100
Severity
HIGH
CVSS
7.8
EPSS
%0.13
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: fs: afs: revert mmap_prepare() change Partially reverts commit 9d5403b1036c ("fs: convert most other generic_file_*mmap() users to .mmap_prepare()"). This is because the .mmap invocation establishes a refcount, but .mmap_prepare is called at a point where a merge or an allocation failure might happen after the call, which would leak the refcount increment. Functionality is being added to permit the use of .mmap_prepare in this case, but in the interim, we need to fix this.