CVE-2026-11977 PUBLISHED

WP Post Author <= 3.9.1 - Authenticated (Author+) SQL Injection

Assigner: Wordfence
Reserved: 11.06.2026 Published: 05.08.2026 Updated: 05.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor afthemes
Product WP Post Author – Author Box, Multiple Authors, Guest Authors & Custom Avatars
Versions Default: unaffected
  • affected from 0 to 3.9.1 (incl.)

Credits

  • Ryoma Nishioka finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE