Skip to main content

Double Free

CVE-2023-39975

Severity High
Score 8.8/10

Summary

"kdc/do_tgs_req.c" in MIT Kerberos 5 (aka krb5) 1.21.x prior to 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.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • LOW
  • HIGH
  • HIGH

CWE-415 - Double Free

The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.

Advisory Timeline

  • Published