CVE-2026-52967
Last modified
CVE-2026-52967 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: smb/client: fix possible infinite loop and oob read in symlink_data() On 32-bit architectures, the infinite loop is as follows: len = p->ErrorDataLength == 0xfffffff8 u8 *next = p->ErrorContextData + len next == p On 32-bit architectures, the out-of-bounds read is as follows: len = p->ErrorDataLength == 0xfffffff0 u8 *next = p->ErrorContextData + len next == (u8 *)p - 8. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix possible infinite loop and oob read in symlink_data() On 32-bit architectures, the infinite loop is as follows: len = p->ErrorDataLength == 0xfffffff8 u8 *next = p->ErrorContextData + len next == p On 32-bit architectures, the out-of-bounds read is as follows: len = p->ErrorDataLength == 0xfffffff0 u8 *next = p->ErrorContextData + len next == (u8 *)p - 8
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.0.16, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.141 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.91 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.33 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-52967?
How severe is CVE-2026-52967?
How do I fix CVE-2026-52967?
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 2026
- CVE-2026-52961In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52962In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52963In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52964In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52965In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52966In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52968In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-52969In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5297Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-52970In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-52971In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-52972In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-52967?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
