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 — net: dsa: fix a crash if ->get_sset_count() fails
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U N N H 5.5 .0024 16.0 —
AFFECTED
Product Versions Fixed
Linux badf3ada60ab8f76f9488dc8f5c0c57f70682f5a – —
Linux 4.7 – 4.19.193
TIMELINE
Mar 25 Reserved by Linux
Mar 25 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2021-47159 (Linux). CVSS 7.8 → 5.5 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
net: dsa: fix a crash if ->get_sset_count() fails
If ds->ops->get_sset_count() fails then it "count" is a negative error
code such as -EOPNOTSUPP. Because "i" is an unsigned int, the negative
error code is type promoted to a very high value and the loop will
corrupt memory until the system crashes.
Fix this by checking for error codes and changing the type of "i" to
just int.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| March 25, 2024 | Reserved | Reserved by Linux |
| March 25, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2021-47159 (Linux). CVSS 7.8 → 5.5 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | badf3ada60ab8f76f9488dc8f5c0c57f70682f5a | — |
| Linux | Linux | — | 4.7 | 4.19.193 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2021-47159 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.