← Vulnerability feed

Vulnerability record · CVE-2026-43112 · published 6 May 2026

CVE-2026-43112: Linux kernel out-of-bounds read vulnerability

Linux · Linux Kernel

In the Linux kernel, the following vulnerability has been resolved: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath When cifs_sanitize_prepath is called with an empty string or a string containing only delimiters (e.g., "/"), the current logic attempts to check *(cursor2 - 1) before cursor2 has advanced. This results in an out-of-bounds read. This patch adds an early exit check after stripping prepended delimiters. If no path content remains, the function returns NULL. The bug was identified via manual audit and verified using a standalone test case compiled with AddressSanitizer, which triggered a SEGV on affected inputs.

8.8 CVSS 3.1 High EPSS 0.68% · top 49.7% CWE-125 · Out-of-bounds read
8.8CVSS 3.1 base score
0.68%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
38References
18 Sep 2026Last modified by NVD

Description

In the Linux kernel, the following vulnerability has been resolved: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath When cifs_sanitize_prepath is called with an empty string or a string containing only delimiters (e.g., "/"), the current logic attempts to check *(cursor2 - 1) before cursor2 has advanced. This results in an out-of-bounds read. This patch adds an early exit check after stripping prepended delimiters. If no path content remains, the function returns NULL. The bug was identified via manual audit and verified using a standalone test case compiled with AddressSanitizer, which triggered a SEGV on affected inputs.

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
https://git.kernel.org/stable/c/2d29214448ec0f4e7e18bb1c14dd4a6c07f1c439 Patch
https://git.kernel.org/stable/c/49b1ce6d7cfb6c5a49f68bf5ccfcfb6ba14e63c3 Patch
https://git.kernel.org/stable/c/5d4fe469fe7dbff7d874c196bb680a82f2625d95 Patch
https://git.kernel.org/stable/c/78ec5bf2f589ec7fd8f169394bfeca541b077317 Patch
https://git.kernel.org/stable/c/86f9c23e0814cfdffda9eedf0c591c51ba209010 Patch
https://git.kernel.org/stable/c/a2ba20c17de8eb028f96b1d85f119d3d25655bd9
https://git.kernel.org/stable/c/fbced33599653471b4581dfe1abc7b467031f126
https://access.redhat.com/errata/RHSA-2026:34911
https://access.redhat.com/errata/RHSA-2026:36018
https://access.redhat.com/errata/RHSA-2026:36365
https://access.redhat.com/errata/RHSA-2026:36366
https://access.redhat.com/errata/RHSA-2026:40764
https://access.redhat.com/errata/RHSA-2026:52649
https://access.redhat.com/errata/RHSA-2026:52764
https://access.redhat.com/errata/RHSA-2026:53989
https://access.redhat.com/errata/RHSA-2026:53990
https://access.redhat.com/errata/RHSA-2026:56573
https://access.redhat.com/errata/RHSA-2026:57402
https://access.redhat.com/errata/RHSA-2026:57457
https://access.redhat.com/errata/RHSA-2026:57543
https://access.redhat.com/errata/RHSA-2026:59662
https://access.redhat.com/errata/RHSA-2026:59663
https://access.redhat.com/errata/RHSA-2026:59831
https://access.redhat.com/errata/RHSA-2026:60019
https://access.redhat.com/errata/RHSA-2026:62409
https://access.redhat.com/errata/RHSA-2026:62549
https://access.redhat.com/errata/RHSA-2026:62558
https://access.redhat.com/errata/RHSA-2026:62637
https://access.redhat.com/errata/RHSA-2026:62638
https://access.redhat.com/errata/RHSA-2026:62639
https://access.redhat.com/errata/RHSA-2026:62640
https://access.redhat.com/errata/RHSA-2026:62641
https://access.redhat.com/errata/RHSA-2026:62642
https://access.redhat.com/errata/RHSA-2026:65839
https://access.redhat.com/errata/RHSA-2026:65851
https://access.redhat.com/security/cve/CVE-2026-43112
https://bugzilla.redhat.com/show_bug.cgi?id=2467015
https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43112.json

Track CVE-2026-43112 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed8.8CVE-2026-53266Linux kernel ebtables SNAT out-of-bounds write in ARP rewriteThe ebtables SNAT target rewrites the ARP sender hardware address via skb_store_bits() without first making that range writable. When the ARP SHA byt…KEVEPSS 0.65%analysed8.8CVE-2023-3079Google Chrome V8 type confusion enables heap corruptionCVE-2023-3079 is a type confusion flaw in the V8 JavaScript engine in Google Chrome before 114.0.5735.110. A crafted HTML page can trigger the confus…KEVEPSS 32%analysed8.8CVE-2013-6282Linux kernel ARM get_user/put_user missing address validationThe get_user and put_user API functions in the Linux kernel before 3.5.5 on v6k and v7 ARM platforms fail to validate certain addresses, allowing cra…KEVEPSS 40%analysed8.4CVE-2022-0185Linux Kernel Filesystem Context Heap Buffer OverflowThe legacy_parse_param function in the Linux kernel's Filesystem Context functionality fails to properly verify supplied parameter lengths, causing a…KEVEPSS 25%analysed8.4CVE-2013-2094Linux Kernel perf_swevent_init Integer Type Flaw Enables Local Privilege EscalationThe perf_swevent_init function in kernel/events/core.c in the Linux kernel before 3.8.9 uses an incorrect integer data type, allowing a local user to…KEVEPSS 48%analysed7.8CVE-2026-53362Linux kernel IPv6 UDP paged allocation out-of-bounds write__ip6_append_data() in the Linux kernel mis-accounts fraggap on the paged-allocation path, leaving the linear skb area undersized while pagedlen is o…KEVEPSS 0.71%analysed7.8CVE-2026-31431Linux kernel algif_aead in-place crypto operation flawThe Linux kernel's algif_aead AF_ALG AEAD interface operated in-place on buffers that come from different mappings, a flaw the fix resolves by revert…KEVEPSS 3.4%analysed

Source: NIST National Vulnerability Database (record CVE-2026-43112), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.