CVE-2021-47520

Modified
Published: 24 May 2024, 15:09
Last modified:11 May 2026, 13:56

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (nvd)
EPSS Score
0.02% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

24 May 2024, 15:09
Published
Vulnerability first disclosed
11 May 2026, 13:56
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: can: pch_can: pch_can_rx_normal: fix use after free After calling netif_receive_skb(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is dereferenced just after the call netif_receive_skb(skb). Reordering the lines solves the issue.

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.02% Percentile: 5%

Techniques & Countermeasures

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • linuxlinux

    ≥ b21d18b51b31a24d17f883b678432fbdee3d5675, < bafe343a885c70dddf358379cf0b2a1c07355d8d | ≥ b21d18b51b31a24d17f883b678432fbdee3d5675, < 3a3c46e2eff0577454860a203be1a8295f4acb76 | ≥ b21d18b51b31a24d17f883b678432fbdee3d5675, < affbad02bf80380a7403885b9fe4a1587d1bb4f3 | ≥ b21d18b51b31a24d17f883b678432fbdee3d5675, < 3e193ef4e0a3f5bf92ede83ef214cb09d01b00aa | ≥ b21d18b51b31a24d17f883b678432fbdee3d5675, < abb4eff3dcd2e583060082a18a8dbf31f02689d4 | ≥ b21d18b51b31a24d17f883b678432fbdee3d5675, < 703dde112021c93d6e89443c070e7dbd4dea612e | ≥ b21d18b51b31a24d17f883b678432fbdee3d5675, < 6c73fc931658d8cbc8a1714b326cb31eb71d16a7 | ≥ b21d18b51b31a24d17f883b678432fbdee3d5675, < 94cddf1e9227a171b27292509d59691819c458db | 2.6.37

  • linuxlinux_kernel

    ≥ 2.6.37, < 4.4.295 | ≥ 4.5, < 4.9.293 | ≥ 4.10, < 4.14.258 | ≥ 4.15, < 4.19.221 | ≥ 4.20, < 5.4.165 | ≥ 5.5, < 5.10.85 | ≥ 5.11, < 5.15.8

References (8)