In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndis_set_response() If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://git.kernel.org/stable/c/8b3e4d26bc9cd0f6373d0095b9ffd99e7da8006b | patch mailing list |
https://git.kernel.org/stable/c/c7953cf03a26876d676145ce5d2ae6d8c9630b90 | patch mailing list |
https://git.kernel.org/stable/c/138d4f739b35dfb40438a0d5d7054965763bfbe7 | patch mailing list |
https://git.kernel.org/stable/c/21829376268397f9fd2c35cfa9135937b6aa3a1e | patch mailing list |
https://git.kernel.org/stable/c/28bc0267399f42f987916a7174e2e32f0833cc65 | patch mailing list |
https://git.kernel.org/stable/c/56b38e3ca4064041d93c1ca18828c8cedad2e16c | patch mailing list |
https://git.kernel.org/stable/c/df7e088d51cdf78b1a0bf1f3d405c2593295c7b0 | patch mailing list |
https://git.kernel.org/stable/c/65f3324f4b6fed78b8761c3b74615ecf0ffa81fa | patch mailing list |