Bugzilla – Bug 861566
VUL-0: CVE-2014-1692: openssh: J-PAKE uninitialized variable use
Last modified: 2015-03-05 14:53:08 UTC
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/schnorr.c Revision 1.10: download - view: text, markup, annotated - select for diffs Wed Jan 29 00:21:41 2014 UTC (3 hours, 14 minutes ago) by djm Branches: MAIN CVS tags: HEAD Diff to: previous 1.9: preferred, coloured Changes since revision 1.9: +4 -1 lines In the experimental, never-enabled JPAKE code: clear returned digest and length in hash_buffer() for error cases; could lead to memory corruption later if EVP_Digest* fails. Pointed out by Mark Dowd As I understand it this can be enabled via code edit/gcc command line options, so not sure if this qualified for a CVE or not (vuln in code, yes, is code reachable? not under any default setup, and even on non-default you have to go pretty far off to enable it). !!! J-PAKE support is not enabled in any SLE or openSUSE version !!! CVE-2014-1692 was assigned to this issue. References: https://bugzilla.redhat.com/show_bug.cgi?id=1059052
closing