PT-2026-44357
In the Linux kernel, the following vulnerability has been resolved: vsock: fix buffer size clamping order In vsock update buffer size, the buffer size was being clamped to the maximum first, and then to the minimum. If a user sets a minimum buffer size larger than the maximum, the minimum check...