Description
The Ultimate Auction Pro plugin for WordPress is vulnerable to SQL Injection via the ‘auction_id’ parameter in all versions up to, and including, 1.5.2 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.
Published: 2025-05-02
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Data Exfiltration
Action: Patch Now
AI Analysis

Impact

The Ultimate Auction Pro plugin is vulnerable to unauthenticated SQL injection through the auction_id parameter. Because the parameter is not properly escaped nor is the underlying query prepared, an attacker can append arbitrary SQL statements to the existing query, allowing extraction of sensitive database information. This is a classic CWE‑89 vulnerability that can compromise data confidentiality but does not directly enable code execution on the host.

Affected Systems

All installations of Inception Software LLP’s Ultimate Auction Pro WordPress plugin with version 1.5.2 or earlier are affected. The plugin operates as a WordPress extension and utilizes the auction_id parameter in HTTP requests to retrieve auction data. Any site using these versions of the plugin without applying an update is at risk.

Risk and Exploitability

The CVSS score of 7.5 indicates a high impact risk, and the EPSS value of less than 1% suggests that exploitation of this weakness is unlikely in the wild at this time. Nevertheless, the vulnerability is listed as not part of CISA’s KEV catalog. An attacker can exploit the flaw by sending a crafted HTTP request containing malicious SQL to the auction_id parameter, potentially in a public or untrusted page. Given the unauthenticated nature of the attack, a remote attacker with access to the site can trigger the injection without needing privileged credentials.

Generated by OpenCVE AI on April 20, 2026 at 23:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Ultimate Auction Pro to version 1.5.3 or later, which implements proper input sanitization and prepared statements for all database interactions.
  • If an immediate upgrade is not possible, block or remove access to the auction_id parameter from external requests, for example by disabling the affected endpoint or adding a firewall rule that rejects query strings containing the vulnerable parameter.
  • Harden the database user’s privileges by ensuring it only has SELECT rights on the tables accessed by the plugin, and monitor database logs for failed queries or patterns that resemble injection attempts.
  • Deploy a Web Application Firewall (WAF) configured to block typical SQL injection payloads targeting the auction_id field until the plugin is fully patched.

Generated by OpenCVE AI on April 20, 2026 at 23:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-13248 The Ultimate Auction Pro plugin for WordPress is vulnerable to SQL Injection via the ‘auction_id’ parameter in all versions up to, and including, 1.5.2 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.
History

Wed, 04 Jun 2025 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Auctionplugin
Auctionplugin ultimate Wordpress Auction Plugin
CPEs cpe:2.3:a:auctionplugin:ultimate_wordpress_auction_plugin:*:*:*:*:pro:wordpress:*:*
Vendors & Products Auctionplugin
Auctionplugin ultimate Wordpress Auction Plugin

Fri, 02 May 2025 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 02 May 2025 12:45:00 +0000

Type Values Removed Values Added
Description The Ultimate Auction Pro plugin for WordPress is vulnerable to SQL Injection via the ‘auction_id’ parameter in all versions up to, and including, 1.5.2 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.
Title Ultimate Auction Pro <= 1.5.2 - Unauthenticated SQL Injection via 'auction_id'
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Auctionplugin Ultimate Wordpress Auction Plugin
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:29:37.689Z

Reserved: 2025-05-01T19:09:45.802Z

Link: CVE-2025-4204

cve-icon Vulnrichment

Updated: 2025-05-02T13:34:46.764Z

cve-icon NVD

Status : Analyzed

Published: 2025-05-02T13:15:47.423

Modified: 2025-06-04T22:39:20.750

Link: CVE-2025-4204

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-20T23:15:06Z

Weaknesses