diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-08-12 21:07:06 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-08-12 21:07:06 +0000 |
commit | 9da119a4e74d459e7cedfeb916add2ebe3227f2a (patch) | |
tree | 3ada2c3cbce6f1433f6539867003f018179ef7af /security/vuxml/vuln.xml | |
parent | ad93f47ce5eabcbb99a4af752d4f48ead41ecdc7 (diff) | |
download | ports-9da119a4e74d459e7cedfeb916add2ebe3227f2a.tar.gz ports-9da119a4e74d459e7cedfeb916add2ebe3227f2a.zip |
Add two issues covering three KDE advisories: two temporary file
handling issues, and a KHTML issue.
Notes
Notes:
svn path=/head/; revision=116072
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index cebf1644f307..60260b144609 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,73 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="641859e8-eca1-11d8-b913-000c41e2cdad"> + <topic>KDE Konqueror frame injection vulnerability</topic> + <affects> + <package> + <name>kdelibs</name> + <range><lt>3.2.3_3</lt></range> + </package> + <package> + <name>kdebase</name> + <range><lt>3.2.3_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A KDE Security Advisory reports:</p> + <blockquote cite="http://www.kde.org/info/security/advisory-20040811-3.txt"> + <p>A malicious website could abuse Konqueror to insert + its own frames into the page of an otherwise trusted + website. As a result the user may unknowingly send + confidential information intended for the trusted website + to the malicious website.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2004-0721</cvename> + <url>http://secunia.com/advisories/11978/</url> + <url>ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.3-kdelibs-htmlframes.patch</url> + <url>ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.3-kdebase-htmlframes.patch</url> + </references> + <dates> + <discovery>2004-08-11</discovery> + <entry>2004-08-12</entry> + </dates> + </vuln> + + <vuln vid="603fe36d-ec9d-11d8-b913-000c41e2cdad"> + <topic>kdelibs insecure temporary file handling</topic> + <affects> + <package> + <name>kdelibs</name> + <range><le>3.2.3_3</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>According to a KDE Security Advisory, KDE may sometimes + create temporary files without properly checking the ownership + and type of the target path. This could allow a local + attacker to cause KDE applications to overwrite arbitrary + files.</p> + </body> + </description> + <references> + <cvename>CAN-2004-0689</cvename> + <cvename>CAN-2004-0690</cvename> + <url>http://www.kde.org/info/security/advisory-20040811-1.txt</url> + <url>http://www.kde.org/info/security/advisory-20040811-2.txt</url> + <url>ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.3-kdelibs-kstandarddirs.patch</url> + <url>ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.3-kdelibs-dcopserver.patch</url> + </references> + <dates> + <discovery>2004-08-11</discovery> + <entry>2004-08-12</entry> + </dates> + </vuln> + <vuln vid="5b8f9a02-ec93-11d8-b913-000c41e2cdad"> <topic>gaim remotely exploitable vulnerabilities in MSN component</topic> <affects> |