Skip to content

Commit e97ec3f

Browse files
committed
Correct example reflected XSS exploit URL.
1 parent bc3e9f0 commit e97ec3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gems/sidekiq/CVE-2024-32887.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
Reflected XSS in Sidekiq Web UI via the `/metrics` HTTP end-point and the
1010
`substr` query param:
1111
12-
https://{host}/sidekiq/metrics?substr=foot%22%3E%3Cscript%20src=%22{payload}
12+
https://{host}/sidekiq/metrics?substr=foot%22%3E%3Cscript%20src=%22{payload}%22%20/%3E
1313
1414
cvss_v3: 5.5
1515
unaffected_versions:

0 commit comments

Comments
 (0)