You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KasmVNC/common
Pierre Ossman ae6cbd19e9 Be defensive about overflows in stream objects
We use a lot of lengths given to us over the network, so be more
paranoid about them causing an overflow as otherwise an attacker
might trick us in to overwriting other memory.

This primarily affects the client which often gets lengths from the
server, but there are also some scenarios where the server might
theoretically be vulnerable.

Issue found by Pavel Cheremushkin from Kaspersky Lab.
5 years ago
..
Xregion Initial commit 5 years ago
network Initial commit 5 years ago
os Initial commit 5 years ago
rdr Be defensive about overflows in stream objects 5 years ago
rfb Use size_t for lengths in stream objects 5 years ago
CMakeLists.txt Initial commit 5 years ago