In the Linux kernel through 4.19, a use-after-free can occur due to a race condition between fanout_add from setsockopt and bind on an AF_PACKET socket. This issue exists because of the 15fe076edea787807a7cdc168df832544b58eba6 incomplete fix for a race condition. The code mishandles a certain multithreaded case involving a packet_do_bind unregister action followed by a packet_notifier register action. Later, packet_release operates on only one of the two applicable linked lists. The attacker can achieve Program Counter control.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
https://access.redhat.com/errata/RHSA-2019:0188 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2019:0163 | third party advisory vendor advisory |
https://blogs.securiteam.com/index.php/archives/3731 | exploit third party advisory patch |
https://access.redhat.com/errata/RHBA-2019:0327 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2019:1170 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2019:1190 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2019:3967 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2019:4159 | third party advisory vendor advisory |
https://access.redhat.com/errata/RHSA-2020:0174 | third party advisory vendor advisory |