diff options
author | kwm <kwm@FreeBSD.org> | 2010-02-13 18:29:49 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-02-13 18:29:49 +0800 |
commit | 6536a3cf046250d2e25d38df58d19606dcf48e53 (patch) | |
tree | 10381035e119d40838516cd0cd4a69f48ae6fc4b /security | |
parent | 330c80b3cf2cd55748ce079d92d5b64dc7507d57 (diff) | |
download | freebsd-ports-gnome-6536a3cf046250d2e25d38df58d19606dcf48e53.tar.gz freebsd-ports-gnome-6536a3cf046250d2e25d38df58d19606dcf48e53.tar.zst freebsd-ports-gnome-6536a3cf046250d2e25d38df58d19606dcf48e53.zip |
Add CVE-2010-0414 and CVE-2010-0422 for gnome-screensaver.
Reviewed by: miwi@
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 423b1ecaf263..3687f5162f2f 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="0a82ac0c-1886-11df-b0d1-0015f2db7bde"> + <topic>gnome-screensaver -- Multiple monitor hotplug issues</topic> + <affects> + <package> + <name>gnome-screensaver</name> + <range><lt>2.28.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Ray Strode reports:</p> + <blockquote cite="https://bugzilla.gnome.org/show_bug.cgi?id=609337"> + <p>Under certain circumstances it is possible to circumvent the security of screen + locking functionality of gnome-screensaver by changing the systems physical + monitor configuration.</p> + </blockquote> + <blockquote cite="https://bugzilla.gnome.org/show_bug.cgi?id=609789"> + <p>gnome-screensaver can lose its keyboard grab when locked, exposing the system + to intrusion by adding and removing monitors.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2010-0414</cvename> + <cvename>CVE-2010-0422</cvename> + <url>https://bugzilla.gnome.org/show_bug.cgi?id=609337</url> + <url>https://bugzilla.gnome.org/show_bug.cgi?id=609789</url> + </references> + <dates> + <discovery>2010-02-08</discovery> + <entry>2010-02-13</entry> + </dates> + </vuln> + <vuln vid="2a6a966f-1774-11df-b5c1-0026189baca3"> <topic>fetchmail -- heap overflow on verbose X.509 display</topic> <affects> |