CVE-2021-37159

Modified
Published: 21 Jul 2021, 00:00
Last modified:04 Aug 2024, 01:16

Vulnerability Summary

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

Timeline

21 Jul 2021, 00:00
Published
Vulnerability first disclosed
04 Aug 2024, 01:16
Last Modified
Vulnerability information updated

Description

hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel through 5.13.4 calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free.

CVSS Metrics

  • v3.1MEDIUMScore: 6.4CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • v2.0MEDIUMScore: 4.4AV:L/AC:M/Au:N/C:P/I:P/A:P

EPSS Trends

Current EPSS score: 0.03% Percentile: 10%

Techniques & Countermeasures

  • CWE-415Double Free

    The product calls free() twice on the same memory address.

  • 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

  • debiandebian_linux

    9.0

  • linuxlinux_kernel

    ≤ 5.13.4

  • oraclecommunications_cloud_native_core_binding_support_function

    22.1.3

  • oraclecommunications_cloud_native_core_network_exposure_function

    22.1.1

  • oraclecommunications_cloud_native_core_policy

    22.2.0

References (8)