CSS found in Movable Type

From: DarkHunter (darkhunter7at_private)
Date: Mon May 12 2003 - 11:26:59 PDT

  • Next message: sharpiemarkerat_private: "Snitz Forum 3.3.03 Remote Command Execution"

    
     ('binary' encoding is not supported, stored as-is)
    Summary:
    Movable Type is a decentralized web-based personal publishing system 
    designed to ease maintenance of regularly-updated content. This content 
    can consist of, but is not limited to, entries in a weblog or online 
    journal, photographs in an online photo gallery, news headlines on a 
    newspaper site, or articles in an online magazine.
    
    Details:
    Vendor's site: www.movabletype.org
    
    Vulnerable systems:
    Movable Type version 2.63 and prior.
    
    Cross Site Scripting Vulnerability found in writing the comments, in the 
    Comments section there is sevral textboxs:
    Name, Email Address, URL and Comments.
    and all the textboxs allow using the javascript codes.
    in order to causes a CSS attack on the target site we need to write a 
    javascript code in the Name textbox (in some versions u can write the 
    javascript code in the other textboxs of the Comments).
    
    Examples:
    You can use this javascripts codes:
    <script>alert(document.cookie)</script>
    <script>alert("CSS discovered by DarkHunter")</script>
    "DarkHunter><script>  .. (This code is so bad :) .. it causes disappering 
    of all the Comments textboxs and buttons .. in other words every thing 
    after this code will disapper).
    and of course there are many codes that u can use.
    
    
    Solution:
    Edit the source code to strip malicious characters from Name, Email 
    Address, URL and Comments textboxs or escape malicious characters using 
    addslashes().
    check the vendor's website for new patches.
    
    
    Additional information:
    The information has been provided by DarkHunter.
    



    This archive was generated by hypermail 2b30 : Mon May 12 2003 - 19:52:48 PDT