CVE-2026-4126
Last modified
CVE-2026-4126 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4126?
How severe is CVE-2026-4126?
How do I fix CVE-2026-4126?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-41254Little CMS (lcms2) through 2.18 has an integer overflow in C…7.5
- CVE-2026-41255CKAN is an open-source DMS (data management system) for powe…6.1
- CVE-2026-41256jq is a command-line JSON processor. In 1.8.1 and earlier, T…5.5
- CVE-2026-41257jq is a command-line JSON processor. In 1.8.1 and earlier, t…5.5
- CVE-2026-41258OpenMRS is an open source electronic medical record system p…9.1
- CVE-2026-41259Mastodon is a free, open-source social network server based …7.5
- CVE-2026-41263Traefik is an HTTP reverse proxy and load balancer. Prior to…3.7
- CVE-2026-41264Flowise is a drag & drop user interface to build a customize…9.8
- CVE-2026-41265Flowise is a drag & drop user interface to build a customize…9.8
- CVE-2026-41266Flowise is a drag & drop user interface to build a customize…7.5
- CVE-2026-41267Flowise is a drag & drop user interface to build a customize…9.8
- CVE-2026-41268Flowise is a drag & drop user interface to build a customize…9.8
Are you affected by CVE-2026-4126?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
