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-2022-49443

4.7 · MEDIUM
Published Feb 26, 2025 linux CWE-362 EPSS 0.18% (7th pctl)

Overview

CVE-2022-49443 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

list: fix a data-race around ep->rdllist

ep_poll() first calls ep_events_available() with no lock held and checks

if ep->rdllist is empty by list_empty_careful(), which reads

rdllist->prev. Thus all accesses to it need some protection to avoid

store/load-tearing.

Note INIT_LIST_HEAD_RCU() already has the annotation for both prev

and next.

Commit bf3b9f6372c4 ("epoll: Add busy poll support to epoll with socket

fds.") added the first lockless ep_events_available(), and commit

c5a282e9635e ("fs/epoll: reduce the scope of wq lock in epoll_wait()")

made some ep_events_available() calls lockless and added single call under

a lock, finally commit e59d3c64cba6 ("epoll: eliminate unnecessary lock

for zero timeout") made the last ep_events_available() lockless.

BUG: KCSAN: data-race in do_epoll_wait / do_epoll_wait

write to 0xffff88810480c7d8 of 8 bytes by task 1802 on cpu 0:

INIT_LIST_HEAD include/linux/list.h:38 [inlin

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 >= 4.12, < 5.15.46 Affected

Frequently Asked Questions

What is CVE-2022-49443?

CVE-2022-49443 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2022-49443?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-2022-49443?

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-2022-49443?

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