CVE-2026-89634
Last modified
CVE-2026-89634 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: smb: client: fix ALIGN() overflow in symlink_data() error context loop The check added by commit 7d9a7f1f96cd ("smb/client: fix possible infinite loop and oob read in symlink_data()") compared the post-ALIGN length against the remaining buffer, but ALIGN() itself can overflow: for ErrorDataLength near UINT32_MAX (e.g. 0xFFFFFFF9), ALIGN(x, 8) wraps to 0, so the subsequent bounds check passes, and the loop advances by zero bytes leaving 'p' pointing into stale data. Fix by checking the raw ErrorDataLength against the remaining space before applying ALIGN(), then checking again after. EPSS estimates a 0.65% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix ALIGN() overflow in symlink_data() error context loop The check added by commit 7d9a7f1f96cd ("smb/client: fix possible infinite loop and oob read in symlink_data()") compared the post-ALIGN length against the remaining buffer, but ALIGN() itself can overflow: for ErrorDataLength near UINT32_MAX (e.g. 0xFFFFFFF9), ALIGN(x, 8) wraps to 0, so the subsequent bounds check passes, and the loop advances by zero bytes leaving 'p' pointing into stale data. Fix by checking the raw ErrorDataLength against the remaining space before applying ALIGN(), then checking again after. Since raw_len is bounded by the buffer, raw_len + 7 cannot overflow, so the second check is an exact post-alignment bounds guard.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 76894f3e2f71177747b8b4763fb180e800279585, < 2b4a25baa0b936fef6915c0459925077b324ecaf; >= 76894f3e2f71177747b8b4763fb180e800279585, < b89d678f9eafcf8d74885983166ba26b40a04ea0; >= 76894f3e2f71177747b8b4763fb180e800279585, < 657372ba6ea50b4474d2a6a610097eae8cd1f3e9; >= 76894f3e2f71177747b8b4763fb180e800279585, < 1f824f61d1df52392eaf0b74dfa5659d724fde30; >= 76894f3e2f71177747b8b4763fb180e800279585, < 62a3025983c8c735a3c6fc85a59316f31b59af07; >= 76894f3e2f71177747b8b4763fb180e800279585, < 62656b024efc21c3230eade1a847f25871c3d2bb; 2d046892a493d9760c35fdaefc3017f27f91b621; >= 6.0.16, < 6.1 |
| Linux | Linux | 6.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89634?
How severe is CVE-2026-89634?
How do I fix CVE-2026-89634?
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-89629In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8963Spoofing issue in the Web Speech component. This vulnerabili…7.5
- CVE-2026-89630In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89631In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89632In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-89633In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89635In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89636In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89637In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89638In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89639In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-8964Spoofing issue in the Popup Blocker component. This vulnerab…7.5
Are you affected by CVE-2026-89634?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
