", and "&" tha...">", and "&" tha...">

CWE-80β€”Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

PUBLISHEDweakness recordHigh
released 2006-07-19 Β· last modified 2025-12-11
CWE-80 - Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) - Diagram

Metadata

CWE ID:
CWE-80
Abstraction:
Variant
Structure:
Simple
Status:
Incomplete
Release Date:
2006-07-19
Latest Modification Date:
2025-12-11

Weakness Name

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

Description

The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages.

Common Consequences

Scope:
Confidentiality, Integrity, Availability
Impact:
Read Application Data, Execute Unauthorized Code or Commands
Notes:
An attacker could insert special characters that are processed client-side in the context of the user's session.

Related Weaknesses