Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — mac80211: fix use-after-free in CCMP/GCMP RX
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U H H H 7.8 .0034 26.9 —
AFFECTED
Product Versions Fixed
Linux 608b0a2ae928a74a2f89e02227339dd79cdb63cf – —
Linux 5.13 – 4.4.286
TIMELINE
May 21 Reserved by Linux
May 21 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2021-47388 (Linux). CVSS 8.8 → 7.8 (NVD).
Description
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.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| May 21, 2024 | Reserved | Reserved by Linux |
| May 21, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2021-47388 (Linux). CVSS 8.8 → 7.8 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 608b0a2ae928a74a2f89e02227339dd79cdb63cf | — |
| Linux | Linux | — | 5.13 | 4.4.286 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2021-47388 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.