mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update csp-data-scheme-allowed.yaml
This commit is contained in:
@@ -2,7 +2,7 @@ id: csp-data-scheme-allowed
|
||||
|
||||
info:
|
||||
name: Content-Security-Policy `data:` Scheme - Allowed
|
||||
author: ritik
|
||||
author: ritikchaddha
|
||||
severity: low
|
||||
description: |
|
||||
Detected Content Security Policy (CSP) configurations that allow the 'data:' URI scheme.Allowing data: in CSP directives (especially script-src, default-src, object-src) can enable XSS attacks through techniques like iframe srcdoc with deferred scripts, bypassing CSP protections. This is a common CSP misconfiguration that weakens XSS defenses.
|
||||
|
||||
Reference in New Issue
Block a user