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-47297

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

Overview

CVE-2021-47297 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: fix uninit-value in caif_seqpkt_sendmsg

When nr_segs equal to zero in iovec_from_user, the object

msg->msg_iter.iov is uninit stack memory in caif_seqpkt_sendmsg

which is defined in ___sys_sendmsg. So we cann't just judge

msg->msg_iter.iov->base directlly. We can use nr_segs to judge

msg in caif_seqpkt_sendmsg whether has data buffers.

=====================================================

BUG: KMSAN: uninit-value in caif_seqpkt_sendmsg+0x693/0xf60 net/caif/caif_socket.c:542

Call Trace:

__dump_stack lib/dump_stack.c:77 [inline]

dump_stack+0x1c9/0x220 lib/dump_stack.c:118

kmsan_report+0xf7/0x1e0 mm/kmsan/kmsan_report.c:118

__msan_warning+0x58/0xa0 mm/kmsan/kmsan_instr.c:215

caif_seqpkt_sendmsg+0x693/0xf60 net/caif/caif_socket.c:542

sock_sendmsg_nosec net/socket.c:652 [inline]

sock_sendmsg net/socket.c:672 [inline]

____sys_sendmsg+0x12b6/0x1350 net/socket.c:2343

___sys_sendmsg net/socket.c:2397 [inline]

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.35, < 4.4.277 Affected

Frequently Asked Questions

What is CVE-2021-47297?

CVE-2021-47297 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-47297?

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-47297?

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-47297?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-47297 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.