Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2021-47575
HistoryJun 19, 2024 - 3:15 p.m.

CVE-2021-47575

2024-06-1915:15:52
Debian Security Bug Tracker
security-tracker.debian.org
2
linux kernel
resolved vulnerability
cve-2021-47575

AI Score

6.9

Confidence

High

EPSS

0

Percentile

9.0%

In the Linux kernel, the following vulnerability has been resolved: xen/console: harden hvc_xen against event channel storms The Xen console driver is still vulnerable for an attack via excessive number of events sent by the backend. Fix that by using a lateeoi event channel. For the normal domU initial console this requires the introduction of bind_evtchn_to_irq_lateeoi() as there is no xenbus device available at the time the event channel is bound to the irq. As the decision whether an interrupt was spurious or not requires to test for bytes having been read from the backend, move sending the event into the if statement, as sending an event without having found any bytes to be read is making no sense at all. This is part of XSA-391 — V2: - slightly adapt spurious irq detection (Jan Beulich) V3: - fix spurious irq detection (Jan Beulich)

AI Score

6.9

Confidence

High

EPSS

0

Percentile

9.0%

Related for DEBIANCVE:CVE-2021-47575