<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cross-Site Request Forgery on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/cross-site-request-forgery/</link><description>Recent content in Cross-Site Request Forgery on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 07 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/cross-site-request-forgery/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 6: Mastering Cross-Site Request Forgery (CSRF) &amp;amp; Bypass Techniques</title><link>https://ai-blog.noorshomelab.dev/web-security-ethical-hacking-2026/csrf-bypass-techniques/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/web-security-ethical-hacking-2026/csrf-bypass-techniques/</guid><description>&lt;h2 id="chapter-6-mastering-cross-site-request-forgery-csrf--bypass-techniques"&gt;Chapter 6: Mastering Cross-Site Request Forgery (CSRF) &amp;amp; Bypass Techniques&lt;/h2&gt;
&lt;p&gt;Welcome back, future security expert! In our journey through advanced web application security, we&amp;rsquo;ve explored how attackers can inject malicious scripts and manipulate client-side code. Now, it&amp;rsquo;s time to shift our focus to a different, yet equally insidious, threat: Cross-Site Request Forgery, or CSRF.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;ll dive deep into what CSRF is, how it works, and critically, how attackers bypass even modern CSRF protection mechanisms. We&amp;rsquo;ll explore the sophisticated techniques used to circumvent security measures like CSRF tokens and &lt;code&gt;SameSite&lt;/code&gt; cookies, and learn how to design robust, defense-in-depth solutions. By the end, you&amp;rsquo;ll not only understand the theory but also gain practical experience in identifying, exploiting, and preventing advanced CSRF vulnerabilities in real-world scenarios.&lt;/p&gt;</description></item><item><title>How CSRF Attacks Work: Deep Dive into Internals</title><link>https://ai-blog.noorshomelab.dev/how-it-works/csrf-attacks-internals/</link><pubDate>Wed, 07 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/how-it-works/csrf-attacks-internals/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Cross-Site Request Forgery (CSRF), sometimes pronounced &amp;ldquo;sea-surf&amp;rdquo; or referred to as XSRF, is a critical web security vulnerability that allows an attacker to induce a user&amp;rsquo;s browser to send an unintended, malicious request to a website where the user is already authenticated. Unlike phishing, where an attacker tries to trick a user into revealing credentials, CSRF exploits the browser&amp;rsquo;s inherent trust in a user&amp;rsquo;s session and the automatic inclusion of authentication credentials (like session cookies) with every request to a domain.&lt;/p&gt;</description></item></channel></rss>