Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-2940

CVE-2025-2940: Ninja Tables WordPress Plugin SSRF Flaw

CVE-2025-2940 is a Server-Side Request Forgery vulnerability in Ninja Tables for WordPress, allowing unauthenticated attackers to make arbitrary web requests. This article covers technical details, affected versions, and mitigation.

Published: April 14, 2026

CVE-2025-2940 Overview

The Ninja Tables – Easy Data Table Builder plugin for WordPress contains a Server-Side Request Forgery (SSRF) vulnerability in all versions up to and including 5.0.18. The vulnerability exists in the args[url] parameter, which allows unauthenticated attackers to make arbitrary web requests originating from the web application server. This flaw can be exploited to query and modify information from internal services that would otherwise be inaccessible from the external network.

Critical Impact

Unauthenticated attackers can leverage this SSRF vulnerability to access internal network resources, potentially exposing sensitive data from cloud metadata services, internal APIs, and other protected services.

Affected Products

  • Ninja Tables WordPress Plugin versions up to and including 5.0.18
  • WordPress installations with vulnerable Ninja Tables plugin
  • WPManageNinja Ninja Tables (wpmanageninja:ninja_tables)

Discovery Timeline

  • 2025-06-27 - CVE-2025-2940 published to NVD
  • 2025-07-07 - Last updated in NVD database

Technical Details for CVE-2025-2940

Vulnerability Analysis

This vulnerability is classified as CWE-918: Server-Side Request Forgery (SSRF). The flaw resides in the HTTP Client component of the Ninja Tables plugin, specifically in the file located at vendor/wpfluent/framework/src/WPFluent/Http/Client.php around line 268. The vulnerability allows unauthenticated remote attackers to craft malicious requests through the args[url] parameter, effectively using the WordPress server as a proxy to reach internal network resources.

SSRF vulnerabilities in WordPress plugins are particularly dangerous because WordPress installations often run within trusted network zones that have access to internal services, databases, and cloud infrastructure metadata endpoints. An attacker exploiting this vulnerability could potentially access AWS/Azure/GCP metadata services, internal REST APIs, database admin interfaces, and other sensitive resources that rely on network-level access controls.

Root Cause

The root cause of this vulnerability is insufficient validation and sanitization of the URL parameter passed through args[url]. The HTTP Client component fails to properly restrict the destination of outbound HTTP requests, allowing attackers to specify arbitrary URLs including internal IP addresses, localhost, and cloud metadata endpoints. The vulnerable code does not implement proper allowlisting of permitted domains or blocking of internal IP ranges (RFC 1918 addresses, loopback addresses, link-local addresses, etc.).

Attack Vector

The attack can be performed over the network without any authentication requirements. An attacker sends a specially crafted request to the vulnerable WordPress endpoint, specifying a target URL in the args[url] parameter. The WordPress server then initiates an HTTP request to the attacker-specified destination, returning the response to the attacker. This effectively bypasses network access controls and allows enumeration of internal services.

The vulnerability enables attackers to probe internal network infrastructure, access cloud instance metadata (potentially leaking IAM credentials), interact with internal APIs, and potentially perform data exfiltration through the compromised WordPress server acting as a request proxy.

Detection Methods for CVE-2025-2940

Indicators of Compromise

  • Unusual outbound HTTP requests from the WordPress server to internal IP ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the web server
  • Unexpected connections to localhost or loopback addresses from WordPress processes
  • Web access logs showing repeated requests to Ninja Tables endpoints with suspicious args[url] parameters

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing internal IP addresses or cloud metadata URLs in query parameters
  • Implement egress filtering alerts for the WordPress server attempting connections to non-standard destinations
  • Review WordPress access logs for patterns of requests to table-related endpoints with URL parameters pointing to internal resources
  • Deploy network intrusion detection rules to identify SSRF attack patterns targeting the vulnerable parameter

Monitoring Recommendations

  • Enable verbose logging for outbound HTTP connections from WordPress servers
  • Configure cloud security monitoring to alert on metadata service access attempts
  • Implement network segmentation monitoring to detect lateral movement attempts via SSRF
  • Set up alerting for failed authentication attempts to internal services that may indicate SSRF probing

How to Mitigate CVE-2025-2940

Immediate Actions Required

  • Update Ninja Tables plugin to version 5.0.19 or later immediately
  • Audit WordPress server logs for any signs of exploitation
  • Review network access controls to limit outbound connections from web servers
  • Implement WAF rules to block requests with internal URLs in the args[url] parameter

Patch Information

The vulnerability has been addressed in Ninja Tables version 5.0.19. The fix can be reviewed in the WordPress Plugin Changeset. The updated HTTP Client code is available at the Ninja Tables 5.0.19 Repository. Additional technical details are available in the Wordfence Vulnerability Report.

Workarounds

  • If immediate patching is not possible, consider temporarily deactivating the Ninja Tables plugin until the update can be applied
  • Implement network-level egress filtering to prevent the WordPress server from connecting to internal IP ranges
  • Deploy a Web Application Firewall (WAF) with rules to block SSRF patterns in the vulnerable parameter
  • Use cloud provider security groups to restrict metadata service access from web application instances

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWpmanageninja Ninja Tables

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • WordPress Ninja Tables File

  • WordPress Ninja Tables Version 5.0.19

  • WordPress Ninja Tables File

  • Wordfence Vulnerability ID 02480559
  • Vendor Resources
  • WordPress Change Set Overview
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English