Skip to main content

crmeb_java CVE-2026-10771

| EUVDEUVD-2026-34182 MEDIUM
Server-Side Request Forgery (SSRF) (CWE-918)
2026-06-03 VulDB GHSA-8qxw-gwxm-v526
5.5
CVSS 4.0 · Vendor: VulDB
Share

Severity by source

Vendor (VulDB) PRIMARY
5.5 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Analysis Generated
Jun 03, 2026 - 22:36 vuln.today
Severity Changed
Jun 03, 2026 - 22:22 NVD
HIGH MEDIUM
CVSS changed
Jun 03, 2026 - 22:22 NVD
7.3 (HIGH) 5.5 (MEDIUM)

DescriptionCVE.org

A vulnerability was found in crmeb crmeb_java 1.4. Affected is the function RestTemplate.getForEntity of the file crmeb-common/src/main/java/com/zbkj/common/utils/RestTemplateUtil.java of the component base64 Qrcode Endpoint. The manipulation of the argument url results in server-side request forgery. The attack can be executed remotely. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.

AnalysisAI

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.

Technical ContextAI

The vulnerability resides in crmeb-common/src/main/java/com/zbkj/common/utils/RestTemplateUtil.java within the crmeb_java e-commerce platform (a Java-based implementation of the CRMEB system). The base64 Qrcode endpoint - likely designed to fetch or decode a remote QR code image - accepts a url parameter and passes it without sanitization to Spring Framework's RestTemplate.getForEntity(), a synchronous HTTP client. CWE-918 (Server-Side Request Forgery) identifies the root cause: the application acts as an unintended HTTP proxy, issuing server-originated requests to attacker-specified destinations. The CPE cpe:2.3:a:crmeb:crmeb_java:*:*:*:*:*:*:*:* uses a wildcard version field, suggesting NVD has not bounded the affected range to a single release and additional versions may be impacted beyond the confirmed 1.4 baseline.

RemediationAI

No vendor-released patch has been identified at time of analysis - the maintainers have not responded to the responsible disclosure submitted via GitHub issue #35 (https://github.com/crmeb/crmeb_java/issues/35). Until a patch is available, operators should implement URL allowlisting within RestTemplateUtil.java to restrict outbound requests to a known-safe set of external hosts; this eliminates SSRF but requires code modification and testing against legitimate QR code sources. As a network-layer control, block egress from the application server to RFC 1918 address ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16), the loopback address (127.0.0.1), and cloud metadata endpoints (169.254.169.254) - note this does not prevent SSRF against external third-party internal services. If the base64 Qrcode endpoint is not business-critical, disabling or gating it behind authentication is the most effective compensating control with minimal operational impact. Organizations running on cloud infrastructure should enforce IMDSv2 (requiring session-oriented token exchange) to prevent credential theft via SSRF against the instance metadata service.

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-10771 vulnerability details – vuln.today

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