CVE-2026-50979
Received Received - Intake

Command Injection in Osbil Technology oPanel

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

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: MITRE

Description

A command injection vulnerability in the 'advanced/curl' component of Osbil Technology oPanel v1.19.50 and earlier allows authenticated attackers to execute arbitrary shell commands via the 'url' parameter

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-29
AI Q&A
2026-08-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
osbil_technology opanel to 1.19.50 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-50979 is a command injection vulnerability in Osbil Technology oPanel v1.19.50 and earlier. It exists in the 'advanced/curl' component where improper input sanitization allows authenticated attackers to inject shell commands via the 'url' parameter. Attackers can bypass space restrictions using shell variables like ${IFS} and execute arbitrary OS commands with the web app's privileges.

Detection Guidance

To detect this vulnerability, monitor HTTP POST requests to /advanced/curl (typically on port 2083) for payloads containing shell command injection patterns like ;, &&, ||, or ${IFS} in the url parameter. Check server logs for suspicious commands such as id, whoami, or curl requests to external domains.

Impact Analysis

This vulnerability can lead to full system compromise, unauthorized data access, and potential lateral movement within the network. Attackers can execute OS commands with the privileges of the web application, allowing them to take control of the server or steal sensitive data.

Mitigation Strategies

Immediately update oPanel to the latest version beyond v1.19.50. If an update is unavailable, restrict access to /advanced/curl via firewall rules or disable the endpoint entirely. Implement strict input validation for the url parameter and enforce authentication with strong credentials.

Chat Assistant

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

EPSS Chart