Full Form of CSRF

Full formTechnology
CSRFstands for

Cross-Site Request Forgery

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.

CSRF — frequently asked questions

What is the full form of CSRF?
CSRF stands for Cross-Site Request Forgery.
How can CSRF be prevented on Indian websites?
CSRF can be prevented by using anti-CSRF tokens in forms, setting SameSite cookie attributes, and requiring multi-factor authentication for sensitive actions.
What is the difference between CSRF and XSS?
CSRF tricks the user to perform actions they didn't intend, while XSS (Cross-Site Scripting) injects malicious scripts into the webpage. Both are distinct but often co-occur in web attacks.
Browse all Technology full forms →