Skip to main content

Read More & Accordion EUVDEUVD-2026-31035

| CVE-2026-7472 MEDIUM
SQL Injection (CWE-89)
2026-05-20 Wordfence GHSA-xf5m-hv2x-626c
4.9
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.9 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

1
Analysis Generated
May 20, 2026 - 02:38 vuln.today

DescriptionCVE.org

The Read More & Accordion plugin for WordPress is vulnerable to time-based blind SQL Injection via the 'orderby' parameter in all versions up to, and including, 3.5.7. This is due to the use of esc_sql() without surrounding the value in quotes in an ORDER BY clause inside the getAllDataByLimit() and getAccordionAllDataByLimit() functions in ReadMoreData.php. The user-supplied $_GET['orderby'] value is only processed through esc_attr() (an HTML-escaping function) before being passed to these database functions, where esc_sql() is applied but the value is directly concatenated-unquoted-into the ORDER BY fragment of the SQL query before $wpdb->prepare() is called. Because esc_sql() only escapes quote characters and backslashes (which are irrelevant in an unquoted ORDER BY context), an attacker can inject arbitrary SQL expressions such as (SELECT SLEEP(5)) or conditional subqueries to perform time-based blind data extraction. This makes it possible for authenticated attackers with administrator-level access or above (or any role explicitly permitted access to the plugin's admin pages via the yrm-user-roles setting) to extract sensitive data from the database, including administrator credential hashes.

AnalysisAI

Time-based blind SQL injection in the Read More & Accordion WordPress plugin (slug: expand-maker) through version 3.5.7 enables authenticated administrators to exfiltrate arbitrary database contents, including administrator password hashes, by manipulating the orderby GET parameter. The flaw exists in two data-retrieval functions in ReadMoreData.php, where user input bypasses effective sanitization and is concatenated unquoted into an ORDER BY SQL clause. No public exploit code has been identified at time of analysis, and this CVE is not listed in the CISA KEV catalog, though the high-confidentiality CVSS impact (C:H) reflects genuine data-exposure potential.

Technical ContextAI

The affected plugin (CPE: cpe:2.3:a:edmonparker:read_more_&_accordion:*:*:*:*:*:*:*:*) registers admin-facing pages that pass the raw $_GET['orderby'] value through esc_attr() - an HTML-encoding function designed for attribute output, not SQL safety - before handing it to getAllDataByLimit() and getAccordionAllDataByLimit() in ReadMoreData.php (lines 1522 and 1537 of the 3.5.7 tag). Inside those functions, esc_sql() is applied, but because the value is concatenated directly and unquoted into the ORDER BY fragment before $wpdb->prepare() is invoked, the escaping is entirely ineffective: esc_sql() only strips quotes and backslashes, which are irrelevant in a bare ORDER BY context. This is the canonical CWE-89 (Improper Neutralization of Special Elements in SQL Commands) pattern where a developer confuses an HTML-escaping helper with a SQL-safe quoting mechanism. The structural fix is to whitelist acceptable column names rather than attempt escaping on a free-form ORDER BY token.

RemediationAI

No vendor-released patch has been identified at time of analysis - the available references point only to the vulnerable 3.5.7 tagged release and trunk code, with no fix commit or updated release confirmed. Site owners should monitor the WordPress plugin repository for an updated release and apply it immediately upon availability. As a compensating control, administrators should audit the yrm-user-roles plugin setting and restrict it to the minimum required roles, reducing the number of accounts that can reach the vulnerable admin pages; note that this does not eliminate risk for sites with multiple administrator accounts. Additionally, a web application firewall (WAF) rule blocking ORDER BY injection patterns (e.g., SQL keywords or time-delay functions in the orderby parameter) can reduce exposure, though WAF rules can be bypassed and should not substitute for a code-level fix. If the plugin is not actively required, temporarily deactivating it eliminates the attack surface entirely with no functional trade-off for non-users.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

EUVD-2026-31035 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy