CVE-2026-18856
Received Received - Intake

Server-Side Request Forgery in Poesis Rhymix CMS

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

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: VulDB

Description

A vulnerability was determined in Poesis Rhymix CMS up to 2.1.33. This impacts the function procImporterAdminCheckXmlFile of the file modules/importer/importer.admin.controller.php of the component Data Import Module. This manipulation of the argument filename causes server-side request forgery. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 2.1.34 will fix this issue. It is recommended to upgrade the affected component.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
poesis rhymix_cms to 2.1.34 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-18856 is a Server-Side Request Forgery (SSRF) vulnerability in Poesis Rhymix CMS versions up to 2.1.33. It exists in the function procImporterAdminCheckXmlFile within the Data Import Module. The flaw allows an attacker with administrator privileges to manipulate the filename parameter, causing the server to make unauthorized HTTP requests to internal or external systems without validation.

Detection Guidance

To detect CVE-2026-18856, check if your Rhymix CMS version is 2.1.33 or earlier. Inspect the modules/importer/importer.admin.controller.php file for the procImporterAdminCheckXmlFile function. Verify if the $filename parameter is passed directly to @fopen() without validation. Use commands like grep to search for vulnerable patterns in the codebase.

Impact Analysis

An attacker could exploit this to perform internal network discovery, scan open ports, or access sensitive cloud metadata. It may also enable blind file existence detection by comparing response times. The impact requires administrator access but could lead to further exploitation if combined with other vulnerabilities.

Compliance Impact

This SSRF vulnerability could lead to unauthorized data exposure or access, violating GDPR's data protection principles or HIPAA's security requirements for safeguarding protected health information. Organizations must address it to maintain compliance with data security standards.

Mitigation Strategies

Immediately upgrade Rhymix CMS to version 2.1.34 or later. Remove or restrict access to sensitive files in the Rhymix package. Ensure administrator privileges are tightly controlled and validate all user-controlled inputs in the importer module. Monitor network traffic for unusual SSRF activity.

Chat Assistant

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

EPSS Chart