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

Collapse All | Expand All

(-)vuln.xml (+37 lines)
Line 60 Link Here
61
  <vuln vid="c4ac9c79-ab37-11ea-8b5e-b42e99a1b9c3">
62
    <topic>several security issues in sqlite3</topic>
63
    <affects>
64
      <package>
65
	<name>sqlite3</name>
66
	<range><lt>3.32</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>sqlite3 update:</p>
72
	<blockquote cite="https://github.com/git/git/security/advisories/GHSA-hjc9-x69f-jqj7">
73
	  <p>Various security issues could be used by an attacker to cause SQLite to crash, resulting in a
74
    denial of service, or possibly execute arbitrary code.</p>
75
	</blockquote>
76
      </body>
77
    </description>
78
    <references>
79
      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-11655</url>
80
      <cvename>CVE-2020-11655</cvename>
81
      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-13434</url>
82
      <cvename>CVE-2020-13434</cvename>
83
      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-13435</url>
84
      <cvename>CVE-2020-13435</cvename>
85
      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-13630</url>
86
      <cvename>CVE-2020-13630</cvename>
87
      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-13631</url>
88
      <cvename>CVE-2020-13631</cvename>
89
      <url>https://nvd.nist.gov/vuln/detail/CVE-2020-13632</url>
90
      <cvename>CVE-2020-13632</cvename>
91
    </references>
92
    <dates>
93
      <discovery>2020-06-10</discovery>
94
      <entry>2020-06-10</entry>
95
    </dates>
96
  </vuln>
97

Return to bug 247149