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-2024-49996

9.4 · CRITICAL
Published Oct 21, 2024 debian CWE-120 EPSS 0.79% (54th pctl)

Overview

CVE-2024-49996 is a critical-severity vulnerability affecting debian debian_linux. It was published on October 21, 2024 and has a CVSS 3.1 base score of 9.4 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.4, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

cifs: Fix buffer overflow when parsing NFS reparse points

ReparseDataLength is sum of the InodeType size and DataBuffer size.

So to get DataBuffer size it is needed to subtract InodeType's size from

ReparseDataLength.

Function cifs_strndup_from_utf16() is currentlly accessing buf->DataBuffer

at position after the end of the buffer because it does not subtract

InodeType size from the length. Fix this problem and correctly subtract

variable len.

Member InodeType is present only when reparse buffer is large enough. Check

for ReparseDataLength before accessing InodeType to prevent another invalid

memory access.

Major and minor rdev values are present also only when reparse buffer is

large enough. Check for reparse buffer size before calling reparse_mkdev().

Remediation

Check the references section for vendor advisories and patches from debian. Update debian_linux 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.3, < 5.4.287 Affected

Frequently Asked Questions

What is CVE-2024-49996?

CVE-2024-49996 is a critical-severity vulnerability affecting debian debian_linux. It was published on October 21, 2024 and has a CVSS 3.1 base score of 9.4 (CRITICAL).

How severe is CVE-2024-49996?

This vulnerability has a CVSS 3.1 base score of 9.4, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-49996?

Check the references section for vendor advisories and patches from debian. Update debian_linux 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-2024-49996?

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