Katalog CVE

CVE-2026-53370

ŚrednieCVSS 5.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.16%

Percentyl 5 - wyżej niż 5% wszystkich znanych CVE

Streszczenie

W jądrze Linuxa w podsystemie perf/x86/intel znaleziono podatność związaną z niekompletną walidacją i konfiguracją masek ACR (Adaptive Cache Replacement). Problem obejmuje brak sprawdzania, czy maska ACR nie zawiera indeksów należących do innych grup zdarzeń, przedwczesne przerywanie iteracji po nieprawidłowej masce oraz nieczyszczenie starej maski sprzętowej przed ustawieniem nowej.

Ocena ryzyka

Nieprawidłowa walidacja masek ACR może prowadzić do błędnej konfiguracji sprzętowych liczników wydajności, co może skutkować nieprzewidywalnym działaniem mechanizmu ACR, potencjalnie umożliwiając eskalację uprawnień lub wyciek informacji.

Rekomendacja

Zaleca się natychmiastową aktualizację jądra Linuxa do wersji zawierającej poprawkę (commit w gałęzi mainline). Należy monitorować oficjalne biuletyny bezpieczeństwa dystrybucji Linuxa w celu uzyskania łatki.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Improve validation and configuration of ACR masks Currently there are several issues on the user space ACR mask validation and configuration. - The validation for user space ACR mask (attr.config2) is incomplete, e.g., the ACR mask could include the index which belongs to another ACR events group, but it's not validated. - An early return on an invalid ACR mask caused all subsequent ACR groups to be skipped. - The stale hardware ACR mask (hw.config1) is not cleared before setting new hardware ACR mask. The following changes address all of the above issues. - Figure out the event index group of an ACR group. Any bits in the user-space mask not present in the index group are now dropped. - Instead of an early return on invalid bits, drop only the invalid portions and continue iterating through all ACR events to ensure full configuration. - Explicitly clear the stale hardware ACR mask for each event prior to writing the new configuration. Besides, a non-leader event member of ACR group could be disabled in theory. This could cause bit-shifting errors in the acr_mask of remaining group members. But since ACR sampling requires all events to be active, this should not be a big concern in real use case. Add a "FIXME" comment to notice this risk.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS