Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-43112 Details

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:34911 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:36018 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:36365 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:36366 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:40764 redhat-SADP

see all 38 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-125Out-of-bounds Read[email protected]
CWE-125Out-of-bounds Readredhat-SADP

Affected Products

ProductVersions
linux linux kernel
>= 5.16.1, < 6.6.136
>= 6.7, < 6.12.83
>= 6.13, < 6.18.24
>= 6.19, < 6.19.14
5.16 -

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.16:rc8:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

25 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-43112
NVD Published Date:
May 6, 2026
NVD Last Modified:
Sep 18, 2026
Source:
kernel.org
CVE-2026-43112 Details - Not Deferred