Description
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.
Published: 2026-06-03
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in crmeb crmeb_java version 1.4 allows an attacker to manipulate the URL parameter passed to RestTemplate.getForEntity in the Base64 QRCode endpoint. This leads to a server‑side request forgery (CWE‑918) that can be triggered remotely, enabling the attacker to force the application to send requests to arbitrary internal or external destinations, potentially exposing sensitive data or facilitating further attacks.

Affected Systems

The affected product is the crmeb crmeb_java package, version 1.4, specifically the RestTemplateUtil utility within the Base64 QRCode component.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate to high severity, but the exploit is publicly known and executable without privileged access, making it a realistic threat. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog, suggesting no widespread exploitation yet, but the remote SSRF vector remains dangerous. An attacker likely needs only to send a crafted payload to the vulnerable endpoint to trigger internal requests; success depends on application network configuration.

Generated by OpenCVE AI on June 3, 2026 at 23:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑issued patch or upgrade to a version where the RestTemplateUtil URL handling is hardened.
  • Restrict outbound traffic from the application server by implementing firewall rules or network segmentation to the minimal necessary domains and ports, thereby limiting the impact of SSRF attempts.
  • Validate and sanitize any user‑supplied URLs before passing them to RestTemplate.getForEntity, or configure RestTemplate with a URI whitelist to allow only trusted schemes and hosts.

Generated by OpenCVE AI on June 3, 2026 at 23:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 04 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 03 Jun 2026 22:15:00 +0000

Type Values Removed Values Added
Description 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.
Title crmeb crmeb_java base64 Qrcode Endpoint RestTemplateUtil.java RestTemplate.getForEntity server-side request forgery
First Time appeared Crmeb
Crmeb crmeb Java
Weaknesses CWE-918
CPEs cpe:2.3:a:crmeb:crmeb_java:*:*:*:*:*:*:*:*
Vendors & Products Crmeb
Crmeb crmeb Java
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': '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'}


Subscriptions

Crmeb Crmeb Java
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-04T13:14:56.040Z

Reserved: 2026-06-03T15:42:12.686Z

Link: CVE-2026-10771

cve-icon Vulnrichment

Updated: 2026-06-04T13:14:52.658Z

cve-icon NVD

Status : Deferred

Published: 2026-06-03T22:16:34.167

Modified: 2026-06-04T16:37:27.810

Link: CVE-2026-10771

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-04T02:00:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)