Read More & Accordion
Approved changes feed: RSS · Atom
cpe:2.3:a:edmonparker:read_more_&_accordion:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Edmonparker (68c62b6f-8d9a-5b60-8f30-f6c1886d0ce4) |
|---|---|
| Product | Read More & Accordion (089f16ec-825c-5f61-9815-9ebf7f3f9a1b) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-7472 |
vulnerable | 2026-06-08 08:08:57.278962 |
Read More & Accordion <= 3.5.7 - Authenticated (Administrator+) SQL Injection via 'orderby' Parameter
MEDIUM (4.9)
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.
Published: 2026-05-20T01:25:54.600Z
Updated: 2026-05-20T17:16:36.961Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-7467 |
vulnerable | 2026-06-08 08:08:57.272322 |
Read More & Accordion <= 3.5.7 - Privilege Escalation via importData
HIGH (8.8)
The Read More & Accordion plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 3.5.7. This is due to the 'RadMoreAjax::importData' function not restricting which database tables can be written to during import and not properly validating the imported data. This makes it possible for authenticated attackers, with permission granted by the site owner through the plugin's role settings, to insert arbitrary rows into the 'wp_users' and 'wp_usermeta' tables, including the 'wp_capabilities' field, allowing them to create a new administrator account and gain administrator access to the site.
Published: 2026-05-20T01:25:52.311Z
Updated: 2026-05-20T15:45:18.473Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-0810 |
vulnerable | 2026-06-08 07:02:25.591381 |
Read More & Accordion <= 3.4.7 - Cross-Site Request Forgery to Local File Inclusion
HIGH (7.5)
The Read More & Accordion plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.4.7. This is due to missing or incorrect nonce validation on the addNewButtons() function. This makes it possible for unauthenticated attackers to include and execute arbitrary PHP files via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Published: 2025-04-05T01:44:44.158Z
Updated: 2026-04-08T17:14:06.912Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-13639 |
vulnerable | 2026-06-08 06:25:38.116346 |
Read More & Accordion <= 3.4.2 - Missing Authorization to Authenticated (Subscriber+) Arbitrary 'Read More' Post Deletion
MEDIUM (4.3)
The Read More & Accordion plugin for WordPress is vulnerable to unauthorized modification and loss of data due to a missing capability check on the expmDeleteData() function in all versions up to, and including, 3.4.2. This makes it possible for authenticated attackers, with Subscriber-level access and above, to delete arbitrary 'read more' posts.
Published: 2025-02-13T08:21:24.056Z
Updated: 2026-04-08T16:57:49.609Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.