Skip to content

Commit 668a1c0

Browse files
authored
Update 2023-09-21-CSRF-attacks.md
1 parent 000d484 commit 668a1c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_posts/2023-09-21-CSRF-attacks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ image: assets/images/csrf-101.png
88

99

1010

11-
### What is csrf
12-
1311
Cross-site request forgery (also known as CSRF) is a web security vulnerability that allows an attacker to induce users to perform actions that they do not intend to perform. It allows an attacker to partly circumvent the same origin policy, which is designed to prevent different websites from interfering with each other. With a little help of social engineering (such as sending a link via email or chat), an attacker may trick the users of a web application into executing actions of the attacker’s choosing. If the victim is a normal user, a successful CSRF attack can force the user to perform state changing requests like transferring funds, changing their email address, and so forth. If the victim is an administrative account, CSRF can compromise the entire web application.
1412

1513
### CSRF flaw and its exploitation

0 commit comments

Comments
 (0)