CVE-2026-43362
Last modified
CVE-2026-43362 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: smb: client: fix in-place encryption corruption in SMB2_write() SMB2_write() places write payload in iov[1..n] as part of rq_iov. smb3_init_transform_rq() pointer-shares rq_iov, so crypt_message() encrypts iov[1] in-place, replacing the original plaintext with ciphertext. On a replayable error, the retry sends the same iov[1] which now contains ciphertext instead of the original data, resulting in corruption. The corruption is most likely to be observed when connections are unstable, as reconnects trigger write retries that re-send the already-encrypted data. This affects SFU mknod, MF symlinks, etc. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix in-place encryption corruption in SMB2_write() SMB2_write() places write payload in iov[1..n] as part of rq_iov. smb3_init_transform_rq() pointer-shares rq_iov, so crypt_message() encrypts iov[1] in-place, replacing the original plaintext with ciphertext. On a replayable error, the retry sends the same iov[1] which now contains ciphertext instead of the original data, resulting in corruption. The corruption is most likely to be observed when connections are unstable, as reconnects trigger write retries that re-send the already-encrypted data. This affects SFU mknod, MF symlinks, etc. On kernels before 6.10 (prior to the netfs conversion), sync writes also used this path and were similarly affected. The async write path wasn't unaffected as it uses rq_iter which gets deep-copied. Fix by moving the write payload into rq_iter via iov_iter_kvec(), so smb3_init_transform_rq() deep-copies it before encryption.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.11, < 6.6.130 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.78 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.19 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43362?
How severe is CVE-2026-43362?
How do I fix CVE-2026-43362?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43357In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43358In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43359In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4336The Ultimate FAQ Accordion plugin for WordPress is vulnerabl…6.4
- CVE-2026-43360In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43361In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43363In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43364In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43365In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-43366In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43367In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43368In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43362?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
