<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
  >

  <channel>
    <title>Web Security Blog | Acunetix</title>
    <atom:link href="https://www.acunetix.com/blog/feed/" rel="self" type="application/rss+xml"/>
    <link>https://www.acunetix.com/blog/</link>
    <description>Is Your Website Hackable?</description>
    <lastBuildDate>Thu, 04 Jun 2026 09:25:59 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>
      hourly    </sy:updatePeriod>
    <sy:updateFrequency>
      1    </sy:updateFrequency>
    
        <item>
          <title>IIS security best practices: How to secure an IIS server and web applications</title>
          <link>https://www.acunetix.com/blog/web-security-zone/iis-security-best-practices/</link>
          
          <dc:creator><![CDATA[Zbigniew Banach]]></dc:creator>
          <pubDate>Wed, 27 May 2026 14:24:58 +0000</pubDate>
          		<category><![CDATA[Web Security Zone]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=45887</guid>

                      <description><![CDATA[<p>Learn how to secure Microsoft IIS with practical hardening best practices, attacker-focused insights, and continuous validation strategies. This guide covers common IIS misconfigurations, real-world exploitation techniques, and how to protect web applications running on IIS servers.</p>
<p><a href="https://www.acunetix.com/blog/web-security-zone/iis-security-best-practices/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/web-security-zone/iis-security-best-practices/">IIS security best practices: How to secure an IIS server and web applications</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
                  <item>
          <title>SNI proxy SSRF vulnerabilities: Misconfigurations, exploitation, and defense</title>
          <link>https://www.acunetix.com/blog/web-security-zone/sni-proxy-misconfiguration-ssrf-vulnerabilities/</link>
          
          <dc:creator><![CDATA[Zbigniew Banach]]></dc:creator>
          <pubDate>Tue, 26 May 2026 11:20:02 +0000</pubDate>
          		<category><![CDATA[Web Security Zone]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=45884</guid>

                      <description><![CDATA[<p>SNI proxy SSRF is a lesser-known but high-impact vulnerability class where misconfigured proxies route traffic based on attacker-controlled TLS metadata. Under specific conditions, this can expose internal services and even cloud metadata endpoints in AWS and Azure. This article explains how these attacks work, when they are exploitable, and how to defend against them.</p>
<p><a href="https://www.acunetix.com/blog/web-security-zone/sni-proxy-misconfiguration-ssrf-vulnerabilities/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/web-security-zone/sni-proxy-misconfiguration-ssrf-vulnerabilities/">SNI proxy SSRF vulnerabilities: Misconfigurations, exploitation, and defense</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
                  <item>
          <title>What is an IDOR vulnerability?</title>
          <link>https://www.acunetix.com/blog/web-security-zone/what-are-insecure-direct-object-references/</link>
          
          <dc:creator><![CDATA[Zbigniew Banach]]></dc:creator>
          <pubDate>Fri, 22 May 2026 12:00:43 +0000</pubDate>
          		<category><![CDATA[Web Security Zone]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=22725</guid>

                      <description><![CDATA[<p>Insecure direct object references (IDOR) are a type of access control vulnerability where an application exposes internal object identifiers – such as user IDs, order numbers, or file names – without verifying whether the requesting user is authorized to access them. IDOR is no longer...</p>
<p><a href="https://www.acunetix.com/blog/web-security-zone/what-are-insecure-direct-object-references/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/web-security-zone/what-are-insecure-direct-object-references/">What is an IDOR vulnerability?</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
                  <item>
          <title>Your session cookies are probably misconfigured: How to fix cookie security flags</title>
          <link>https://www.acunetix.com/blog/web-security-zone/cookie-security-flags/</link>
          
          <dc:creator><![CDATA[Zbigniew Banach]]></dc:creator>
          <pubDate>Thu, 21 May 2026 10:19:10 +0000</pubDate>
          		<category><![CDATA[Web Security Zone]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=45865</guid>

                      <description><![CDATA[<p>Understand how to correctly implement cookie security flags in modern web applications. Includes practical examples, browser behavior nuances, and guidance on HttpOnly, Secure, and SameSite settings.</p>
<p><a href="https://www.acunetix.com/blog/web-security-zone/cookie-security-flags/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/web-security-zone/cookie-security-flags/">Your session cookies are probably misconfigured: How to fix cookie security flags</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
                  <item>
          <title>REST API security testing: A complete guide</title>
          <link>https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/</link>
          
          <dc:creator><![CDATA[Jesse Neubert]]></dc:creator>
          <pubDate>Mon, 18 May 2026 12:00:01 +0000</pubDate>
          		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Security Zone]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=17458</guid>

                      <description><![CDATA[<p>Learn how to perform REST API security testing with a practical, step-by-step approach. This guide covers the OWASP API Security Top 10, common vulnerabilities, and proven techniques to discover, test, and validate real API risks using modern automated tools.</p>
<p><a href="https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/articles/rest-api-security-testing-acunetix/">REST API security testing: A complete guide</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
                  <item>
          <title>Configuring your web server to not disclose its identity</title>
          <link>https://www.acunetix.com/blog/articles/configure-web-server-disclose-identity/</link>
          
          <dc:creator><![CDATA[Nicholas Sciberras]]></dc:creator>
          <pubDate>Mon, 11 May 2026 08:30:06 +0000</pubDate>
          		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Security Zone]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=13066</guid>

                      <description><![CDATA[<p>If you are running a web server, it often shows the world what type of server it is, its version number, and sometimes even the operating system. This information is exposed in HTTP response headers and can be obtained with a simple request using a...</p>
<p><a href="https://www.acunetix.com/blog/articles/configure-web-server-disclose-identity/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/articles/configure-web-server-disclose-identity/">Configuring your web server to not disclose its identity</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
                  <item>
          <title>Acunetix Security Hardening Guide</title>
          <link>https://www.acunetix.com/blog/docs/acunetix-security-hardening-guide/</link>
          
          <dc:creator><![CDATA[Ian Muscat]]></dc:creator>
          <pubDate>Tue, 05 Aug 2025 06:29:16 +0000</pubDate>
          		<category><![CDATA[Product Articles]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=17526</guid>

                      <description><![CDATA[<p>A new document was prepared instead of this blog post. You can find it here. &#160; &#160;</p>
<p><a href="https://www.acunetix.com/blog/docs/acunetix-security-hardening-guide/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/docs/acunetix-security-hardening-guide/">Acunetix Security Hardening Guide</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
                  <item>
          <title>Next.js middleware authorization bypass vulnerability: Are you vulnerable?</title>
          <link>https://www.acunetix.com/blog/web-security-zone/next-js-middleware-bypass-vulnerability/</link>
          
          <dc:creator><![CDATA[Bogdan Calin]]></dc:creator>
          <pubDate>Tue, 25 Mar 2025 14:41:06 +0000</pubDate>
          		<category><![CDATA[Web Security Zone]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=44722</guid>

                      <description><![CDATA[<p>A critical vulnerability in the Next.js framework, officially disclosed on March 21, 2025, allows attackers to bypass middleware security controls through a simple header manipulation. This post summarizes what we know about CVE-2025-29927, how you can mitigate the vulnerability, and how Acunetix can help you detect and confirm your organization’s risk.</p>
<p><a href="https://www.acunetix.com/blog/web-security-zone/next-js-middleware-bypass-vulnerability/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/web-security-zone/next-js-middleware-bypass-vulnerability/">Next.js middleware authorization bypass vulnerability: Are you vulnerable?</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
                  <item>
          <title>Top 10 dynamic application security testing (DAST) tools for 2025</title>
          <link>https://www.acunetix.com/blog/web-security-zone/10-best-dast-tools/</link>
          
          <dc:creator><![CDATA[Zbigniew Banach]]></dc:creator>
          <pubDate>Thu, 20 Mar 2025 11:26:23 +0000</pubDate>
          		<category><![CDATA[Web Security Zone]]></category>
		<category><![CDATA[dast-tools]]></category>
          <guid isPermaLink="false">https://www.acunetix.com/?p=44668</guid>

                      <description><![CDATA[<p>This guide explores the top 10 DAST tools for 2025, highlighting the best commercial solutions as well as open-source options. Learn how the right tools can help you build DAST-first AppSec to secure your applications in production, integrate with DevSecOps, and minimize your web application security risk.</p>
<p><a href="https://www.acunetix.com/blog/web-security-zone/10-best-dast-tools/">Read more  <svg class="svg-icon icon-red" viewBox="0 0 14 13.625" height="12" width="12"><use xlink:href="#icon-arrow-right"></use></svg></a></p>
<p>The post <a href="https://www.acunetix.com/blog/web-security-zone/10-best-dast-tools/">Top 10 dynamic application security testing (DAST) tools for 2025</a> appeared first on <a href="https://www.acunetix.com">Acunetix</a>.</p>
]]></description>
          
          
          
                  </item>
            </channel>
</rss>
