HomeFreeBSD

Backport OpenSSL commit 56336b6c7a75ed28067cadedd8ac46572348bc2f:

Description

Backport OpenSSL commit 56336b6c7a75ed28067cadedd8ac46572348bc2f:

crypto/evp: harden RC4_MD5 cipher.

Originally a crash in 32-bit build was reported CHACHA20-POLY1305
cipher. The crash is triggered by truncated packet and is result
of excessive hashing to the edge of accessible memory (or bogus
MAC value is produced if x86 MD5 assembly module is involved). Since
hash operation is read-only it is not considered to be exploitable
beyond a DoS condition.

Thanks to Robert Święcki for report.

This is a direct commit to stable/10.

Security: CVE-2017-3731

Details

Provenance
delphijAuthored on
Parents
rS312862: MFC r312533: Report disk addition errors on `add` or `create` subcommand.
Branches
Unknown
Tags
Unknown