[krbdev.mit.edu #8959] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Tue Nov 3 15:57:03 EST 2020
Tue Nov 03 15:57:02 2020: Request 8959 was acted upon.
Transaction: Ticket created by ghudson at mit.edu
Queue: krb5
Subject: git commit
Owner: ghudson at mit.edu
Requestors:
Status: new
Ticket <URL: https://mv-ezproxy-com.ezproxyberklee.flo.org/rt/Ticket/Display.html?id=8959 >
Add recursion limit for ASN.1 indefinite lengths
The libkrb5 ASN.1 decoder supports BER indefinite lengths. It
computes the tag length using recursion; the lack of a recursion limit
allows an attacker to overrun the stack and cause the process to
crash. Reported by Demi Obenour.
CVE-2020-28196:
In MIT krb5 releases 1.11 and later, an unauthenticated attacker can
cause a denial of service for any client or server to which it can
send an ASN.1-encoded Kerberos message of sufficient length.
https://github.com/krb5/krb5/commit/57415dda6cf04e73ffc3723be518eddfae599bfd
Author: Greg Hudson <ghudson at mit.edu>
Commit: 57415dda6cf04e73ffc3723be518eddfae599bfd
Branch: master
src/lib/krb5/asn.1/asn1_encode.c | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
More information about the krb5-bugs
mailing list