In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()… (CVE-2026-89632)
A use-before-check vulnerability in the Linux kernel SMB client was fixed. The function reparse_buf_ptr() accessed the ReparseDataLength field before verifying that the buffer was large enough, potentially causing out-of-bounds reads if a server returned insufficient data. The fix ensures the buffer size is checked before reading ReparseDataLength.
AI Analysis
Technical Summary
The vulnerability in the Linux kernel SMB client involved the function reparse_buf_ptr() reading the ReparseDataLength field from a buffer before confirming that the buffer length (count) was sufficient to safely access this field. Specifically, the code read buf->ReparseDataLength at offset 4-5 before verifying that count was at least the size of the fixed header (sizeof(*buf)). If a server returned an OutputCount less than 6, this could cause the read to go past the end of the received data, leading to a use-before-check condition. The patch splits the check to first verify count >= sizeof(*buf) before reading ReparseDataLength, then verifies that count covers the entire data region.
Potential Impact
This vulnerability could lead to out-of-bounds memory reads in the SMB client code of the Linux kernel when processing specially crafted server responses with insufficient data length. While the exact impact is not detailed, such memory access errors can potentially cause kernel crashes or information disclosure. No known exploits in the wild have been reported.
Mitigation Recommendations
A fix has been implemented to address this vulnerability by adding proper bounds checking before accessing ReparseDataLength. Users should apply the official Linux kernel update that includes this patch once available. Since no vendor advisory or patch link is provided, check the Linux kernel mailing lists or official repositories for the patch and update guidance.
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()… (CVE-2026-89632)
Description
A use-before-check vulnerability in the Linux kernel SMB client was fixed. The function reparse_buf_ptr() accessed the ReparseDataLength field before verifying that the buffer was large enough, potentially causing out-of-bounds reads if a server returned insufficient data. The fix ensures the buffer size is checked before reading ReparseDataLength.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in the Linux kernel SMB client involved the function reparse_buf_ptr() reading the ReparseDataLength field from a buffer before confirming that the buffer length (count) was sufficient to safely access this field. Specifically, the code read buf->ReparseDataLength at offset 4-5 before verifying that count was at least the size of the fixed header (sizeof(*buf)). If a server returned an OutputCount less than 6, this could cause the read to go past the end of the received data, leading to a use-before-check condition. The patch splits the check to first verify count >= sizeof(*buf) before reading ReparseDataLength, then verifies that count covers the entire data region.
Potential Impact
This vulnerability could lead to out-of-bounds memory reads in the SMB client code of the Linux kernel when processing specially crafted server responses with insufficient data length. While the exact impact is not detailed, such memory access errors can potentially cause kernel crashes or information disclosure. No known exploits in the wild have been reported.
Mitigation Recommendations
A fix has been implemented to address this vulnerability by adding proper bounds checking before accessing ReparseDataLength. Users should apply the official Linux kernel update that includes this patch once available. Since no vendor advisory or patch link is provided, check the Linux kernel mailing lists or official repositories for the patch and update guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-j6wx-7c3w-595c
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-89632"]
Threat ID: 6aa4a00855bf5e2cf5a86654
Added to database: 09/12/2026, 00:42:48 UTC
Last enriched: 09/12/2026, 01:00:36 UTC
Last updated: 09/12/2026, 01:00:36 UTC
Views: 2
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.