HID: picolcd: prevent NULL pointer dereference in picolcd_send_and_wait()
3Vexday Risk Score
Sem sinal de exploração. Nenhum artefato público de exploração conhecido até agora.
ssvc Trackepss 0.2%
probabilidade de exploração
0.2%top 89% das CVEs
exploração observada
nãonenhuma fonte reporta
In the Linux kernel, the following vulnerability has been resolved:
HID: picolcd: prevent NULL pointer dereference in picolcd_send_and_wait()
In picolcd_send_and_wait(), an integer overflow of the signed loop counter
'k' can theoretically lead to a NULL pointer dereference of 'raw_data'.
If the loop executes more than INT_MAX times, 'k' becomes negative,
making the condition 'k < size' true even when 'size' is 0.
Change the type of 'k' to 'unsigned int' to prevent the overflow and
eliminate the out-of-bounds access.
Found by Linux Verification Center (linuxtesting.org) with the Svace static
analysis tool.
[jkosina@suse.com: extended hash length]
Produtos afetados
Linux · LinuxReferências
https://git.kernel.org/stable/c/0021eb09041f021c079be1022934a280f7f176c0https://git.kernel.org/stable/c/42dc0b7b55fe0499fc09183f34a1c46d1dcccf77https://git.kernel.org/stable/c/48caee2c106b03301c72fe389ebff00d852c58d5https://git.kernel.org/stable/c/a02d5d7ad7ae5fa3756b8332f7350e973085dcb3https://git.kernel.org/stable/c/d354e523c6f740db758cafcd4c11bb7913285ed8https://git.kernel.org/stable/c/dc176447c7279435c46735db7da81aed1ec25cc2https://git.kernel.org/stable/c/e4edeefb8d5bfceb2058e2b3291f4ae1e5a76e61https://git.kernel.org/stable/c/ef649703dce0df1364fcec3cdad9b32d1c522939