Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2021-47237

5.5 · MEDIUM
Published May 21, 2024 linux CWE-401 EPSS 0.23% (13th pctl)

Overview

CVE-2021-47237 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net: hamradio: fix memory leak in mkiss_close

My local syzbot instance hit memory leak in

mkiss_open()[1]. The problem was in missing

free_netdev() in mkiss_close().

In mkiss_open() netdevice is allocated and then

registered, but in mkiss_close() netdevice was

only unregistered, but not freed.

Fail log:

BUG: memory leak

unreferenced object 0xffff8880281ba000 (size 4096):

comm "syz-executor.1", pid 11443, jiffies 4295046091 (age 17.660s)

hex dump (first 32 bytes):

61 78 30 00 00 00 00 00 00 00 00 00 00 00 00 00 ax0.............

00 27 fa 2a 80 88 ff ff 00 00 00 00 00 00 00 00 .'.*............

backtrace:

[<ffffffff81a27201>] kvmalloc_node+0x61/0xf0

[<ffffffff8706e7e8>] alloc_netdev_mqs+0x98/0xe80

[<ffffffff84e64192>] mkiss_open+0xb2/0x6f0 [1]

[<ffffffff842355db>] tty_ldisc_open+0x9b/0x110

[<ffffffff84236488>] tty_set_ldisc+0x2e8/0x670

[<ffffffff8421f7f3>] tty_ioctl+0xda3/0x1440

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 2.6.14, < 4.4.274 Affected

Frequently Asked Questions

What is CVE-2021-47237?

CVE-2021-47237 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 21, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2021-47237?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2021-47237?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2021-47237?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-47237 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.