CyberRota
← Ana sayfaya dön

CVE-2026-63873

UNKNOWN · CVSS N/A

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-07-19T15:16:54.347 · Çekilme zamanı: 2026-07-20T12:06:59.473230+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-63873
Severity
UNKNOWN
CVSS
N/A
EPSS
Yok
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix mm_struct reference leak in aie2_populate_range() aie2_populate_range() jumps back to the again label without calling mmput(mm), leaking a reference to the mm_struct. Add the missing mmput() before jumping to again.