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

CVE-2025-67887: 1C-Bitrix RCE Vulnerability

CVE-2025-67887 is a remote code execution vulnerability in 1C-Bitrix that allows privileged users with SOURCE/WRITE permissions to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2025-67887 Overview

CVE-2025-67887 affects 1C-Bitrix versions through 25.100.500. The flaw allows Remote Code Execution (RCE) when an actor holds SOURCE/WRITE permissions for the Translate Module. An authenticated user with those privileges can upload a PHP file together with an .htaccess file, then trigger execution of arbitrary code on the server.

The issue is classified under CWE-94 (Improper Control of Generation of Code). The supplier disputes the report, stating that file upload through the Translate Module is intended behavior for high-privileged administrators who manage translated pages.

Critical Impact

An authenticated administrator with Translate Module write access can upload PHP and .htaccess files to gain arbitrary code execution on the underlying web server.

Affected Products

  • 1C-Bitrix through 25.100.500
  • Bitrix Translate Module (component allowing SOURCE/WRITE file operations)
  • Websites deployed on Apache HTTP Server honoring uploaded .htaccess directives

Discovery Timeline

  • 2026-05-08 - CVE-2025-67887 published to NVD
  • 2026-05-11 - Last updated in NVD database

Technical Details for CVE-2025-67887

Vulnerability Analysis

The Translate Module in 1C-Bitrix manages language files and translated page content. The module exposes file write primitives to users granted SOURCE or WRITE permissions. These primitives accept file content and a destination path without enforcing extension allow-listing or restricting writes to non-executable directories.

An attacker abuses this design by uploading a .htaccess file that enables PHP execution in the target directory, followed by a .php file containing attacker-controlled code. Requesting the uploaded PHP file through the web server triggers code execution in the context of the web service account.

The vendor disputes the entry, arguing that administrators with Translate Module privileges already control website content and that file write capability is a documented feature. Operators should still treat the path as a meaningful post-authentication escalation from content-management privilege to operating-system command execution.

Root Cause

The root cause is improper control of code generation [CWE-94]. The Translate Module trusts privileged users to supply arbitrary file content and paths, but the application does not constrain uploaded file types or override server-level execution policy in writable directories.

Attack Vector

The attack vector is network-based and requires prior authentication with SOURCE/WRITE permission on the Translate Module. After login, the attacker submits two write requests: one to drop an .htaccess file enabling PHP handling, and a second to drop the PHP payload. A standard HTTP GET against the payload URL executes the code. A public proof-of-concept is published at Karma In Security PoC and on the Full Disclosure Mailing List.

Detection Methods for CVE-2025-67887

Indicators of Compromise

  • New or modified .htaccess files inside Bitrix directories writable by the Translate Module, particularly files containing AddHandler, AddType, or SetHandler directives for PHP.
  • Unexpected .php files appearing under translation directories such as /bitrix/modules/*/lang/ or /lang/ subtrees.
  • HTTP requests to the Bitrix admin interface targeting Translate Module endpoints (fileman_translate.php, translate_* actions) followed by GET requests to newly created PHP paths.

Detection Strategies

  • Monitor the web root for file integrity changes on .htaccess and .php files outside scheduled deployment windows.
  • Alert on Translate Module API calls performed by accounts that do not normally manage translations.
  • Correlate web server access logs to identify a pattern of write operations through the admin panel followed by direct requests to non-standard PHP files.

Monitoring Recommendations

  • Enable PHP and Apache audit logging to capture script execution paths and .htaccess reloads.
  • Forward web server, application, and authentication logs to a centralized analytics platform for retention and correlation.
  • Track privileged Bitrix role assignments, especially grants of SOURCE or WRITE permissions on the Translate Module.

How to Mitigate CVE-2025-67887

Immediate Actions Required

  • Audit all Bitrix user accounts and revoke SOURCE/WRITE permissions on the Translate Module from accounts that do not require translation file management.
  • Enforce multi-factor authentication for every administrative Bitrix account to limit credential abuse.
  • Inventory web-writable directories for unauthorized .htaccess and .php artifacts and quarantine any unexpected files.

Patch Information

The vendor disputes the report and has not issued a patch, stating the behavior is intended for high-privileged users. Operators should consult Bitrix Support and the Bitrix API Documentation for current guidance, and apply hardening at the web server and access-control layers.

Workarounds

  • Configure Apache with AllowOverride None on Bitrix content directories so uploaded .htaccess files cannot enable PHP handlers.
  • Restrict PHP execution to a fixed allow-list of paths using <FilesMatch> and php_admin_value directives outside .htaccess control.
  • Place the Bitrix admin panel behind a VPN or IP allow-list so the Translate Module is unreachable from the public internet.
  • Run periodic file integrity scans across translation directories and alert on any new executable content.
bash
# Apache hardening example: prevent uploaded .htaccess from enabling PHP
<Directory "/var/www/bitrix">
    AllowOverride None
    Require all granted
</Directory>

<DirectoryMatch "/var/www/bitrix/.*/(lang|translate)/">
    php_admin_flag engine off
    RemoveHandler .php .phtml .php5
    RemoveType .php .phtml .php5
</DirectoryMatch>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/Tech1c Bitrix

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.06%

  • 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-94
  • Technical References
  • Bitrix API Documentation

  • Bitrix Learning Course Resource

  • Karma In Security PoC

  • Full Disclosure Mailing List

  • Bitrix Support Information

  • Full Disclosure Archive Post
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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