What is CORS ?

Security feature created to selectively relax the SOP restrictions and enable controlled access to resources from different domains.


Impact of CORS Misconfigurations :


Prevent CORS Misconfigurations :


CORS Checklist


HTTP Request :
Origin : < attacker.com >
if these reflected in Response :
Access-Control-Allow-Origin: <attacker.com> 
Access-Control-Allow-Credentials : true this vulnerable