CVE-2026-6922 PUBLISHED

WP Table Builder <= 2.2.1 - Incorrect Authorization to Authenticated (Subscriber+) Arbitrary Post Deletion via 'ids' Parameter

Assigner: Wordfence
Reserved: 23.04.2026 Published: 22.09.2026 Updated: 22.09.2026

The WP Table Builder – Drag & Drop Table Builder plugin for WordPress is vulnerable to Incorrect Authorization in all versions up to, and including, 2.2.1. This is due to an operator precedence bug in the post-type guard within the trash_table_bulk() and restore_table_bulk() functions that causes the guard to never fire, combined with a permission callback that only verifies plugin role membership without per-post-type or ownership checks. This makes it possible for authenticated attackers, with subscriber-level access and above, to trash or restore any post, page, or custom post type on the site by supplying arbitrary post IDs.

Metrics

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

Product Status

Vendor wptb
Product WP Table Builder – Drag & Drop Table Builder
Versions Default: unaffected
  • affected from 0 to 2.2.1 (incl.)

Credits

  • Quốc Huy (jtwings) finder

References

Problem Types

  • CWE-863 Incorrect Authorization CWE