Skip to main content

Crmeb

38 CVEs product

Monthly

CVE-2026-79426 Sep 04, 00:00 HIGH This Week

Arbitrary file deletion in CRMEB v6.0.0 permits authenticated administrators to erase files at arbitrary server-side paths by sending a crafted POST request to the `/adminapi/file/video_data_save` endpoint. The CWE-73 (External Control of File Name or Path) root cause indicates the endpoint passes attacker-controlled path values directly to filesystem operations without path confinement or canonicalization. No public exploit has been identified at time of analysis and the EPSS score is 0.14% (4th percentile), indicating low current exploitation probability, though admin-level compromise enabling this attack is a meaningful escalation path in shared-credential environments.

Crmeb
NVD GitHub
CVSS 3.1
7.2
EPSS
0.1%
CVE-2026-85212 Sep 03, 14:12 HIGH This Week

Authentication bypass in CRMEB through v6.0.0 allows any low-privileged authenticated user - including sub-administrators and accounts carrying no assigned roles - to access restricted admin endpoints. The root cause is a structurally broken role-check implementation in the verifyAuth() method of SystemRoleServices.php, where both conditional branches unconditionally return true, rendering the authorization gate completely inert. VulnCheck has published a dedicated advisory and the flaw is documented in a public GitHub issue (#119), but no CISA KEV listing or confirmed active exploitation has been identified at time of analysis.

PHP Authentication Bypass Crmeb
NVD GitHub
CVSS 4.0
8.7
EPSS
0.3%
CVE-2026-85177 Sep 03, 14:12 MEDIUM This Month

Insecure Direct Object Reference (IDOR) in CRMEB through 6.0.0 allows any authenticated user to modify arbitrary system inbox messages belonging to other users via the `edit_message` endpoint in `MessageSystemController.php`. The handler accepts user-controlled message IDs without validating that the requesting user owns the targeted message, enabling silent manipulation of victim notifications - including soft-deletion (`is_del`), marking as read (`look`), or reassigning ownership (`uid`). A proof-of-concept is publicly documented in the project's GitHub issue tracker; no vendor-released patch has been identified at time of analysis.

PHP Crmeb
NVD GitHub
CVSS 4.0
5.3
EPSS
0.2%
CVE-2026-85040 Sep 03, 02:45 LOW POC Monitor

Authenticated OS command injection in CRMEB up to version 6.0.0 allows a backend administrator to execute arbitrary operating system commands by submitting malicious PHP code through the Custom Scheduled Task Feature's customCode parameter, which is passed directly to PHP's eval() function at /adminapi/system/crontab/save. The vendor characterizes this as intentional debug-only functionality, but the isSafePhpCode blacklist filter provides no meaningful containment against determined abuse. A public proof-of-concept exploit is available on GitHub, lowering the barrier to exploitation for any attacker who has obtained admin credentials.

Command Injection Crmeb
NVD VulDB GitHub
CVSS 4.0
2.0
EPSS
1.6%
CVE-2026-10771 Jun 03, 21:30 MEDIUM POC This Month

Server-side request forgery in crmeb_java 1.4 allows remote unauthenticated attackers to manipulate the base64 Qrcode endpoint's url parameter, causing the server to issue arbitrary outbound HTTP requests via Spring's RestTemplate.getForEntity. The affected component (RestTemplateUtil.java) passes attacker-controlled input directly to the HTTP client without URL validation or allowlisting, enabling internal network reconnaissance, cloud metadata service probing, and potential lateral movement. A public exploit has been disclosed via GitHub issue #35; no vendor patch exists as the project has not responded to the responsible disclosure report.

Java SSRF Crmeb Crmeb Java
NVD VulDB GitHub
CVSS 4.0
5.5
EPSS
0.0%
CVE-2026-1734 Feb 02, 00:15 MEDIUM POC This Month

Missing authorization in CRMEB crontab endpoints (versions up to 5.6.3) allows unauthenticated remote attackers to manipulate unspecified functionality through the CrontabController.php file. Public exploit code exists for this vulnerability, and no patch is currently available from the vendor despite early disclosure notification.

PHP Crmeb
NVD GitHub VulDB
CVSS 3.1
5.3
EPSS
0.0%
CVE-2026-1733 Feb 01, 23:15 LOW POC Monitor

Improper authorization in CRMEB up to version 5.6.3 allows authenticated remote attackers to access unauthorized order details by manipulating the order_id parameter in the /api/store_integral/order/detail/ endpoint. Public exploit code exists for this vulnerability, and the vendor has not provided a patch despite early notification.

Information Disclosure Crmeb
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.0%
CVE-2026-1203 Jan 20, 01:15 LOW POC Monitor

Improper authentication in CRMEB up to version 5.6.3 allows remote attackers to manipulate the uid parameter in the LoginServices.php token handler to bypass authentication, despite requiring high complexity. Public exploit code exists for this vulnerability, though no patch is currently available from the vendor.

PHP Authentication Bypass Crmeb
NVD GitHub VulDB
CVSS 4.0
2.9
EPSS
0.1%
CVE-2026-1202 Jan 20, 01:15 MEDIUM POC This Month

Authentication bypass in CRMEB up to version 5.6.3 allows unauthenticated remote attackers to manipulate the openId parameter in the Apple login function, gaining unauthorized access without valid credentials. Public exploit code exists for this vulnerability, and the vendor has not released a patch despite early notification. The flaw affects the LoginController.php authentication mechanism and carries a CVSS score of 7.3 with confirmed impact to confidentiality, integrity, and availability.

PHP Authentication Bypass Crmeb
NVD GitHub VulDB
CVSS 4.0
5.5
EPSS
0.4%
CVE-2025-15443 Jan 04, 12:15 LOW POC Monitor

A vulnerability was identified in CRMEB up to 5.6.1. This issue affects some unknown processing of the file /adminapi/product/product_export. [CVSS 4.7 MEDIUM]

SQLi Crmeb
NVD GitHub VulDB
CVSS 4.0
2.0
EPSS
0.0%
CVE-2025-15442 Jan 04, 11:15 LOW POC Monitor

A vulnerability was determined in CRMEB up to 5.6.1. This vulnerability affects unknown code of the file /adminapi/export/product_list. [CVSS 4.7 MEDIUM]

SQLi Crmeb
NVD GitHub VulDB
CVSS 4.0
2.0
EPSS
0.0%
CVE-2025-11290 Oct 05, 12:15 LOW Monitor

CRMEB up to version 5.6.1 uses a hard-coded cryptographic key in its JWT HMAC Secret Handler when the secret argument defaults to a known value, allowing remote attackers to forge JWT tokens and bypass authentication. Despite a low CVSS score of 2.9 reflecting high attack complexity, public exploit code exists and the vendor has not responded to disclosure. The practical impact depends on how JWT validation is implemented in the application stack.

Information Disclosure Crmeb
NVD VulDB
CVSS 4.0
2.9
EPSS
0.0%
CVE-2025-11288 Oct 05, 08:15 LOW Monitor

SQL injection in CRMEB up to version 5.6 allows authenticated remote attackers to manipulate the cate_id parameter in GET requests to the /adminapi/product/product endpoint, potentially leading to unauthorized data access or modification. The vulnerability requires valid login credentials and has limited technical impact according to CVSS 4.0 (integrity and availability scope unchanged), but publicly available exploit code exists and the vendor has not responded to disclosure.

SQLi Crmeb
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.0%
CVE-2025-10391 Sep 14, 05:15 LOW Monitor

A security vulnerability has been detected in CRMEB up to 5.6.1. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP SSRF Crmeb
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.0%
CVE-2025-10390 Sep 14, 05:15 LOW Monitor

A weakness has been identified in CRMEB up to 5.6.1. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP Information Disclosure Crmeb
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.1%
CVE-2025-10389 Sep 14, 04:15 LOW Monitor

A security flaw has been discovered in CRMEB up to 5.6.1. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP Information Disclosure Crmeb
NVD GitHub VulDB
CVSS 4.0
2.1
EPSS
0.1%
CVE-2025-25763 Mar 06, 21:15 CRITICAL Act Now

crmeb CRMEB-KY v5.4.0 and before has a SQL Injection vulnerability at getRead() in /system/SystemDatabackupServices.php. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

PHP SQLi Crmeb
NVD GitHub
CVSS 3.1
9.8
EPSS
0.1%
CVE-2024-52726 Nov 22, 19:15 HIGH This Week

CRMEB v5.4.0 is vulnerable to Arbitrary file read in the save_basics function which allows an attacker to obtain sensitive information. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Buffer Overflow Information Disclosure Crmeb
NVD GitHub
CVSS 3.1
7.5
EPSS
1.6%
CVE-2024-50653 Nov 15, 17:15 HIGH POC This Week

CRMEB <=5.4.0 is vulnerable to Incorrect Access Control. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Authentication Bypass Crmeb
NVD GitHub
CVSS 3.1
7.5
EPSS
0.5%
CVE-2024-6944 Jul 21, 08:15 MEDIUM This Month

A vulnerability was found in ZhongBangKeJi CRMEB up to 5.4.0 and classified as critical. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP Deserialization Crmeb
NVD GitHub VulDB
CVSS 4.0
5.3
EPSS
3.8%
CVE-2024-6943 Jul 21, 07:15 MEDIUM This Month

A vulnerability has been found in ZhongBangKeJi CRMEB up to 5.4.0 and classified as critical. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP Deserialization Crmeb
NVD GitHub VulDB
CVSS 4.0
5.3
EPSS
0.6%
CVE-2024-36837 Jun 05, 15:15 HIGH POC This Week

SQL Injection vulnerability in CRMEB v.5.2.2 allows a remote attacker to obtain sensitive information via the getProductList function in the ProductController.php file. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

PHP SQLi Crmeb
NVD GitHub
CVSS 3.1
7.5
EPSS
8.3%
CVE-2024-33117 May 06, 20:15 MEDIUM This Month

crmeb_java v1.3.4 was discovered to contain a Server-Side Request Forgery (SSRF) via the mergeList method in class com.zbkj.front.pub.ImageMergeController. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

SSRF Crmeb Crmeb Java
NVD GitHub
CVSS 3.1
5.3
EPSS
0.5%
CVE-2024-28714 Mar 28, 23:15 HIGH POC This Week

SQL Injection vulnerability in CRMEB_Java e-commerce system v.1.3.4 allows an attacker to execute arbitrary code via the groupid parameter. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

RCE SQLi Crmeb Crmeb Java
NVD GitHub VulDB
CVSS 3.1
8.1
EPSS
0.8%
CVE-2024-24110 Mar 21, 02:52 MEDIUM POC This Month

SQL Injection vulnerability in crmeb_java before v1.3.4 allows attackers to run arbitrary SQL commands via crafted GET request to the component /api/front/spread/people. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

SQLi Crmeb Crmeb Java
NVD GitHub
CVSS 3.1
6.5
EPSS
0.6%
CVE-2024-25469 Feb 23, 23:15 HIGH POC This Week

SQL Injection vulnerability in CRMEB crmeb_java v.1.3.4 and before allows a remote attacker to obtain sensitive information via the latitude and longitude parameters in the api/front/store/list. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

SQLi Crmeb Crmeb Java
NVD GitHub
CVSS 3.1
7.5
EPSS
0.8%
CVE-2024-1704 Feb 21, 18:15 HIGH POC This Week

A vulnerability was found in ZhongBangKeJi CRMEB 5.2.2. Rated high severity (CVSS 8.1), this vulnerability is no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Path Traversal Crmeb
NVD GitHub VulDB
CVSS 3.1
8.1
EPSS
0.6%
CVE-2024-1703 Feb 21, 17:15 MEDIUM POC This Month

A vulnerability was found in ZhongBangKeJi CRMEB 5.2.2. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Path Traversal Crmeb
NVD GitHub VulDB
CVSS 3.1
5.3
EPSS
0.7%
CVE-2023-3234 Jun 14, 07:15 CRITICAL POC Act Now

A vulnerability was found in Zhong Bang CRMEB up to 4.6.0. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

PHP Deserialization Crmeb
NVD GitHub VulDB
CVSS 3.1
9.8
EPSS
1.2%
CVE-2023-3233 Jun 14, 07:15 HIGH POC This Week

A vulnerability was found in Zhong Bang CRMEB up to 4.6.0. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

PHP SSRF Crmeb
NVD GitHub VulDB
CVSS 3.1
8.8
EPSS
0.8%
CVE-2023-3232 Jun 14, 06:15 CRITICAL POC Act Now

A vulnerability was found in Zhong Bang CRMEB up to 4.6.0 and classified as critical. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Deserialization Crmeb
NVD GitHub VulDB
CVSS 3.1
9.8
EPSS
1.2%
CVE-2023-30185 May 08, 01:15 CRITICAL Act Now

CRMEB v4.4 to v4.6 was discovered to contain an arbitrary file upload vulnerability via the component \attachment\SystemAttachmentServices.php. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

PHP File Upload Crmeb
NVD GitHub VulDB
CVSS 3.1
9.8
EPSS
1.3%
CVE-2023-2419 Apr 29, 01:15 HIGH POC This Week

A vulnerability was found in Zhong Bang CRMEB 4.6.0. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

PHP File Upload Crmeb
NVD GitHub VulDB
CVSS 3.1
7.2
EPSS
0.8%
CVE-2023-1609 Mar 23, 20:15 MEDIUM POC This Month

A vulnerability was found in Zhong Bang CRMEB Java up to 1.3.4. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

XSS Java Crmeb Crmeb Java
NVD GitHub VulDB
CVSS 3.1
5.4
EPSS
0.5%
CVE-2023-1608 Mar 23, 20:15 CRITICAL POC Act Now

A vulnerability was found in Zhong Bang CRMEB Java up to 1.3.4. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Java SQLi Crmeb Crmeb Java
NVD GitHub VulDB
CVSS 3.1
9.8
EPSS
0.6%
CVE-2023-25223 Mar 07, 17:15 HIGH POC This Week

CRMEB <=1.3.4 is vulnerable to SQL Injection via /api/admin/user/list. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

SQLi Crmeb Crmeb Java
NVD GitHub
CVSS 3.1
7.2
EPSS
0.8%
CVE-2023-1165 Mar 03, 08:15 HIGH POC This Week

A vulnerability was found in Zhong Bang CRMEB Java 1.3.4. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

Java SQLi Crmeb
NVD GitHub VulDB
CVSS 3.1
7.2
EPSS
0.8%
CVE-2020-25466 Oct 23, 15:15 CRITICAL POC Act Now

A SSRF vulnerability exists in the downloadimage interface of CRMEB 3.0, which can remotely download arbitrary files on the server and remotely execute arbitrary code. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

RCE SSRF Crmeb
NVD GitHub VulDB
CVSS 3.1
9.8
EPSS
3.0%
EPSS 0% CVSS 7.2
HIGH This Week

Arbitrary file deletion in CRMEB v6.0.0 permits authenticated administrators to erase files at arbitrary server-side paths by sending a crafted POST request to the `/adminapi/file/video_data_save` endpoint. The CWE-73 (External Control of File Name or Path) root cause indicates the endpoint passes attacker-controlled path values directly to filesystem operations without path confinement or canonicalization. No public exploit has been identified at time of analysis and the EPSS score is 0.14% (4th percentile), indicating low current exploitation probability, though admin-level compromise enabling this attack is a meaningful escalation path in shared-credential environments.

Crmeb
NVD GitHub
EPSS 0% CVSS 8.7
HIGH This Week

Authentication bypass in CRMEB through v6.0.0 allows any low-privileged authenticated user - including sub-administrators and accounts carrying no assigned roles - to access restricted admin endpoints. The root cause is a structurally broken role-check implementation in the verifyAuth() method of SystemRoleServices.php, where both conditional branches unconditionally return true, rendering the authorization gate completely inert. VulnCheck has published a dedicated advisory and the flaw is documented in a public GitHub issue (#119), but no CISA KEV listing or confirmed active exploitation has been identified at time of analysis.

PHP Authentication Bypass Crmeb
NVD GitHub
EPSS 0% CVSS 5.3
MEDIUM This Month

Insecure Direct Object Reference (IDOR) in CRMEB through 6.0.0 allows any authenticated user to modify arbitrary system inbox messages belonging to other users via the `edit_message` endpoint in `MessageSystemController.php`. The handler accepts user-controlled message IDs without validating that the requesting user owns the targeted message, enabling silent manipulation of victim notifications - including soft-deletion (`is_del`), marking as read (`look`), or reassigning ownership (`uid`). A proof-of-concept is publicly documented in the project's GitHub issue tracker; no vendor-released patch has been identified at time of analysis.

PHP Crmeb
NVD GitHub
EPSS 2% CVSS 2.0
LOW POC Monitor

Authenticated OS command injection in CRMEB up to version 6.0.0 allows a backend administrator to execute arbitrary operating system commands by submitting malicious PHP code through the Custom Scheduled Task Feature's customCode parameter, which is passed directly to PHP's eval() function at /adminapi/system/crontab/save. The vendor characterizes this as intentional debug-only functionality, but the isSafePhpCode blacklist filter provides no meaningful containment against determined abuse. A public proof-of-concept exploit is available on GitHub, lowering the barrier to exploitation for any attacker who has obtained admin credentials.

Command Injection Crmeb
NVD VulDB GitHub
EPSS 0% CVSS 5.5
MEDIUM POC This Month

Server-side request forgery in crmeb_java 1.4 allows remote unauthenticated attackers to manipulate the base64 Qrcode endpoint's url parameter, causing the server to issue arbitrary outbound HTTP requests via Spring's RestTemplate.getForEntity. The affected component (RestTemplateUtil.java) passes attacker-controlled input directly to the HTTP client without URL validation or allowlisting, enabling internal network reconnaissance, cloud metadata service probing, and potential lateral movement. A public exploit has been disclosed via GitHub issue #35; no vendor patch exists as the project has not responded to the responsible disclosure report.

Java SSRF Crmeb +1
NVD VulDB GitHub
EPSS 0% CVSS 5.3
MEDIUM POC This Month

Missing authorization in CRMEB crontab endpoints (versions up to 5.6.3) allows unauthenticated remote attackers to manipulate unspecified functionality through the CrontabController.php file. Public exploit code exists for this vulnerability, and no patch is currently available from the vendor despite early disclosure notification.

PHP Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 2.1
LOW POC Monitor

Improper authorization in CRMEB up to version 5.6.3 allows authenticated remote attackers to access unauthorized order details by manipulating the order_id parameter in the /api/store_integral/order/detail/ endpoint. Public exploit code exists for this vulnerability, and the vendor has not provided a patch despite early notification.

Information Disclosure Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 2.9
LOW POC Monitor

Improper authentication in CRMEB up to version 5.6.3 allows remote attackers to manipulate the uid parameter in the LoginServices.php token handler to bypass authentication, despite requiring high complexity. Public exploit code exists for this vulnerability, though no patch is currently available from the vendor.

PHP Authentication Bypass Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 5.5
MEDIUM POC This Month

Authentication bypass in CRMEB up to version 5.6.3 allows unauthenticated remote attackers to manipulate the openId parameter in the Apple login function, gaining unauthorized access without valid credentials. Public exploit code exists for this vulnerability, and the vendor has not released a patch despite early notification. The flaw affects the LoginController.php authentication mechanism and carries a CVSS score of 7.3 with confirmed impact to confidentiality, integrity, and availability.

PHP Authentication Bypass Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 2.0
LOW POC Monitor

A vulnerability was identified in CRMEB up to 5.6.1. This issue affects some unknown processing of the file /adminapi/product/product_export. [CVSS 4.7 MEDIUM]

SQLi Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 2.0
LOW POC Monitor

A vulnerability was determined in CRMEB up to 5.6.1. This vulnerability affects unknown code of the file /adminapi/export/product_list. [CVSS 4.7 MEDIUM]

SQLi Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 2.9
LOW Monitor

CRMEB up to version 5.6.1 uses a hard-coded cryptographic key in its JWT HMAC Secret Handler when the secret argument defaults to a known value, allowing remote attackers to forge JWT tokens and bypass authentication. Despite a low CVSS score of 2.9 reflecting high attack complexity, public exploit code exists and the vendor has not responded to disclosure. The practical impact depends on how JWT validation is implemented in the application stack.

Information Disclosure Crmeb
NVD VulDB
EPSS 0% CVSS 2.1
LOW Monitor

SQL injection in CRMEB up to version 5.6 allows authenticated remote attackers to manipulate the cate_id parameter in GET requests to the /adminapi/product/product endpoint, potentially leading to unauthorized data access or modification. The vulnerability requires valid login credentials and has limited technical impact according to CVSS 4.0 (integrity and availability scope unchanged), but publicly available exploit code exists and the vendor has not responded to disclosure.

SQLi Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 2.1
LOW Monitor

A security vulnerability has been detected in CRMEB up to 5.6.1. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP SSRF Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 2.1
LOW Monitor

A weakness has been identified in CRMEB up to 5.6.1. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP Information Disclosure Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 2.1
LOW Monitor

A security flaw has been discovered in CRMEB up to 5.6.1. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP Information Disclosure Crmeb
NVD GitHub VulDB
EPSS 0% CVSS 9.8
CRITICAL Act Now

crmeb CRMEB-KY v5.4.0 and before has a SQL Injection vulnerability at getRead() in /system/SystemDatabackupServices.php. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

PHP SQLi Crmeb
NVD GitHub
EPSS 2% CVSS 7.5
HIGH This Week

CRMEB v5.4.0 is vulnerable to Arbitrary file read in the save_basics function which allows an attacker to obtain sensitive information. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Buffer Overflow Information Disclosure Crmeb
NVD GitHub
EPSS 1% CVSS 7.5
HIGH POC This Week

CRMEB <=5.4.0 is vulnerable to Incorrect Access Control. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Authentication Bypass Crmeb
NVD GitHub
EPSS 4% CVSS 5.3
MEDIUM This Month

A vulnerability was found in ZhongBangKeJi CRMEB up to 5.4.0 and classified as critical. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP Deserialization Crmeb
NVD GitHub VulDB
EPSS 1% CVSS 5.3
MEDIUM This Month

A vulnerability has been found in ZhongBangKeJi CRMEB up to 5.4.0 and classified as critical. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, low attack complexity. No vendor patch available.

PHP Deserialization Crmeb
NVD GitHub VulDB
EPSS 8% CVSS 7.5
HIGH POC This Week

SQL Injection vulnerability in CRMEB v.5.2.2 allows a remote attacker to obtain sensitive information via the getProductList function in the ProductController.php file. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

PHP SQLi Crmeb
NVD GitHub
EPSS 0% CVSS 5.3
MEDIUM This Month

crmeb_java v1.3.4 was discovered to contain a Server-Side Request Forgery (SSRF) via the mergeList method in class com.zbkj.front.pub.ImageMergeController. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

SSRF Crmeb Crmeb Java
NVD GitHub
EPSS 1% CVSS 8.1
HIGH POC This Week

SQL Injection vulnerability in CRMEB_Java e-commerce system v.1.3.4 allows an attacker to execute arbitrary code via the groupid parameter. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

RCE SQLi Crmeb +1
NVD GitHub VulDB
EPSS 1% CVSS 6.5
MEDIUM POC This Month

SQL Injection vulnerability in crmeb_java before v1.3.4 allows attackers to run arbitrary SQL commands via crafted GET request to the component /api/front/spread/people. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

SQLi Crmeb Crmeb Java
NVD GitHub
EPSS 1% CVSS 7.5
HIGH POC This Week

SQL Injection vulnerability in CRMEB crmeb_java v.1.3.4 and before allows a remote attacker to obtain sensitive information via the latitude and longitude parameters in the api/front/store/list. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

SQLi Crmeb Crmeb Java
NVD GitHub
EPSS 1% CVSS 8.1
HIGH POC This Week

A vulnerability was found in ZhongBangKeJi CRMEB 5.2.2. Rated high severity (CVSS 8.1), this vulnerability is no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Path Traversal Crmeb
NVD GitHub VulDB
EPSS 1% CVSS 5.3
MEDIUM POC This Month

A vulnerability was found in ZhongBangKeJi CRMEB 5.2.2. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Path Traversal Crmeb
NVD GitHub VulDB
EPSS 1% CVSS 9.8
CRITICAL POC Act Now

A vulnerability was found in Zhong Bang CRMEB up to 4.6.0. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

PHP Deserialization Crmeb
NVD GitHub VulDB
EPSS 1% CVSS 8.8
HIGH POC This Week

A vulnerability was found in Zhong Bang CRMEB up to 4.6.0. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

PHP SSRF Crmeb
NVD GitHub VulDB
EPSS 1% CVSS 9.8
CRITICAL POC Act Now

A vulnerability was found in Zhong Bang CRMEB up to 4.6.0 and classified as critical. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Deserialization Crmeb
NVD GitHub VulDB
EPSS 1% CVSS 9.8
CRITICAL Act Now

CRMEB v4.4 to v4.6 was discovered to contain an arbitrary file upload vulnerability via the component \attachment\SystemAttachmentServices.php. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

PHP File Upload Crmeb
NVD GitHub VulDB
EPSS 1% CVSS 7.2
HIGH POC This Week

A vulnerability was found in Zhong Bang CRMEB 4.6.0. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

PHP File Upload Crmeb
NVD GitHub VulDB
EPSS 1% CVSS 5.4
MEDIUM POC This Month

A vulnerability was found in Zhong Bang CRMEB Java up to 1.3.4. Rated medium severity (CVSS 5.4), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

XSS Java Crmeb +1
NVD GitHub VulDB
EPSS 1% CVSS 9.8
CRITICAL POC Act Now

A vulnerability was found in Zhong Bang CRMEB Java up to 1.3.4. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

Java SQLi Crmeb +1
NVD GitHub VulDB
EPSS 1% CVSS 7.2
HIGH POC This Week

CRMEB <=1.3.4 is vulnerable to SQL Injection via /api/admin/user/list. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

SQLi Crmeb Crmeb Java
NVD GitHub
EPSS 1% CVSS 7.2
HIGH POC This Week

A vulnerability was found in Zhong Bang CRMEB Java 1.3.4. Rated high severity (CVSS 7.2), this vulnerability is remotely exploitable, low attack complexity. Public exploit code available and no vendor patch available.

Java SQLi Crmeb
NVD GitHub VulDB
EPSS 3% CVSS 9.8
CRITICAL POC Act Now

A SSRF vulnerability exists in the downloadimage interface of CRMEB 3.0, which can remotely download arbitrary files on the server and remotely execute arbitrary code. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available and no vendor patch available.

RCE SSRF Crmeb
NVD GitHub VulDB

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