View | Details | Raw Unified | Return to bug 201059
Collapse All | Expand All

(-)vuln.xml (+44 lines)
Lines 58-63 Link Here
58
58
59
-->
59
-->
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
61
  <vuln vid="379788f3-2900-11e5-a4a5-002590263bf5">
62
    <topic>freeradius -- insufficent CRL application vulnerability</topic>
63
    <affects>
64
      <package>
65
	<name>freeradius2</name>
66
	<range><lt>2.2.8</lt></range>
67
      </package>
68
      <package>
69
	<name>freeradius3</name>
70
	<range><lt>3.0.9</lt></range>
71
      </package>
72
    </affects>
73
    <description>
74
      <body xmlns="http://www.w3.org/1999/xhtml">
75
	<p>oCERT reports:</p>
76
	<blockquote cite="http://www.ocert.org/advisories/ocert-2015-008.html">
77
	  <p>The FreeRADIUS server relies on OpenSSL to perform certificate
78
	    validation, including Certificate Revocation List (CRL) checks. The
79
	    FreeRADIUS usage of OpenSSL, in CRL application, limits the checks
80
	    to leaf certificates, therefore not detecting revocation of
81
	    intermediate CA certificates.</p>
82
	  <p>An unexpired client certificate, issued by an intermediate CA with
83
	    a revoked certificate, is therefore accepted by FreeRADIUS.</p>
84
	  <p>Specifically sets the X509_V_FLAG_CRL_CHECK flag for leaf
85
	    certificate CRL checks, but does not use X509_V_FLAG_CRL_CHECK_ALL
86
	    for CRL checks on the complete trust chain.</p>
87
	  <p>The FreeRADIUS project advises that the recommended configuration
88
	    is to use self-signed CAs for all EAP-TLS methods.</p>
89
	</blockquote>
90
      </body>
91
    </description>
92
    <references>
93
      <cvename>CVE-2015-4680</cvename>
94
      <freebsdpr>ports/201058</freebsdpr>
95
      <freebsdpr>ports/201059</freebsdpr>
96
      <url>http://www.ocert.org/advisories/ocert-2015-008.html</url>
97
      <url>http://freeradius.org/security.html</url>
98
    </references>
99
    <dates>
100
      <discovery>2015-06-22</discovery>
101
      <entry>2015-07-13</entry>
102
    </dates>
103
  </vuln>
104
61
  <vuln vid="f1deed23-27ec-11e5-a4a5-002590263bf5">
105
  <vuln vid="f1deed23-27ec-11e5-a4a5-002590263bf5">
62
    <topic>xen-tools -- xl command line config handling stack overflow</topic>
106
    <topic>xen-tools -- xl command line config handling stack overflow</topic>
63
    <affects>
107
    <affects>

Return to bug 201059