Home / Stored / Persistent XSS

Stored / Persistent XSS

Stored Cross-Site Scripting arises when an application receives input from an untrusted source and includes that data within its later HTTP responses in an unsafe way.

SXSS-01
Basic Stored XSS DevForum Community

User submitted thread comments are stored persistently in the database and rendered raw to all readers.

Beginner Unsolved
SXSS-02
Stored HTML Context RecipeShare Culinary

The application uses a naive regex to strip script tags once, which can be bypassed using nested tags.

Beginner Unsolved
SXSS-03
Stored Attribute Context Skyline Agent Directory

User profile website URL is stored and rendered inside an href attribute and tooltip attribute.

Easy Unsolved
SXSS-04
Stored XSS With Filtering ShopNest Product Reviews

A server filter strips specific lowercase keywords, but fails against case variations and alternative handlers.

Intermediate Unsolved
SXSS-05
Multiple Rendering Locations Nexus CRM & Lead Manager

Data is safely sanitized in the primary profile view, but rendered raw in an administrative audit log.

Intermediate Unsolved
SXSS-06
Privileged Viewer CarePulse Telehealth Desk

A simulated privileged compliance officer automatically reviews submitted tickets with administrative credentials.

Advanced Unsolved