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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 17 May 2005 17:51:29 -0400 (EDT)
From: "Steven M. Christey" <coley@...re.org>
To: deluxe@...urityproject.org, bugtraq@...urityfocus.com
Subject: Re: [SePro Bugtraq] WBB Portal - JGS-Portal <= 3.0.2 - Multiple Vulnerabilities (09.05.05)



>Cross Site Scripting:
>-------------------------
>You can abuse the SQL-Injections for XSS attacks.

Does this occur because the XSS-style attacks are being injected into
SQL queries, which then generate errors because the queries are
malformed, and then PHP blindly reflects the malformed query back to
the user without quoting XSS-relevant characters?  That would seem to
be more of a problem with the application's runtime environment
(i.e. PHP) than JGS-Portal itself.

Part of why I ask this is because these days, a lot of people are
reporting both XSS and SQL injection problems for the same
applications and the same parameters, which could well be traced back
to the same underlying SQL injection problem in the application.
Whether "error reflection XSS" is PHP's fault or the application's
fault is another question.

- Steve


Powered by blists - more mailing lists