CVE-2026-79425
Received Received - Intake

Authenticated SSRF in CRMEB via /adminapi/file/online_upload

Vulnerability report for CVE-2026-79425, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-15

Last updated on: 2026-09-15

Assigner: MITRE

Description

An authenticated Server-Side Request Forgery (SSRF) in the /adminapi/file/online_upload component of CRMEB v6.0.0 allows attackers to scan internal resources via a crafted POST request.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-15
Last Modified
2026-09-15
Generated
2026-09-15
AI Q&A
2026-09-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
crmeb crmeb 6.0.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an authenticated Server-Side Request Forgery (SSRF) vulnerability in CRMEB v6.0.0. It exists in the /adminapi/file/online_upload endpoint where an authenticated admin can submit a URL in the images array. The server processes this URL using functions like readfile() or cURL, potentially fetching content from attacker-controlled destinations.

Detection Guidance

To detect this SSRF vulnerability, monitor network traffic for unusual outbound requests from the CRMEB server, especially POST requests to /adminapi/file/online_upload. Check server logs for requests containing external or internal IP addresses in the images array. Use tools like tcpdump or Wireshark to capture outbound HTTP/HTTPS traffic from the server.

Impact Analysis

An attacker with admin access could force the server to make HTTP requests to internal or external services. This enables network reconnaissance or exposure of internal services, potentially leading to data breaches or further attacks on internal infrastructure.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. It may result in non-compliance due to potential data exposure or unauthorized system access.

Mitigation Strategies

Immediately restrict the /adminapi/file/online_upload endpoint to trusted users only. Implement strict allowlisting for URLs in the images array, blocking private and loopback addresses. Disable unsafe redirects and validate downloaded content independently of the URL. Update CRMEB to the latest patched version if available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79425. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart