vendor:
YzmCMS
by:
Debashis Pal
4.3
CVSS
MEDIUM
Host Header Injection
N/A
CWE
Product Name: YzmCMS
Affected Version From: YzmCMS V5.3
Affected Version To: YzmCMS V5.3
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 7 SP1(64bit),XAMPP: 7.3.9
2020
YzmCMS 5.3 – ‘Host’ Header Injection
YzmCMS is a lightweight open source content management system that uses OOP (Object Oriented) to develop its own framework. Host Header Injection is a vulnerability that allows an attacker to inject arbitrary HTTP headers into a web application's response. This can be exploited to perform various attacks such as Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF).
Mitigation:
The best way to mitigate this vulnerability is to validate the Host header value before processing it. This can be done by whitelisting the allowed Host header values.