diff options
author | simon <simon@FreeBSD.org> | 2005-01-22 08:55:04 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-01-22 08:55:04 +0800 |
commit | 5f37fdeab67a3aeffd7632d6402def2094b356d2 (patch) | |
tree | c2e7cd0d1cb05118d0dc52e1f2a22bf06421fac1 | |
parent | 10281711e29543e0d7ef2c1331292c169454b44f (diff) | |
download | freebsd-ports-gnome-5f37fdeab67a3aeffd7632d6402def2094b356d2.tar.gz freebsd-ports-gnome-5f37fdeab67a3aeffd7632d6402def2094b356d2.tar.zst freebsd-ports-gnome-5f37fdeab67a3aeffd7632d6402def2094b356d2.zip |
Document XSS in Horde.
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 792803408283..0b5c2b156abe 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,39 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="338d1723-5f03-11d9-92a7-000bdb1444a4"> + <topic>horde -- XSS vulnerabilities</topic> + <affects> + <package> + <name>horde</name> + <name>horde-php5</name> + <range><gt>3.*</gt><lt>3.0.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>An Hyperdose Security Advisory reports:</p> + <blockquote cite="http://lists.horde.org/archives/announce/2005/000159.html"> + <p>Horde contains two XSS attacks that can be exploited + through GET requests. Once exploited, these requests + could be used to execute any javascript commands in the + context of that user, potentially including but not + limited to reading and deleting email, and stealing auth + tokens.</p> + </blockquote> + </body> + </description> + <references> + <bid>12255</bid> + <mlist msgid="1105593825.8638@mx249a.mysite4now.com">http://marc.theaimsgroup.com/?l=bugtraq&m=110564059322774</mlist> + <mlist>http://lists.horde.org/archives/announce/2005/000159.html</mlist> + </references> + <dates> + <discovery>2005-01-04</discovery> + <entry>2005-01-22</entry> + </dates> + </vuln> + <vuln vid="2b2b333b-6bd3-11d9-95f8-000a95bc6fae"> <topic>mc -- multiple vulnerabilities</topic> <affects> |