Home / Reflected XSS

Reflected XSS

Reflected Cross-Site Scripting arises when an application receives data in an HTTP request and includes that data within the immediate response in an unsafe way.

RXSS-01
Basic Reflection PulsePost Blog

User search query is reflected directly into the HTML response without sanitization.

Beginner Unsolved
RXSS-02
HTML Tag Filtering FreshBlend Juice Co.

The application enforces a blacklist blocking specific HTML tags with a 403 Forbidden response, but permits alternative execution tags.

Beginner Unsolved
RXSS-03
JavaScript URL Apex Support Portal

A dynamic navigation link reflects user input into an href attribute without protocol validation.

Easy Unsolved
RXSS-04
Attribute Context NovaHR Directory

User input is reflected inside an input value attribute without quote escaping.

Easy Unsolved
RXSS-05
Attribute Injection Without < and > SwiftTrack Logistics

Angle brackets are completely stripped by the server, but the input attribute remains exploitable.

Easy Unsolved
RXSS-06
Function Filtering EchoFeedback Portal

The application reflects input but blocks common JavaScript functions like alert and prompt.

Intermediate Unsolved
RXSS-07
Keyword Sanitization OmniMetrics Analytics

The application strips or blocks the keywords alert, prompt, and confirm from reflected input.

Intermediate Unsolved
RXSS-08
Parentheses Restriction CryptoCalc Discounts

Parentheses () are strictly forbidden by the input filter, requiring alternative JS execution syntax.

Intermediate Unsolved
RXSS-09
JavaScript Context VibeStream Theme Studio

User input is placed directly inside an inline JavaScript script block.

Intermediate Unsolved
RXSS-10
Hidden Parameter Through JavaScript Analysis CloudPeak Telemetry

The vulnerable endpoint and query parameter are not shown in the UI but referenced inside client-side JS.

Advanced Unsolved
RXSS-11
Multi-Step Fuzzing & Parameter Discovery NextGen Enterprise Staging

The vulnerable component must be uncovered through directory discovery, file fuzzing, and parameter analysis.

Advanced Unsolved