CVE-2026-10771
Server-Side Request Forgery in crmeb_java via RestTemplate
Publication date: 2026-06-03
Last updated on: 2026-06-03
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| crmeb | crmeb_java | 1.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the crmeb_java 1.4 software, specifically in the function RestTemplate.getForEntity within the file crmeb-common/src/main/java/com/zbkj/common/utils/RestTemplateUtil.java. The issue arises from improper handling of the URL argument, which allows an attacker to perform server-side request forgery (SSRF). This means an attacker can manipulate the URL parameter to make the server send unauthorized requests to other internal or external systems.
The vulnerability can be exploited remotely, and the exploit details have been made public. The project maintainers were informed early but have not yet responded.
How can this vulnerability impact me? :
The vulnerability allows an attacker to perform server-side request forgery, which can lead to unauthorized internal network scanning, accessing sensitive internal resources, or interacting with other systems that the server can reach but the attacker cannot directly access.
This can result in information disclosure, potential further exploitation of internal services, and disruption of normal operations depending on what the attacker targets.