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

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

Overview

CVE-2022-49655 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:

fscache: Fix invalidation/lookup race

If an NFS file is opened for writing and closed, fscache_invalidate() will

be asked to invalidate the file - however, if the cookie is in the

LOOKING_UP state (or the CREATING state), then request to invalidate

doesn't get recorded for fscache_cookie_state_machine() to do something

with.

Fix this by making __fscache_invalidate() set a flag if it sees the cookie

is in the LOOKING_UP state to indicate that we need to go to invalidation.

Note that this requires a count on the n_accesses counter for the state

machine, which that will release when it's done.

fscache_cookie_state_machine() then shifts to the INVALIDATING state if it

sees the flag.

Without this, an nfs file can get corrupted if it gets modified locally and

then read locally as the cache contents may not get updated.

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 >= 5.17, < 5.18.11 Affected

Frequently Asked Questions

What is CVE-2022-49655?

CVE-2022-49655 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-49655?

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

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

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