CVE-2024-49996
Last modified
CVE-2024-49996 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Debian | Debian Linux | 11.0 |
| Linux | Linux Kernel | >= 5.3, < 5.4.287 |
| Linux | Linux Kernel | >= 5.5, < 5.10.231 |
| Linux | Linux Kernel | >= 5.11, < 5.15.174 |
| Linux | Linux Kernel | >= 5.16, < 6.1.120 |
| Linux | Linux Kernel | >= 6.2, < 6.6.55 |
| Linux | Linux Kernel | >= 6.7, < 6.10.14 |
| Linux | Linux Kernel | >= 6.11, < 6.11.3 |
References
- https://lists.debian.org/debian-lts-announce/2025/03/msg00001.htmlMailing List, Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2025/03/msg00002.htmlMailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-49996?
How severe is CVE-2024-49996?
How do I fix CVE-2024-49996?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-49990In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49991In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49992In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-49993Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-49994In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-49995Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-49997In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2024-49998In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-49999In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5000An unauthenticated remote attacker can use a malicious OPC U…7.5
- CVE-2024-50000In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-50001In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-49996?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
