Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2021-47388
HistoryMay 21, 2024 - 3:15 p.m.

CVE-2021-47388

2024-05-2115:15:24
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
linux kernel
mac80211
vulnerability fix
use-after-free
pn checking
fragmentation
comparison
reallocations

6.6 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.1%

In the Linux kernel, the following vulnerability has been resolved:

mac80211: fix use-after-free in CCMP/GCMP RX

When PN checking is done in mac80211, for fragmentation we need
to copy the PN to the RX struct so we can later use it to do a
comparison, since commit bf30ca922a0c (“mac80211: check defrag
PN against current frame”).

Unfortunately, in that commit I used the ‘hdr’ variable without
it being necessarily valid, so use-after-free could occur if it
was necessary to reallocate (parts of) the frame.

Fix this by reloading the variable after the code that results
in the reallocations, if any.

This fixes https://bugzilla.kernel.org/show_bug.cgi?id=214401.

6.6 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.1%