diff options
author | 2019-04-17 18:47:40 +0000 | |
---|---|---|
committer | 2019-04-17 18:47:40 +0000 | |
commit | 37169c8ad3b0d5ba5a7a1889c11ca64364aead87 (patch) | |
tree | fe9010dd89d276d5bac0b720bd7131efa9a84986 /metadata/glsa/glsa-201904-17.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201904-19 ] Dovecot: Multiple vulnerabilities (diff) | |
download | gentoo-37169c8ad3b0d5ba5a7a1889c11ca64364aead87.tar.gz gentoo-37169c8ad3b0d5ba5a7a1889c11ca64364aead87.tar.bz2 gentoo-37169c8ad3b0d5ba5a7a1889c11ca64364aead87.zip |
Merge commit '6c18ba31f4c4516ed01d1b3ca04795cfadc11f86'
Diffstat (limited to 'metadata/glsa/glsa-201904-17.xml')
-rw-r--r-- | metadata/glsa/glsa-201904-17.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201904-17.xml b/metadata/glsa/glsa-201904-17.xml new file mode 100644 index 000000000000..16ee81006487 --- /dev/null +++ b/metadata/glsa/glsa-201904-17.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201904-17"> + <title>Patch: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Patch, the worst of + which could result in the execution of arbitrary code. + </synopsis> + <product type="ebuild">patch</product> + <announced>2019-04-17</announced> + <revised count="1">2019-04-17</revised> + <bug>647792</bug> + <bug>647794</bug> + <bug>652710</bug> + <access>remote</access> + <affected> + <package name="sys-devel/patch" auto="yes" arch="*"> + <unaffected range="ge">2.7.6-r3</unaffected> + <vulnerable range="lt">2.7.6-r3</vulnerable> + </package> + </affected> + <background> + <p>Patch takes a patch file containing a difference listing produced by the + diff program and applies those differences to one or more original files, + producing patched versions. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Patch. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Patch users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-devel/patch-2.7.6-r3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-1000156"> + CVE-2018-1000156 + </uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-6951">CVE-2018-6951</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-6952">CVE-2018-6952</uri> + </references> + <metadata tag="requester" timestamp="2019-04-11T21:19:29Z">b-man</metadata> + <metadata tag="submitter" timestamp="2019-04-17T18:28:49Z">b-man</metadata> +</glsa> |