diff options
author | danfe <danfe@FreeBSD.org> | 2017-04-04 10:27:15 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-04-04 10:27:15 +0800 |
commit | eedbf296b64a797d3972dac1cbec2606fdf581a8 (patch) | |
tree | 90b06bc9e2305822708db15ce95d3f30be0af3f2 /security/vuxml | |
parent | 4c007dd29f0c2c809f033d31097a7d72cd331b56 (diff) | |
download | freebsd-ports-gnome-eedbf296b64a797d3972dac1cbec2606fdf581a8.tar.gz freebsd-ports-gnome-eedbf296b64a797d3972dac1cbec2606fdf581a8.tar.zst freebsd-ports-gnome-eedbf296b64a797d3972dac1cbec2606fdf581a8.zip |
- Document recent NVIDIA GPU display driver vulnerabilities
- Spell "NVIDIA UNIX driver" consistently throughout the file
PR: 217341
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d231c9e71e95..90a23bd3580b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,48 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="057e6616-1885-11e7-bb4d-a0d3c19bfa21"> + <topic>NVIDIA UNIX driver -- multiple vulnerabilities in the kernel mode layer handler</topic> + <affects> + <package> + <name>nvidia-driver</name> + <range><lt>375.39</lt></range> + </package> + <package> + <name>nvidia-driver-340</name> + <range><lt>340.102</lt></range> + </package> + <package> + <name>nvidia-driver-304</name> + <range><lt>304.135</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>NVIDIA Unix security team reports:</p> + <blockquote cite="http://nvidia.custhelp.com/app/answers/detail/a_id/4398"> + <p>NVIDIA GPU Display Driver contains vulnerabilities in the + kernel mode layer handler where multiple integer overflows, + improper access control, and improper validation of a user + input may cause a denial of service or potential escalation + of privileges.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-0309</cvename> + <cvename>CVE-2017-0310</cvename> + <cvename>CVE-2017-0311</cvename> + <cvename>CVE-2017-0318</cvename> + <cvename>CVE-2017-0321</cvename> + <url>http://nvidia.custhelp.com/app/answers/detail/a_id/4398</url> + </references> + <dates> + <discovery>2017-02-14</discovery> + <entry>2017-04-04</entry> + </dates> + </vuln> + <vuln vid="7cf058d8-158d-11e7-ba2c-e8e0b747a45a"> <topic>chromium -- multiple vulnerabilities</topic> <affects> @@ -105506,7 +105548,7 @@ executed in your Internet Explorer while displaying the email.</p> </vuln> <vuln vid="a6d9da4a-5d5e-11db-8faf-000c6ec775d9"> - <topic>nvidia-driver -- arbitrary root code execution vulnerability</topic> + <topic>NVIDIA UNIX driver -- arbitrary root code execution vulnerability</topic> <affects> <package> <name>nvidia-driver</name> |