-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c689db1
commit e22fd53
Showing
1,353 changed files
with
17,185 additions
and
17,275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20240923 | ||
20240924 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
id: adobe-connect-central-login | ||
|
||
info: | ||
name: Adobe Connect Central Login | ||
author: dhiyaneshDk | ||
severity: info | ||
tags: adobe,panel | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/system/login" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
words: | ||
- '<title>Adobe Connect Central Login</title>' | ||
part: body | ||
|
||
- type: status | ||
status: | ||
- 200 | ||
id: adobe-connect-central-login | ||
|
||
info: | ||
name: Adobe Connect Central Login | ||
author: dhiyaneshDk | ||
severity: info | ||
tags: adobe,panel | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/system/login" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
words: | ||
- '<title>Adobe Connect Central Login</title>' | ||
part: body | ||
|
||
- type: status | ||
status: | ||
- 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,44 @@ | ||
id: aem-xss-childlist-selector | ||
|
||
info: | ||
name: XSS in childlist selector | ||
name: Adobe Experience Manager - Cross-Site Scripting | ||
author: dhiyaneshDk | ||
severity: medium | ||
severity: high | ||
description: | | ||
Requests using the selector childlist can an XSS 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. | ||
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. | ||
reference: | ||
- https://github.com/thomashartm/burp-aem-scanner/blob/master/src/main/java/burp/actions/xss/FlippingTypeWithChildrenlistSelector.java | ||
- https://cystack.net/en/plugins/cystack.remote.aem_childlist_selector_xss | ||
metadata: | ||
shodan-query: | ||
- http.title:"AEM Sign In" | ||
- http.component:"Adobe Experience Manager" | ||
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 | ||
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)>' | ||
- '{"path":"/etc/designs/xh1x.childrenlist.json' | ||
condition: and | ||
|
||
- type: word | ||
part: header | ||
words: | ||
- text/html | ||
|
||
- type: status | ||
status: | ||
- 200 | ||
|
||
# Enhanced by mp on 2022/09/14 |
Oops, something went wrong.