[krbdev.mit.edu #8576] git commit 
    Greg Hudson via RT 
    rt-comment at krbdev.mit.edu
       
    Mon Jul 17 22:41:26 EDT 2017
    
    
  
Make RC4 string-to-key more robust
krb5int_utf8cs_to_ucs2les() can read slightly beyond the end of the
input buffer if the buffer ends with an invalid UTF-8 sequence.  When
computing the RC4 string-to-key result, make a zero-terminated copy of
the input string and use krb5int_utf8s_to_ucs2les() instead.
(cherry picked from commit b8814745049b5f401e3ae39a81dc1e14598ae48c)
https://github.com/krb5/krb5/commit/2514453d616bafe47beacc73f695ae6d4701ae19
Author: Greg Hudson <ghudson at mit.edu>
Commit: 2514453d616bafe47beacc73f695ae6d4701ae19
Branch: krb5-1.14
 src/lib/crypto/krb/s2k_rc4.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
    
    
More information about the krb5-bugs
mailing list