View | Details | Raw Unified | Return to bug 234938 | Differences between
and this patch

Collapse All | Expand All

(-)vuln.xml (+30 lines)
Lines 58-63 Link Here
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
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="d8e7e854-17fa-11e9-bef6-6805ca2fa271">
62
    <topic>botan2 -- Side channel during ECC key generation</topic>
63
    <affects>
64
      <package>
65
	<name>botan2</name>
66
	<range><lt>2.9.0</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>botan2 developers reports:</p>
72
	<blockquote cite="https://botan.randombit.net/security.html#id1">
73
	  <p>A timing side channel during ECC key generation could leak information about the
74
		high bits of the secret scalar. Such information allows an attacker to perform a
75
		brute force attack on the key somewhat more efficiently than they would otherwise.
76
		Found by Ján Jančár using ECTester.</p>
77
	  <p>Bug introduced in 1.11.20, fixed in 2.9.0</p>
78
	</blockquote>
79
      </body>
80
    </description>
81
    <references>
82
      <url>https://botan.randombit.net/security.html#id1</url>
83
      <cvename>CVE-2018-20187</cvename>
84
    </references>
85
    <dates>
86
      <discovery>2018-12-17</discovery>
87
      <entry>2019-01-14</entry>
88
    </dates>
89
  </vuln>
90
61
  <vuln vid="d38bbb79-14f3-11e9-9ce2-28d244aee256">
91
  <vuln vid="d38bbb79-14f3-11e9-9ce2-28d244aee256">
62
    <topic>irssi -- Use after free</topic>
92
    <topic>irssi -- Use after free</topic>
63
    <affects>
93
    <affects>

Return to bug 234938