Skip to main content

elunez eladmin CVE-2026-10550

| EUVDEUVD-2026-33857 LOW
Command Injection (CWE-77)
2026-06-02 VulDB GHSA-2rwm-2h4j-cr72
2.1
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.1 LOW
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from Vendor (VulDB) · only source for this CVE.

CVSS VectorVendor: VulDB

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

3
Severity Changed
Jun 02, 2026 - 02:22 NVD
MEDIUM LOW
CVSS changed
Jun 02, 2026 - 02:22 NVD
6.3 (MEDIUM) 2.1 (LOW)
Analysis Generated
Jun 02, 2026 - 01:42 vuln.today

DescriptionCVE.org

A weakness has been identified in elunez eladmin up to 2.7. This vulnerability affects unknown code of the file App.java of the component Application Deployment Module. This manipulation of the argument uploadPath causes command injection. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

AnalysisAI

Command injection in elunez eladmin's Application Deployment Module (App.java) allows authenticated remote attackers with low privileges to execute arbitrary operating system commands by manipulating the uploadPath argument. All versions up to and including 2.7 are affected per the CPE record. A public proof-of-concept exploit exists (referenced via GitHub issue #899), though no public exploit identified at time of analysis as confirmed active exploitation (CISA KEV). The vendor has not responded to the coordinated disclosure, leaving no official patch available.

Technical ContextAI

eladmin is a Java-based backend administration framework (tagged Java/Eladmin). The vulnerable component is App.java within the Application Deployment Module, which processes a user-supplied uploadPath argument. CWE-77 (Improper Neutralization of Special Elements used in a Command - Command Injection) identifies the root cause: user-controlled input is passed into a system-level command or runtime process execution context without adequate sanitization or escaping of shell metacharacters. This class of flaw typically arises when Java code uses Runtime.exec() or ProcessBuilder with string concatenation rather than argument arrays, or delegates to a shell interpreter. The CPE string cpe:2.3:a:elunez:eladmin:*:*:*:*:*:*:*:* covers all versions through 2.7, indicating the flaw is not version-range-specific but rather an architectural deficiency in the deployment module.

RemediationAI

No vendor-released patch identified at time of analysis - the maintainer has not responded to the disclosure as of the report date, and no fixed version is available. As a compensating control, administrators should immediately restrict access to the Application Deployment Module to only the minimum necessary privileged accounts, as this reduces the pool of potential attackers from all authenticated low-privilege users to a smaller administrative group (trade-off: operational inconvenience for deployment workflows). Additionally, deploy a web application firewall (WAF) rule to detect and block shell metacharacters (semicolons, pipes, backticks, dollar signs in subshell context) in the uploadPath parameter - note that WAF rules can be bypassed by encoding tricks and should not be treated as a complete fix. Consider running the eladmin application process under a highly restricted OS user account with minimal filesystem and shell execution permissions, so that even successful command injection yields limited OS-level impact. Monitor system logs for anomalous child process creation from the Java application process. Track the upstream GitHub repository (https://github.com/elunez/eladmin/) and issue #899 for any vendor response or patched release.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Share

CVE-2026-10550 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy