All Projects → MayurUdiniya → Chrome-CORS

MayurUdiniya / Chrome-CORS

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

Programming Languages

PHP
23972 projects - #3 most used programming language
hack
652 projects
CSS
56736 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].