Description
A security vulnerability has been detected in YzmCMS up to 7.5. Affected is the function get_url of the file /yzmphp/yzmphp.php of the component Header Handler. The manipulation of the argument HTTP_HOST leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-07-09
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in the get_url function of the Header Handler component in YzmCMS. A malicious value supplied in the HTTP_HOST request header is reflected directly into page content without proper encoding, creating a reflected cross‑site scripting (XSS) flaw identified as CWE‑79. When a victim loads a page containing the manipulated header, the injected script runs in the browser context, allowing an attacker to steal session cookies, deface webpages, or execute arbitrary client‑side actions. The flaw also involves code execution through the header (CWE‑94), as the unsanitized value can be processed by the server. Based on the description, it is inferred that attackers can trigger the issue remotely by sending a crafted HTTP_HOST header, either by directly making an HTTP request or by luring a user to a URL that forces the application to use a manipulated host header. The impact is a loss of confidentiality and integrity of the user session, potential defacement of site content, and a vector for phishing or credential theft.

Affected Systems

YzmCMS versions up to and including 7.5 are affected. The vulnerability resides in the get_url function located in /yzmphp/yzmphp.php within the Header Handler component. All builds in the 7.x line remain vulnerable until the vendor releases a patch. No later versions are currently known to address the issue.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score is below 1 %, suggesting that exploitation of this weakness is considered unlikely by current threat models. The vulnerability is not listed in the CISA KEV catalog. Because the flaw can be triggered simply by manipulating a standard HTTP header, an attacker can deliver the payload without needing any privileged account or exploiting deeper vulnerabilities. The exploitation path is straightforward: send a request with a malicious HTTP_HOST value, which is then reflected by the application and executed in the victim’s browser. In the absence of a vendor fix, the threat remains present, but exploitation probability is low according to current EPSS data.

Generated by OpenCVE AI on July 28, 2026 at 08:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest YzmCMS update that removes the get_url header XSS flaw when released by the vendor.
  • Configure the web server or application layer to validate the HTTP_HOST header, permitting only trusted domain names and rejecting all other values.
  • Implement input sanitization in the get_url function so that any HTTP_HOST value is properly encoded before being echoed back to the client.
  • Use a web application firewall or similar mitigation to detect and block script injection attempts via HTTP headers.

Generated by OpenCVE AI on July 28, 2026 at 08:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 09 Jul 2026 18:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in YzmCMS up to 7.5. Affected is the function get_url of the file /yzmphp/yzmphp.php of the component Header Handler. The manipulation of the argument HTTP_HOST leads to cross site scripting. The attack may be initiated remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title YzmCMS Header yzmphp.php get_url cross site scripting
First Time appeared Yzmcms
Yzmcms yzmcms
Weaknesses CWE-79
CWE-94
CPEs cpe:2.3:a:yzmcms:yzmcms:*:*:*:*:*:*:*:*
Vendors & Products Yzmcms
Yzmcms yzmcms
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-09T18:27:56.467Z

Reserved: 2026-07-09T06:40:35.859Z

Link: CVE-2026-15202

cve-icon Vulnrichment

Updated: 2026-07-09T18:27:51.617Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T09:00:06Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')