diff options
author | zi <zi@FreeBSD.org> | 2017-06-01 23:27:43 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2017-06-01 23:27:43 +0800 |
commit | 0168a364fbb80d8a097a62f3d6d62a9c2a59a298 (patch) | |
tree | deb5f913fdbf1567a0614dc733c22da094de47c7 /security | |
parent | 64b92ca2bb540129dfb00415136a2284f63c26b0 (diff) | |
download | freebsd-ports-gnome-0168a364fbb80d8a097a62f3d6d62a9c2a59a298.tar.gz freebsd-ports-gnome-0168a364fbb80d8a097a62f3d6d62a9c2a59a298.tar.zst freebsd-ports-gnome-0168a364fbb80d8a097a62f3d6d62a9c2a59a298.zip |
- Document authentication bypass in security/duo
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5dabc9c27fb1..e09c8fb1330e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="738e8ae1-46dd-11e7-a539-0050569f7e80"> + <topic>duo -- Two-factor authentication bypass</topic> + <affects> + <package> + <name>duo</name> + <range><lt>1.9.21</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The duo security team reports:</p> + <blockquote cite="https://duo.com/labs/psa/duo-psa-2017-002"> + <p>An untrusted user may be able to set the http_proxy variable to + an invalid address. If this happens, this will trigger the + configured 'failmode' behavior, which defaults to safe. Safe + mode causes the authentication to report a success.</p> + </blockquote> + </body> + </description> + <references> + <url>https://duo.com/labs/psa/duo-psa-2017-002</url> + </references> + <dates> + <discovery>2017-05-19</discovery> + <entry>2017-06-01</entry> + </dates> + </vuln> + <vuln vid="673dce46-46d0-11e7-a539-0050569f7e80"> <topic>FreeRADIUS -- TLS resumption authentication bypass</topic> <affects> |