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

5.5 · MEDIUM
Published May 1, 2025 linux CWE-401 EPSS 0.19% (9th pctl)

Overview

CVE-2022-49913 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 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:

btrfs: fix inode list leak during backref walking at find_parent_nodes()

During backref walking, at find_parent_nodes(), if we are dealing with a

data extent and we get an error while resolving the indirect backrefs, at

resolve_indirect_refs(), or in the while loop that iterates over the refs

in the direct refs rbtree, we end up leaking the inode lists attached to

the direct refs we have in the direct refs rbtree that were not yet added

to the refs ulist passed as argument to find_parent_nodes(). Since they

were not yet added to the refs ulist and prelim_release() does not free

the lists, on error the caller can only free the lists attached to the

refs that were added to the refs ulist, all the remaining refs get their

inode lists never freed, therefore leaking their memory.

Fix this by having prelim_release() always free any attached inode list

to each ref found in the rbtree, and have find_parent_nodes() set the

r

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.14, < 5.4.224 Affected

Frequently Asked Questions

What is CVE-2022-49913?

CVE-2022-49913 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49913?

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

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

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