๐Ÿ” CVE Alert

CVE-2026-4126

MEDIUM 4.3

Table Manager <= 1.0.0 - Authenticated (Contributor+) Sensitive Information Exposure via 'table' Shortcode Attribute

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

The Table Manager plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.0.0 via the 'table_manager' shortcode. The shortcode handler `tablemanager_render_table_shortcode()` takes a user-controlled `table` attribute, applies only `sanitize_key()` for sanitization, and concatenates the value with `$wpdb->prefix` to form a full database table name. It then executes `DESC` and `SELECT *` queries against this table and renders all rows and columns to the frontend. There is no allowlist check to ensure only plugin-created tables can be accessed โ€” the `tablemanager_created_tables` option is only referenced in admin functions, never in the shortcode handler. This makes it possible for authenticated attackers, with Contributor-level access and above, to extract sensitive data from arbitrary WordPress database tables.

CWE CWE-200
Vendor primisdigital
Product table manager
Published Apr 22, 2026
Stay Ahead of the Next One

Get instant alerts for primisdigital table manager

Be the first to know when new medium vulnerabilities affecting primisdigital table manager are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

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

Affected Versions

primisdigital / Table Manager
0 โ‰ค 1.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/25b3607c-f99e-4359-8228-0f3452f80aac?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/table-manager/trunk/table-manager.php#L573 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/table-manager/tags/1.0.0/table-manager.php#L573 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/table-manager/trunk/table-manager.php#L572 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/table-manager/tags/1.0.0/table-manager.php#L572 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/table-manager/trunk/table-manager.php#L561 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/table-manager/tags/1.0.0/table-manager.php#L561

Credits

Itthidej Aramsri