The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-14072

CVE-2025-14072: Ninja Forms Auth Bypass Vulnerability

CVE-2025-14072 is an authentication bypass flaw in Ninja Forms WordPress plugin that lets unauthenticated attackers generate access tokens to read form submissions. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-14072 Overview

CVE-2025-14072 is a REST API vulnerability affecting the Ninja Forms WordPress plugin versions prior to 3.13.3. This authentication bypass vulnerability allows unauthenticated attackers to generate valid access tokens through the plugin's REST API endpoints. These tokens can then be exploited to read form submissions, potentially exposing sensitive user data collected through forms on affected WordPress sites.

Critical Impact

Unauthenticated attackers can access private form submission data, potentially exposing personally identifiable information (PII), contact details, and other sensitive data submitted through Ninja Forms.

Affected Products

  • Ninja Forms WordPress plugin versions prior to 3.13.3
  • WordPress sites using vulnerable Ninja Forms installations
  • All form submissions stored within the affected plugin versions

Discovery Timeline

  • 2026-01-02 - CVE-2025-14072 published to NVD
  • 2026-01-02 - Last updated in NVD database

Technical Details for CVE-2025-14072

Vulnerability Analysis

This vulnerability represents an authentication bypass through improper access control in the Ninja Forms REST API implementation. The flaw allows unauthenticated users to generate access tokens that would normally require proper authentication credentials. This type of broken access control vulnerability in WordPress plugins is particularly concerning due to the widespread deployment of such plugins across millions of websites.

The vulnerability's network-based attack vector means exploitation can be performed remotely without requiring local access to the target system. The attack complexity is low, requiring no special conditions or circumstances for successful exploitation. While the impact is limited to confidentiality (reading form data) without affecting integrity or availability, the exposure of form submission data could lead to significant privacy breaches.

Root Cause

The root cause stems from improper access control validation within the Ninja Forms REST API token generation endpoint. The plugin fails to properly authenticate requests to the token generation functionality, allowing any remote user to obtain valid access tokens. This represents a failure in implementing proper authorization checks before processing sensitive API operations.

Attack Vector

The attack leverages the WordPress REST API infrastructure exposed by the Ninja Forms plugin. An attacker can send crafted HTTP requests to the vulnerable endpoint to obtain access tokens without providing valid credentials.

The exploitation process involves identifying WordPress installations running vulnerable Ninja Forms versions, sending unauthenticated requests to the REST API token generation endpoint, receiving valid access tokens in the response, and using these tokens to query and retrieve stored form submissions.

For detailed technical information, see the WPScan Vulnerability Report.

Detection Methods for CVE-2025-14072

Indicators of Compromise

  • Unusual REST API requests targeting Ninja Forms endpoints from unauthenticated sources
  • Unexpected access token generation events in plugin or server logs
  • Bulk retrieval of form submission data without corresponding legitimate user sessions
  • API requests to /wp-json/nf- endpoints from suspicious IP addresses

Detection Strategies

  • Monitor WordPress REST API logs for unauthenticated requests to Ninja Forms token endpoints
  • Implement web application firewall (WAF) rules to detect and block suspicious API access patterns
  • Review server access logs for high-volume requests targeting form submission retrieval endpoints
  • Deploy intrusion detection signatures for known exploitation patterns

Monitoring Recommendations

  • Enable detailed logging for WordPress REST API activity
  • Configure alerts for token generation events without associated authenticated sessions
  • Monitor for anomalous data exfiltration patterns from form submission storage
  • Implement rate limiting on REST API endpoints to slow potential exploitation attempts

How to Mitigate CVE-2025-14072

Immediate Actions Required

  • Update Ninja Forms plugin to version 3.13.3 or later immediately
  • Audit recent form submission access logs for unauthorized retrieval
  • Review any API tokens generated during the vulnerable period and revoke if suspicious
  • Consider temporarily disabling the Ninja Forms REST API if immediate patching is not possible

Patch Information

The vulnerability is addressed in Ninja Forms version 3.13.3. Administrators should update the plugin through the WordPress admin dashboard or by downloading the latest version from the official WordPress plugin repository. After updating, verify the plugin version displays as 3.13.3 or higher in the plugins management interface.

For more details, refer to the WPScan Vulnerability Report.

Workarounds

  • Implement WAF rules to block unauthenticated requests to Ninja Forms REST API endpoints
  • Restrict access to WordPress REST API at the web server level using IP whitelisting
  • Temporarily deactivate the Ninja Forms plugin if it is not critical to site operations
  • Use security plugins to add additional authentication layers to REST API access
bash
# Example: Block unauthenticated REST API access to Ninja Forms in .htaccess
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/wp-json/nf- [NC]
    RewriteCond %{HTTP:Authorization} ^$
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNinja Forms

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • WPScan Vulnerability Report
  • Related CVEs
  • CVE-2026-1307: Ninja Forms Information Disclosure Flaw

  • CVE-2026-2268: Ninja Forms Information Disclosure Flaw

  • CVE-2025-9083: Ninja Forms PHP Object Injection Vulnerability

  • CVE-2023-37979: Ninja Forms Contact Form XSS Vulnerability
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