CVE-2025-2939 MEDIUM

CVE-2025-2939: Ninja Tables – Easy Data Table Builder <= 5.0.18 - Unauthenticated PHP Object Injection to Limited Remote Code Execution

Vendor Techjewel
Product Ninja Tables – Easy Data Table Builder
Weakness CWE-502 · Unsafe deserialization
Published June 3, 2025
Last update April 8, 2026

CVSS base score

5.6/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

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

What the vulnerability does

01Description

The Ninja Tables – Easy Data Table Builder plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 5.0.18 via deserialization of untrusted input from the args[callback] parameter . This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to execute arbitrary functions, though it does not allow user supplied parameters only single functions can be called so the impact is limited.

Explanation of Vulnerability in Simple Terms

02Summary

Ninja Tables versions up to 5.0.18 contain a deserialization vulnerability in how the plugin processes untrusted data. An attacker can craft malicious input that, when processed by the plugin, leads to unintended code execution or data manipulation. The attack requires specific conditions to succeed but does not require authentication or user interaction.

What an attacker can do

03Attacker Capabilities

Read sensitive data, modify table content, or execute code on the site by sending a specially crafted request.

Potential impact on your site

04Site Impact

Attackers could read or alter table data, or potentially run code on your site without logging in.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication required, but attack complexity is high.

Key dates

06Disclosure timeline

June 3, 2025 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE