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

5.5 · MEDIUM
Published May 1, 2025 linux EPSS 0.21% (11th pctl)

Overview

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

ntfs: check overflow when iterating ATTR_RECORDs

Kernel iterates over ATTR_RECORDs in mft record in ntfs_attr_find().

Because the ATTR_RECORDs are next to each other, kernel can get the next

ATTR_RECORD from end address of current ATTR_RECORD, through current

ATTR_RECORD length field.

The problem is that during iteration, when kernel calculates the end

address of current ATTR_RECORD, kernel may trigger an integer overflow bug

in executing `a = (ATTR_RECORD*)((u8*)a + le32_to_cpu(a->length))`. This

may wrap, leading to a forever iteration on 32bit systems.

This patch solves it by adding some checks on calculating end address

of current ATTR_RECORD during iteration.

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 >= 0, < 4.9.334 Affected

Frequently Asked Questions

What is CVE-2022-49762?

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

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

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

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