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

CVE-2025-31030: Ray Enterprise Translation LFI Vulnerability

CVE-2025-31030 is a PHP local file inclusion vulnerability in Ray Enterprise Translation lingotek-translation that enables unauthorized file access. This article covers the technical details, affected versions up to 1.7.0, and mitigation.

Updated: May 11, 2026

CVE-2025-31030 Overview

CVE-2025-31030 is a PHP Local File Inclusion (LFI) vulnerability in the Jiro Sasamoto Ray Enterprise Translation plugin (lingotek-translation) for WordPress. The flaw affects all versions up to and including 1.7.0 and is tracked under CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program. An attacker can manipulate a filename parameter passed to a PHP include or require statement to load arbitrary local files. Successful exploitation can lead to disclosure of sensitive files, execution of attacker-controlled PHP, and full compromise of the hosting WordPress instance.

Critical Impact

Attackers who convince an authorized user to trigger a crafted request can include arbitrary local PHP files, leading to remote code execution on the WordPress server.

Affected Products

  • Jiro Sasamoto Ray Enterprise Translation (lingotek-translation) WordPress plugin
  • All versions from initial release through 1.7.0
  • WordPress sites running the affected plugin versions

Discovery Timeline

  • 2025-04-17 - CVE-2025-31030 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-31030

Vulnerability Analysis

The vulnerability stems from improper validation of user-supplied input used in PHP file inclusion statements. The plugin passes a filename or path value into a PHP include, include_once, require, or require_once call without sufficient sanitization or allow-listing. An attacker who controls the input can reference files outside the intended directory using traversal sequences such as ../ or absolute paths. PHP then loads and executes the contents of the targeted file in the context of the web application.

While the original CWE classification references PHP Remote File Inclusion, the issue is exploitable as Local File Inclusion in the affected plugin. Attackers can read configuration files such as wp-config.php, harvest database credentials, and read secrets accessible to the web server user. If an attacker can place PHP content into a readable location, including log files, uploads, or session files, the inclusion primitive becomes arbitrary PHP code execution.

The CVSS vector indicates the attack requires user interaction, meaning an authenticated administrator or another privileged user must interact with attacker-controlled input. The EPSS probability is approximately 0.499% as of 2026-05-11.

Root Cause

The plugin builds a path used in a PHP file inclusion directive from untrusted input without enforcing a strict allow-list of permitted files. Missing input normalization permits directory traversal and absolute path references to escape the intended include directory.

Attack Vector

Exploitation occurs over the network against the WordPress HTTP interface. The attacker crafts a request containing a path parameter that traverses to an attacker-chosen file. The request must be delivered through a flow that requires user interaction, such as a privileged user clicking a malicious link. See the Patchstack Vulnerability Report for additional technical context.

// No verified public proof-of-concept code is available.
// The vulnerability pattern resembles:
// include( $base_path . $_REQUEST['file'] . '.php' );
// Without sanitization, supplying traversal payloads loads arbitrary files.

Detection Methods for CVE-2025-31030

Indicators of Compromise

  • HTTP requests to lingotek-translation plugin endpoints containing ../, ..\, encoded traversal sequences (%2e%2e%2f), or absolute filesystem paths in query or POST parameters.
  • Unexpected access to sensitive files such as wp-config.php, /etc/passwd, or PHP session files originating from the web server process.
  • New or modified PHP files in the WordPress wp-content/uploads/ directory shortly after suspicious plugin requests.

Detection Strategies

  • Inspect web server and WordPress access logs for parameters containing traversal patterns directed at the lingotek-translation plugin path.
  • Deploy WAF rules that block path traversal sequences and null byte payloads in plugin parameters.
  • Compare installed plugin file hashes against the known-good 1.7.0 release to identify post-exploitation tampering.

Monitoring Recommendations

  • Alert on wp-config.php reads by the PHP-FPM or web server process outside expected application paths.
  • Monitor outbound HTTP connections from the WordPress host to detect credential exfiltration following file disclosure.
  • Track plugin enumeration scans and repeated 200/500 responses on lingotek-translation endpoints.

How to Mitigate CVE-2025-31030

Immediate Actions Required

  • Disable or uninstall the Ray Enterprise Translation (lingotek-translation) plugin on any site running version 1.7.0 or earlier until a fixed release is confirmed.
  • Rotate WordPress database credentials, AUTH_KEY and salt values in wp-config.php, and any API tokens accessible to the web server user.
  • Audit wp-content/uploads/ and plugin directories for unexpected PHP files or webshells.

Patch Information

At the time of publication, the vendor advisory referenced in the Patchstack Vulnerability Report lists versions through 1.7.0 as affected. Administrators should consult the plugin maintainer page for any release beyond 1.7.0 and apply updates as soon as a patched version is published.

Workarounds

  • Restrict access to WordPress administrative endpoints using IP allow-listing or VPN-only access until a patch is applied.
  • Configure a WAF rule that blocks ../, encoded traversal variants, and absolute paths in requests targeting wp-content/plugins/lingotek-translation/.
  • Set PHP open_basedir to confine the WordPress process to its document root and prevent inclusion of files outside the application directory.
bash
# Example PHP open_basedir restriction for the WordPress vhost
php_admin_value[open_basedir] = "/var/www/wordpress/:/tmp/"

# Example ModSecurity rule snippet to block traversal on the plugin path
SecRule REQUEST_URI "@contains /wp-content/plugins/lingotek-translation/" \
  "chain,deny,status:403,id:1003103,msg:'CVE-2025-31030 LFI attempt'"
  SecRule ARGS "@rx (\.\./|\.\.\\|%2e%2e%2f|/etc/|wp-config)" "t:lowercase,t:urlDecodeUni"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechRay Enterprise Translation

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-98
  • Technical References
  • Patchstack Vulnerability Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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