]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add PAC full checksums 1284/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 22 Dec 2022 08:05:23 +0000 (03:05 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 24 Jan 2023 07:42:58 +0000 (02:42 -0500)
commit4602a10dbe380d75d1ec00f7d34479ac9d503735
tree28ced82101154c459d0b576fbeec38b736b81b22
parent1b57a4d134bbd0e7c52d5885a92eccc815726463
Add PAC full checksums

A paper by Tom Tervoort noted that computing the PAC privsvr checksum
over only the server checksum is vulnerable to collision attacks
(CVE-2022-37967).  In response, Microsoft has added a second KDC
checksum over the full contents of the PAC.  Generate and verify full
KDC checksums in PACs for service tickets.  Update the t_pac.c ticket
test case to use a ticket issued by a recent version of Active
Directory (provided by Stefan Metzmacher).

ticket: 9084 (new)
doc/appdev/refs/macros/index.rst
src/include/krb5/krb5.hin
src/lib/krb5/krb/pac.c
src/lib/krb5/krb/pac_sign.c
src/lib/krb5/krb/t_pac.c
src/tests/t_authdata.py