Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1324867 - (CVE-2016-2085) CVE-2016-2085 kernel: timing side channel vulnerability in the Linux Extended Verification Module
CVE-2016-2085 kernel: timing side channel vulnerability in the Linux Extended...
Status: CLOSED WONTFIX
Product: Security Response
Classification: Other
Component: vulnerability (Show other bugs)
unspecified
All Linux
medium Severity medium
: ---
: ---
Assigned To: Red Hat Product Security
impact=moderate,public=20160211,repor...
: Security
Depends On: 1332402
Blocks: 1324875
  Show dependency treegraph
 
Reported: 2016-04-07 09:22 EDT by Andrej Nemec
Modified: 2016-06-15 06:48 EDT (History)
39 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2016-06-15 06:48:00 EDT
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Andrej Nemec 2016-04-07 09:22:29 EDT
A timing side channel vulnerability was discovered in the Linux Extended Verification Module (EVM). An attacker could use this to affect system integrity.

The problem exists because the vm_verify_hmac() function includes a use of memcmp(). This function is not safe to be used for comparing memory, allows timing side channel attacks; specifically a MAC forgery complexity drop from 2^128 to 2^12.  This patch changes the memcmp() to the cryptographically safe crypto_memneq().  


Upstream fix:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=613317bd212c585c20796c10afe5daaa95d4b0a1

Original bug report:

http://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-2085.html
Comment 1 Justin M. Forbes 2016-04-07 13:21:53 EDT
This does not impact Fedora as CONFIG_EVM is not enabled.
Comment 2 Wade Mealing 2016-04-29 10:34:33 EDT
Statement:

This issue does not affect the Linux kernels as shipped with Red Hat Enterprise Linux 4,5 and 6.

This issue affects the Linux kernels as shipped with Red Hat Enterprise Linux 7 and kernel-rt packages and does not plan to be addressed in a future update.

Note You need to log in before you can comment on or make changes to this bug.