Skip to content

A demo vulnerable application for stealing sensitive information by abusing Google Chrome cache

Notifications You must be signed in to change notification settings

bbhunter/Chrome-CORS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome-CORS

A demo vulnerable application for stealing sensitive information by abusing Google Chrome cache. When Access Control Allow Origin header is set to * without having cache control response headers , an attacker can steal victim's private information.

Credentials

Username : gamer Password: gamer

Solution

By using the force-cache directive in fetch function of js, we can ask the browser to first check if the request is cached and return the cached version if it exist.

Original bug report : https://bugs.chromium.org/p/chromium/issues/detail?id=988319

Reference : https://hackerone.com/reports/761726

Feel free to contact me over Twitter

Made by

@roughwire & @MrGeek_007

About

A demo vulnerable application for stealing sensitive information by abusing Google Chrome cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.1%
  • Hack 12.8%
  • CSS 1.1%