diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-07 14:08:22 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-07 14:08:22 -0500 |
commit | 0c87cf827ba50e6cc0f41e1e781b7c22662d530b (patch) | |
tree | 00c1fcac53838495d49b6f2833a9a1e6520b7e00 /glsa-201911-03.xml | |
parent | [ GLSA 201911-02 ] pump: User-assisted execution of arbitrary code (diff) | |
download | gentoo-0c87cf827ba50e6cc0f41e1e781b7c22662d530b.tar.gz gentoo-0c87cf827ba50e6cc0f41e1e781b7c22662d530b.tar.bz2 gentoo-0c87cf827ba50e6cc0f41e1e781b7c22662d530b.zip |
[ GLSA 201911-03 ] Oniguruma: Multiple vulnerabilities
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'glsa-201911-03.xml')
-rw-r--r-- | glsa-201911-03.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/glsa-201911-03.xml b/glsa-201911-03.xml new file mode 100644 index 000000000000..0d7dff81e1d8 --- /dev/null +++ b/glsa-201911-03.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201911-03"> + <title>Oniguruma: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Oniguruma, the worst of + which could result in the arbitrary execution of code. + </synopsis> + <product type="ebuild">oniguruma</product> + <announced>2019-11-07</announced> + <revised count="1">2019-11-07</revised> + <bug>691832</bug> + <access>local, remote</access> + <affected> + <package name="dev-libs/oniguruma" auto="yes" arch="*"> + <unaffected range="ge">6.9.3</unaffected> + <vulnerable range="lt">6.9.3</vulnerable> + </package> + </affected> + <background> + <p>Oniguruma is a regular expression library.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Oniguruma. Please + review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A remote attacker, by enticing a user to process a specially crafted + string using an application linked against Oniguruma, 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 Oniguruma users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/oniguruma-6.9.3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-13224">CVE-2019-13224</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-13225">CVE-2019-13225</uri> + </references> + <metadata tag="requester" timestamp="2019-09-12T21:09:00Z">whissi</metadata> + <metadata tag="submitter" timestamp="2019-11-07T19:07:37Z">whissi</metadata> +</glsa> |