diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-31 14:22:14 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-31 14:22:14 +0200 |
commit | 9df841975125d76bb458214192472faedfc1d3f7 (patch) | |
tree | a578259014a4cce51365281bdd5b316aa70f1c43 /glsa-202103-04.xml | |
parent | [ GLSA 202103-03 ] OpenSSL: Multiple vulnerabilities (diff) | |
download | glsa-9df841975125d76bb458214192472faedfc1d3f7.tar.gz glsa-9df841975125d76bb458214192472faedfc1d3f7.tar.bz2 glsa-9df841975125d76bb458214192472faedfc1d3f7.zip |
[ GLSA 202103-04 ] SQLite: Remote code execution
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'glsa-202103-04.xml')
-rw-r--r-- | glsa-202103-04.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/glsa-202103-04.xml b/glsa-202103-04.xml new file mode 100644 index 00000000..35516875 --- /dev/null +++ b/glsa-202103-04.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202103-04"> + <title>SQLite: Remote code execution</title> + <synopsis>A vulnerability in SQLite could lead to remote code execution.</synopsis> + <product type="ebuild">sqlite</product> + <announced>2021-03-31</announced> + <revised count="1">2021-03-31</revised> + <bug>777990</bug> + <access>local, remote</access> + <affected> + <package name="dev-db/sqlite" auto="yes" arch="*"> + <unaffected range="ge">3.34.1</unaffected> + <vulnerable range="lt">3.34.1</vulnerable> + </package> + </affected> + <background> + <p>SQLite is a C library that implements an SQL database engine.</p> + </background> + <description> + <p>It was discovered that SQLite incorrectly handled certain sub-queries.</p> + </description> + <impact type="high"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process, or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All SQLite users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/sqlite-3.34.1" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-20227">CVE-2021-20227</uri> + </references> + <metadata tag="requester" timestamp="2021-03-31T12:07:59Z">whissi</metadata> + <metadata tag="submitter" timestamp="2021-03-31T12:15:38Z">whissi</metadata> +</glsa> |