Description
The Ajax Load More WordPress plugin before 8.0.1 does not properly sanitise and escape a parameter before using it in a SQL query, allowing unauthenticated attackers to perform time-based blind SQL injection and extract sensitive data from the database.
Published: 2026-08-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WordPress Ajax Load More plugin before version 8.0.1 fails to sanitize the custom_args parameter before including it in an SQL query. Attackers can exploit this flaw with a time‑based blind SQL injection to read arbitrary database tables, exposing usernames, passwords, and other sensitive information. This constitutes a significant confidentiality breach and aligns with SQL injection weaknesses.

Affected Systems

WordPress sites running Ajax Load More plugin prior to version 8.0.1 are affected. The vulnerability exists in any installation of the plugin where the custom_args endpoint is reachable by unauthenticated users.

Risk and Exploitability

Because the vulnerability is unauthenticated and requires only a crafted HTTP request to the plugin’s endpoint, an attacker can exploit it from any network location that can reach the site. The EPSS score is not available and the flaw is not listed in the CISA KEV catalog, but the potential impact of unrestricted data extraction, combined with the low attack effort, yields a high risk classification.

Generated by OpenCVE AI on August 5, 2026 at 07:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Ajax Load More to version 8.0.1 or later where the custom_args parameter is properly sanitized.
  • If an upgrade is not immediately possible, block or restrict access to the AJAX endpoint that accepts custom_args, for example by adding firewall rules or modifying the .htaccess file to allow only trusted IP addresses.
  • Consider disabling the Ajax Load More plugin altogether until the issue is addressed.

Generated by OpenCVE AI on August 5, 2026 at 07:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89

Wed, 05 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Ajax Load More WordPress plugin before 8.0.1 does not properly sanitise and escape a parameter before using it in a SQL query, allowing unauthenticated attackers to perform time-based blind SQL injection and extract sensitive data from the database.
Title Ajax Load More < 8.0.1 - Unauthenticated SQL Injection via custom_args
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-05T06:00:12.225Z

Reserved: 2026-07-10T07:28:02.908Z

Link: CVE-2026-15360

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T07:30:16Z

Weaknesses
  • CWE-89

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