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.
References
Link | Resource |
---|---|
http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00039.html | Mailing List Third Party Advisory |
https://freeradius.org/security/ | Vendor Advisory |
https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_0_20 | Release Notes Third Party Advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00039.html | Mailing List Third Party Advisory |
https://freeradius.org/security/ | Vendor Advisory |
https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_0_20 | Release Notes Third Party Advisory |
Configurations
History
21 Nov 2024, 04:31
Type | Values Removed | Values Added |
---|---|---|
References | () http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00039.html - Mailing List, Third Party Advisory | |
References | () https://freeradius.org/security/ - Vendor Advisory | |
References | () https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_0_20 - Release Notes, Third Party Advisory |
Information
Published : 2020-03-21 01:15
Updated : 2024-11-21 04:31
NVD link : CVE-2019-17185
Mitre link : CVE-2019-17185
CVE.ORG link : CVE-2019-17185
JSON object : View
Products Affected
opensuse
- leap
freeradius
- freeradius
CWE
CWE-662
Improper Synchronization