CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2025-71099

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

W jądrze systemu Linux zidentyfikowano podatność, która została naprawiona. W funkcji xe_oa_add_config_ioctl() występował problem z użyciem po zwolnieniu blokady, co mogło prowadzić do sytuacji use-after-free.

Risk Assessment

Atakujący mógłby wykorzystać tę podatność do zwolnienia zasobów przed ich użyciem, co mogłoby prowadzić do nieautoryzowanego dostępu lub awarii systemu.

Recommendation

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, aby usunąć tę podatność oraz monitorowanie systemu pod kątem nieautoryzowanych działań.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix potential UAF in xe_oa_add_config_ioctl() In xe_oa_add_config_ioctl(), we accessed oa_config->id after dropping metrics_lock. Since this lock protects the lifetime of oa_config, an attacker could guess the id and call xe_oa_remove_config_ioctl() with perfect timing, freeing oa_config before we dereference it, leading to a potential use-after-free. Fix this by caching the id in a local variable while holding the lock. v2: (Matt A) - Dropped mutex_unlock(&oa->metrics_lock) ordering change from xe_oa_remove_config_ioctl() (cherry picked from commit 28aeaed130e8e587fd1b73b6d66ca41ccc5a1a31)

Vulnerability data from NVD (NIST) · CISA KEV · EPSS