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-2026-25428

CVE-2026-25428: TS Poll WordPress Plugin SSRF Vulnerability

CVE-2026-25428 is a server-side request forgery flaw in the TS Poll WordPress plugin that allows attackers to manipulate server requests. This article covers technical details, affected versions through 2.5.5, and mitigation.

Published: February 20, 2026

CVE-2026-25428 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in the TS Poll WordPress plugin developed by totalsoft. This security flaw allows authenticated attackers with high privileges to manipulate server-side requests, potentially enabling access to internal services and resources that should not be externally accessible. The vulnerability affects all versions of TS Poll through version 2.5.5.

Critical Impact

Authenticated attackers with administrative privileges can exploit this SSRF vulnerability to forge server-side requests, potentially accessing internal network resources, cloud metadata services, or other protected endpoints from the vulnerable WordPress server.

Affected Products

  • TS Poll WordPress Plugin versions up to and including 2.5.5
  • WordPress installations running vulnerable TS Poll plugin versions
  • Web servers hosting affected WordPress configurations

Discovery Timeline

  • 2026-02-19 - CVE CVE-2026-25428 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-25428

Vulnerability Analysis

This Server-Side Request Forgery vulnerability exists within the TS Poll WordPress plugin's request handling functionality. SSRF vulnerabilities occur when an application can be manipulated to make HTTP requests to arbitrary destinations chosen by an attacker, using the server as a proxy.

In the context of this WordPress plugin, the vulnerability requires network access and high-privilege authentication (administrator-level access), which limits the attack surface. However, once exploited, the changed scope means the vulnerability can affect resources beyond the vulnerable component itself, potentially impacting internal network infrastructure.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which describes weaknesses where a web application fetches a remote resource without sufficiently validating the user-supplied URL. This can allow attackers to coerce the application into sending crafted requests to unexpected destinations.

Root Cause

The root cause of this vulnerability stems from insufficient validation of user-controlled input that influences outbound HTTP requests made by the TS Poll plugin. When the plugin processes certain poll-related functionality, it fails to properly sanitize or restrict URLs or request parameters, allowing an authenticated administrator to specify arbitrary endpoints for server-side requests.

The high complexity of exploitation (AC:H) suggests that specific conditions must be met for successful exploitation, possibly requiring particular plugin configurations or timing conditions.

Attack Vector

The attack vector for CVE-2026-25428 is network-based, requiring the attacker to have authenticated access to the WordPress administrative interface with high privileges. The exploitation flow typically involves:

  1. An attacker with administrator-level access to the WordPress installation identifies the vulnerable TS Poll plugin functionality
  2. The attacker crafts malicious input containing URLs pointing to internal resources or cloud metadata endpoints
  3. The plugin processes this input and makes a server-side request to the attacker-specified destination
  4. The server's response from internal resources is potentially returned to or observable by the attacker

Due to the changed scope (S:C), successful exploitation can impact confidentiality and integrity of resources beyond the vulnerable WordPress installation, such as internal services running on localhost, cloud instance metadata APIs (169.254.169.254), or other internal network endpoints.

Detection Methods for CVE-2026-25428

Indicators of Compromise

  • Unusual outbound HTTP requests from the WordPress server to internal IP ranges (127.0.0.1, 10.x.x.x, 192.168.x.x, 172.16-31.x.x)
  • Requests to cloud metadata endpoints such as 169.254.169.254 originating from the web application
  • Unexpected network connections from the WordPress PHP process to non-standard ports or internal services
  • Log entries showing administrative access to TS Poll configuration pages followed by anomalous outbound requests

Detection Strategies

  • Monitor web application logs for TS Poll administrative actions that trigger server-side requests
  • Implement egress filtering rules to detect and alert on requests to internal network ranges or metadata endpoints
  • Deploy web application firewall (WAF) rules to identify SSRF patterns in request parameters
  • Review WordPress audit logs for unusual administrator activity related to the poll-wp plugin

Monitoring Recommendations

  • Enable verbose logging for outbound HTTP requests made by PHP processes on WordPress servers
  • Configure network monitoring to alert on connections from web servers to internal infrastructure
  • Implement real-time log analysis for WordPress administrative actions involving the TS Poll plugin
  • Set up alerts for requests containing internal IP addresses or localhost references in application parameters

How to Mitigate CVE-2026-25428

Immediate Actions Required

  • Update TS Poll WordPress plugin to the latest patched version as soon as a fix is available from totalsoft
  • Review and restrict administrative access to WordPress installations running vulnerable versions
  • Implement network-level egress filtering to prevent the WordPress server from connecting to internal resources
  • Consider temporarily disabling the TS Poll plugin if it is not critical to operations until a patch is available

Patch Information

A security patch addressing this SSRF vulnerability should be obtained from the plugin vendor. Monitor the Patchstack vulnerability database for updates and patching information. Ensure WordPress automatic updates are enabled for plugins, or manually update to a version higher than 2.5.5 once released.

Workarounds

  • Implement strict egress firewall rules on the WordPress server to block outbound connections to internal IP ranges and cloud metadata endpoints
  • Deploy a Web Application Firewall (WAF) with SSRF detection rules to filter malicious requests
  • Restrict administrative access to the WordPress installation using IP allowlisting or VPN requirements
  • Consider using a security plugin that monitors and restricts outbound server requests from WordPress
bash
# Example iptables rules to block common SSRF targets
# Block connections to localhost from web application
iptables -A OUTPUT -p tcp -d 127.0.0.0/8 -m owner --uid-owner www-data -j DROP

# Block connections to cloud metadata endpoint
iptables -A OUTPUT -p tcp -d 169.254.169.254 -m owner --uid-owner www-data -j DROP

# Block connections to private IP ranges
iptables -A OUTPUT -p tcp -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -p tcp -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -p tcp -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechTotalsoft

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • Patchstack SSRF Vulnerability
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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