diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-08-09 18:15:59 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-08-09 20:15:04 +0000 |
commit | ea46c60b62e15e7370387bcb7b472905a269a566 (patch) | |
tree | ffc91acbde2de48c23041f7343a65401cbef2bc8 | |
parent | 3b7a186bf0a253c841642579e1a663045a5e852c (diff) |
security/vuxml: Document x11/cde local privilege escalation
Security: CVE-2020-2696, VU#308289
-rw-r--r-- | security/vuxml/vuln-2021.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 284a47041149..165f010a6519 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,34 @@ + <vuln vid="848bdd06-f93a-11eb-9f7d-206a8a720317"> + <topic>x11/cde -- Local privilege escalation via CDE dtsession</topic> + <affects> + <package> + <name>cde</name> + <range><lt>2.4.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Marco Ivaldi (marco.ivaldi () mediaservice net) reports:</p> + <blockquote cite="https://seclists.org/bugtraq/2020/Jan/22"> + <p>A buffer overflow in the CheckMonitor() function in the Common + Desktop Environment 2.3.1 and earlier and 1.6 and earlier, + as distributed with Oracle Solaris 10 1/13 (Update 11) and + earlier, allows local users to gain root privileges via a long + palette name passed to dtsession in a malicious .Xdefaults + file.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2020-2696</cvename> + <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-2696</url> + </references> + <dates> + <discovery>2020-01-15</discovery> + <entry>2021-08-09</entry> + </dates> + </vuln> + <vuln vid="880552c4-f63f-11eb-9d56-7186043316e9"> <topic>go -- net/http: panic due to racy read of persistConn after handler panic</topic> <affects> |