diff options
author | Xin LI <delphij@FreeBSD.org> | 2020-04-29 09:35:22 +0800 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2020-04-29 09:35:22 +0800 |
commit | 786d66495b719cd1ad7382786f9fcc5e98f52a3f (patch) | |
tree | e7470ba3040a6a97a6e1e0a2f6953af50980bdff /security | |
parent | aaec22baceee7de9a96783cc81ec8af1ccc5a386 (diff) | |
download | freebsd-ports-gnome-786d66495b719cd1ad7382786f9fcc5e98f52a3f.tar.gz freebsd-ports-gnome-786d66495b719cd1ad7382786f9fcc5e98f52a3f.tar.zst freebsd-ports-gnome-786d66495b719cd1ad7382786f9fcc5e98f52a3f.zip |
Document OpenLDAP CVE-2020-12243.
PR: 213895
Submitted by: rob2g2 <spam123 bitbert com>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2811e0b05075..b16709efc602 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c7617931-8985-11ea-93ef-b42e99a1b9c3"> + <topic>nested filters leads to stack overflow</topic> + <affects> + <package> + <name>openldap24-server</name> + <range><lt>2.4.50</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Howard Chu reports:</p> + <blockquote cite="https://bugs.openldap.org/show_bug.cgi?id=9202"> + <p>nested filters leads to stack overflow</p> + </blockquote> + </body> + </description> + <references> + <url>https://bugs.openldap.org/show_bug.cgi?id=9202</url> + <cvename>CVE-2020-12243</cvename> + </references> + <dates> + <discovery>2020-04-28</discovery> + <entry>2020-04-28</entry> + </dates> + </vuln> + <vuln vid="aae8fecf-888e-11ea-9714-08002718de91"> <topic>py-yaml -- FullLoader (still) exploitable for arbitrary command execution</topic> <affects> |