CVE-2026-43185

Source
https://cve.org/CVERecord?id=CVE-2026-43185
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43185.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-43185
Downstream
Published
2026-05-06T11:27:56.386Z
Modified
2026-07-08T08:09:35.333116729Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ksmbd: fix signededness bug in smb_direct_prepare_negotiation()
Details

In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix signededness bug in smbdirectprepare_negotiation()

smbdirectprepare_negotiation() casts an unsigned _u32 value from sp->maxrecvsize and req->preferredsendsize to a signed int before computing mint(int, ...). A maliciously provided preferredsendsize of 0x80000000 will return as smaller than maxrecvsize, and then be used to set the maximum allowed alowed receive size for the next message.

By sending a second message with a large value (>1420 bytes) the attacker can then achieve a heap buffer overflow.

This fix replaces mint(int, ...) with mint(u32)

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43185.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0626e6641f6b467447c81dd7678a69c66f7746cf
Fixed
ceae058eb707ddd0d68f0872f9d9f23b7c30c37b
Fixed
55abc475d096da4a5356b6efb0cfdc6156bc1550
Fixed
6b4f875aac344cdd52a1f34cc70ed2f874a65757

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43185.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.0
Fixed
6.18.16
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-43185.json"