diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2020-12-13 00:23:56 +0800 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2020-12-13 00:23:56 +0800 |
commit | 957cae45cc56e6f7912f0ccf7ac86dc7ef7006c0 (patch) | |
tree | 31586cb6496d96fe6f03e533290760f3e3248bfa /security | |
parent | 09a07f80eb0be19484bdcc8b3d5d18ad882962e5 (diff) | |
download | freebsd-ports-gnome-957cae45cc56e6f7912f0ccf7ac86dc7ef7006c0.tar.gz freebsd-ports-gnome-957cae45cc56e6f7912f0ccf7ac86dc7ef7006c0.tar.zst freebsd-ports-gnome-957cae45cc56e6f7912f0ccf7ac86dc7ef7006c0.zip |
security/vuxml: Document Unbound/NSD vuln
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c54bf43d7ca0..7297d7c8f16d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="388ebb5b-3c95-11eb-929d-d4c9ef517024"> + <topic>Unbound/NSD -- Denial of service vulnerability</topic> + <affects> + <package> + <name>unbound</name> + <range><lt>1.13.0</lt></range> + </package> + <package> + <name>nsd</name> + <range><lt>4.3.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>NLNetLabs reports:</p> + <blockquote cite="https://nlnetlabs.nl/downloads/unbound/CVE-2020-28935.txt"> + <p>Unbound and NSD when writing the PID file would not check if an + existing file was a symlink. This could allow for a local symlink \ + attack if an attacker has access to the user Unbound/NSD runs as.</p> + </blockquote> + </body> + </description> + <references> + <url>https://nlnetlabs.nl/downloads/unbound/CVE-2020-28935.txt</url> + <cvename>CVE-2020-28935</cvename> + </references> + <dates> + <discovery>2020-12-01</discovery> + <entry>2020-12-12</entry> + </dates> + </vuln> + <vuln vid="88dfd92f-3b9c-11eb-929d-d4c9ef517024"> <topic>LibreSSL -- NULL pointer dereference</topic> <affects> |