A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-4404

CVE-2024-4404: Wpmet Elementskit SSRF Vulnerability

CVE-2024-4404 is a Server-Side Request Forgery flaw in Wpmet Elementskit PRO plugin for WordPress that allows authenticated attackers to make unauthorized web requests. This post covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-4404 Overview

CVE-2024-4404 is a Server-Side Request Forgery (SSRF) vulnerability in the ElementsKit PRO plugin for WordPress. The flaw affects all versions up to and including 3.6.2 and resides in the plugin's render_raw function. Authenticated attackers with contributor-level permissions or higher can abuse this function to issue arbitrary outbound web requests from the WordPress host. These requests can target internal services, cloud metadata endpoints, and other resources reachable from the server. The issue is classified under CWE-918: Server-Side Request Forgery.

Critical Impact

Authenticated low-privilege users can pivot through the WordPress server to query and modify internal services, exposing data on otherwise unreachable network segments.

Affected Products

  • Wpmet ElementsKit PRO for WordPress, all versions through 3.6.2
  • WordPress sites running ElementsKit PRO with contributor-or-higher user registration enabled
  • Hosting environments where the WordPress server can reach internal-only services or cloud metadata endpoints

Discovery Timeline

  • 2024-06-14 - CVE-2024-4404 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2024-4404

Vulnerability Analysis

The ElementsKit PRO plugin exposes a render_raw function intended to render content from URLs supplied by authenticated users. The function does not validate or restrict the destination URL before issuing a server-side HTTP request. An authenticated attacker with contributor-level access supplies a URL pointing to an internal resource, and the WordPress server fetches it and returns the response body.

The attacker effectively turns the WordPress host into a proxy for internal reconnaissance and interaction. Targets include internal admin interfaces, databases exposed on localhost, container orchestration APIs, and cloud instance metadata services such as http://169.254.169.254/. On many cloud deployments, the metadata service returns temporary credentials usable for further lateral movement.

Root Cause

The root cause is missing input validation and allow-list filtering on the URL parameter consumed by render_raw. The function trusts contributor-supplied input and issues outbound requests without restricting schemes, hostnames, or IP ranges. There is no enforcement preventing requests to loopback addresses, RFC1918 ranges, or link-local addresses.

Attack Vector

Exploitation requires an authenticated account with the WordPress contributor role or higher. The attacker submits a crafted request invoking render_raw with a URL pointing to an internal target. The plugin performs the request server-side and returns the response, allowing the attacker to read internal HTTP responses. The bug enables both reconnaissance via GET requests and state-changing operations against internal services that accept unauthenticated requests from the local network.

No verified public exploit code is available. Refer to the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2024-4404

Indicators of Compromise

  • Outbound HTTP requests from the WordPress PHP process to internal IP ranges, loopback addresses, or 169.254.169.254
  • Unexpected access entries in internal service logs sourced from the WordPress server's IP address
  • Web server logs showing requests to ElementsKit endpoints invoking render_raw with URL parameters referencing private addresses
  • New contributor-level accounts created shortly before SSRF activity

Detection Strategies

  • Inspect WordPress access logs for POST or GET requests to ElementsKit AJAX or REST endpoints containing URL parameters in their payloads
  • Correlate PHP-FPM or Apache outbound connections with destinations outside expected upstream services
  • Hunt for cloud metadata service access originating from WordPress workloads using egress flow logs or VPC traffic mirroring

Monitoring Recommendations

  • Alert on any HTTP request from web-tier hosts to 169.254.169.254, 127.0.0.1, or RFC1918 ranges not on an approved allow-list
  • Monitor creation and role changes for contributor and author accounts on WordPress installs running ElementsKit PRO
  • Forward web application and egress logs to a centralized data lake to enable cross-source correlation between authenticated user actions and outbound network behavior

How to Mitigate CVE-2024-4404

Immediate Actions Required

  • Upgrade ElementsKit PRO to a version later than 3.6.2 that contains the vendor fix; confirm the running version against the WPmet ElementsKit Roadmap
  • Audit all WordPress accounts with contributor role or higher and remove inactive or untrusted users
  • Disable open user registration on affected sites until patching is complete
  • Review egress logs for prior SSRF activity against internal endpoints and cloud metadata services

Patch Information

The vendor has addressed the issue in releases following 3.6.2. Site administrators should consult the Wordfence Vulnerability Report for the fixed version and the WPmet ElementsKit Roadmap for vendor release notes.

Workarounds

  • Deactivate the ElementsKit PRO plugin until an updated version is installed
  • Enforce IMDSv2 with hop-limit 1 on AWS instances hosting WordPress to block SSRF-based credential theft
  • Apply egress firewall rules from the WordPress host that deny traffic to 169.254.169.254, 127.0.0.0/8, and RFC1918 networks except for required backends
  • Place the site behind a web application firewall configured to block requests where ElementsKit parameters contain internal IP addresses or non-HTTP schemes
bash
# Example egress restriction using iptables on the WordPress host
iptables -A OUTPUT -m owner --uid-owner www-data -d 169.254.169.254 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 127.0.0.0/8 ! -o lo -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -m owner --uid-owner www-data -d 192.168.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWpmet Elementskit

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • WPmet ElementsKit Roadmap

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-0968: ElementsKit Elementor Info Disclosure Bug
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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