CVE-2026-64381
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
smb: client: Fix next buffer leak in receive_encrypted_standard()
receive_encrypted_standard() allocates next_buffer before checking whether the number of compound PDUs already reached MAX_COMPOUND. If the limit check fails, the function returns immediately and the newly allocated next_buffer is not assigned to server->smallbuf/server->bigbuf, making it leaked.
Move the MAX_COMPOUND check before allocating next_buffer.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | b24df3e30cbf48255db866720fb71f14bf9d2f39 < 94e4f672db029414b9888b5137a7559f1febf2d8 | affected |
| Linux | Linux | b24df3e30cbf48255db866720fb71f14bf9d2f39 < 68fc0b6cc03ca58060c0f36454e169f5fe258974 | affected |
| Linux | Linux | b24df3e30cbf48255db866720fb71f14bf9d2f39 < 07e0ab81df1790afa35732a4e8e07ff831b29008 | affected |
| Linux | Linux | b24df3e30cbf48255db866720fb71f14bf9d2f39 < 9136a08dc29328edd9867f2545e73906ac9df93b | affected |
| Linux | Linux | b24df3e30cbf48255db866720fb71f14bf9d2f39 < 67097772df7791c53d608f04bd31c676ccf79b83 | affected |
| Linux | Linux | b24df3e30cbf48255db866720fb71f14bf9d2f39 < 297243e365fc9fe2f8e9b7dd535a65d922cd108b | affected |
| Linux | Linux | b24df3e30cbf48255db866720fb71f14bf9d2f39 < 927d4805aea0a287d36dd4f826ee24d69a2afee3 | affected |
| Linux | Linux | b24df3e30cbf48255db866720fb71f14bf9d2f39 < 1c6267a1d5cf4c73b656f8181b310cbbb3e4767b | affected |
| Linux | Linux | 4.19 | affected |
| Linux | Linux | 0 < 4.19 | unaffected |
| Linux | Linux | 5.10.261 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.212 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.178 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.145 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.96 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.39 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.4 <= 7.1.* | unaffected |
| Linux | Linux | 7.2-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/94e4f672db029414b9888b5137a7559f1febf2d8
- https://git.kernel.org/stable/c/68fc0b6cc03ca58060c0f36454e169f5fe258974
- https://git.kernel.org/stable/c/07e0ab81df1790afa35732a4e8e07ff831b29008
- https://git.kernel.org/stable/c/9136a08dc29328edd9867f2545e73906ac9df93b
- https://git.kernel.org/stable/c/67097772df7791c53d608f04bd31c676ccf79b83
- https://git.kernel.org/stable/c/297243e365fc9fe2f8e9b7dd535a65d922cd108b
- https://git.kernel.org/stable/c/927d4805aea0a287d36dd4f826ee24d69a2afee3
- https://git.kernel.org/stable/c/1c6267a1d5cf4c73b656f8181b310cbbb3e4767b
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.