Bug 216524 - security/vuxml: pkg audit does not report openssl vulnerability
Summary: security/vuxml: pkg audit does not report openssl vulnerability
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ports Security Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-27 10:28 UTC by p5B2EA84B3
Modified: 2017-01-30 14:28 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2017-01-27 10:28:39 UTC
With a fresh vuln.xml with this:

<vuln vid="d455708a-e3d3-11e6-9940-b499baebfeaf">
    <topic>OpenSSL -- multiple vulnerabilities</topic>
    <affects>
      <package>
        <name>openssl</name>
        <range><lt>1.0.2k</lt></range>
      </package>
      <package>
        <name>openssl-devel</name>
        <range><lt>1.1.0d</lt></range>
      </package>    </affects>
    <description>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>The OpenSSL project reports:</p>
        <blockquote cite="https://www.openssl.org/news/secadv/20170126.txt">
          <ul>
            <li>Truncated packet could crash via OOB read (CVE-2017-3731)<br/>
              Severity: Moderate<br/>
              If an SSL/TLS server or client is running on a 32-bit host, and a specific
              cipher is being used, then a truncated packet can cause that server or client
              to perform an out-of-bounds read, usually resulting in a crash.</li>
            <li>Bad (EC)DHE parameters cause a client crash (CVE-2017-3730)<br/>
              Severity: Moderate<br/>
              If a malicious server supplies bad parameters for a DHE or ECDHE key exchange
              then this can result in the client attempting to dereference a NULL pointer
              leading to a client crash. This could be exploited in a Denial of Service
              attack.</li>
            <li>BN_mod_exp may produce incorrect results on x86_64 (CVE-2017-3732)<br/>
              Severity: Moderate<br/>
              There is a carry propagating bug in the x86_64 Montgomery squaring procedure. No
              EC algorithms are affected. Analysis suggests that attacks against RSA and DSA
              as a result of this defect would be very difficult to perform and are not
              believed likely. Attacks against DH are considered just feasible (although very
              difficult) because most of the work necessary to deduce information
              about a private key may be performed offline. The amount of resources
              required for such an attack would be very significant and likely only
              accessible to a limited number of attackers. An attacker would
              additionally need online access to an unpatched system using the target
              private key in a scenario with persistent DH parameters and a private
              key that is shared between multiple clients. For example this can occur by
              default in OpenSSL DHE based SSL/TLS ciphersuites. Note: This issue is very
              similar to CVE-2015-3193 but must be treated as a separate problem.</li>
            <li>Montgomery multiplication may produce incorrect results (CVE-2016-7055)<br/>
              Severity: Low<br/>
              There is a carry propagating bug in the Broadwell-specific Montgomery
              multiplication procedure that handles input lengths divisible by, but
              longer than 256 bits. (OpenSSL 1.0.2 only)<br/>
              This issue was previously fixed in 1.1.0c</li>
          </ul>
        </blockquote>
      </body>
    </description>
    <references>
      <url>https://www.openssl.org/news/secadv/20170126.txt</url>
      <cvename>CVE-2016-7055</cvename>
      <cvename>CVE-2017-3730</cvename>
      <cvename>CVE-2017-3731</cvename>
      <cvename>CVE-2017-3732</cvename>
    </references>
    <dates>
      <discovery>2017-01-26</discovery>
      <entry>2017-01-26</entry>
    </dates>
  </vuln>

and doing this:

#/usr/local/bin/openssl version
OpenSSL 1.0.2j  26 Sep 2016
#/usr/bin/openssl version
OpenSSL 1.0.2j-freebsd  26 Sep 2016
#pkg audit -r
0 problem(s) in the installed packages found.
#pkg -v
1.9.4

the new openssl vulnerability is not detected.
Comment 1 Mark Felder freebsd_committer freebsd_triage 2017-01-30 14:27:12 UTC
OpenSSL has a portepoch.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-01-30 14:28:03 UTC
A commit references this bug:

Author: feld
Date: Mon Jan 30 14:27:05 UTC 2017
New revision: 432846
URL: https://svnweb.freebsd.org/changeset/ports/432846

Log:
  Fix openssl vuxml entry

  PR:		216524

Changes:
  head/security/vuxml/vuln.xml