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
    • 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-2026-0632

CVE-2026-0632: Fluent Forms Pro Add On Pack SSRF Flaw

CVE-2026-0632 is a Server-Side Request Forgery vulnerability in Fluent Forms Pro Add On Pack for WordPress that allows authenticated attackers to make arbitrary web requests. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-0632 Overview

The Fluent Forms Pro Add On Pack plugin for WordPress is vulnerable to Server-Side Request Forgery (SSRF) in all versions up to, and including, 6.1.12 via the saveDataSource function. This vulnerability enables authenticated attackers with Subscriber-level access and above to make web requests to arbitrary locations originating from the web application. Attackers can leverage this flaw to query and modify information from internal services, potentially exposing sensitive infrastructure components.

Critical Impact

Authenticated attackers can exploit this SSRF vulnerability to access internal services, enumerate internal network resources, and potentially bypass firewall restrictions to interact with sensitive backend systems.

Affected Products

  • Fluent Forms Pro Add On Pack plugin for WordPress versions up to and including 6.1.12
  • WordPress installations running vulnerable Fluent Forms Pro Add On Pack versions
  • Internal services accessible from the WordPress server

Discovery Timeline

  • February 9, 2026 - CVE-2026-0632 published to NVD
  • February 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-0632

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability (CWE-918) exists in the saveDataSource function of the Fluent Forms Pro Add On Pack plugin. The vulnerability allows authenticated users with minimal privileges (Subscriber-level access) to craft malicious requests that the server will execute on their behalf. Because the requests originate from the trusted web server, they can bypass network segmentation controls and access internal resources that would otherwise be unreachable from external networks.

The attack requires network access and low-privilege authentication, with no user interaction needed for exploitation. The vulnerability primarily impacts confidentiality and integrity of data accessible through internal services.

Root Cause

The root cause is insufficient validation and sanitization of user-supplied URLs within the saveDataSource function. The function fails to properly restrict the destinations of server-side HTTP requests, allowing attackers to specify arbitrary internal or external URLs. This lack of URL validation permits requests to internal services, cloud metadata endpoints, and other sensitive resources.

Attack Vector

The attack vector is network-based, requiring an authenticated session with at least Subscriber-level privileges. An attacker would craft a malicious request to the saveDataSource endpoint, specifying a target URL pointing to internal services such as localhost, internal IP ranges, or cloud metadata services (e.g., http://169.254.169.254/ on AWS). The WordPress server then makes the request on behalf of the attacker, returning the response data or allowing modifications to internal service configurations.

Common SSRF attack patterns applicable to this vulnerability include:

  • Accessing cloud instance metadata endpoints to retrieve credentials
  • Scanning internal network ranges to discover services
  • Interacting with internal APIs and databases
  • Bypassing IP-based access controls on internal services

Detection Methods for CVE-2026-0632

Indicators of Compromise

  • Unusual outbound HTTP requests from the WordPress server to internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (169.254.169.254) originating from the web application
  • Abnormal activity in WordPress audit logs related to the saveDataSource function
  • Unexpected modifications to data source configurations within Fluent Forms

Detection Strategies

  • Monitor web application firewall (WAF) logs for requests containing internal IP addresses or metadata endpoint URLs in POST parameters
  • Implement egress filtering rules and alert on violations from the WordPress server
  • Review WordPress plugin activity logs for suspicious saveDataSource function calls
  • Deploy network intrusion detection signatures for SSRF attack patterns

Monitoring Recommendations

  • Enable verbose logging for the Fluent Forms Pro plugin to capture all data source operations
  • Configure SIEM alerts for outbound connections from web servers to internal network segments
  • Monitor for failed authentication attempts followed by successful Subscriber-level logins
  • Track unusual patterns in form submission and data source configuration changes

How to Mitigate CVE-2026-0632

Immediate Actions Required

  • Update Fluent Forms Pro Add On Pack plugin to a version newer than 6.1.12 immediately
  • Review user accounts with Subscriber-level access and above for suspicious activity
  • Audit data source configurations for unauthorized modifications
  • Implement network-level egress filtering to restrict outbound connections from the WordPress server

Patch Information

The vendor has released a security update addressing this vulnerability. Detailed information about the fix can be found in the Fluent Forms Changelog. For complete vulnerability details and remediation guidance, refer to the Wordfence Vulnerability Report.

Workarounds

  • Restrict Subscriber-level user registrations until the patch is applied
  • Implement a Web Application Firewall (WAF) rule to block requests containing internal IP addresses or metadata endpoints in form data
  • Configure network-level controls to prevent the WordPress server from making requests to internal services
  • Disable the Fluent Forms Pro Add On Pack plugin temporarily if patching is not immediately possible
bash
# Configuration example - WordPress .htaccess SSRF mitigation
# Block access to saveDataSource endpoint for non-admin users
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} saveDataSource [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in.*administrator [NC]
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
  • TypeSSRF

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Fluent Forms Changelog

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6812: Ona WordPress Theme SSRF Vulnerability

  • CVE-2026-7049: PixelYourSite Pro WordPress SSRF Flaw

  • CVE-2026-2948: Gutenverse WordPress Plugin SSRF Vulnerability

  • CVE-2025-10861: WordPress Popup Builder SSRF 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