Description
The Image Uploader for Welcart plugin for WordPress is vulnerable to generic SQL Injection via the 'post_title' parameter in all versions up to, and including, 1.4.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with author-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2026-08-15
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a SQL injection in the Image Uploader for Welcart plugin for WordPress that occurs when an attacker supplies crafted input through the 'post_title' parameter. The flaw stems from insufficient escaping and no prepared statement usage in earlier plugin versions. For an authenticated user with author-level permissions or higher, an attacker can inject arbitrary SQL code that is appended to existing queries, enabling extraction of sensitive data from the database, including potentially credentials or other confidential information. The weakness is classified as CWE‑89: Improper Neutralization of Special Elements used in an SQL Command.

Affected Systems

The issue affects the Image Uploader for Welcart plugin developer fishpie, for all versions up to and including version 1.4.6. Any WordPress site using these plugin releases is vulnerable, regardless of WordPress core version. Sites with author or higher level roles are at risk. No specific WordPress core version constraints are listed.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium severity, reflecting the need for authenticated access and the potential for data exposure. Because the EPSS score is not available, the public data do not indicate a current exploitation probability, but the absence of a KEV listing means there is no documented active exploitation. An attacker would need valid author or higher credentials to leverage the vulnerability and must craft the 'post_title' parameter to inject malicious SQL. The vulnerability could allow data extraction but does not directly lead to remote code execution.

Generated by OpenCVE AI on August 15, 2026 at 03:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Image Uploader for Welcart plugin to the latest release that fixes the injection flaw (at least 1.4.7).
  • If an upgrade cannot be performed immediately, revoke or temporarily remove author‑level access from users who do not require the image‑upload feature, thus eliminating the privilege needed to exploit the flaw.
  • Implement server‑side input validation or a WAF rule that blocks requests containing SQL keywords in the post_title parameter, or enforce strict database query whitelisting for this endpoint.

Generated by OpenCVE AI on August 15, 2026 at 03:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Description The Image Uploader for Welcart plugin for WordPress is vulnerable to generic SQL Injection via the 'post_title' parameter in all versions up to, and including, 1.4.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with author-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Image Uploader for Welcart <= 1.4.6 - Authenticated (Author+) SQL Injection via Attachment 'post_title' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-15T02:26:15.114Z

Reserved: 2026-07-17T13:47:48.363Z

Link: CVE-2026-16080

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T03:16:48.207

Modified: 2026-08-15T03:16:48.207

Link: CVE-2026-16080

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T03:30:01Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')