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-47635

CVE-2025-47635: WebinarPress SSRF Vulnerability

CVE-2025-47635 is a server-side request forgery flaw in WebinarPress that enables attackers to make unauthorized requests from the server. This article covers technical details, affected versions up to 1.33.27, and mitigation.

Published: March 18, 2026

CVE-2025-47635 Overview

CVE-2025-47635 is a Server-Side Request Forgery (SSRF) vulnerability discovered in the WebinarPress WordPress plugin. This flaw allows attackers to abuse server-side functionality to make arbitrary HTTP requests from the affected WordPress server to internal or external systems. SSRF vulnerabilities are particularly dangerous as they can enable attackers to bypass firewalls, access internal services, and potentially pivot to other systems within the network.

Critical Impact

Unauthenticated attackers can exploit this SSRF vulnerability to make arbitrary server-side requests, potentially accessing internal network resources, cloud metadata services, and sensitive data that should not be publicly accessible.

Affected Products

  • WebinarPress WordPress plugin versions up to and including 1.33.27
  • WordPress installations running vulnerable WebinarPress versions
  • Websites using WebinarPress for webinar functionality

Discovery Timeline

  • 2025-05-07 - CVE-2025-47635 published to NVD
  • 2025-05-12 - Last updated in NVD database

Technical Details for CVE-2025-47635

Vulnerability Analysis

This Server-Side Request Forgery vulnerability exists in the WebinarPress WordPress plugin, which is designed to provide webinar functionality to WordPress websites. The plugin fails to properly validate and sanitize user-supplied URLs before making server-side HTTP requests. This allows an unauthenticated attacker to manipulate the server into making requests to arbitrary destinations, including internal network resources that are not directly accessible from the public internet.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which describes flaws where an attacker can craft requests that originate from the vulnerable server. This effectively allows the attacker to use the WordPress server as a proxy to reach internal services, cloud metadata endpoints, or other protected resources.

Root Cause

The root cause of CVE-2025-47635 is insufficient input validation when the WebinarPress plugin processes user-controlled URL parameters. The plugin accepts URL input from users and makes HTTP requests without properly validating that the destination is a legitimate external resource. This lack of URL validation and allowlist checking enables attackers to specify internal IP addresses, localhost references, or cloud metadata service URLs.

Attack Vector

The attack vector for this vulnerability is network-based and requires no authentication or user interaction. An attacker can exploit this flaw by sending specially crafted requests to the vulnerable WordPress site. The exploitation typically follows this pattern:

  1. The attacker identifies a WebinarPress endpoint that accepts URL parameters
  2. The attacker crafts a malicious request with an internal URL (e.g., http://169.254.169.254/latest/meta-data/ for AWS metadata, or http://localhost:8080/admin)
  3. The WordPress server processes the request and makes a server-side HTTP call to the attacker-specified URL
  4. The response from the internal resource is returned to the attacker or can be exfiltrated through other means

This SSRF vulnerability can be leveraged to scan internal networks, access cloud metadata services to steal credentials, interact with internal APIs, or bypass IP-based access controls on internal services.

Detection Methods for CVE-2025-47635

Indicators of Compromise

  • Unusual outbound HTTP requests from the WordPress server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Server requests to cloud metadata endpoints such as 169.254.169.254
  • WebinarPress-related endpoints receiving requests with suspicious URL parameters pointing to internal resources
  • Unexpected connections from the web server to internal services or databases

Detection Strategies

  • Monitor web server logs for WebinarPress endpoint requests containing internal IP addresses or localhost references
  • Implement network-level monitoring for outbound connections from web servers to internal network ranges
  • Deploy Web Application Firewall (WAF) rules to detect and block SSRF patterns in request parameters
  • Enable logging on internal services to detect unexpected connection attempts from the WordPress server

Monitoring Recommendations

  • Configure alerts for outbound traffic from the WordPress server to RFC 1918 private address ranges
  • Monitor DNS queries from the web server for internal hostnames or suspicious rebinding patterns
  • Review WebinarPress plugin logs for unusual activity or error messages related to HTTP requests
  • Implement network segmentation and monitor for east-west traffic anomalies originating from web server segments

How to Mitigate CVE-2025-47635

Immediate Actions Required

  • Update WebinarPress plugin to a version newer than 1.33.27 that addresses this vulnerability
  • Temporarily disable the WebinarPress plugin if an update is not immediately available
  • Implement WAF rules to block SSRF patterns targeting the WebinarPress plugin endpoints
  • Review access logs for evidence of exploitation attempts

Patch Information

Site administrators should update the WebinarPress WordPress plugin to the latest available version that addresses this SSRF vulnerability. The vulnerability affects all versions from the initial release through version 1.33.27. For detailed patch information and vulnerability analysis, refer to the Patchstack SSRF Vulnerability Advisory.

Workarounds

  • Disable the WebinarPress plugin until an update can be applied
  • Implement egress filtering on the WordPress server to block outbound connections to internal network ranges
  • Configure cloud instance metadata service protections (IMDSv2 for AWS) to limit metadata access
  • Use a Web Application Firewall with SSRF detection capabilities to block malicious requests
bash
# Example: Block outbound connections to internal ranges using iptables
# WARNING: Test thoroughly before applying to production

# Block connections to private IPv4 ranges from web server
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 169.254.169.254 -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/TechWebinarpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Technical References
  • Patchstack SSRF Vulnerability Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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