8.8
CVE-2023-39975
- EPSS 1.23%
- Published 16.08.2023 15:15:11
- Last modified 21.11.2024 08:16:09
- Source cve@mitre.org
- Teams watchlist Login
- Open Login
kdc/do_tgs_req.c in MIT Kerberos 5 (aka krb5) 1.21 before 1.21.2 has a double free that is reachable if an authenticated user can trigger an authorization-data handling failure. Incorrect data is copied from one ticket to another.
Data is provided by the National Vulnerability Database (NVD)
Mit ≫ Kerberos 5 Version >= 1.21 < 1.21.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.23% | 0.783 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 8.8 | 2.8 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-415 Double Free
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.