One of the most common vulnerabilities that cybercriminals use to launch attacks is called Cross-Site Request Forgery. I sent a malicious link to a genuine website user in a cross-site request forgery (CSRF) attack. A fake request is issued on the user’s behalf when they click the malicious link. Every year, there is a surge in these online attacks, which affect a lot of businesses. Several approaches have been offered for preventing CSRF attacks, including the HTTP header, Random Token validation, and Client Site Proxy, yet hackers are still using CSRF attacks. The author conducted research on the CSRF attack and its defense mechanism in this work. The article also discusses the advantages and disadvantages of the current defensive system.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

A Review on Mitigating Security Risks: Effective Strategies to Prevent Cross-Site Request Forgery Vulnerabilities

  • Joy Biswas,
  • Mahamudul Hasan,
  • Md Saiful,
  • Faria Tabssum Mim,
  • Nafisa Tasnim

摘要

One of the most common vulnerabilities that cybercriminals use to launch attacks is called Cross-Site Request Forgery. I sent a malicious link to a genuine website user in a cross-site request forgery (CSRF) attack. A fake request is issued on the user’s behalf when they click the malicious link. Every year, there is a surge in these online attacks, which affect a lot of businesses. Several approaches have been offered for preventing CSRF attacks, including the HTTP header, Random Token validation, and Client Site Proxy, yet hackers are still using CSRF attacks. The author conducted research on the CSRF attack and its defense mechanism in this work. The article also discusses the advantages and disadvantages of the current defensive system.