CVE-2022-50911
Unknown Unknown - Not Provided

Authenticated Remote Code Execution in Bitrix24 PHP Admin Interface

Vulnerability report for CVE-2022-50911, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-01-13

Last updated on: 2026-01-13

Assigner: VulnCheck

Description

Bitrix24 contains an authenticated remote code execution vulnerability that allows logged-in attackers to execute arbitrary system commands through the PHP command line admin interface. Attackers can leverage the vulnerability by sending crafted POST requests to the administrative endpoint with system commands to execute code with the web application's privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-01-13
Last Modified
2026-01-13
Generated
2026-07-07
AI Q&A
2026-01-14
EPSS Evaluated
2026-01-14
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
bitrix bitrix24 *
bitrix bitrix24_messenger *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2022-50911 is an authenticated remote code execution vulnerability in Bitrix24. It allows attackers who are logged in with valid credentials to execute arbitrary system commands on the server by sending specially crafted POST requests to the PHP command line administrative interface. This happens because of missing authorization checks in the admin interface, enabling attackers to run code with the same privileges as the web application. [1, 3]

Impact Analysis

This vulnerability can allow an authenticated attacker to execute arbitrary system commands on the server hosting Bitrix24, potentially leading to full control over the server environment. This can result in unauthorized access, data theft, system compromise, privilege escalation, and disruption of services. [1, 3]

Detection Guidance

This vulnerability can be detected by attempting to authenticate to the Bitrix24 instance and then sending crafted POST requests to the /bitrix/admin/php_command_line.php endpoint to execute system commands. A practical detection method involves using a script similar to the one described in Resource 3, which logs in, retrieves the session ID, and sends commands to the PHP command line interface. Commands to test might include simple system commands like 'whoami' or 'id' executed via POST requests to verify if arbitrary command execution is possible. [3]

Mitigation Strategies

Immediate mitigation steps include restricting access to the PHP command line administrative interface to trusted users only, ensuring proper authorization checks are in place, and applying any available patches or updates from Bitrix24 that address this vulnerability. Additionally, monitoring and limiting authenticated user privileges can reduce the risk of exploitation. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50911. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart