Advertisement






Vanilla 1.1.10 Host header attack Vulnerability

CVE Category Price Severity
CVE-2021-20199 CWE-93 $500 High
Author Risk Exploitation Type Date
Unknown Critical Remote 2018-01-22
CPE
cpe:cpe:/a:vanilla:1.1.10
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2018010228

Below is a copy:

Vanilla 1.1.10 Host header attack Vulnerability
============================================================================================================================
| # Title     : Vanilla 1.1.10 Host header attack Vulnerability                                                            |
| # Author    : indoushka                                                                                                  |
| # Telegram  : @indoushka                                                                                                 |
| # Tested on : windows 10 Fr V.(Pro)                                                                                      |
| # Vendor    : https://code.google.com/archive/p/lussumo-vanilla/downloads                                                |  
| # Dork      : n/a                                                                                                        |
============================================================================================================================

poc :


[+] Dorking n Google Or Other Search Enggine .

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)
  
Affected items :

/vanilla/categories.php 
/vanilla/search.php 

[+] Reinstall Script :

http://localhost/vanilla/setup/installer.php?Step=3&PostBackAction=None

Greetz :----------------------------------------------------------------------------------------
                                                                                               |
jericho * Larry W. Cashdollar * shadow0075 * djroot.dz *Gjoko 'LiquidWorm' Krstic              |
                                                                                               |
================================================================================================

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum