Cross-Site Request Forgery
Full Form of CSRF
What is CSRF?
Cross-Site Request Forgery (CSRF) is a type of web security vulnerability that tricks a user into unknowingly executing unwanted actions on a web application in which they are authenticated. This attack exploits the trust that a site has in a user's browser, potentially leading to unauthorized fund transfers, password changes, or data modifications. In India, CSRF is a critical concern for e-commerce platforms, banking portals, and government services like Aadhaar or DigiLocker, where session cookies are commonly used for authentication. During cybersecurity audits and penetration testing of Indian websites, CSRF is a standard bug hunters look for. Prevention methods include anti-CSRF tokens, SameSite cookies, and multi-factor authentication. Knowledge of CSRF is often tested in Indian cybersecurity certifications such as CEH, OSCP, and government exams for security analysts, as well as in university courses on web security. Understanding CSRF helps Indian developers build safer digital infrastructure compliant with guidelines from CERT-In and other regulatory bodies.
CSRF का फुल फॉर्म
क्रॉस-साइट रिक्वेस्ट फोर्जरी
Example
The Indian e-commerce site was vulnerable to CSRF, allowing attackers to place fake orders from logged-in users' accounts.