Description
A weakness has been identified in ZhongBangKeJi CRMEB up to 6.0.0. Affected by this vulnerability is the function eval of the file /adminapi/system/crontab/save of the component Custom Scheduled Task Feature. This manipulation of the argument customCode causes os command injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks. Vendor documents this as deliberate debug-only behavior. But isSafePhpCode blacklist offers no real RCE containment.
Published: 2026-09-03
Score: 5.1 Medium
EPSS: 1.6% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in ZhongBangKeJi's CRMEB platform allows a remote attacker to inject arbitrary OS commands through the customCode field that is processed by an eval call in the /adminapi/system/crontab/save endpoint. The vulnerability arises from unsanitized input leading to command execution (CWE-77) and unsafe eval usage (CWE-78). If exploited, an attacker can run arbitrary commands on the host, compromising confidentiality, integrity, and availability of the system.

Affected Systems

ZhongBangKeJi:CRMEB versions up to and including 6.0.0 are affected. No later versions have been verified as free of the flaw.

Risk and Exploitability

The CVSS v3.1 score of 5.1 indicates moderate severity, but the presence of a publicly available exploit and the fact that the flaw can be triggered remotely raise concern. The EPSS score of 2% indicates a low but non-negligible probability of exploitation, and the vulnerability is not listed in CISA's KEV catalog. The attack vector appears to be remote, likely via authenticated requests to the admin API endpoint, though the exact authentication prerequisite is not specified. Consequently, the risk remains significant for exposed installations that have not applied the fix.

Generated by OpenCVE AI on September 3, 2026 at 14:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest CRMEB release that addresses the vulnerability, ensuring the fix is included.
  • If upgrading is not immediately possible, disable the Custom Scheduled Task feature from the admin panel to eliminate the vulnerable endpoint.
  • As a temporary measure, sanitize or reject any input to the customCode parameter by ensuring it contains only allowed characters or by implementing a strict whitelist of permissible commands.

Generated by OpenCVE AI on September 3, 2026 at 14:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 03 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Zhongbangkeji
Zhongbangkeji crmeb
Vendors & Products Zhongbangkeji
Zhongbangkeji crmeb

Thu, 03 Sep 2026 03:30:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in ZhongBangKeJi CRMEB up to 6.0.0. Affected by this vulnerability is the function eval of the file /adminapi/system/crontab/save of the component Custom Scheduled Task Feature. This manipulation of the argument customCode causes os command injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks. Vendor documents this as deliberate debug-only behavior. But isSafePhpCode blacklist offers no real RCE containment.
Title ZhongBangKeJi CRMEB Custom Scheduled Task Feature save eval os command injection
First Time appeared Crmeb
Crmeb crmeb
Weaknesses CWE-77
CWE-78
CPEs cpe:2.3:a:crmeb:crmeb:*:*:*:*:*:*:*:*
Vendors & Products Crmeb
Crmeb crmeb
References
Metrics cvssV2_0

{'score': 5.8, 'vector': 'AV:N/AC:L/Au:M/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 4.7, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 4.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-03T14:30:48.650Z

Reserved: 2026-09-02T20:44:15.532Z

Link: CVE-2026-85040

cve-icon Vulnrichment

Updated: 2026-09-03T13:13:41.939Z

cve-icon NVD

Status : Deferred

Published: 2026-09-03T13:06:19.960

Modified: 2026-09-03T17:25:25.113

Link: CVE-2026-85040

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:00:06Z

Weaknesses
  • CWE-77

    Improper Neutralization of Special Elements used in a Command ('Command Injection')

  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')