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: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Ajax Load More WordPress plugin before version 8.0.1 contains a flaw that fails to sanitize the custom_args parameter before using it in an SQL query, enabling attackers to perform time‑based blind SQL injection. This vulnerability permits extraction of arbitrary database contents, such as usernames, passwords, and other sensitive information, constituting a serious confidentiality breach and aligning with CWE‑89.

Affected Systems

WordPress sites that run Ajax Load More plugin version 8.0.1 or earlier are affected. The flaw exists whenever the plugin’s custom_args endpoint is accessible to unauthenticated users.

Risk and Exploitability

The vulnerability is unauthenticated and requires only a crafted HTTP request to the plugin’s endpoint, allowing exploitation from any network location that can reach the site. The CVSS score of 9.1 indicates critical severity, while the EPSS score of less than 1% reflects a low likelihood of exploitation at the time of analysis. The flaw is not listed in the CISA KEV catalog. Given its ease of exploitation and the potentially devastating impact on data confidentiality, the overall risk is high.

Generated by OpenCVE AI on August 5, 2026 at 17:51 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 resolved.

Generated by OpenCVE AI on August 5, 2026 at 17:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 05 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Ajax Load More
Ajax Load More ajax Load More
Wordpress
Wordpress wordpress
Vendors & Products Ajax Load More
Ajax Load More ajax Load More
Wordpress
Wordpress wordpress

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

Ajax Load More Ajax Load More
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-05T15:13:01.440Z

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

Link: CVE-2026-15360

cve-icon Vulnrichment

Updated: 2026-08-05T15:12:57.932Z

cve-icon NVD

Status : Received

Published: 2026-08-05T07:16:35.123

Modified: 2026-08-05T16:16:50.597

Link: CVE-2026-15360

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T18:00:10Z

Weaknesses
  • CWE-89

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