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/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U N N H 5.5 .0047 38.7 —
AFFECTED
Product Versions Fixed
Linux cb9d43f6775457cac75544bc4197f26ac2b6f294 – —
Linux 4.18 – 5.10.83
TIMELINE
May 24 Reserved by Linux
May 24 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2021-47559 (Linux). CVSS 7.5 → 5.5 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
Coverity reports a possible NULL dereferencing problem:
in smc_vlan_by_tcpsk():
6. returned_null: netdev_lower_get_next returns NULL (checked 29 out of 30 times).
7. var_assigned: Assigning: ndev = NULL return value from netdev_lower_get_next.
1623 ndev = (struct net_device *)netdev_lower_get_next(ndev, &lower);
CID 1468509 (#1 of 1): Dereference null return value (NULL_RETURNS)
8. dereference: Dereferencing a pointer that might be NULL ndev when calling is_vlan_dev.
1624 if (is_vlan_dev(ndev)) {
Remove the manual implementation and use netdev_walk_all_lower_dev() to
iterate over the lower devices. While on it remove an obsolete function
parameter comment.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| May 24, 2024 | Reserved | Reserved by Linux |
| May 24, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2021-47559 (Linux). CVSS 7.5 → 5.5 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | cb9d43f6775457cac75544bc4197f26ac2b6f294 | — |
| Linux | Linux | — | 4.18 | 5.10.83 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2021-47559 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.