We use cookies

    We use cookies to enhance your browsing experience, analyze site traffic, and personalize content. By clicking "Accept All", you consent to our use of cookies. You can also customize your preferences or reject non-essential cookies. Learn more about our cookie policy

    Volver al Lexicón de Ciberseguridad

    Cross-site scripting (XSS)

    Cross-site scripting (XSS) is a web application vulnerability where attackers inject malicious scripts into web pages viewed by other users.

    Cross-site scripting (XSS)

    Cross-site scripting (XSS) is a web application vulnerability where attackers inject malicious scripts into web pages viewed by other users. It allows the attacker to execute scripts within the victim's browser, potentially leading to session hijacking or data theft.

    Types of XSS

    • Stored XSS: Malicious script stored on the server
    • Reflected XSS: Malicious script reflected from user input
    • DOM-based XSS: Vulnerability in client-side code