Oval Definition:oval:org.cisecurity:def:821
Revision Date:2016-07-15Version:29
Title:Memory corruption in the ASN.1 encoder - CVE-2016-2108
Description:The ASN.1 implementation in OpenSSL before 1.0.1o and 1.0.2 before 1.0.2c allows remote attackers to execute arbitrary code or cause a denial of service (buffer underflow and memory corruption) via an ANY field in crafted serialized data, aka the "negative zero" issue.
Family:windowsClass:vulnerability
Status:ACCEPTEDReference(s):CVE-2016-2108
Platform(s):Microsoft Windows 10
Microsoft Windows 7
Microsoft Windows 8
Microsoft Windows 8.1
Microsoft Windows Server 2003
Microsoft Windows Server 2008
Microsoft Windows Server 2008 R2
Microsoft Windows Server 2012
Microsoft Windows Server 2012 R2
Microsoft Windows Vista
Microsoft Windows XP
Product(s):OpenSSL
Definition Synopsis
  • OpenSSL is installed + file version
  • OpenSSL is installed
  • AND Check for file version
  • Check if OpenSSL 1.0.1 version is greater than or equal 1.0.1 and less than 1.0.1o
  • OR Check if OpenSSL 1.0.2 version is greater than or equal 1.0.2 and less than 1.0.2c
  • OR OpenSSL (x86) is installed + file version
  • OpenSSL (32_bit) is installed
  • AND Check for file version
  • Check if OpenSSL 1.0.1 version is greater than or equal 1.0.1 and less than 1.0.1o (x86)
  • OR Check if OpenSSL 1.0.2 version is greater than or equal 1.0.2 and less than 1.0.2c (x86)
  • OR Check if ssleay32.dll 1.0.1 version is greater than or equal 1.0.1 and less than 1.0.1o on ProgramFilesDir
  • OR Check if ssleay32.dll 1.0.1 version is greater than or equal 1.0.1 and less than 1.0.1o on ProgramFilesDir (x86)
  • OR Check if ssleay32.dll 1.0.1 version is greater than or equal 1.0.1 and less than 1.0.1o on System32 and SysWOW64
  • OR Check if ssleay32.dll 1.0.2 version is greater than or equal 1.0.2 and less than 1.0.2c on ProgramFilesDir
  • OR Check if ssleay32.dll 1.0.2 version is greater than or equal 1.0.2 and less than 1.0.2c on ProgramFilesDir (x86)
  • OR Check if ssleay32.dll 1.0.2 version is greater than or equal 1.0.2 and less than 1.0.2c on System32 and SysWOW64
  • BACK