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

CVE-2026-0745: WordPress User Language Switch SSRF Flaw

CVE-2026-0745 is a Server-Side Request Forgery flaw in the User Language Switch plugin for WordPress, allowing authenticated administrators to make unauthorized requests to internal services. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2026-0745 Overview

The User Language Switch plugin for WordPress contains a Server-Side Request Forgery (SSRF) vulnerability in all versions up to and including 1.6.10. The flaw exists due to missing URL validation in the download_language() function, allowing authenticated attackers with Administrator-level access to make arbitrary web requests originating from the web application. This vulnerability can be leveraged to query and modify information from internal services that would otherwise be inaccessible from external networks.

Critical Impact

Authenticated administrators can exploit this SSRF vulnerability to access internal network resources, potentially exposing sensitive internal services, cloud metadata endpoints, and enabling further lateral movement within the network infrastructure.

Affected Products

  • User Language Switch plugin for WordPress versions up to and including 1.6.10

Discovery Timeline

  • 2026-02-14 - CVE-2026-0745 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-0745

Vulnerability Analysis

This Server-Side Request Forgery (SSRF) vulnerability (CWE-918) exists within the User Language Switch plugin's language download functionality. The download_language() function fails to properly validate user-supplied URLs before making server-side HTTP requests. When an authenticated administrator provides a malicious URL through the plugin's interface, the WordPress server processes the request without verifying whether the target is an internal or external resource.

The network-based attack vector allows exploitation from remote locations, and the vulnerability can affect resources beyond the vulnerable component's scope. Successful exploitation enables attackers to read data from internal services and potentially modify internal system configurations, though it does not directly impact system availability.

Root Cause

The root cause of this vulnerability is the absence of URL validation and sanitization in the download_language() function located in uls-options.php at line 451. The plugin accepts arbitrary URLs for downloading language files without implementing allowlist checks, URL scheme restrictions, or internal network address filtering. This oversight permits the server to make requests to any network location specified by the attacker.

Attack Vector

The attack requires an authenticated session with Administrator-level privileges on the WordPress installation. Once authenticated, an attacker can manipulate the URL parameter passed to the download_language() function to target internal network resources. Common exploitation scenarios include:

The attacker can target cloud metadata services (such as AWS EC2 metadata at http://169.254.169.254/), internal web applications, database management interfaces, or any service accessible from the WordPress server's network perspective. The server acts as a proxy, making requests on behalf of the attacker and returning responses that may contain sensitive internal data.

By chaining this vulnerability with other attack techniques, adversaries could potentially escalate access to cloud infrastructure credentials, internal API keys, or sensitive configuration data stored in backend services.

Detection Methods for CVE-2026-0745

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
  • Unexpected network connections from the web server to internal services on non-standard ports
  • Access logs showing the download_language() function being called with suspicious URL parameters

Detection Strategies

  • Monitor web application firewall (WAF) logs for SSRF patterns in request parameters targeting internal addresses
  • Implement egress traffic monitoring to detect outbound connections to internal network ranges or known metadata endpoints
  • Review WordPress admin activity logs for suspicious plugin configuration changes or language download attempts
  • Deploy network segmentation monitoring to detect unauthorized cross-segment communication from web tier

Monitoring Recommendations

  • Enable verbose logging for the User Language Switch plugin to capture all URL download attempts
  • Configure alerting for any outbound requests from the web server to RFC1918 private address spaces
  • Implement cloud security posture monitoring to detect metadata service access from web application instances
  • Establish baseline network traffic patterns and alert on anomalous outbound connections

How to Mitigate CVE-2026-0745

Immediate Actions Required

  • Update the User Language Switch plugin to a version newer than 1.6.10 when a patch becomes available
  • Review administrator account access and implement principle of least privilege for WordPress admin roles
  • Implement network-level controls to restrict the web server's ability to access internal services
  • Consider temporarily disabling the User Language Switch plugin if the language download functionality is not critical

Patch Information

Organizations should monitor the WordPress Plugin Repository for updated versions that address this vulnerability. The vulnerable code is located in uls-options.php at line 451, as documented in the WordPress Plugin Source Code. Additional technical details are available in the Wordfence Vulnerability Report.

Workarounds

  • Implement a Web Application Firewall (WAF) rule to block SSRF patterns in plugin parameters
  • Configure network egress filtering to prevent the web server from connecting to internal IP ranges and cloud metadata services
  • Restrict plugin functionality through WordPress hooks to disable the download_language() feature until patched
  • Deploy instance metadata service (IMDS) v2 on cloud instances to require session tokens for metadata access
bash
# Example: Block outbound requests to common SSRF targets using iptables
# Block requests to AWS metadata endpoint
iptables -A OUTPUT -d 169.254.169.254 -j DROP

# Block requests to internal networks from web server
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -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/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • WordPress Plugin ZIP Download

  • WordPress Plugin Source Code

  • WordPress Plugin Development Code

  • WordPress Plugin Repository Page

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-10861: WordPress Popup Builder SSRF Vulnerability

  • CVE-2026-4979: UsersWP Plugin SSRF Vulnerability

  • CVE-2026-0688: WordPress Webmention Plugin SSRF Flaw

  • CVE-2026-0686: WordPress Webmention Plugin 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