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-2025-47670

CVE-2025-47670: miniOrange WordPress Plugin LFI Vulnerability

CVE-2025-47670 is a PHP local file inclusion vulnerability in miniOrange WordPress Social Login and Register plugin that allows attackers to include unauthorized files. This post covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-47670 Overview

CVE-2025-47670 is a Local File Inclusion (LFI) vulnerability in the miniOrange WordPress Social Login and Register plugin (miniorange-login-openid). The flaw stems from improper control of filenames used in PHP include or require statements [CWE-98]. Attackers can manipulate file path parameters to include arbitrary local PHP files on the WordPress server. The vulnerability affects all plugin versions up to and including 7.6.10. Successful exploitation can lead to source code disclosure, sensitive configuration file access, and in some configurations, remote code execution through log poisoning or session file inclusion.

Critical Impact

An unauthenticated attacker can include arbitrary local PHP files on the target WordPress server, enabling sensitive data disclosure and potentially full code execution.

Affected Products

  • miniOrange WordPress Social Login and Register plugin (miniorange-login-openid)
  • All plugin versions from n/a through 7.6.10
  • WordPress sites running the vulnerable plugin

Discovery Timeline

  • 2025-05-23 - CVE-2025-47670 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-47670

Vulnerability Analysis

The vulnerability is classified as Improper Control of Filename for Include/Require Statement in PHP Program [CWE-98]. The plugin accepts user-controlled input and passes it into a PHP include or require call without adequate sanitization or allow-listing. This permits an attacker to traverse the filesystem and load arbitrary PHP files accessible to the web server process.

Local File Inclusion in PHP applications typically enables disclosure of files such as wp-config.php, which contains database credentials and authentication keys. When combined with primitives such as log file poisoning, /proc/self/environ access, or PHP session file inclusion, LFI flaws frequently escalate to remote code execution.

The EPSS score of 0.547% places this vulnerability in the 67th percentile for exploitation likelihood across all published CVEs.

Root Cause

The root cause is the absence of strict validation on a filename parameter consumed by a PHP file inclusion construct. The plugin does not enforce an allow-list of expected files, does not canonicalize the path, and does not strip directory traversal sequences such as ../. As a result, the include resolver follows attacker-supplied paths outside the intended directory.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends a crafted HTTP request to a vulnerable plugin endpoint with a manipulated filename parameter. The PHP interpreter then loads and executes the referenced file in the context of the WordPress process.

The vulnerability manifests when user input flows directly into a PHP file inclusion statement. See the Patchstack Vulnerability Report for additional technical details.

Detection Methods for CVE-2025-47670

Indicators of Compromise

  • HTTP requests to plugin endpoints containing directory traversal sequences such as ../ or URL-encoded variants like %2e%2e%2f
  • Access log entries referencing sensitive paths such as wp-config.php, /etc/passwd, or /proc/self/environ
  • Unexpected PHP errors in web server logs referencing include() or require() failures with attacker-supplied paths
  • Outbound network connections from the PHP worker following suspicious inclusion attempts

Detection Strategies

  • Inspect web server access logs for query parameters that include filesystem paths or traversal patterns targeting the miniorange-login-openid plugin
  • Deploy web application firewall (WAF) rules that flag LFI patterns in requests to WordPress plugin endpoints
  • Correlate plugin requests with subsequent PHP execution anomalies or unexpected child process creation by the web server user

Monitoring Recommendations

  • Monitor file system reads of sensitive WordPress files such as wp-config.php by the web server process
  • Alert on new or modified PHP files within wp-content/uploads/ directories, which are common targets for log poisoning
  • Track outbound connections initiated by PHP-FPM or Apache workers immediately after requests to the affected plugin

How to Mitigate CVE-2025-47670

Immediate Actions Required

  • Update the miniOrange WordPress Social Login and Register plugin to a version later than 7.6.10 as soon as a patched release is available
  • Disable or remove the plugin if a patch is not yet available and the functionality is non-essential
  • Audit web server and WordPress logs for prior exploitation attempts referencing the vulnerable endpoints
  • Rotate WordPress secrets, database credentials, and API keys if exploitation indicators are found

Patch Information

Review the Patchstack Vulnerability Report for fixed version details and vendor advisories. The vulnerability affects all versions through 7.6.10.

Workarounds

  • Block requests to the vulnerable plugin endpoints at the WAF or reverse proxy layer until the plugin is updated
  • Configure PHP open_basedir to restrict file inclusion to the WordPress installation directory
  • Set allow_url_include = Off and allow_url_fopen = Off in php.ini to prevent remote inclusion variants
  • Apply least-privilege filesystem permissions so that the web server user cannot read sensitive system files
bash
# Configuration example: restrict PHP file inclusion via php.ini
allow_url_include = Off
allow_url_fopen = Off
open_basedir = "/var/www/html:/tmp"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.55%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2026-6320: Salon Booking System Path Traversal Flaw

  • CVE-2026-1921: Loco Translate Path Traversal Vulnerability

  • CVE-2026-5957: EmailKit WordPress Path Traversal Flaw

  • CVE-2025-32629: WP-BusinessDirectory Path Traversal Flaw
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