Description
The WP Post Author – Author Box, Multiple Authors, Guest Authors & Custom Avatars plugin for WordPress is vulnerable to generic SQL Injection via the 'wpma_metabox_authors_list' parameter in all versions up to, and including, 3.9.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with author-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation is a two-step chain: an attacker first saves a crafted guest-author token via the wpma_metabox_authors_list parameter during post creation or editing, then triggers the injection when any admin user loads the post list screen at /wp-admin/edit.php, causing the injected SQL result to be rendered in the Authors column.
Published: 2026-08-05
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in the WP Post Author – Author Box, Multiple Authors, Guest Authors & Custom Avatars plugin for WordPress and allows an attacker with author-level access or higher to inject arbitrary SQL through the wpma_metabox_authors_list parameter. Because the parameter is not properly escaped and the existing query is not prepared, the attacker can append additional SQL statements. The impact of exploiting this flaw is the extraction of sensitive information from the underlying database, which compromises confidentiality of stored data. The weakness is identified as a classic input validation flaw (CWE‑89).

Affected Systems

aThemes’ WP Post Author – Author Box, Multiple Authors, Guest Authors & Custom Avatars plugin is affected in all versions up to and including 3.9.1. Users running any of these versions must determine their install's version and confirm whether it is vulnerable.

Risk and Exploitability

The CVSS score is 6.5, indicating a moderate severity vulnerability. The EPSS score is not available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The attack vector is authenticated; an attacker must possess an author role or higher to inject the payload, and the exploitation requires that an administrator subsequently loads the post list screen to trigger the injection. As the vulnerability entails sensitive data disclosure, the risk to an organization with exposed WordPress installations is significant, especially if author permissions are broadly granted.

Generated by OpenCVE AI on August 5, 2026 at 09:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the WP Post Author plugin to a version later than 3.9.1, which removes the vulnerable wpma_metabox_authors_list handling.
  • If an update is not immediately possible, disable or delete the feature that passes the wpma_metabox_authors_list value, ensuring that the parameter is no longer accepted by the plugin code.
  • Limit author and higher role permissions so that only trusted users have the ability to create or edit posts, reducing the potential for an attacker to inject malicious payloads.

Generated by OpenCVE AI on August 5, 2026 at 09:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Description The WP Post Author – Author Box, Multiple Authors, Guest Authors & Custom Avatars plugin for WordPress is vulnerable to generic SQL Injection via the 'wpma_metabox_authors_list' parameter in all versions up to, and including, 3.9.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with author-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation is a two-step chain: an attacker first saves a crafted guest-author token via the wpma_metabox_authors_list parameter during post creation or editing, then triggers the injection when any admin user loads the post list screen at /wp-admin/edit.php, causing the injected SQL result to be rendered in the Authors column.
Title WP Post Author <= 3.9.1 - Authenticated (Author+) SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-05T07:39:24.060Z

Reserved: 2026-06-11T13:06:08.108Z

Link: CVE-2026-11977

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T09:30:11Z

Weaknesses
  • CWE-89

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