aboutsummaryrefslogtreecommitdiff
path: root/src/man/ktutil.man
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2023-06-21 10:57:39 -0400
committerGreg Hudson <ghudson@mit.edu>2023-07-06 16:52:58 -0400
commit03561e73371554e163333c1133266292b8936a0f (patch)
tree58e27d3208ebed8ada521422abe38608933d89cd /src/man/ktutil.man
parent9774f61dd7a096caa173d992bbffca030ffd8f9a (diff)
downloadkrb5-03561e73371554e163333c1133266292b8936a0f.zip
krb5-03561e73371554e163333c1133266292b8936a0f.tar.gz
krb5-03561e73371554e163333c1133266292b8936a0f.tar.bz2
Ensure array count consistency in kadm5 RPC
In _xdr_kadm5_principal_ent_rec(), ensure that n_key_data matches the key_data array count when decoding. Otherwise when the structure is later freed, xdr_array() could iterate over the wrong number of elements, either leaking some memory or freeing uninitialized pointers. Reported by Robert Morris. CVE-2023-36054: An authenticated attacker can cause a kadmind process to crash by freeing uninitialized pointers. Remote code execution is unlikely. An attacker with control of a kadmin server can cause a kadmin client to crash by freeing uninitialized pointers. (cherry picked from commit ef08b09c9459551aabbe7924fb176f1583053cdd) ticket: 9099 version_fixed: 1.21.1
Diffstat (limited to 'src/man/ktutil.man')
0 files changed, 0 insertions, 0 deletions