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
References
Configurations
Configuration 1 (hide)
|
History
14 Jul 2026, 20:20
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* |
|
| CWE | CWE-125 | |
| References | () https://git.kernel.org/stable/c/1b9331b16b0ed9414dcf7583d8134bdfeb117aae - Patch | |
| References | () https://git.kernel.org/stable/c/1cfa2d59f669db28d6292d10ff87ca6837c781b0 - Patch | |
| References | () https://git.kernel.org/stable/c/7d9a7f1f96cd617ee9e75bb22217c709038e26b8 - Patch | |
| References | () https://git.kernel.org/stable/c/97a05b0ae9ea5ec052be2eef0f9cc7ce03501bbb - Patch | |
| References | () https://git.kernel.org/stable/c/b41598bf54b3fe528994e573df6008f8f4d0a4f4 - Patch | |
| References | () https://git.kernel.org/stable/c/cd4b9b662f0fb9aa97ee6bf9034eca76fc6cab23 - Patch | |
| First Time |
Linux linux Kernel
Linux |
28 Jun 2026, 08:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.1 |
24 Jun 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-24 17:17
Updated : 2026-07-14 20:20
NVD link : CVE-2026-52967
Mitre link : CVE-2026-52967
CVE.ORG link : CVE-2026-52967
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read
