diff options
author | Greg Hudson <ghudson@mit.edu> | 2014-06-19 13:49:16 -0400 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 2014-06-26 11:34:42 -0400 |
commit | fb99962cbd063ac04c9a9d2cc7c75eab73f3533d (patch) | |
tree | 0314a64e6f02e1c948378adc752ea8bd50dc8953 /src/lib/gssapi/generic/gssapi_alloc.h | |
parent | 0f46175d632ae03ab7d4cfba5e62534d31e128e0 (diff) | |
download | krb5-fb99962cbd063ac04c9a9d2cc7c75eab73f3533d.tar.gz krb5-fb99962cbd063ac04c9a9d2cc7c75eab73f3533d.tar.xz krb5-fb99962cbd063ac04c9a9d2cc7c75eab73f3533d.zip |
Handle invalid RFC 1964 tokens [CVE-2014-4341...]
Detect the following cases which would otherwise cause invalid memory
accesses and/or integer underflow:
* An RFC 1964 token being processed by an RFC 4121-only context
[CVE-2014-4342]
* A header with fewer than 22 bytes after the token ID or an
incomplete checksum [CVE-2014-4341 CVE-2014-4342]
* A ciphertext shorter than the confounder [CVE-2014-4341]
* A declared padding length longer than the plaintext [CVE-2014-4341]
If we detect a bad pad byte, continue on to compute the checksum to
avoid creating a padding oracle, but treat the checksum as invalid
even if it compares equal.
CVE-2014-4341:
In MIT krb5, an unauthenticated remote attacker with the ability to
inject packets into a legitimately established GSSAPI application
session can cause a program crash due to invalid memory references
when attempting to read beyond the end of a buffer.
CVSSv2 Vector: AV:N/AC:M/Au:N/C:N/I:N/A:P/E:POC/RL:OF/RC:C
CVE-2014-4342:
In MIT krb5 releases krb5-1.7 and later, an unauthenticated remote
attacker with the ability to inject packets into a legitimately
established GSSAPI application session can cause a program crash due
to invalid memory references when reading beyond the end of a buffer
or by causing a null pointer dereference.
CVSSv2 Vector: AV:N/AC:M/Au:N/C:N/I:N/A:P/E:POC/RL:OF/RC:C
[tlyu@mit.edu: CVE summaries, CVSS]
ticket: 7949 (new)
subject: Handle invalid RFC 1964 tokens [CVE-2014-4341 CVE-2014-4342]
taget_version: 1.12.2
tags: pullup
Diffstat (limited to 'src/lib/gssapi/generic/gssapi_alloc.h')
0 files changed, 0 insertions, 0 deletions