In FreeRADIUS 3.0.x before 3.0.20, the EAP-pwd module used a global OpenSSL BN_CTX instance to handle all handshakes. This mean multiple threads use the same BN_CTX instance concurrently, resulting in crashes when concurrent EAP-pwd handshakes are initiated. This can be abused by an adversary as a Denial-of-Service (DoS) attack.
The product utilizes multiple threads or processes to allow temporary access to a shared resource that can only be exclusive to one process at a time, but it does not properly synchronize these actions, which might cause simultaneous accesses of this resource by multiple threads or processes.
Link | Tags |
---|---|
https://freeradius.org/security/ | vendor advisory |
https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_0_20 | third party advisory release notes |
http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00039.html | mailing list third party advisory vendor advisory |