Headline
ApPHP MicroCMS 1.0.1 Host Header Injection
ApPHP MicroCMS version 1.0.1 re-embeds arbitrary content from the client into web pages.
====================================================================================================================================
| # Title : ApPHP MicroCMS v1.0.1 Host header attack Vulnerability |
| # Author : indoushka |
| # Tested on : windows 10 Français V.(Pro) |
| # Vendor : http://www.apphp.com/php-microcms/ |
| # Dork : ApPHP MicroCMS © ApPHP Admin Login |
====================================================================================================================================
poc :
[+] Dorking İn Google Or Other Search Enggine
[+] Vulnerability description :
An attacker can manipulate the Host header as seen by the web application and cause the application to behave in unexpected ways.
Developers often resort to the exceedingly untrustworthy HTTP Host header (_SERVER["HTTP_HOST"] in PHP).
Even otherwise-secure applications trust this value enough to write it to the page without HTML-encoding it with code equivalent to:
<link href="http://_SERVER['HOST']" (Joomla)
...and append secret keys and tokens to links containing it:
<a href="http://_SERVER['HOST']?token=topsecret"> (Django, Gallery, others)
....and even directly import scripts from it:
<script src="http://_SERVER['HOST']/misc/jquery.js?v=1.4.4"> (Various)
[+] This vulnerability affects : /phpmicrocms/index.php.
[+] Attack details :
Host header evilhostK8kAwlbV.com was reflected inside a A tag (href attribute).
[+] The impact of this vulnerability :
An attacker can manipulate the Host header as seen by the web application and cause the application to behave in unexpected ways.
[+] How to fix this vulnerability :
The web application should use the SERVER_NAME instead of the Host header. It should also create a dummy vhost that catches all requests with unrecognized Host headers. This can also be done under Nginx by specifying a non-wildcard SERVER_NAME, and under Apache by using a non-wildcard serverName and turning the UseCanonicalName directive on. Consult references for detailed information.
====Greetings to :=========================================================================================================================
| jericho * Larry W. Cashdollar * brutelogic* hyp3rlinx* 9aylas * djroot.dz * LiquidWorm* Hussin-X *D4NB4R * shadow_00715 * yasMouh |
===========================================================================================================================================