diff options
author | feld <feld@FreeBSD.org> | 2017-12-07 02:28:00 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-12-07 02:28:00 +0800 |
commit | ddc493ff72bac6f608e8b620a935c2057395dde6 (patch) | |
tree | 3a087d4d35f53436fbe30a48220cb8788f066bbc | |
parent | d8591dc42c85d715f3321dcdb8ea6bf81bfed5fe (diff) | |
download | freebsd-ports-gnome-ddc493ff72bac6f608e8b620a935c2057395dde6.tar.gz freebsd-ports-gnome-ddc493ff72bac6f608e8b620a935c2057395dde6.tar.zst freebsd-ports-gnome-ddc493ff72bac6f608e8b620a935c2057395dde6.zip |
Document FreeBSD-SA-17:07.wpa
-rw-r--r-- | security/vuxml/vuln.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 554dbe77b379..6fc75bb9838d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,44 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1f8de723-dab3-11e7-b5af-a4badb2f4699"> + <topic>FreeBSD -- WPA2 protocol vulnerability</topic> + <affects> + <package> + <name>FreeBSD</name> + <range><ge>11.1</ge><lt>11.1_2</lt></range> + <range><ge>11.0</ge><lt>11.0_13</lt></range> + <range><ge>10.4</ge><lt>10.4_1</lt></range> + <range><ge>10.3</ge><lt>10.3_22</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <h1>Problem Description:</h1> + <p>A vulnerability was found in how a number of implementations + can be triggered to reconfigure WPA/WPA2/RSN keys (TK, GTK, + or IGTK) by replaying a specific frame that is used to + manage the keys.</p> + <h1>Impact:</h1> + <p>Such reinstallation of the encryption key can result in + two different types of vulnerabilities: disabling replay + protection and significantly reducing the security of + encryption to the point of allowing frames to be decrypted + or some parts of the keys to be determined by an attacker + depending on which cipher is used.</p> + </body> + </description> + <references> + <cvename>CVE-2017-1307</cvename> + <cvename>CVE-2017-1308</cvename> + <freebsdsa>SA-17:07.wpa</freebsdsa> + </references> + <dates> + <discovery>2017-10-16</discovery> + <entry>2017-12-06</entry> + </dates> + </vuln> + <vuln vid="b7e23050-2d5d-4e61-9b48-62e89db222ca"> <topic>mozilla -- multiple vulnerabilities</topic> <affects> |