The Linux kernel before 5.17.9 allows TCP servers to identify clients by observing what source ports are used. This occurs because of use of Algorithm 4 ("Double-Hash Port Selection Algorithm") of RFC 6056.
The product uses insufficiently random numbers or values in a security context that depends on unpredictable numbers.
Link | Tags |
---|---|
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4c2c8f03a5ab7cb04ec64724d7d176d00bcc91e5 | patch vendor advisory mailing list |
https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.17.9 | release notes vendor advisory |
https://lists.debian.org/debian-lts-announce/2022/07/msg00000.html | mailing list |
https://www.debian.org/security/2022/dsa-5173 | vendor advisory |
https://arxiv.org/abs/2209.12993 | |
https://github.com/0xkol/rfc6056-device-tracker |