diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-08-15 16:06:34 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-08-15 16:06:34 +0000 |
commit | da345785615839f81227be7dc135b1db514d127e (patch) | |
tree | 19adbb880f133ca2f986957dc2b426bb5a4a6e53 /metadata/glsa/glsa-201908-15.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 201908-18 ] Chromium, Google Chrome: Multiple vulnerabilities (diff) | |
download | gentoo-da345785615839f81227be7dc135b1db514d127e.tar.gz gentoo-da345785615839f81227be7dc135b1db514d127e.tar.bz2 gentoo-da345785615839f81227be7dc135b1db514d127e.zip |
Merge commit '5f01ca00eb940edd360a2d840ad5d8638fc08255'
Diffstat (limited to 'metadata/glsa/glsa-201908-15.xml')
-rw-r--r-- | metadata/glsa/glsa-201908-15.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201908-15.xml b/metadata/glsa/glsa-201908-15.xml new file mode 100644 index 000000000000..56293af7dc20 --- /dev/null +++ b/metadata/glsa/glsa-201908-15.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201908-15"> + <title>ZNC: Privilege escalation</title> + <synopsis>A vulnerability in ZNC allows users to escalate privileges.</synopsis> + <product type="ebuild">znc</product> + <announced>2019-08-15</announced> + <revised count="1">2019-08-15</revised> + <bug>688152</bug> + <access>remote</access> + <affected> + <package name="net-irc/znc" auto="yes" arch="*"> + <unaffected range="ge">1.7.4_rc1</unaffected> + <vulnerable range="lt">1.7.4_rc1</vulnerable> + </package> + </affected> + <background> + <p>ZNC is an advanced IRC bouncer.</p> + </background> + <description> + <p>It was discovered that ZNC’s “Modules.cpp” allows remote + authenticated non-admin users to escalate privileges. + </p> + </description> + <impact type="normal"> + <p>A remote authenticated attacker could escalate privileges and + subsequently execute arbitrary code or conduct a Denial of Service + attack. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All ZNC users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-irc/znc-1.7.4_rc1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-12816">CVE-2019-12816</uri> + </references> + <metadata tag="requester" timestamp="2019-08-11T22:44:54Z">b-man</metadata> + <metadata tag="submitter" timestamp="2019-08-15T15:56:13Z">b-man</metadata> +</glsa> |