Sceawere

Vulnerability Detail

CVE-2026-16080UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV

Image Uploader for Welcart SQL Injection

Vulnerability Metadata

Severity
Medium
Score / CVSS
6.5
Creation Date
4h ago
Vendor
fishpie
Product
Image Uploader for Welcart
Attack Type
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Vector String
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Complexity
LOW

Narrative and Response

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.

Executive Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Executive Summary Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Technical Details

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Detailed Technical Analysis Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Mitigations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Remediation & Mitigations Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

References

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Intelligence References Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Additional Metadata

{
  "score": "6.5",
  "pubDate": "2026-08-15T03:16:48.207Z",
  "pubdate": "2026-08-15T03:16:48.207Z",
  "executiveSummary": "The Image Uploader for Welcart plugin for WordPress is affected by a generic SQL Injection vulnerability impacting all versions up to, and including, 1.4.6.\nThe vulnerability exists due to insufficient escaping of user-supplied input provided via the 'post_title' parameter and a lack of proper query preparation by the application.\nThis security flaw allows authenticated attackers possessing author-level access or higher to manipulate database queries by appending arbitrary SQL commands.\nSuccessful exploitation of this vulnerability enables malicious actors to extract sensitive information stored within the underlying database, leading to potential confidentiality breaches and unauthorized data exposure.\nThe risk implication is significant as it compromises database integrity and data privacy through authenticated privilege abuse.\nMitigation requires updating the plugin to a secure version if available, or implementing strict input sanitization and parameterized queries for the vulnerable 'post_title' parameter.",
  "technicalDetails": "The vulnerability is classified as a generic SQL Injection flaw residing within the Image Uploader for Welcart plugin for WordPress across all versions up to, and including, 1.4.6.\nThe root cause of the vulnerability stems from inadequate sanitization and escaping mechanisms applied to user-supplied input passed through the 'post_title' parameter, combined with the absence of prepared statements or query parameterization in the existing SQL query construction.\nAttackers must possess authenticated access with a minimum privilege level of an author to interact with the vulnerable component and supply malicious input.\nThe attack flow proceeds as follows: First, the authenticated attacker crafts a malicious payload incorporating SQL syntax targeting the 'post_title' parameter during an image upload or related plugin operation. Second, the plugin accepts the unsanitized input and directly concatenates it into the dynamic SQL query string executed against the database backend. Third, the database parser evaluates the concatenated input as executable SQL commands, allowing the attacker to break out of the intended query context. Finally, the attacker can append UNION-based or error-based SQL injection payloads to extract sensitive information from database tables.\nThe vulnerable component is responsible for handling database interactions associated with the 'post_title' parameter within the Image Uploader for Welcart plugin.\nPost-exploitation impact includes the unauthorized extraction of sensitive database contents, such as user credentials, configuration data, and other restricted records accessible to the database user context."
}
CVE-2026-16080: Image Uploader for Welcart SQL Injection (MEDIUM Severity, CVSS: 6.5) - Sceawere