<?xml version="1.0"?>







<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://www.runzero.com/blog/</id>
    <title>runZero Blog</title>
    <updated>2026-07-15T12:35:00-04:00</updated>
    <link rel="self" type="application/atom+xml" href="https://www.runzero.com/blog/index.xml" />
    <link rel="alternate" type="text/html" href="https://www.runzero.com/" />
    
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/sharepoint/</id>
            <title>SharePoint Server vulnerabilities: How to find impacted assets</title>
            <published>2025-07-20T20:12:00-04:00</published>
            <updated>2026-07-15T12:35:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/sharepoint/" />
            <summary type="html">Security researchers and Microsoft have disclosed multiple vulnerabilities affecting versions of SharePoint Server. Here’s how to find impacted assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest SharePoint Server vulnerability: CVE-2026-55040 and&nbsp;CVE-2026-56164</h2>
<p>Security researchers and Microsoft have <a href="https://www.rapid7.com/blog/post/ve-cve-2026-55040-microsoft-sharepoint-jwt-token-authentication-bypass-fixed/" target="_blank">disclosed</a> <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56164" target="_blank">multiple</a> vulnerabilities affecting certain versions of&nbsp;SharePoint Server:<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-55040" target="_blank">CVE-2026-55040</a>: An authentication bypass vulnerability stemming from weaknesses in how it validates JSON Web Tokens (JWTs). A remote, unauthenticated attacker who knows or enumerates a target user's Active Directory Security ID (SID) or User Principal Name (UPN) can leverage this flaw to bypass authentication checks. Successful exploitation grants the attacker unauthorized access, allowing them to perform actions, disclose files, and modify data under the identity of the impersonated user, including administrators.&nbsp;The vulnerability has been designated <strong>CVE-2026-55040</strong> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.1</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-56164" target="_blank">CVE-2026-56164</a>: A privilege escalation vulnerability stemming from missing authentication for a critical function. Successful exploitation allows a remote, unauthenticated attacker to elevate privileges.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-55040" target="_blank"></a><strong>CVE-2026-56164</strong> and has been rated <em><em>medium</em></em> with a CVSS score of <strong>5.3</strong>.</li></ul>
<p>Vulnerability researchers disclosed that <strong>CVE-2026-55040</strong> is the first link in a high-impact, two-vulnerability exploit chain originally developed for the <a href="https://www.zerodayinitiative.com/blog/2026/5/15/pwn2own-berlin-2026-day-two-results" target="_blank">Pwn2Own Berlin</a> hacking competition. The second vulnerability, yet to be publicly disclosed, is a remote code execution (RCE) flaw. Microsoft plans to patch the RCE vulnerability during its August 2026 security update cycle. Applying the July 2026 patch for <strong>CVE-2026-55040 is critical</strong>, as it successfully disrupts this exploit chain and prevents unauthenticated RCE.</p>
<p><span style="color: rgb(0, 39, 63);"><strong>Update (July 15, 2026)</strong>:</span> There is <a href="https://www.cisa.gov/news-events/alerts/2026/07/14/cisa-adds-four-known-exploited-vulnerabilities-catalog" target="_blank">evidence</a> that <a href="https://www.cve.org/CVERecord?id=CVE-2026-42271" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-48282" target="_blank"></a><strong>CVE-2026-56164</strong> <strong>is being actively exploited in the wild</strong>, prompting its addition to the CISA KEV catalog on July 14, 2026.</p>
<p><strong>The following versions are affected</strong></p>
<ul><li>SharePoint Enterprise Server 2016: Versions prior to 16.0.5561.1001</li><li>SharePoint Server 2019: Versions prior to 16.0.10417.20175</li><li>SharePoint Server Subscription Edition: Versions prior to 16.0.19725.20434</li></ul>
<ul></ul>
<h2>What is Microsoft SharePoint?</h2>
<p>Microsoft SharePoint is a web-based collaboration and document management platform, available both within Microsoft 365 and as on-premises software, that serves as a secure, centralized hub for storing, organizing, and sharing information across devices.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of this vulnerability allows an unauthenticated attacker to bypass security checks, impersonate valid users, and gain unauthorized access to disclose or modify sensitive data on the SharePoint server.</p>
<h2>Are any updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:</p>
<ul><li>SharePoint Enterprise Server 2016: Upgrade to version 16.0.5561.1001 or later.</li><li>SharePoint Server 2019: Upgrade to version 16.0.10417.20175 or later.</li><li>SharePoint Server Subscription Edition: Upgrade to version 16.0.19725.20434 or later.</li></ul>
<ul></ul>
<h2>How do I find Microsoft SharePoint Server installations with runZero?</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Microsoft AND version:&gt;0 AND (
  (product:="SharePoint Server 2016" AND (version:&gt;=16.0.4107.1002 AND version:&lt;16.0.5561.1001)) OR
  (product:="SharePoint Server 2019" AND (version:&gt;=16.0.10337.12109 AND version:&lt;16.0.10417.20175)) OR
  (product:="SharePoint Server Subscription Edition" AND (version:&gt;=16.0.0.1 AND version:&lt;16.0.19725.20434))
  )</code></pre>
<hr>
<h2>March 2026:&nbsp;CVE-2026-20963</h2>
<p>On January 13, 2026, Microsoft <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20963" target="_blank">disclosed</a> a remote code execution vulnerability,  designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20963" target="_blank">CVE-2026-20963</a>, in Microsoft SharePoint. The vulnerability is due to  deserialization of untrusted data in Microsoft SharePoint which allows a remote, unauthenticated attacker attacker to execute code over a network.</p>
<p>  While initially released with a CVSS score of 8.8, the score was updated to 9.8  on March 17, 2026.<br><br>  This vulnerability is known to be exploited in the wild and was <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-20963" target="_blank">added</a> to the  CISA.gov Known Exploited Vulnerabilities (KEV) list on March 18, 2026.</p>
<ul></ul>
<p>The following versions are affected:</p>
<ul><li>SharePoint Enterprise Server 2016 before version 16.0.5535.1001</li><li>SharePoint Server 2019 before version 16.0.10417.20083</li><li>SharePoint Server Subscription Edition before version 16.0.19127.20442</li></ul>
<ul></ul>
<ul></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of this vulnerability would allow a remote, unauthenticated attacker&nbsp;to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h3>Are any updates or workarounds available?</h3>
<p>Upgrade affected versions of SharePoint Server to the latest patched version.</p>
<ul><li><p>SharePoint Enterprise Server 2016 version 16.0.5535.1001 or later</p></li><li><p>SharePoint Server 2019 version 16.0.10417.20083 or later</p></li><li><p>SharePoint Server Subscription Edition version 16.0.19127.20442 or later</p></li></ul>
<ul></ul>
<h3>How do I find Microsoft SharePoint Server installations with runZero?</h3>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Microsoft AND (
  (product:="SharePoint Server 2016" AND (version:&gt;=16.0 AND version:&lt;16.0.5535.1001)) OR
  (product:="SharePoint Server 2019" AND (version:&gt;=16.0 AND version:&lt;16.0.10417.20083)) OR
  (product:="SharePoint Server Subscription Edition" AND (version:&gt;=16.0 AND version:&lt;16.0.19127.20442))
  ) AND NOT version:=""</code></pre>
<hr>
<h2>July 2025 (Multiple CVEs)</h2>
<p>Microsoft has <a href="https://msrc.microsoft.com/blog/2025/07/customer-guidance-for-sharepoint-vulnerability-cve-2025-53770/" rel="noopener" target="_blank">disclosed two vulnerabilities</a> in certain versions of&nbsp;on-premises Microsoft SharePoint Server:</p>
<ul><li>SharePoint Server deserializes untrusted data without sufficiently ensuring that the resulting data will be valid resulting in a remote code execution (RCE) vulnerability. The vulnerability allows an unauthenticated adversary to remotely execute code on the vulnerable server.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-53770" target="_blank">CVE-2025-53770</a> and has been rated <em>critical</em> with a CVSS score of <strong>9.8</strong>.&nbsp;This vulnerability is a variant of a remote code execution vulnerability designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-49704" target="_blank">CVE-2025-49704</a> that was patched earlier this month.&nbsp;There is evidence that this vulnerability <strong>is being actively exploited in the wild</strong>.</li><li>SharePoint Server improperly limits a pathname to a restricted directory allowing path traversal in Microsoft Office SharePoint resulting in a spoofing vulnerability. The vulnerability allows an authorized adversary to perform spoofing over a network.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-53771" target="_blank">CVE-2025-53771</a> and has been rated <em>medium</em>&nbsp;with a CVSS score of <strong>6.3</strong>.&nbsp;This vulnerability is a variant of a spoofing vulnerability designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-49706" target="_blank">CVE-2025-49706</a> that was patched earlier this month.</li></ul>
<p>The following versions are affected</p>
<ul><li>Microsoft SharePoint Enterprise Server 2016 versions currently unknown</li><li>Microsoft SharePoint Server 2019 versions currently unknown</li><li>Microsoft SharePoint Server Subscription Edition versions 16.0.0 prior to 16.0.18526.20508</li></ul>
<ul></ul>
<ul></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h3>Are any updates or workarounds available?</h3>
<p>As of 7/20/2025 security updates are available for Microsoft SharePoint Server Subscription Edition. A patch is&nbsp;currently unavailable for other affected versions, but Microsoft is actively working on a security update.<br></p>
<ul><li>Mitigate attacks against on-premises SharePoint Server environments by configuring the Windows <a href="https://learn.microsoft.com/en-us/windows/win32/amsi/antimalware-scan-interface-portal" target="_blank">Antimalware Scan Interface</a> (AMSI) integration in SharePoint and deploying Defender AV on all SharePoint servers. This should stop an unauthenticated adversary from successfully exploiting the vulnerability.</li><li>Rotate SharePoint Server ASP.NET machine keys.</li><li><p>Upgrade affected systems to the new versions when a patch is available.</p></li></ul>
<ul></ul>
<h3>How do I find Microsoft SharePoint Server installations with runZero?</h3>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:="Microsoft" AND product:="SharePoint Server%"</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/sonicwall/</id>
            <title>SonicWall SonicOS vulnerabilities: How to find impacted assets</title>
            <published>2024-09-06T10:00:00-04:00</published>
            <updated>2026-07-14T16:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/sonicwall/" />
            <summary type="html">SonicWall disclosed versions of the SMA1000 series appliances are susceptible to both SSRF &amp; RCE vulnerabilities. Here&#039;s how to find affected assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest SonicWall SonicOS&nbsp;vulnerabilities:&nbsp;CVE-2026-15409 and&nbsp;CVE-2026-15410</h2>
<p>SonicWall <a href="https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2026-0008" target="_blank">disclosed</a>
 that certain versions of the SMA1000 series appliances are susceptible to the following vulnerabilities:</p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-15409" target="_blank">CVE-2026-15409</a>:
 A Server-Side Request Forgery (SSRF) vulnerability allows a remote unauthenticated attacker to access internal server resources and unintended locations. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-15409" target="_blank">CVE-2026-15409</a> and has been rated <em>critical</em>&nbsp;with a CVSS score of <strong>10.0</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-15410" target="_blank">CVE-2026-15410</a>:
A authenticated remote code execution (RCE) vulnerability in the SMA1000 Appliance Management Console (AMC) could allow an attacker with administrator permissions to execute OS commands.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-15410" target="_blank">CVE-2026-15410</a> and has been rated <em>high</em>&nbsp;with a CVSS score of <strong>7.2</strong>.</li></ul>
<p>There is evidence that these vulnerabilities are being actively <em>exploited in the wild </em>and the vulnerability has been <a href="https://www.cisa.gov/news-events/alerts/2026/07/14/cisa-adds-four-known-exploited-vulnerabilities-catalog" target="_blank">added</a> to the CISA KEV list July 14th, 2026.<br><strong><br>The following versions are affected:</strong></p>
<ul><li>SMA1000 Models - 6210, 7210, 8200v<ul><li>12.4.3-03245</li><li>12.4.3-03387</li><li>12.4.3-03434</li><li>12.5.0-02283</li><li>12.5.0-02624</li><li>12.5.0-02800</li></ul></li></ul>
<ul></ul>
<h2>What is SonicWall SMA1000?</h2>
<p>SonicWall Secure Mobile Access (SMA) 1000 series appliances are hardware security devices that provide zero-trust and secure access gateway support for businesses.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerabilities allows 
an unauthenticated attacker with network access to gain 
unauthorized access to management functionality, potentially allowing an attacker to access administrative endpoints and if the vulnerabilities can be chained potentially remote code execution.</p>
<h2>Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions immediately:<br></p>
<ul><li>Version 12.4.3-03453 or later</li><li>Version 12.5.0-02835 or later</li></ul>
<ul></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p dir="ltr">From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>hw:="SonicWall SMA1000" AND os_version:&gt;0 AND (os_version:=12.4.3 OR os_version:=12.5.0)</code></pre>
<hr>
<h2>May 2026:&nbsp;CVE-2026-0204, CVE-2026-0205, and CVE-2026-0206</h2>
<p>SonicWall&nbsp;<a href="https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2026-0004" target="_blank">disclosed</a> that certain versions of SonicOS across Gen 6, Gen 7, and Gen 8 firewall platforms are susceptible to the following vulnerabilities:</p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-0204" target="_blank">CVE-2026-0204</a>: A flaw in the access control mechanism may expose management interface functions under specific conditions. An unauthenticated attacker with adjacent network access could gain unauthorized access to management functionality, potentially leading to security control bypasses or administrative misuse.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-41940" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-0204" target="_blank">CVE-2026-0204</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.0</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-0205" target="_blank">CVE-2026-0205</a>: A post-authentication path traversal vulnerability allows an authenticated attacker with adjacent network access to interact with restricted services.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-41940" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-0204" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-0205" target="_blank">CVE-2026-0205</a> and has been rated <em><em>medium</em></em> with a CVSS score of <strong>6.8</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-0206" target="_blank">CVE-2026-0206</a>: A post-authentication stack-based buffer overflow allows a remote, high-privileged attacker to cause a denial-of-service (DoS) by crashing the firewall.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-41940" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-0204" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-0205" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-0206" target="_blank">CVE-2026-0206</a> and has been rated <em><em>medium</em></em> with a CVSS score of <strong>4.9</strong>.</li></ul>
<p><strong></strong>While unconfirmed, the initial authentication bypass (<a href="https://www.cve.org/CVERecord?id=CVE-2026-0204" target="_blank">CVE-2026-0204</a>) may provide an unauthenticated attacker with the privileges necessary to chain and exploit the subsequent path traversal and buffer overflow vulnerabilities.<br><strong><br>The following versions are affected:</strong></p>
<ul><li>Gen 6 Series (TZ 300/400/500/600, NSA 2650–6650, SOHO 250, SM 9200–9650): SonicOS version 6.5.5.1-6n and prior.</li><li>Gen 7 Series (TZ 270–670, NSa 2700–6700, NSsp 10700–15700, NSv 270-870): SonicOS 7.0.1-5169 and prior, and 7.3.1-7013 and prior.</li><li>Gen 8 Series (TZ 80–680, NSa 2800–5800): SonicOS version 8.1.0-8017 and prior.</li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of the vulnerabilities allows an&nbsp;unauthenticated attacker with adjacent network access to gain unauthorized access to management functionality, potentially leading to security control bypasses.<br></p>
<h3>Are updates or workarounds available?</h3>
<p>Users are encouraged upgrade affected systems to the following versions immediately:<br></p>
<ul><li>Gen 6 Series:&nbsp;Upgrade to SonicOS version 6.5.5.2-28n or later.</li><li>Gen 7 Series: Upgrade to SonicOS version 7.3.2-7010 or later.</li><li>Gen 8 Series: Upgrade to SonicOS version 8.2.0-8009 or later.</li></ul>
<ul></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p dir="ltr">From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>hw:="SonicWall%" AND os:="SonicWall SonicOS%" AND
  os_version:&gt;0 AND ((os_version:&lt;"6.5.5.2-28n") OR
  (os_version:&gt;="7" AND os_version:&lt;"7.3.2-7010") OR
  (os_version:&gt;="8" AND os_version:&lt;"8.2.0-8009"))</code></pre>
<hr>
<h2>July 2025:&nbsp;SMA1000 series, multiple vulnerabilities</h2>
<p dir="ltr">SonicWall has&nbsp;disclosed&nbsp;four vulnerabilities, across two advisories (<a href="https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2025-0014" target="_blank">SNWLID-2025-0014</a> and <a href="https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2025-0012" target="_blank">SNWLID-2025-0012</a>), in certain versions of&nbsp;SMA 100 series products (SMA 210, 410 and 500v). <br></p>
<ul><li>An authenticated arbitrary file upload vulnerability exists in the SMA 100 series web management interface. A remote adversary with administrative privileges can exploit this flaw to upload arbitrary files to the system, potentially leading to remote code execution (RCE).&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-40599" target="_blank">CVE-2025-40599</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.1</strong>.</li><li>A stack-based buffer overflow vulnerability in the SMA 100 series web interface may allow a remote, unauthenticated adversary to achieve remote code execution (RCE) or cause a denial-of-service (DoS) condition.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-40596" target="_blank">CVE-2025-40596</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.3</strong>.</li><li>A heap-based buffer overflow vulnerability in the SMA 100 series web interface may allow a remote, unauthenticated adversary to achieve remote code execution (RCE) or cause a denial-of-service (DoS) condition.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-40597" target="_blank">CVE-2025-40597</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.5</strong>.</li><li>A reflected cross-site scripting (XSS) vulnerability in the SMA 100 series web interface may allow a remote, unauthenticated adversary to execute arbitrary client-side JavaScript code in a victim's web browser.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-40598" target="_blank">CVE-2025-40598</a> and has been rated <em><em>medium</em></em> with a CVSS score of <strong>6.1</strong>.</li></ul>
<p><strong>The following versions are affected</strong></p>
<ul><li>SMA 100 Series (SMA 210, 410, 500v) version 10.2.1.15-81sv and prior versions</li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable device, potentially leading to complete system compromise.<br></p>
<h3>Are updates or workarounds available?</h3>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>SMA 100 Series (SMA 210, 410, 500v) upgrade to version 10.2.2.1-90sv or later</li></ul>
<p>There is no evidence these vulnerabilities are being exploited in the wild. However, due to latest <a href="https://cloud.google.com/blog/topics/threat-intelligence/sonicwall-secure-mobile-access-exploitation-overstep-backdoor" target="_blank">threat intelligence</a> from Google Threat Intelligence Group (GTIG), which highlights potential risks, SonicWall is strongly advising all organizations using SMA 100 series products to take additional measures detailed in the comments section of the security advisory <a href="https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2025-0014" target="_blank">SNWLID-2025-0014</a>.</p>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p dir="ltr">From the&nbsp;<a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a><a href="https://console.runzero.com/inventory/services" target="_blank"></a>, use the following query to locate potentially vulnerable&nbsp;assets:<br></p>
<pre><code>hw:="SonicWall SMA100"</code></pre>
<hr>
<h2>May 2025:&nbsp;SMA1000 series, multiple vulnerabilities</h2>
<p dir="ltr">SonicWall has <a href="https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2025-0011" target="_blank">issued an advisory</a> for its SMA100 Series appliances.&nbsp;<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2025-32819" target="_blank">CVE-2025-32819</a><strong>&nbsp;</strong><strong></strong>and has been rated <em>high</em>&nbsp;with a CVSS score of <strong>8.8</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2025-32820" target="_blank">CVE-2025-32820</a>&nbsp;<strong><strong></strong></strong>and has been rated<em> high</em> with a CVSS score of <strong>8.3</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2025-32821" target="_blank">CVE-2025-32821</a><strong><strong>&nbsp;</strong></strong>and has been rated<em> medium</em> with a CVSS score of <strong>6.7</strong>.</li></ul>
<h3>What is the impact?</h3>
<p>When chained together, the vulnerabilities&nbsp;could allow a remote authenticated attacker to bypass system checks leading to potential remote code execution. It <strong>does <u>not</u> affect</strong> SonicWall Firewall or SMA 1000 series appliances.</p>
<h3>Are updates or workarounds available?</h3>
<p>The vendor advises users to update to platform-hotfix (10.2.1.15-81sv or later) as soon as possible. The vendor also advises its customers to configure multifactor authentication&nbsp;(MFA)&nbsp;and enable WAF on the appliance.</p>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p dir="ltr">From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service Inventory</a>, use the following query to locate systems running potentially vulnerable firmware:</p>
<pre><code>hw:"SonicWall SMA100" OR (_asset.protocol:http AND http.head.server:="SonicWALL SSL-VPN Web Server")</code></pre>
<hr>
<h2>January 2025: SMA1000 Series</h2>
<p dir="ltr">SonicWall has <a href="https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2025-0002" target="_blank">issued an advisory</a> for its SMA1000 Series&nbsp;appliances. The vendor reported that this vulnerability may be&nbsp;actively exploited in the wild.</p>
<p dir="ltr">This vulnerability has been designated <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-23006" target="_blank">CVE-2025-23006</a> and has been assigned a CVSS score of <strong>9.8</strong> (<strong><em>critical</em></strong>).<br></p>
<h3>What is the impact?</h3>
<p>The vulnerability would allow for a remote unauthenticated attacker to execute arbitrary operating system commands. The vulnerability was discovered within the SMA1000 Appliance Management Console (AMC) and Central Management Console&nbsp;(CMC).&nbsp;It <strong>does not affect</strong> SonicWall Firewall or SMA 100 series appliances.</p>
<h3>Are updates or workarounds available?</h3>
<p>The vendor advises users to update to platform-hotfix (12.4.3-02854 or later)&nbsp;as soon as possible. The vendor also advises its customers to follow the steps outlined in the&nbsp;<a href="https://www.sonicwall.com/techdocs/pdf/sma_1000-12-4-admin_guide.pdf#page=653" target="_blank">Best Practices</a> section of&nbsp;the SMA1000 Administration&nbsp;Guide.&nbsp;Access to the console should also be restricted to trusted networks. </p>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p dir="ltr">From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service Inventory</a>, use the following query to locate systems running potentially vulnerable firmware:</p>
<pre><code>hw:"SonicWall SMA1000" OR _asset.protocol:http (last.html.title:="Appliance Management Console Login" OR last.html.title:="Central Management Console Login" OR http.head.server:="SMA/%" OR (favicon.ico.image.mmh3:"16866410" AND (last.html.title:"WorkPlace" OR html.title:"WorkPlace")))</code></pre>
<hr>
<h2>September 2024: SonicOS and SSLVPN</h2>
<p>SonicWall <a href="https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2024-0015" target="_blank">disclosed</a>&nbsp;a vulnerability that affects SonicOS management access and SSLVPN software on SonicWall Gen 5, Gen 6, in addition to Gen 7 devices running SonicOS version 7.0.1-5035 or earlier.</p>
<p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-40766" target="_blank">CVE-2024-40766</a>&nbsp;is rated <strong><em>critical</em></strong> with CVSS score of <strong>9.3</strong>, and potentially allows for unauthorized resource access by an attacker. </p>
<h3>What is the impact?</h3>
<p>Successful exploitation of this vulnerability potentially results in unauthorized resource access and in some cases could lead to a DoS after causing vulnerable devices to crash.</p>
<h3>Are updates or workarounds available? </h3>
<p>SonicWall recommends restricting management access to trusted sources or disabling WAN management from the public Internet. Additionally, SonicWall has released updated firmware which is available for download from <a href="https://mysonicwall.com" target="_blank">mysonicwall.com</a>.</p>
<h3>How to find potentially vulnerable systems with runZero </h3>
<p>From the <a href="https://console.runzero.com/inventory" target="_blank">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:<code></code></p>
<pre><code>hw:"SonicWall"</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/nsa-csa/</id>
            <title>Has a nation-state pwned your routers?</title>
            <published>2026-07-14T09:20:00-04:00</published>
            <updated>2026-07-14T09:20:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/nsa-csa/" />
            <summary type="html">Time for some router hygiene. Dive into the NSA&#039;s latest advisory on nation-state cyber threats and get the steps needed to protect your environment.</summary>
                            <author>
                    <name>Colin Dupreay</name>
                </author>
                        <content type="html">
                <![CDATA[<p>Howdy Folks! In case you missed the <a href="https://www.linkedin.com/posts/national-security-agency_cybersecurityadvisory-cybersecurity-nsa-activity-7482393404941893632-vnbA?utm_source=share&utm_medium=member_desktop&rcm=ACoAAEriIJwBw5zVuhXoIJYFxRgoA6S1L4IUx24" target="_blank">NSA’s post</a> about it, they released a <a href="https://media.defense.gov/2026/Jul/09/2003959498/-1/-1/0/CSA_IMPROVE_ROUTER_HYGIENE.PDF" target="_blank">joint Cybersecurity Advisory (CSA)</a> with several U.S. and international partner agencies to provide guidance on router hygiene. Specifically, this CSA and its recommended mitigations are focused on reducing the threat from Russian FSB Center 16 and other adversarial cyber actors. The threat from these malicious actors is not limited to U.S. federal entities only; the FSB’s targets include, but are not limited to the following sectors:<br></p>
<ul><li>Communications</li><li>Defense Industrial Base</li><li>Energy</li><li>Financial Service</li><li>Government Services and Facilities, especially state and local level entities </li><li>Healthcare and Public Health</li></ul>
<h2>The attack strategy</h2>
<p>The threat actors are using a multi-step process to steal and exfiltrate router configurations for future exploitation, including: </p>
<ol><li>Scanning Internet IP Ranges for devices using default community strings for SNMPv1 and 2</li><li>Once discovered, SNMP commands are executed against the devices</li><li>Router configuration is copied off and sent via TFTP</li><li>The cyber actor accesses the stolen data.</li></ol>
<figure><img src="/uploads/blog/nsa-csa/adversary-mitigation-techniques.webp" data-image="344991" width="100%"></figure>
<h2>Recommended actions for mitigating these attacks</h2>
<p>The CSA guidance calls out six mitigation actions to help defenders protect their environments:</p>
<ol><li>Disable Cisco Smart Install on all devices</li><li>Discontinue use of and disable SNMPv1 and v2. Use SNMPv3 with ‘authPriv’ configured to modernize encryption</li><li>Use strong and unique passwords for local accounts on network devices and configure secure storage for credentials <ol type="a"><li>Avoid using <a href="https://media.defense.gov/2022/Feb/17/2002940795/-1/-1/1/CSI_CISCO_PASSWORD_TYPES_BEST_PRACTICES_20220217.PDF" target="_blank">Cisco hashing other than type 8</a>. </li></ol></li><li>Monitor and restrict access to SNMP OID’s using a MIB allow-list.<ol type="a"><li>Monitor and configure IDS rules for SNMP Set-Requests that target OIDs that have access to target sensitive data</li></ol></li><li>Restrict and monitor management protocols<ol type="a"><li>On edge devices, deny or strictly monitor: <ol type="i"><li>TFTP (UDP 69)</li><li>SMI (TCP 4786)</li><li>SNMP (UDP 161 and 162)</li><li>SNMPv3 (TCP/UDP 10161 and 10162)</li></ol></li></ol></li><li>Ensure network devices are running up to date software and firmware packages. Patch known vulnerabilities, and replace end of life (EOL) devices.</li></ol>
<h2>How runZero can help</h2>
<p>runZero can help federal agencies, financial institutions, critical infrastructure, and everyone in between to quickly and efficiently implement the mitigations the advisory recommends. By scanning your internal and external attack surface, runZero can ensure that you are in a strong defensive posture against adversarial cyber actors by allowing you to:</p>
<ol><li>Identify all Cisco devices with Cisco Smart Install enabled, and what interface its enabled on, with a native Vulnerability finding</li></ol>
<figure><img src="/uploads/blog/nsa-csa/vulnerability-inventory-by-asset.webp" data-image="345005"></figure>
<ol start="2"><li>Identify default SNMPv2 and v2 community strings with a native SNMP defaults finding:</li></ol>
<figure><img src="/uploads/blog/nsa-csa/vulnerability-inventory-by-asset-low.webp" data-image="345006"></figure>
<div><br></div>
<ol start="3"><li>Identify all instances of SNMPv1 or v2 with: <pre><code>protocol:snmp AND (protocol:snmp1 or protocol:snmp2)</code></pre></li><ol type="a"><li>Or, to just find all instance of SNMP running with just <code>protocol:snmp</code></li></ol></ol>
<figure><img src="/uploads/blog/nsa-csa/service-inventory.webp" data-image="345007"></figure>
<ol start="4"><li>Identify any and all management protocols, even over non standard ports:</li></ol>
<figure><img src="/uploads/blog/nsa-csa/service-inventory-ftp.webp" data-image="345014"></figure>
<ol start="5"><li>Discovery of EOL network devices with a native finding of EOL devices, including a finding for edge devices as they pertain to <a href="https://www.runzero.com/blog/bod-26-02-compliance/">BOD 26-02</a>:</li></ol>
<figure><img src="/uploads/blog/nsa-csa/cisa-bod-edge-devices.webp" data-image="345015"></figure>
<p>If you aren’t certain that your network is properly protected against this threat vector, <a href="https://www.runzero.com/contact-us/">contact us today</a> or sign up for a free trial at: <a href="https://www.runzero.com/try/">https://www.runzero.com/try/</a>.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/ubiquiti-unifi-os/</id>
            <title>Ubiquiti UniFi OS vulnerabilities: How to find impacted assets</title>
            <published>2026-07-08T18:26:00-04:00</published>
            <updated>2026-07-08T18:26:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/ubiquiti-unifi-os/" />
            <summary type="html">Ubiquiti disclosed multiple vulnerabilities affecting certain versions of the UniFi OS. Here&#039;s how to find affected assets with runZero.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Ubiquiti UniFi OS&nbsp;vulnerabilities</h2>
<p>Ubiquiti <a href="https://community.ui.com/releases/Security-Advisory-Bulletin-066-066/984eceb3-49c8-4227-942d-671c289b3afc" target="_blank">disclosed</a> multiple vulnerabilities affecting certain versions of the&nbsp;UniFi OS:<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54401" target="_blank">CVE-2026-54401</a>: A Server-Side Request Forgery (SSRF) vulnerability that allows a remote, low-privileged attacker to escalate privileges within UniFi OS devices or instances.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-54401" target="_blank">CVE-2026-54401</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.7</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54402" target="_blank">CVE-2026-54402</a>: An improper input validation vulnerability that allows a remote, low-privileged attacker to perform command injection on the host device.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-54402" target="_blank">CVE-2026-54402</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.9</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54403" target="_blank">CVE-2026-54403</a>: A path traversal vulnerability that allows a remote, low-privileged attacker to bypass authentication on UniFi OS devices or instances.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-54403" target="_blank">CVE-2026-54403</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.6</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54404" target="_blank">CVE-2026-54404</a>: A series of authenticated SQL Injection (SQLi) vulnerabilities that allow a remote, low-privileged attacker to escalate privileges within UniFi OS devices or instances.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-54404" target="_blank">CVE-2026-54404</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.8</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-55110" target="_blank">CVE-2026-55110</a>: A Cross-Origin Resource Sharing (CORS) misconfiguration vulnerability that allows a remote, unauthenticated attacker, who convinces an authenticated user to visit a malicious webpage, to trigger operations in UniFi OS using that user's session.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-55110" target="_blank">CVE-2026-55110</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.5</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-55112" target="_blank">CVE-2026-55112</a>: An improper access control vulnerability that allows a remote, low-privileged attacker to escalate privileges on the host device under certain conditions when UniFi OS is configured with the UniFi Protect Application.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-55112" target="_blank">CVE-2026-55112</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.5</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-55116" target="_blank">CVE-2026-55116</a>: An improper access control vulnerability that, under certain network configurations, allows a remote, unauthenticated attacker to make unauthorized changes to UniFi OS devices.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-55116" target="_blank">CVE-2026-55116</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.0</strong>.</li></ul>
<ul></ul>
<p><strong>The following software versions are affected across their respective hardware platforms (including all standalone servers, UDM, UNAS, UCG, UCK, UNVR, ENVR, and EF consoles):</strong><br></p>
<ul><li>UniFi OS / Server (Standard Consoles): Version 5.1.15 and prior.<ul><li>Applies to all reported CVEs (CVE-2026-54401 through CVE-2026-55116).</li><li>Note on CVE-2026-55112: This risk only presents if the platform is running the UniFi Protect Application.</li></ul></li><li>UniFi Network Attached Storage (UNAS): Version 5.1.16 and prior.<ul><li>Applies to CVE-2026-54401, CVE-2026-54402, CVE-2026-54403, CVE-2026-54404, and CVE-2026-55110.</li></ul></li><li>Enterprise Firewall (EF-Core): Version 5.1.18 and prior.<ul><li>Applies to all reported CVEs.</li></ul></li></ul>
<p>Note on CVE-2026-54403: While the narrative text within the manufacturer's advisory suggests that chaining this path traversal flaw could allow an attacker to bypass the low-privilege threshold, the formal CVSS tracking metrics officially list the Privileges Required (PR) value as "None."</p>
<h2>What is Ubiquiti UniFi OS?</h2>
<p>Ubiquiti UniFi OS is a Linux-based operating system and application server platform deployed across dedicated Cloud Gateways, hardware consoles, and self-hosted servers to manage and run individual network and security applications.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities allows an adversary to bypass authentication, escalate privileges on the host device, and make unauthorized system or configuration changes.<br></p>
<h2>Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:</p>
<ul><li>All Platforms: Upgrade to UniFi OS version 5.1.19 or later.</li></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>os:="Ubiquiti UniFi OS"</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/ubiquiti-unifi-protect/</id>
            <title>Ubiquiti UniFi Protect vulnerabilities: How to find impacted assets</title>
            <published>2026-01-06T13:06:00-05:00</published>
            <updated>2026-07-08T14:35:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/ubiquiti-unifi-protect/" />
            <summary type="html">Ubiquiti disclosed multiple vulnerabilities affecting certain versions of the UniFi Protect Application. Here&#039;s how to find affected assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Ubiquiti UniFi Protect vulnerabilities</h2>
<p>Ubiquiti <a href="https://community.ui.com/releases/Security-Advisory-Bulletin-066-066/984eceb3-49c8-4227-942d-671c289b3afc" target="_blank">disclosed</a> multiple vulnerabilities affecting certain versions of the UniFi Protect Application:<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54407" target="_blank">CVE-2026-54407</a>: An improper access control vulnerability that allows a remote, unauthenticated attacker to bypass authentication on specific UniFi Protect Application API endpoints.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-54407" target="_blank">CVE-2026-54407</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.6</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54408" target="_blank">CVE-2026-54408</a>: An improper access control vulnerability that allows a remote, unauthenticated attacker to bypass data streaming authentication.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-54408" target="_blank">CVE-2026-54408</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.6</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54409" target="_blank">CVE-2026-54409</a>: An improper initialization vulnerability that allows a remote, unauthenticated attacker to bypass authentication on UniFi Protect cameras under certain conditions.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-54409" target="_blank">CVE-2026-54409</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.5</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-55115" target="_blank">CVE-2026-55115</a>: A Server-Side Request Forgery (SSRF) vulnerability that allows a remote, low-privileged attacker to escalate privileges on the host device.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-55115" target="_blank">CVE-2026-55115</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.9</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-56841" target="_blank">CVE-2026-56841</a>: An authenticated SQL Injection (SQLi) vulnerability that allows a remote, low-privileged attacker to escalate privileges on the host device.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-56841" target="_blank">CVE-2026-56841</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.8</strong>.</li></ul>
<ul></ul>
<p><strong>The following versions are affected</strong><br></p>
<ul><li>UniFi Protect Application: Versions 7.1.77 and prior.</li></ul>
<h2>What is Ubiquiti UniFi Protect?</h2>
<p>Ubiquiti UniFi Protect is a network video management application that operates on specialized local hardware to manage camera configuration, video recording, and event-based analytics for an integrated surveillance system.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities allows an adversary to escalate privileges on the host device while gaining unauthorized access to the UniFi Protect API endpoints, data streaming, and connected cameras.</p>
<h2>Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>UniFi Protect Application: Version 7.1.83 or later.</li></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>hw:="Ubiquiti _NVR%"</code></pre>
<hr>
<h2>January 2026:&nbsp;CVE-2026-21633 and&nbsp;CVE-2026-21634</h2>
<p>Ubiquiti <a href="https://community.ui.com/releases/Security-Advisory-Bulletin-058-058/6922ff20-8cd7-4724-8d8c-676458a2d0f9" target="_blank">disclosed</a> multiple vulnerabilities affecting certain versions of the UniFi Protect Application:</p>
<ul><li>An improper authentication vulnerability via the discovery protocol. Successful exploitation allows a network-adjacent, unauthenticated adversary to obtain unauthorized access to UniFi Protect cameras.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-21633" target="_blank">CVE-2026-21633</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.8</strong>.</li><li>A buffer overflow vulnerability via the discovery protocol. Successful exploitation allows a network-adjacent, unauthenticated adversary to restart the application, causing a denial-of-service (DoS) condition.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-21634" target="_blank">CVE-2026-21634</a> and has been rated <em><em>medium</em></em> with a CVSS score of <strong>6.5</strong>.</li></ul>
<ul></ul>
<p><strong>The following versions are affected</strong><br></p>
<ul><li>UniFi Protect Application versions 6.1.79 and prior</li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of the vulnerabilities would allow an adversary to gain unauthorized access to UniFi Protect cameras or&nbsp;cause denial-of-service (DoS) conditions limiting&nbsp;proper function.</p>
<h3>Are updates or workarounds available?</h3>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>UniFi Protect Application upgrade to version 6.2.72 or later</li></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>hw:="Ubiquiti _NVR%"</code></pre>
<hr>
<h2>May 2025: UniFi Protect IP cameras (CVE-2025-23123)</h2>
<p>In May 2025,&nbsp;Ubiquiti&nbsp;<a href="https://community.ui.com/releases/Security-Advisory-Bulletin-047-047/cef86c37-7421-44fd-b251-84e76475a5bc" rel="noopener" target="_blank">disclosed a vulnerability</a>&nbsp;in its UniFi Protect IP cameras. This vulnerability allowed an unauthenticated attacker with access to the camera's management network to execute arbitrary code on the device.</p>
<p>This vulnerability was designated&nbsp;<a href="https://www.cve.org/CVERecord?id=CVE-2025-23123" rel="noopener" target="_blank">CVE-2025-23123</a>&nbsp;and had a CVSS score of&nbsp;<strong>10.0</strong> (<strong><em>critical</em></strong>).&nbsp;</p>
<h3>What was&nbsp;the impact?</h3>
<p>An attacker with access to the camera's management interface would be able to execute arbitrary code on the device. This would allow the attacker to take complete control of the device.</p>
<h3>Were updates or workarounds available?</h3>
<p>Ubiquiti&nbsp;<a href="https://community.ui.com/releases/Security-Advisory-Bulletin-047-047/cef86c37-7421-44fd-b251-84e76475a5bc" rel="noopener" target="_blank">released an update</a>&nbsp;to the firmware, version&nbsp;4.75.62, to address this issue. Users were recommended to update to this or a later version as quickly as possible.</p>
<h3>How to find UniFi Protect cameras with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset inventory</a>, use the following query to locate Ubiquiti IP cameras on your network:</p>
<pre><code>hw:Ubiquiti type:Camera</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/adobe-coldfusion/</id>
            <title>Adobe ColdFusion vulnerabilities: How to find impacted assets</title>
            <published>2025-04-08T17:43:00-04:00</published>
            <updated>2026-07-07T17:28:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/adobe-coldfusion/" />
            <summary type="html">Adobe disclosed multiple vulnerabilities in their ColdFusion rapid application development product. Here&#039;s how to find affected assets with runZero.</summary>
                            <author>
                    <name>runZero Team</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Adobe ColdFusion vulnerabilities: Multiple CVEs</h2>
<p>Adobe&nbsp;<a href="https://helpx.adobe.com/security/products/coldfusion/apsb26-68.html" target="_blank">disclosed</a>&nbsp;(via bulletin ID&nbsp;APSB26-68)&nbsp;multiple vulnerabilities in their ColdFusion rapid application development product that could allow an attacker to execute arbitrary code on vulnerable systems, or disclose the contents of arbitrary files.</p>
<ul><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48276" target="_blank">CVE-2026-48276</a>: Unrestricted Upload of File with Dangerous Type vulnerability that could result in arbitrary code 
execution in the context of the current user.&nbsp;This vulnerability is considered <em><em>critical</em></em> with a CVSS score of <strong><strong>10.0</strong></strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48277" target="_blank">CVE-2026-48277</a>: Improper Input Validation vulnerability that could result in arbitrary code execution in  the 
context of the current user.&nbsp;This vulnerability is considered <em><em>critical</em></em> with a CVSS score of <strong><strong>10.0</strong></strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48281" target="_blank">CVE-2026-48281</a>: Improper Input Validation vulnerability that could result in arbitrary code execution in the context 
of the current user.&nbsp;This vulnerability is considered <em><em>critical</em></em> with a CVSS score of <strong><strong>10.0</strong></strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48282" target="_blank">CVE-2026-48282</a>: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that 
could lead to arbitrary code execution in the context of the current user.&nbsp;This vulnerability is considered <em><em>critical</em></em> with a CVSS score of <strong><strong>10.0</strong></strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48283" target="_blank">CVE-2026-48283</a>: Unrestricted Upload of File with Dangerous Type vulnerability that could result in arbitrary code 
execution in the context of the current user.&nbsp;This vulnerability is considered <em>critical</em>&nbsp;with a CVSS score of <strong>10.0</strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48313" target="_blank">CVE-2026-48313</a>: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that 
could lead to arbitrary file system read and limited write access. An attacker could exploit this vulnerability to 
access sensitive files and directories outside the intended access scope.&nbsp;This vulnerability is considered <em><em>critical</em></em> with a CVSS score of <strong>9.3</strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48315" target="_blank">CVE-2026-48315</a>: Improper Input Validation vulnerability that could result in arbitrary code execution in the context 
of the current user. An attacker could exploit this vulnerability to inject malicious scripts into a web page, 
potentially gaining elevated access or control over the victim's account or session.&nbsp;This vulnerability is considered <em><em>critical</em></em> with a CVSS score of <strong>9.3</strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48307" target="_blank">CVE-2026-48307</a>: Reflected Cross-Site Scripting (XSS) vulnerability. An attacker could exploit this vulnerability to 
inject malicious scripts into a web page, potentially resulting in arbitrary code execution in the context of the 
current user.&nbsp;This vulnerability is considered <em>high</em> with a CVSS score of <strong>8.8</strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-48285" target="_blank">CVE-2026-48285</a>: Server-Side Request Forgery (SSRF) vulnerability that could result in a Security feature bypass. An 
attacker could leverage this vulnerability to bypass security measures and gain unauthorized read access.&nbsp;This vulnerability is considered <em>high</em> with a CVSS score of <strong>8.6</strong>.</li></ul>
<p><span style="color: rgb(0, 39, 63);"><strong>Update (July 7, 2026)</strong>:</span> There is <a href="https://www.cisa.gov/news-events/alerts/2026/07/07/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">evidence</a> that <a href="https://www.cve.org/CVERecord?id=CVE-2026-42271" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-48282" target="_blank">CVE-2026-48282</a> <strong>is being actively exploited in the wild</strong>.</p>
<h2>What is Adobe ColdFusion?</h2>
<p>Adobe ColdFusion is a commercial rapid web-application development platform that runs on top of Java and uses its own
simplified scripting language, ColdFusion Markup Language (CFML). It is primarily designed to easily connect dynamic
web pages to databases and streamline complex enterprise tasks with minimal code.</p>
<h2>What is the impact?</h2>
<p>Successfully exploiting one of these vulnerabilities could allow an attacker to execute arbitrary code on the vulnerable system, or disclose the contents of arbitrary files.</p>
<p>ColdFusion 2025.9,&nbsp;2023.20, and earlier versions are&nbsp;vulnerable.</p>
<h2>Are updates or workarounds available?</h2>
<p>Adobe has&nbsp;<a href="https://helpx.adobe.com/security/products/coldfusion/apsb26-68.html" target="_blank">released updates</a>&nbsp;that address these vulnerabilities and users are advised to upgrade as quickly as possible.</p>
<h2>How do I find potentially vulnerable systems with runZero?</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups/" target="_blank">Software Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>vendor:=Adobe AND product:ColdFusion</code></pre>
<hr>
<h2>April 2025: Adobe ColdFusion vulnerabilities</h2>
<p>On April 8, 2025,&nbsp;Adobe&nbsp;<a href="https://helpx.adobe.com/security/products/coldfusion/apsb25-15.html" target="_blank">disclosed</a>&nbsp;(via bulletin ID&nbsp;APSB25-15)&nbsp;multiple vulnerabilities in their ColdFusion rapid application development product that could allow an attacker to execute arbitrary code on vulnerable systems, or disclose the contents of arbitrary files.</p>
<h3>What was the impact?</h3>
<p>Successfully exploiting one of these vulnerabilities could allow an attacker to execute arbitrary code on the vulnerable system, or disclose the contents of arbitrary files.</p>
<p>ColdFusion 2021, 2023, and 2025 were vulnerable.</p>
<h3>Were updates or workarounds available?</h3>
<p>Adobe&nbsp;<a href="https://helpx.adobe.com/security/products/coldfusion/apsb25-15.html">released updates</a>&nbsp;that addressed these vulnerabilities and users were advised to upgrade as quickly as possible.</p>
<h3>How do I find potentially vulnerable systems with runZero?</h3>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>product:ColdFusion</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/beyondtrust-appliances/</id>
            <title>BeyondTrust critical vulnerabilities: How to find affected assets</title>
            <published>2024-12-20T00:00:00-05:00</published>
            <updated>2026-07-07T11:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/beyondtrust-appliances/" />
            <summary type="html">BeyondTrust has disclosed multiple pre-authentication authorization vulnerabilities affecting certain versions of both RS and PRA.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest BeyondTrust vulnerabilities:  CVE-2026-40138, CVE-2026-40139, CVE-2026-40140, & CVE-2026-40141</h2>
<p>BeyondTrust <a href="https://www.beyondtrust.com/trust-center/security-advisories/bt26-03" target="_blank">disclosed</a> multiple pre-authentication authorization vulnerabilities affecting certain versions of both Remote Support (RS) and Privileged Remote Access (PRA). The vulnerabilities have been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-40138" target="_blank">CVE-2026-40138</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-40139" target="_blank">CVE-2026-40139</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-40140" target="_blank">CVE-2026-40140</a>, & <a href="https://www.cve.org/CVERecord?id=CVE-2026-40141" target="_blank">CVE-2026-40141</a> and has the highest risk of the vulnerabilities been rated <em>critical</em> with a CVSS score of <strong>9.2</strong>.</p>
<h2>What are BeyondTrust Remote Support, and Privileged Remote Access?</h2>
<p><strong>BeyondTrust Remote Support (RS)</strong> is an enterprise platform designed for help desks to securely access and troubleshoot 
end-user devices or mobile platforms across any network without a VPN.</p>
<p><strong>BeyondTrust Privileged Remote Access (PRA)</strong> is a zero-trust security solution providing vendors and internal admins with 
granular, audited access to critical infrastructure without granting full network visibility.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these issues may allow an unauthenticated remote attacker to bypass access controls and gain unauthorized access to appliances, impact availability, access internal appliance data, and in some configurations gain authenticated privilege escalation.</p>
<h2>Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:</p>
<ul><li>Remote Support (RS) versions 25.3.2 and prior upgrade to version 25.3.3 and later </li><li>Privileged Remote Access (PRA) versions 25.3.2 and prior upgrade to version 25.3.3 and later</li></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Services Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>_asset.protocol:=http AND protocol:=http AND
  (product:="BeyondTrust Remote Support" OR product:="BeyondTrust Privileged Remote Access")
  AND _service.product:beyondtrust</code></pre>
<hr>
<h2>February 2026: CVE-2026-1731</h2>
<p>BeyondTrust <a href="https://www.beyondtrust.com/trust-center/security-advisories/bt26-02" target="_blank">disclosed</a> a pre-authentication remote code execution (RCE) vulnerability affecting certain versions of both Remote Support (RS) and Privileged Remote Access (PRA). This flaw is triggered via specially crafted client requests sent to the appliance. Successful exploitation could allow a remote, unauthenticated adversary to execute arbitrary operating system commands in the context of the site user, potentially leading to full system compromise. The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-1731" target="_blank">CVE-2026-1731</a> and has been rated <em>critical</em> with a CVSS score of <strong>9.9</strong>.<br></p>
<p>There is <a href="https://www.cisa.gov/news-events/alerts/2026/02/13/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">evidence</a> that this vulnerability <strong>is being actively exploited in the wild</strong>.</p>
<ul></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>Remote Support (RS) versions 25.3.1 and prior</li><li>Privileged Remote Access (PRA) versions 24.3.4 and prior</li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of the vulnerability would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h3>Are updates or workarounds available?</h3>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Remote Support (RS) versions 21.3 and older upgrade to a newer version to apply patch BT26-02-RS</li><li>Remote Support (RS) versions 25.3.1 and prior upgrade to version 25.3.2 and later</li><li>Privileged Remote Access (PRA) versions 22.1 and older upgrade to a newer version to apply patch BT26-02-PRA</li><li>Privileged Remote Access (PRA) versions 24.3.4 and prior upgrade to version 25.1.1 and later</li></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Services Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>_asset.protocol:=http AND protocol:=http AND
  (product:="BeyondTrust Remote Support" OR
  product:="Beyond Trust Remote Support" OR
  product:="BeyondTrust BeyondTrust Remote Support" OR
  product:="BeyondTrust Privileged Remote Access")
  AND _service.product:beyondtrust</code></pre>
<hr>
<h2>January 2025: CVE-2024-12356</h2>
<p>BeyondTrust <a href="https://www.beyondtrust.com/trust-center/security-advisories/bt24-10" target="_blank">disclosed</a> that affects their Privileged Remote Access (PRA) and Remote Support (RS) appliances. This has also been added to the <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" target="_blank">CISA KEV</a> as it has been exploited in the wild.</p>
<ul><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-12356" target="_blank">CVE-2024-12356</a> is rated <strong><em>highly-critical</em></strong> with a CVSS score of <strong>9.8</strong>. Successful exploitation of this vulnerability would allow an attacker execute arbitrary commands on the appliance.</li></ul>
<h2>What is the impact?</h2>
<p>The issue impacts PRA and RS versions <strong>24.3.1 and earlier</strong>.</p>
<h2>Are updates or workarounds available?</h2>
<p>BeyondTrust has released a patch for all supported iterations of PRA and RS versions <strong>22.1.x and higher</strong> and has applied the patch to cloud customers earlier this week.</p>
<h2>How do I find potentially vulnerable systems with runZero?</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Services Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>vendor:BeyondTrust or http.body:BeyondTrust
</code></pre>
<p>From the <a href="https://console.runzero.com/inventory" target="_blank">Assets Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre>os:BeyondTrust OR hw:BeyondTrust OR os:Bomgar OR hw:Bomgar</pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/prep-over-panic/</id>
            <title>Navigating the AI bug surge: Prep over panic</title>
            <published>2026-07-07T08:00:00-04:00</published>
            <updated>2026-07-07T08:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/prep-over-panic/" />
            <summary type="html">AI is helping attackers find vulnerabilities faster than ever. Learn how runZero’s Exposure Management Platform helps you outpace threats and reduce risk.</summary>
                            <author>
                    <name>runZero Team</name>
                </author>
                        <content type="html">
                <![CDATA[<p>Adversaries are increasingly leveraging AI to identify unpatchable legacy systems and zero-day vulnerabilities faster than ever before. From boardrooms to living rooms, the discussion is turning to the shrinking window between vulnerability discovery and exploitation.</p>
<p>While AI-driven attacks are ramping up, defenders now have the tools to stay ahead. By integrating deep intelligence across IT, OT, IoT, cloud, and mobile environments, organizations can move from passive asset listing to proactive risk reduction. Now is the time to prepare and understand the most effective strategy for countering this new reality with comprehensive <a href="https://www.runzero.com/blog/apex-agentic-adversary/">exposure management built to outpace AI threats</a>.</p>
<h2>runZero: Definitive record of risk reduction for AI threats</h2>
<p>With AI's ability to quickly chain vulnerabilities together, having a single source of truth for exposure management across your total attack surface is crucial. runZero now serves as the definitive system of record for risk reduction, managing the entire remediation lifecycle from identification to verified closure.</p>
<p>Traditional vulnerability tools often leave defenders buried in noise. By leading with exposure-driven decisions and keeping the network picture current, runZero allows security teams to instantly uncover critical exposures and validate network isolation before an attacker finds the gaps.</p>
<p><a href="https://www.runzero.com/platform/">runZero’s Exposure Management Platform</a> is a game-changer for defenders. It delivers complete visibility and exposure intelligence across your entire attack surface, including IT, OT, IoT, mobile, and cloud, without agents, credentials, or appliances.</p>
<p>With the combined power of runZero <a href="https://www.runzero.com/blog/runzero-4-9/">4.9</a> and <a href="https://www.runzero.com/blog/runzero-5/">5.0</a>, defenders can map hidden attack paths, identify segmentation gaps, and verify remediation against live discovery data. This shift from reactive patching to proactive, risk-based prioritization ensures that defenders win by default, even against AI-driven threats.</p>
<p>By uncovering hidden exposure and risks beyond CVEs, runZero identifies security issues that align with real-world attacker targets and carry significant business impact. Bringing all of this critical context together enables organizations to focus on proactive, risk-based prioritization. You can't fix what you can't see, and you can't prioritize what you don't understand in context.</p>
<p><strong>How runZero transforms exposure management in the age of AI-driven discovery:</strong></p>
<p><strong>1. Comprehensive asset inventory:</strong> runZero provides industry-leading discovery and fingerprinting across internal, external, IT, OT, IoT, and cloud environments without requiring agents or credentials. By unmasking field-level devices and sub-assets hidden behind protocol gateways, it ensures you have a complete picture of your attack surface.</p>
<p><strong>2. Advanced attack path mapping and interactive topology:</strong> Visualize exactly how an attacker could move through your network with interactive 2D and 3D maps. By setting source and target nodes, you can trace trajectories from initial compromise to operational impact, identifying critical choke points and multi-homed devices that bypass segmentation.</p>
<p><strong>3. Protocol exposure identification:</strong> Detects devices and inherently insecure industrial protocols (like Modbus, BACnet, and S7comm) that are exposed to the IT domain. With support for over 220 protocols, runZero flags "low-hanging fruit" that AI-driven threats target to disrupt operations.</p>
<p><strong>4. Focused exposure intelligence dashboard:</strong> The 5.0 release introduces a new default dashboard that prioritizes exposures most likely to lead to an incident. It instantly surfaces critical issues, emerging threats, and recent environment changes, allowing teams to focus on the assets that pose the greatest operational risk.</p>
<p><strong>5. Enhanced vulnerability prioritization and impact insights:</strong> Beyond basic CVE scores, runZero 5.0 correlates asset hardware and software data with known advisories to provide "Missing Patches" entries with remediation recommendations. This reduces noise by highlighting vulnerabilities that carry significant business impact in your specific context.</p>
<p><strong>6. Faster, verified remediation workflows:</strong> Drive execution through bi-directional Jira integration, tracking ownership and status transitions directly within runZero. Most importantly, defenders can verify fixes against live state scans to ensure that gaps are truly fixed before closing the ticket.</p>
<p><strong>7. Interactive exposure reporting:</strong> Share critical risk assessments with stakeholders via automated, interactive email reports. Recipients can search, filter, and drill down into details without needing a runZero login, easing the burden of executive and compliance reporting.</p>
<h2>Bottom line</h2>
<p>As AI helps attackers exploit network exposures faster than ever, an "assume-breach" mentality is a necessity. By mapping attack paths, identifying exposures, and validating segmentation, defenders can shrink their attack surface and stay ahead of the avalanche.</p>
<p>And before AI bug reports become an avalanche that you cannot dig out from, you should consider deploying runZero to gain the comprehensive visibility and context needed to prioritize vulnerabilities and other security risks (misconfigurations, unknown assets, segmentation gaps, etc.) that matter most for securing your environment.</p>
<p>Try runZero for free today at: <a href="https://www.runzero.com/try/">https://www.runzero.com/try/</a></p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/citrix-netscaler/</id>
            <title>NetScaler ADC &amp; Gateway vulnerabilities: Find impacted systems</title>
            <published>2023-07-21T12:30:00-04:00</published>
            <updated>2026-07-01T12:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/citrix-netscaler/" />
            <summary type="html">Citrix has published a security bulletin, documenting multiple vulnerabilities that impact customer-managed installs of NetScaler ADC &amp; NetScaler Gateway.</summary>
                            <author>
                    <name>Tom Sellers</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Citrix NetScaler vulnerabilities:&nbsp;CVE-2026-8451, CVE-2026-8452, CVE-2026-8655, CVE-2026-10816, and
CVE-2026-13474</h2>
<p>Citrix has published <a href="https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX696604" target="_blank">Security Bulletin CTX696604</a>, documenting multiple vulnerabilities that impact customer-managed installations of NetScaler ADC (formerly Citrix ADC) and NetScaler Gateway (formerly Citrix Gateway). In certain gateway and load-balancing configurations, these devices are vulnerable to multiple vulnerabilities:</p>
<ul><li><a href="https://www.cve.org/cverecord?id=CVE-2026-8451" rel="noopener" target="_blank">CVE-2026-8451</a> -&nbsp;Insufficient input validation leading to memory overread. This vulnerability is considered <em>high</em> with a CVSS score of <strong>8.8</strong>.<br></li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-8452" rel="noopener" target="_blank">CVE-2026-8452</a> - Memory overflow vulnerability. This vulnerability is considered <em>high</em>, with a CVSS score of<strong> 8.8</strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-8455" target="_blank">CVE-2026-8655</a> - Memory overflow vulnerability.&nbsp;This vulnerability is considered <em>high</em>, with a CVSS score of<strong> 8.8</strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-10816" target="_blank">CVE-2026-10816</a>&nbsp;- Unauthenticated arbitrary file&nbsp;read.&nbsp;This vulnerability is considered <em>high</em>, with a CVSS score of<strong>&nbsp;7.1</strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-13474" target="_blank">CVE-2026-13474</a> -&nbsp;Denial of service through malformed HTTP/2 requests.&nbsp;This vulnerability is considered <em>high</em>, with a CVSS score of<strong>&nbsp;8.7</strong>.</li></ul>
<ul></ul>
<p>The following versions are affected:</p>
<ul><li>NetScaler ADC: Versions 14.1 BEFORE 72.61</li><li>NetScaler ADC: Versions 14.1 FIPs BEFORE 72.61</li><li>NetScaler ADC: Versions 13.1 BEFORE 63.18</li><li>NetScaler ADC: Versions 13.1 FIPS and NDcPP BEFORE 37.272</li><li>NetScaler Gateway: Versions 14.1 BEFORE 72.61</li><li>NetScaler Gateway: Versions 13.1 BEFORE 63.18</li></ul>
<p><em>Note</em>: Citrix ADC / NetScaler 13.0 and prior have reached end of life. Citrix  has made no statements regarding the vulnerabilities in these versions, but  they are possibly affected as well.</p>
<ul></ul>
<ul></ul>
<h2>What is the impact?</h2>
<p>Citrix has not published guidance on the impact of these vulnerabilities. Given the values that they have provided for the CVSS score it likely that successful exploitation of these vulnerabilities could result in full system compromise.<br></p>
<h2>Are updates or workarounds available?</h2>
<p>Citrix recommends upgrading affected systems to one of the following versions as soon as possible:<br></p>
<ul><li>NetScaler ADC and NetScaler Gateway 14.1-72.61 and later releases</li><li>NetScaler ADC and NetScaler Gateway 13.1-63.18 and later releases of 13.1</li><li>NetScaler ADC 13.1-FIPS and 13.1-NDcPP 13.1.37.272 and later releases of 13.1-FIPS and 13.1-NDcPP</li></ul>
<ul></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>hw:="Citrix NetScaler%" OR hw:="Citrix ADC%" OR os:="Citrix NetScaler%" OR os:="Citrix ADC"</code></pre>
<hr>
<h2>March 2026 (CVE-2026-3055,&nbsp;CVE-2026-4368)</h2>
<p>Citrix has published <a href="https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX696300" target="_blank">Security Bulletin CTX696300</a>, documenting multiple vulnerabilities that impact customer-managed installations of NetScaler ADC (formerly Citrix ADC) and NetScaler Gateway (formerly Citrix Gateway). In certain gateway and load-balancing configurations, these devices are vulnerable to multiple vulnerabilities:</p>
<ul><li><a href="https://www.cve.org/cverecord?id=CVE-2026-3055" rel="noopener" target="_blank">CVE-2026-3055</a> -&nbsp;Insufficient input validation leading to memory overread. This vulnerability is considered <em>critical</em> with a CVSS score of <strong>9.3</strong>.<br></li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-4368" rel="noopener" target="_blank">CVE-2026-4368</a> - A race condition could lead to user session mixup. This vulnerability is considered severe, with a CVSS score of<strong> 7.7</strong>.</li></ul>
<ul></ul>
<p>The following versions are affected:</p>
<ul><li>NetScaler ADC and NetScaler Gateway 14.1 BEFORE 14.1-66.59</li><li>NetScaler ADC and NetScaler Gateway 13.1 BEFORE 13.1-62.23</li><li>NetScaler ADC FIPS and NDcPP BEFORE 13.1-37.262</li></ul>
<p><em>Note</em>: Citrix ADC / NetScaler 13.0 and prior have reached end of life. Citrix  has made no statements regarding the vulnerabilities in these versions, but  they are possibly affected as well.</p>
<ul></ul>
<ul></ul>
<h3>What is the impact?</h3>
<p>Citrix has not published guidance on the impact of these vulnerabilities. Given the values that they have provided for the CVSS score it likely that successful exploitation of these vulnerabilities could result in full system compromise.<br></p>
<h3>Are updates or workarounds available?</h3>
<p>Citrix recommends upgrading affected systems to one of the following versions as soon as possible:<br></p>
<ul><li>NetScaler ADC and NetScaler Gateway 14.1-66.59 and later releases</li><li>NetScaler ADC and NetScaler Gateway 13.1-62.23 and later releases of 13.1</li><li>NetScaler ADC 13.1-FIPS and 13.1-NDcPP 13.1.37.262 and later releases of 13.1-FIPS and 13.1-NDcPP</li></ul>
<ul></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>hw:="Citrix NetScaler%" OR hw:="Citrix ADC%" OR os:="Citrix NetScaler%" OR os:="Citrix ADC"</code></pre>
<hr>
<h2>September 2025 (Multiple CVEs)</h2>
<p>Citrix has published <a href="https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX694938" target="_blank">Security Bulletin CTX694938</a>, documenting multiple vulnerabilities that impact customer-managed installations of NetScaler ADC (formerly Citrix ADC) and NetScaler Gateway (formerly Citrix Gateway). In certain gateway and load-balancing configurations, these devices are vulnerable to multiple vulnerabilities:</p>
<ul><li><a href="https://www.cve.org/cverecord?id=CVE-2025-7775" rel="noopener" target="_blank">CVE-2025-7775</a>&nbsp;- A memory corruption vulnerability that could allow a remote attacker to execute arbitrary code on the system. This vulnerability is considered&nbsp;<em>critical</em> with a CVSS score of&nbsp;<strong>9.2</strong>.<br></li><li><a href="https://www.cve.org/cverecord?id=CVE-2025-7776" rel="noopener" target="_blank">CVE-2025-7776</a>&nbsp;- A memory corruption vulnerability that could allow a remote attacker to create a denial-of-service condition. This vulnerability is considered severe, with a CVSS score of<strong> 8.8</strong>.</li><li><a href="https://www.cve.org/cverecord?id=CVE-2025-8424" rel="noopener" target="_blank">CVE-2025-8424</a>&nbsp;- An improper authentication vulnerability that could allow a remote attacker to gain access to sensitive system resources without proper authorization. This vulnerability is considered severe, with a CVSS score of&nbsp;<strong>8.7</strong>.</li></ul>
<p>There is evidence that CVE-2025-775&nbsp;<strong>is being actively exploited in the wild</strong>.</p>
<ul></ul>
<p>The following versions are affected:</p>
<ul><li>NetScaler ADC and NetScaler Gateway 14.1  before&nbsp;14.1-47.48</li><li>NetScaler ADC and NetScaler Gateway 13.1  before 13.1-59.22</li><li>NetScaler ADC 13.1-FIPS and NDcPP before 13.1-37.241-FIPS and NDcPP</li><li>NetScaler ADC 12.1-FIPS and NDcPP before 12.1-55.330-FIPS and NDcPP</li></ul>
<ul></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of this vulnerability could allow an adversary to execute arbitrary code on the vulnerable system, potentially leading to total system compromise or a denial-of-service condition.<br></p>
<h3>Are updates or workarounds available?</h3>
<p>Citrix recommends upgrading affected systems to one of the following versions as soon as possible:<br></p>
<ul><li>NetScaler ADC and NetScaler Gateway 14.1-47.48 and later releases</li><li>NetScaler ADC and NetScaler Gateway 13.1-59.22 and later releases of 13.1</li><li>NetScaler ADC 13.1-FIPS and 13.1-NDcPP 13.1-37.241 and later releases of 13.1-FIPS and 13.1-NDcPP</li><li>NetScaler ADC 12.1-FIPS and 12.1-NDcPP 12.1-55.330 and later releases of 12.1-FIPS and 12.1-NDcPP</li></ul>
<ul></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>hw:="Citrix NetScaler%" OR hw:="Citrix ADC%" OR os:="Citrix NetScaler%" OR os:="Citrix ADC"</code></pre>
<hr>
<h2>June 2025 (CVE-2025-6543)</h2>
<p>Citrix published <a href="https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX694788" target="_blank">Security Bulletin CTX694788</a> that documented&nbsp;a vulnerability that impacts customer-managed installations of NetScaler ADC (formerly Citrix ADC) and NetScaler Gateway (formerly Citrix Gateway)&nbsp;configured as a Gateway (VPN virtual server, ICA Proxy, CVPN, RDP Proxy) or Authentication, Authorization&nbsp;and Auditing (AAA) virtual server are affected by a memory overflow vulnerability. This vulnerability has been designated <a href="https://www.cve.org/cverecord?id=CVE-2025-6543" target="_blank">CVE-2025-6543</a> and has been rated <em>critical</em> with a CVSS score of <strong>9.2</strong>.</p>
<p>There is evidence that this vulnerability <strong>is being actively exploited in the wild</strong>.<br></p>
<ul></ul>
<p>The following versions are affected</p>
<ul><li>NetScaler ADC and NetScaler Gateway 14.1 prior to 14.1-47.46</li><li>NetScaler ADC and NetScaler Gateway 13.1 prior to 13.1-59.19</li><li>NetScaler ADC 13.1-FIPS and NDcPP prior to 13.1-37.236-FIPS and NDcPP</li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of this&nbsp;vulnerability&nbsp;could allow an adversary to make unintended changes to control flow, potentially allowing remote code execution (RCE) or causing denial-of-service (DoS).<br></p>
<h3>Are updates or workarounds available?</h3>
<p>Citrix recommends upgrading affected systems to one of the following versions as soon as possible:<br></p>
<ul><li>NetScaler ADC and NetScaler Gateway to version 14.1-47.46 and later releases</li><li>NetScaler ADC and NetScaler Gateway to version 13.1-59.19 and later releases of 13.1</li><li>NetScaler ADC 13.1-FIPS and 13.1-NDcPP to version 13.1-37.236 and later releases of 13.1-FIPS and 13.1-NDcPP</li></ul>
<p>NetScaler ADC and NetScaler Gateway versions 12.1 and 13.0 are end-of-life (EOL) and no longer supported. It is recommended to upgrade to one of the currently supported versions that address the vulnerabilities.<br></p>
<ul></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>hw:="Citrix NetScaler%" OR hw:="Citrix ADC%" OR os:="Citrix NetScaler%" OR os:="Citrix ADC"</code></pre>
<hr>
<h2>June 2025 (CVE-2025-5777, CVE-2025-5349)</h2>
<p>Citrix published <a href="https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX693420" target="_blank">Security Bulletin CTX693420</a> that documented two vulnerabilities that impact customer-managed installations of&nbsp;NetScaler ADC (formerly Citrix ADC) and NetScaler Gateway (formerly Citrix&nbsp;Gateway).&nbsp;There is evidence that one of the vulnerabilities, designated by <a href="https://www.cve.org/CVERecord?id=CVE-2025-47812" target="_blank"></a><a href="https://www.cve.org/cverecord?id=CVE-2025-5777" target="_blank">CVE-2025-5777</a>, <strong>is being actively exploited in the wild</strong>.</p>
<ul><li>NetScaler configured as a Gateway (VPN virtual server, ICA Proxy, CVPN, RDP Proxy) or Authentication, Authorization and Auditing (AAA) virtual server are at risk of an insufficient input validation vulnerability leading to memory out-of-bounds read in the NetScaler Management Interface which could allow access to secret values, bypass of protection mechanism, DoS or other unexpected results. This vulnerability has been designated&nbsp;<a href="https://www.cve.org/cverecord?id=CVE-2025-5777" target="_blank">CVE-2025-5777</a> and has been rated <em>critical</em><strong>&nbsp;</strong>with a CVSS score of <strong>9.3</strong>.</li><li>An attacker with access to the NetScaler appliance IP (NSIP) address, Cluster Management IP (CLIP) address or local Global Server Load Balancing (GSLB) Site IP (GSLBIP) address could utilize an improper access control vulnerability to gain access the the NetScaler Management Interface and its management functions. This vulnerability has been designated&nbsp;<a href="https://www.cve.org/cverecord?id=CVE-2025-5349" target="_blank">CVE-2025-5349</a>&nbsp;and has been rated  <em>high</em> with a CVSS score of <strong>8.7</strong>.</li></ul>
<p>The following versions are affected</p>
<ul><li>NetScaler ADC and NetScaler Gateway 14.1 prior to 14.1-43.56</li><li>NetScaler ADC and NetScaler Gateway 13.1 prior to 13.1-58.32</li><li>NetScaler ADC 13.1-FIPS and NDcPP prior to 13.1-37.235-FIPS and NDcPP</li><li>NetScaler ADC 12.1-FIPS prior to 12.1-55.328-FIPS</li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of these vulnerabilities could&nbsp;allow an attacker to&nbsp;obtain sensitive information,&nbsp;potentially disrupt system operations and cause a denial-of-service, or gain&nbsp;control over the NetScaler Management Interface and its&nbsp;management functions&nbsp;potentially leading to system compromise.</p>
<h3>Are updates or workarounds available?</h3>
<p>Citrix recommends upgrading affected systems&nbsp;to one of the following versions as soon as possible:<br></p>
<ul><li>NetScaler ADC and NetScaler Gateway to version 14.1-43.56 and later releases</li><li>NetScaler ADC and NetScaler Gateway to version 13.1-58.32 and later releases of 13.1</li><li>NetScaler ADC 13.1-FIPS and 13.1-NDcPP to version 13.1-37.235 and later releases of 13.1-FIPS and 13.1-NDcPP</li><li>NetScaler ADC 12.1-FIPS to version 12.1-55.328 and later releases of 12.1-FIPS</li></ul>
<p>NetScaler ADC and NetScaler Gateway versions 12.1 and 13.0 are end-of-life (EOL) and no longer supported.&nbsp;It is recommended to upgrade to one of the currently supported versions that address the vulnerabilities.<br></p>
<ul></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>hw:="Citrix NetScaler%" OR hw:="Citrix ADC%" OR os:="Citrix NetScaler%" OR os:="Citrix ADC"</code></pre>
<hr>
<h2>February 2025 (CVE-2024-12284)</h2>
<p>Citrix issued a <a href="https://support.citrix.com/s/article/CTX692579-netscaler-console-and-netscaler-agent-security-bulletin-for-cve202412284?language=en_US" target="_blank">security bulletin&nbsp;</a>for the on-premise NetScaler Console (formerly NetScaler ADM)&nbsp;and NetScaler Agent products. <a href="https://www.cve.org/cverecord?id=CVE-2024-12284" target="_blank">CVE-2024-12284</a> is rated <strong>high</strong> with a CVSS score of 8.8, which could lead to privilege escalation.<br></p>
<h3>What is the impact?</h3>
<p>For customers running an on-premise installation of NetScaler Console with NetScaler Console Agents deployed, an authenticated remote attacker could "execute commands without additional authorization". NetScaler <a href="https://www.netscaler.com/blog/news/cve-2024-12284-high-severity-security-update-for-netscaler-console/" target="_blank">emphasized</a> that an attacker must be authenticated, which limits the potential impact.&nbsp;</p>
<h3>Are updates or workarounds available?</h3>
<p>Citrix recommends upgrading to one of the following versions as soon as possible:<br></p>
<ul><li>NetScaler Console 14.1-38.53 and later releases</li><li>NetScaler Console 13.1-56.18 and later releases of 13.1</li><li>NetScaler Agent 14.1-38.53 and later releases</li><li>NetScaler Agent 13.1-56.18 and later releases of 13.1</li></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory" target="_blank">Service Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>_asset.protocol:http AND protocol:http AND html.title:="NetScaler Console"</code></pre>
<hr>
<h2>June 2024 (CVE-2023-6548, CVE-2023-6549)</h2>
<p>In January Citrix published <a href="https://support.citrix.com/article/CTX584986/netscaler-adc-and-netscaler-gateway-security-bulletin-for-cve20236548-and-cve20236549" target="_blank">Security Bulletin&nbsp;CTX584986</a> that documented two vulnerabilities that impact NetScaler ADCs and Gateways. The most severe of these, <a href="https://www.cve.org/cverecord?id=CVE-2023-6549" target="_blank">CVE-2023-6549</a>, was discovered and documented by <a href="https://bishopfox.com/blog/netscaler-adc-and-gateway-advisory" target="_blank">BishopFox</a>.</p>
<p><a href="https://www.cve.org/cverecord?id=CVE-2023-6549" target="_blank">CVE-2023-6549</a> is rated&nbsp;<strong>high</strong> with a CVSS score of 8.2. This vulnerability is&nbsp;an unauthenticated out-of-bounds memory read which could be exploited to collect information from the appliance’s process memory, including HTTP request bodies. While serious, this is not thought to be a bad as the <a href="https://www.cisa.gov/guidance-addressing-citrix-netscaler-adc-and-gateway-vulnerability-cve-2023-4966-citrix-bleed" target="_blank">Citrix Bleed</a> vulnerability due to the new vulnerability being less likely to leak high risk data.</p>
<p><a href="https://www.cve.org/cverecord?id=CVE-2023-6548" target="_blank">CVE-2023-6548</a> is rated&nbsp;<strong>medium</strong> with a CVSS score of 5.5. This vulnerability is a code injection flaw that allows remote code injection by&nbsp;an authenticated attacker (with low privileged) with access to a management interface on one of the&nbsp;NSIP, CLIP or SNIP interfaces.<br></p>
<h3>What is the impact?</h3>
<p>The vulnerability would enable an attacker to remotely obtain sensitive information from a NetScaler appliance configured as a Gateway or AAA virtual server via a very commonly connected Web interface, and without requiring authentication.  <a href="https://www.cve.org/cverecord?id=CVE-2023-6549" target="_blank">CVE-2023-6549</a> is nearly identical to the Citrix Bleed vulnerability (CVE-2023-4966), except it is less likely to return highly sensitive information to an attacker.&nbsp;<a href="https://www.cve.org/cverecord?id=CVE-2023-6548" target="_blank">CVE-2023-6548</a> could be used by an attacker with credentials to execute code.</p>
<h3>Are updates or workarounds available?</h3>
<p>Citrix recommends limiting access to management interfaces as well as upgrading to one of the following versions:<br></p>
<ul><li>NetScaler ADC and NetScaler Gateway 14.1-12.35 and later releases</li><li>NetScaler ADC and NetScaler Gateway  13.1-51.15 and later releases of 13.1</li><li>NetScaler ADC and NetScaler Gateway 13.0-92.21 and later releases of 13.0</li><li>NetScaler ADC 13.1-FIPS 13.1-37.176 and later releases of 13.1-FIPS </li><li>NetScaler ADC 12.1-FIPS 12.1-55.302 and later releases of 12.1-FIPS </li><li>NetScaler ADC 12.1-NDcPP 12.1-55.302 and later releases of 12.1-NDcPP</li></ul>
<p><strong>Warning:&nbsp;</strong>NetScaler ADC and NetScaler Gateway version 12.1 is now End Of Life (EOL). Citrix advises&nbsp;customers to upgrade their appliances to one supported version that addresses the vulnerabilities.</p>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>product:netscaler OR product:"citrix adc"</code></pre>
<hr>
<h2>July 2023 (CVE-2023-3519)</h2>
<p>In July, 2023,&nbsp;Citrix alerted customers to <a href="https://support.citrix.com/article/CTX561482/citrix-adc-and-citrix-gateway-security-bulletin-for-cve20233519-cve20233466-cve20233467" rel="noopener" target="_blank">three vulnerabilities</a> in its NetScaler ADC and NetScaler Gateway products. Surfaced by <a href="https://www.resillion.com/wp-content/uploads/2023/07/Resillion-Citrix-Vulnerability-Report-1.pdf" rel="noopener" target="_blank">researchers at Resillion</a>, these vulnerabilities included a critical flaw currently being exploited in the wild to give attackers unauthenticated remote code execution on vulnerable NetScaler targets (CVE-2023-3519). Compromised organizations included a <a href="https://www.bleepingcomputer.com/news/security/netscaler-adc-bug-exploited-to-breach-us-critical-infrastructure-org/" rel="noopener" target="_blank">critical infrastructure entity in the U.S.</a>, where attackers gained access the previous month and successfully exfiltrated Active Directory data. And at the time of publication, there appear to be <a href="https://dashboard.shadowserver.org/statistics/combined/tree/?day=2023-07-20&source=http_vulnerable&source=http_vulnerable6&tag=cve-2023-3519%2B&geo=all&data_set=count&scale=log" rel="noopener" target="_blank">over 5,000 public-facing vulnerable NetScaler targets</a>.</p>
<h3>What was the impact?</h3>
<p>The three reported vulnerabilities affecting NetScaler ADC and Gateway products were of various types, and each include different preconditions required for exploitation:</p>
<ul><li>Unauthenticated remote code execution (<a href="https://www.cve.org/cverecord?id=CVE-2023-3519" rel="noopener" target="_blank">CVE-2023-3519</a>; CVSS score 9.8 - "critical")<ul><li>Successful exploitation required the NetScaler target be configured as a Gateway (VPN virtual server, ICA Proxy, CVPN, or RDP Proxy) or "authentication, authorization, and auditing" (AAA) virtual server.</li></ul></li><li>Reflected cross-site scripting (XSS) (<a href="https://www.cve.org/cverecord?id=CVE-2023-3466" target="_blank">CVE-2023-3466</a>; CVSS score 8.3 - "high")<ul><li>Successful exploitation required the victim to be on the same network as the vulnerable NetScaler target when the victim loaded a malicious link (planted by the attacker) in their web browser.</li></ul></li><li>Privilege escalation to root administrator (nsroot) (<a href="https://www.cve.org/cverecord?id=CVE-2023-3467" target="_blank">CVE-2023-3467</a>; CVSS score 8.0 - "high")<ul><li>Successful exploitation required an attacker having achieved command-line access on a vulnerable NetScaler target.</li></ul></li></ul>
<p>U.S.-based <a href="https://www.cisa.gov/" rel="noopener" target="_blank">CISA</a>&nbsp;reported attackers exploiting CVE-2023-3519 to <a href="https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-201a" rel="noopener" target="_blank">install webshells used in further network exploration and data exfiltration</a>, causing CVE-2023-3519 to be added to CISA's <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" rel="noopener" target="_blank">Known Exploited Vulnerabilities Catalog</a>. Other common attacker goals, like establishing persistence, lateral movement, and malware deployment, were all potential outcomes following successful exploitation.<br></p>
<p>Citrix made <a href="https://support.citrix.com/article/CTX561482/citrix-adc-and-citrix-gateway-security-bulletin-for-cve20233519-cve20233466-cve20233467" rel="noopener" target="_blank">patched firmware updates</a> available. Admins were advised to update older firmware on vulnerable NetScaler devices as soon as possible.</p>
<p>CISA also made additional information available around <a href="https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-201a" rel="noopener" target="_blank">indicators of compromise and mitigations</a>.</p>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset inventory</a>, they used&nbsp;the following <a href="https://console.runzero.com/inventory?search=hw%3Anetscaler%20or%20os%3Anetscaler" rel="noopener" target="_blank">prebuilt query</a> to locate NetScaler instances on their&nbsp;network:</p>
<pre><code>hw:="Citrix NetScaler%" OR hw:="Citrix ADC%" OR os:="Citrix NetScaler%" OR os:="Citrix ADC"</code></pre>
<figure><img src="https://www.runzero.com/img/posts/netscaler-inventory-1.png" alt="NetScaler asset query" title="NetScaler asset query" data-image="h6re70fumq7m"></figure>
<p>Results from the above query should be triaged to verify they are affected ADC or Gateway products and if they are running updated firmware versions.</p>
<p>The following query could also be used&nbsp;in on the&nbsp;<a href="https://console.runzero.com/inventory/software?search=product%3Anetscaler" rel="noopener" target="_blank">Software</a> and <a href="https://console.runzero.com/inventory/services?search=product%3Anetscaler" rel="noopener" target="_blank">Services</a> inventory pages to locate NetScaler software:</p>
<pre><code>product:netscaler</code></pre>
<figure><img src="https://www.runzero.com/img/posts/netscaler-inventory-2.png" alt="NetScaler software query" title="NetScaler software query" data-image="k3zgfbklw4yg"></figure>
<p>Results from the above query should be triaged to verify they are affected ADC or Gateway products and if they are updated versions.</p>
<p>As always, any prebuilt queries are available from your <a href="https://console.runzero.com/queries" rel="noopener" target="_blank">runZero console</a>. Check out the documentation for other useful inventory <a href="https://help.runzero.com/docs/search-query-syntax/" rel="noopener" target="_blank">queries</a>.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/fatfs-bugs/</id>
            <title>Seven FatFs bugs, one very large blast radius</title>
            <published>2026-07-01T07:00:00-04:00</published>
            <updated>2026-07-01T07:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/fatfs-bugs/" />
            <summary type="html">One small component, massive blast radius. Explore seven new FatFs vulnerabilities discovered via AI that impact RTOS platforms, IoT devices, and firmware.</summary>
                            <author>
                    <name>todb</name>
                </author>
                        <content type="html">
                <![CDATA[<p>Heads up! If you ship firmware that touches FAT media (think any removable storage, like USB drives and SDCards), you'll want to pay attention to this post. This work was part of runZero's research into long-tail supply chain bug hunting using LLMs. We live in the future!</p>
<p><strong>Today, we're publishing seven CVEs documenting several vulnerabilities in FatFs project</strong>, ranging from CVSS Medium to High (no Criticals, phew!). The affected ecosystem includes some major non-hobby platforms like <strong>Espressif ESP-IDF</strong>, <strong>STMicroelectronics STM32Cube middleware</strong>,<strong> Zephyr RTOS</strong>,<strong> MicroPython</strong>,<strong> ArduPilot</strong>,<strong> RT-Thread</strong>,<strong> Mbed</strong>,<strong> Samsung TizenRT</strong>, and <strong>SWUpdate</strong>, with downstream reach into consumer IoT, industrial controllers, drones, crypto wallets, and more.<br><br>This project is a return to a security assessment started back in 2017, when a manual audit and multi-day fuzzing effort identified some basic, but not compelling, bugs in the <a href="https://elm-chan.org/fsw/ff/" target="_blank">FatFs driver</a>. Nine years later, in March of 2026, we revisited this project using Visual Studio Code, GitHub Copilot in "auto" mode, and some basic prompts, all without any specific loops, harnesses, or skills. The results were surprising. Bugs that were overlooked during the manual audit became trivial to find by using the LLM to automatically build a fuzzer with novel inputs. Not only did this effort find interesting and reportable bugs, it also automated the process of validating that these bugs are actually exploitable across different embedded scenarios.</p>
<p>So, why do FatFs bugs matter? For the vendors who build on these platforms it's simple: any physical access leads to a jailbreak, especially given the lack of address space layout randomization (ASLR) and memory protection. For everyone else, there are numerous devices where brief physical access by the general public should not lead to a full compromise. For example, security cameras with SDCard storage, voting machines with USB file readers, ATMs, and pretty much anything else that has a screen that you expect people to touch.</p>
<p>However, the attacker value is straightforward: these issues are triggerable by crafted FAT/exFAT/GPT images, often through removable media or update channels that get mounted automatically. Note that CVE-2026-6682 and 6683 are both implicated in some OTA update processes for firmware.</p>
<p>This post is intentionally light on exploit internals. For technical details, PoC images, harnesses, and code-level analysis, see runZero's companion research repository: </p>
<ul><li><a href="https://github.com/runZeroInc/vulns-2026-fatfs-chance" target="_blank">https://github.com/runZeroInc/vulns-2026-fatfs-chance</a></li></ul>
<h2>The findings, ordered by criticality</h2>
<p>The seven findings documented here are listed roughly in order of subjective attacker value.</p>
<h3>FAT32 integer overflow in mount_volume()</h3>
<p><strong>(CVSS 7.6, High)</strong> –&nbsp;This is the headline issue: <a href="https://www.cve.org/cverecord?id=CVE-2026-6682" target="_blank">CVE-206-6682</a> describes integer overflow in core mount arithmetic can produce attacker-controlled file-size metadata that downstream code may trust as a read length. In real systems, that can become a heap/stack overflow and code execution. In terms of practical attacker value plus transitive impact, this is at the top of the stack.</p>
<h3>exFAT label-length stack overflow in f_getlabel()</h3>
<p>(<strong>CVSS 7.6, High) </strong>– <a href="https://www.cve.org/cverecord?id=CVE-2026-6687" target="_blank">CVE-2026-6687</a> describes a condition where the exFAT label length field is not adequately capped, enabling oversized writes into caller-provided label buffers. This is especially painful where canonical examples and generated code use small stack buffers. It is a clean memory-corruption primitive in a path many firmware projects expose, at least where exFAT has been enabled.</p>
<h3>Long filename overflow in downstream callers</h3>
<p><strong>(CVSS 7.6, High)&nbsp;</strong>–&nbsp;With LFN enabled, fno.fname can be much larger than many caller buffers expect, as described by <a href="https://www.cve.org/cverecord?id=CVE-2026-6688" target="_blank">CVE-2026-6688</a>. The bug class appears repeatedly in integrations (strcpy, sprintf, fixed-size name/path fields). This one is tricky to fix entirely in FatFs directly (since exploitation depends on wrappers copying long filenames into undersized local buffers), but it could be mitigated by FatFs changes that make filename lengths and truncation/validation outcomes more explicit to callers.</p>
<h3>Unsigned-subtraction wrap in dirty-cache handling&nbsp;</h3>
<p><strong>(CVSS 6.1, Medium)&nbsp;</strong>–&nbsp;<a href="https://www.cve.org/cverecord?id=CVE-2026-6685" target="_blank">CVE-2026-6685</a> describes a condition where on fragmented volumes, arithmetic wrap can drive stale dirty-cache behavior and out-of-bounds memory effects in read/write paths. This can manifest as silent corruption, which is exactly the kind of bug operators hate most: hard to detect, easy to misdiagnose, and dangerous in control/data-logging workloads.</p>
<h3>exFAT divide-by-zero in sync/write paths</h3>
<p><strong>(CVSS 4.6, Medium)</strong> –  <a href="https://www.cve.org/cverecord?id=CVE-2026-6683" target="_blank">CVE-2026-6683</a> documents a divide-by-zero condition in exFAT sync/write flows that can be triggered by crafted media and produce reliable crash behavior. In update contexts, this can become a practical bricking vector. While generally more "DoS than RCE," it still offers meaningful attacker value against availability, especially given the OTA implications.</p>
<h3>Uninitialized cluster exposure after seek beyond EOF</h3>
<p><strong>(CVSS 4.6, Medium)</strong> – <a href="https://www.cve.org/cverecord?id=CVE-2026-6686" target="_blank">CVE-2026-6686</a> describes an uninitialized-cluster exposure path where extending files beyond EOF can leak stale data from previously deleted content. It is an information-disclosure bug with real consequences in multi-stage boot/update and shared-media environments.</p>
<h3>GPT partition-scan loop DoS (pre-R0.16)</h3>
<p><strong>(CVSS 4.6, Medium)</strong> – <a href="https://www.cve.org/cverecord?id=CVE-2026-6684" target="_blank">CVE-2026-6684</a> covers a GPT entry-count abuse case that can trigger effectively unbounded scanning in older trees. That creates a severe mount-time DoS in affected pre-R0.16 implementations, especially painful in boot paths, but it is ranked last here because upstream R0.16 added protective GPT validation. Now, it's up to implementers to upgrade.</p>
<h2>XKCD "Dependency" strikes again</h2>
<p>If you have seen XKCD 2347 ("Dependency"), you already know where this is going: one component, maintained in one tiny corner of the internet, quietly supports an absurd amount of modern cyber-stuff.</p>
<div style="text-align: -webkit-center;"><figure><img src="/uploads/blog/fatfs-bugs/Screenshot-2026-06-30-at-12.20.44-PM.png" data-image="342749" width="50%"></figure></div>
<p>FatFs is one of those components. It's compact, useful, and copied everywhere. That's great for shipping products quickly, but less great when memory-safety issues show up in parser-adjacent code that happily ingests untrusted media. This kind of component is even more challenging to deal with, from a disclosure-and-fix perspective, in that nearly everyone ends up making local, vendored modifications. So, an upstream patch must be validated pretty carefully before incorporating.</p>
<p>We made repeated attempts to contact the maintainer, and we involved JPCERT/CC early on as well. We did not receive a response. So, this publication is aimed at the people who can still do something useful right now: downstream implementors. Audit your vendored version, audit your wrappers, audit your file-name and file-size handling, and plan for patch updates.</p>
<p>Also, keeping this class of issue quiet in 2026 would be almost entirely security theater, now that we've entered the age of the <a href="https://www.runzero.com/blog/apex-agentic-adversary/" target="_blank">apex agentic adversary</a>. If we can find this kind of thing with some thoughtful application of AI-assisted vuln-hunting, then so can pretty much anyone else. Sure, this took a little <a href="https://www.runzero.com/authors/hd-moore/" target="_blank">HD Moore</a>-branded stubbornness, but even so, we don’t believe these are going to stay undiscovered for very long. It’s too good a target space, and the next researcher probably won’t bother with creating validation and reproduction harnesses.</p>
<p>When it comes to vulnerability disclosure, I've always believed that I'm merely the most recent person to learn about the issue, and that's more true now than ever in this hyper-automated code auditing world. Better to disclose, coordinate where possible, and in the end, publish in order to give defenders the head's up.</p>
<p>PS. Looking for exploits? You can find a test harness, a full qemu-based exploit example, and corrupt FatFs images in <a href="https://github.com/runZeroInc/vulns-2026-fatfs-chance" target="_blank">the repository</a>.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/microsoft-sql-server/</id>
            <title>Microsoft SQL Server vulnerabilities: Find impacted assets</title>
            <published>2025-07-09T17:59:00-04:00</published>
            <updated>2026-06-30T12:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/microsoft-sql-server/" />
            <summary type="html">Microsoft has disclosed three vulnerabilities in certain versions of Microsoft SQL Server. Here&#039;s how to find affected assets on your network.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Microsoft SQL Server&nbsp;vulnerabilities</h2>
<p>Microsoft has <a href="https://msrc.microsoft.com/update-guide/releaseNote/2025-Jul" rel="noopener" target="_blank">disclosed three vulnerabilities</a> in certain&nbsp;versions of Microsoft SQL Server:<br></p>
<ul><li>SQL Server is affected by a heap-based buffer overflow vulnerability that may allow an authorized adversary to&nbsp;escape the SQL server context and remotely execute code on the target host. Successful exploitation of the&nbsp;vulnerability requires the adversary to prepare the target environment prior to executing a specially crafted query. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-49717" target="_blank">CVE-2025-49717</a> and has been rated <em>high</em> with a CVSS score of <strong>8.5</strong>.</li><li>SQL Server is affected by an information disclosure vulnerability due its use of an uninitialized&nbsp;resource. Successful&nbsp;exploitation may allow an unauthorized adversary to remotely inspect heap memory from a privileged process&nbsp;running on the target host.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-49718" target="_blank">CVE-2025-49718</a> and has been rated <em>high</em> with a CVSS score of <strong>7.5</strong>.</li><li>SQL Server is affected by an information disclosure vulnerability due to improper input validation. Successful exploitation may allow an unauthorized adversary to remotely inspect uninitialized memory on the target host. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-49719" target="_blank">CVE-2025-49719</a> and has been rated <em>high</em> with a CVSS score of <strong>7.5</strong>.</li></ul>
<p>It may be possible that the&nbsp;information returned via <a href="https://www.cve.org/CVERecord?id=CVE-2025-49718" target="_blank">CVE-2025-49718</a>&nbsp;and <a href="https://www.cve.org/CVERecord?id=CVE-2025-49719" target="_blank">CVE-2025-49719</a>&nbsp;could aid in the successful exploitation of <a href="https://www.cve.org/CVERecord?id=CVE-2025-49717" target="_blank">CVE-2025-49717</a>, as these vulnerabilities may be useful for disclosing sensitive authentication information or for manipulating heap memory to be more amenable to exploitation.</p>
<p>The following versions are affected by <a href="https://www.cve.org/CVERecord?id=CVE-2025-49717" target="_blank">CVE-2025-49717</a> and <a href="https://www.cve.org/CVERecord?id=CVE-2025-49718" target="_blank">CVE-2025-49718</a></p>
<ul><li>Microsoft SQL Server 2019 (GDR) versions 15.x prior to 15.0.2135.5</li><li>Microsoft SQL Server 2019 (CU 32) versions 15.x prior to 15.0.4435.7</li><li>Microsoft SQL Server 2022 (GDR) versions 16.x prior to 16.0.4200.1</li><li>Microsoft SQL Server 2022 (CU 19) versions 16.x prior to 16.0.1140.6</li></ul>
<p>The following versions are affected by <a href="https://www.cve.org/CVERecord?id=CVE-2025-49719" rel="noopener" target="_blank">CVE-2025-49719</a><br></p>
<ul><li>Microsoft SQL Server 2016 for Service Pack 2 (GDR) versions 13.x prior to 13.0.6460.7</li><li>Microsoft SQL Server 2016 Service Pack 3 Azure Connect Feature Pack versions 13.x prior to 13.0.7055.9</li><li>Microsoft SQL Server 2017 (GDR) versions 14.x prior to 14.0.2075.8</li><li>Microsoft SQL Server 2017 (CU 31) versions 14.x prior to 14.0.3495.9</li><li>Microsoft SQL Server 2019 (GDR) versions 15.x prior to 15.0.2135.5</li><li>Microsoft SQL Server 2019 (CU 32) versions 15.x prior to 15.0.4435.7</li><li>Microsoft SQL Server 2022 (GDR) versions 16.x prior to 16.0.4200.1</li><li>Microsoft SQL Server 2022 (CU 19) versions 16.x prior to 16.0.1140.6</li></ul>
<ul></ul>
<ul></ul>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable&nbsp;host, potentially leading to complete system compromise, or leak sensitive information.</p>
<h2>Are any updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible.<br></p>
<ul><li>Microsoft SQL Server 2016 for Service Pack 2 (GDR) upgrade to version 13.0.6460.7 or later</li><li>Microsoft SQL Server 2016 Service Pack 3 Azure Connect Feature Pack upgrade to version 13.0.7055.9 or later</li><li>Microsoft SQL Server 2017 (GDR) upgrade to version 14.0.2075.8 or later</li><li>Microsoft SQL Server 2017 (CU 31) upgrade to version 14.0.3495.9 or later</li><li>Microsoft SQL Server 2019 (GDR) upgrade to version 15.0.2135.5 or later</li><li>Microsoft SQL Server 2019 (CU 32) upgrade to version 15.0.4435.7 or later</li><li>Microsoft SQL Server 2022 (GDR) upgrade to version 16.0.4200.1 or later</li><li>Microsoft SQL Server 2022 (CU 19) upgrade to version 16.0.1140.6 or later<br></li></ul>
<p>If the SQL Server version is not represented above then it is no longer supported. It is advised users upgrade their&nbsp;software to the latest Service Pack or SQL Server product in order to apply current and future security updates.</p>
<ul></ul>
<h2>How do I find Microsoft SQL Server installations with runZero?</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" rel="noopener" target="_blank">Services Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>protocol:mssql AND has:mssql.version AND (mssql.product:="Microsoft SQL Server%" OR mssql.versionName:="SQL Server 20%")
AND ((mssql.versionMajor:=13 AND mssql.versionMinor:=0) AND ((mssql.releaseInfo:" GDR: " AND mssql.versionBuild:&lt;=6460 AND mssql.versionSubBuild:&lt;7) OR (NOT mssql.releaseInfo:" GDR: " AND mssql.versionBuild:&lt;=7055 AND mssql.versionSubBuild:&lt;9))
OR (mssql.versionMajor:=14 AND mssql.versionMinor:=0) AND ((mssql.releaseInfo:" GDR: " AND mssql.versionBuild:&lt;=2075 AND mssql.versionSubBuild:&lt;8) OR (NOT mssql.releaseInfo:" GDR: " AND mssql.versionBuild:&lt;=3495 AND mssql.versionSubBuild:&lt;9))
OR (mssql.versionMajor:=15 AND mssql.versionMinor:=0) AND ((mssql.releaseInfo:" GDR: " AND mssql.versionBuild:&lt;=2135 AND mssql.versionSubBuild:&lt;5) OR (NOT mssql.releaseInfo:" GDR: " AND mssql.versionBuild:&lt;=4435 AND mssql.versionSubBuild:&lt;7))
OR (mssql.versionMajor:=16 AND mssql.versionMinor:=0) AND ((mssql.releaseInfo:" GDR: " AND mssql.versionBuild:&lt;=4200 AND mssql.versionSubBuild:&lt;1) OR (NOT mssql.releaseInfo:" GDR: " AND mssql.versionBuild:&lt;=1140 AND mssql.versionSubBuild:&lt;6)))</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/runzero-5/</id>
            <title>runZero 5.0: Exposure management built to outpace AI-driven attacks</title>
            <published>2026-06-25T07:00:00-04:00</published>
            <updated>2026-06-25T07:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/runzero-5/" />
            <summary type="html">When you&#039;re up against AI, every minute counts. Get deep, actionable intelligence across your entire attack surface to close the gaps and hold the line.</summary>
                            <author>
                    <name>Adam Foit</name>
                </author>
                        <content type="html">
                <![CDATA[<p>The window of opportunity to find and remediate exposures is closing faster than ever due to AI-driven attacks. These exploits are no longer theoretical; they are a statistical reality that has rendered traditional patching deadlines nearly obsolete.  As adversaries leverage AI to identify assets impacted by zero days, unpatchable legacy systems, and segmentation weaknesses, security teams are in danger of losing the race against exploitability. This is why CISA recently issued new <a href="https://www.cisa.gov/news-events/directives/bod-26-04-implementation-guidance-prioritizing-security-updates-based-risk">risk-based guidance</a> to federal civilian agencies with revised deadlines for patching vulnerabilities in their networks.  </p>
<p>In this high-stakes race to find and remediate exposures before attackers do, relying on third-party tools like EDR agents to pinpoint vulnerabilities is no longer adequate as you can’t assume 100% coverage of the attack surface. AI will find the gaps in your defenses if you don’t find them first. </p>
<p>runZero has the fastest, most comprehensive active scanning in the industry, and requires zero agents and zero security credentials to map complex hybrid IT, OT, and IoT environments. runZero’s discovery even walks the backplane to reveal every asset hiding behind OT gateways like Modbus and BACnet, showing you every connected device. Since a single exposed thermostat can potentially touch every other device connected to that gateway, this deep visibility is critical. Our comprehensive exposure management platform offers ground truth about the assets and exposures that present the most risk for your organization.</p>
<p>With  the new 5.0 release, runZero is giving defenders the edge they need to succeed in the AI-attack era. Version 5.0 accelerates the entire exposure management lifecycle from asset discovery to risk prioritization to verified remediation — providing immutable proof that a vulnerability is actually fixed. When every minute counts due to AI’s speed, you need a platform that quickly empowers defenders with deep, actionable intelligence across IT, OT, IoT, cloud, and mobile to close the gaps and hold the line.</p>
<h2>Exposure Management dashboard</h2>
<p>The <strong>Exposure Management dashboard </strong>operationalizes runZero’s industry-leading asset and exposure intelligence into a centralized hub for risk reduction. The Exposure Management dashboard puts critical risks, major changes, and top priorities front and center.  </p>
<p>While deep-dive analysis into asset attributes remains available, this new view bubbles up the highest (and newest) risks across your attack surface that require immediate attention.  </p>
<figure><img src="/uploads/blog/5.0/ExposureMgtDash.webp" data-image="341256" alt="Exposure Management Dashboard"><figcaption>Our new Exposure Management dashboard shows you where you need to act to have the biggest impact, along with your progress towards your goals.</figcaption></figure>
<h2>Understand how an exposure will be exploited</h2>
<p>We don’t stop at known vulnerabilities and CVEs. We also show you the choke points and unintended routes attackers can use to move in your environment. A powerful example of this is the automatic identification of multi-homed devices, which can serve as bridges that bypass your elaborate network segmentation efforts. Every second that a multi-homed device or an exposed OT gateway remains unmasked is a second the attacker uses to finalize their path to your crown jewels.</p>
<p>runZero visualizes the path an attacker can take from a multi-homed device to an asset with a vulnerability. These <strong>attack path</strong> maps show you the road of least resistance to an exposed asset.  </p>
<figure><img src="/uploads/assets/4-9/CleanShot-2026-05-07-at-13.14.20.gif" data-image="331630"><figcaption>An example of a multi-homed machine with a previously undiscovered path to PLC sitting on the backplane of the Modbus gateway. This goes way beyond showing you a list of CVE’s to be patched.</figcaption></figure>
<p>But these are just the first steps of the exposure lifecycle, and runZero is working hard to shorten that entire lifecycle with another new capability.</p>
<h2>Expanded vulnerability coverage with decision-focused insight</h2>
<p>Version 5.0 also broadens  vulnerability detection. We’ve expanded end-of-life coverage for more network devices and added out-of-band testing that identifies blind vulnerability classes without requiring customer-side callback infrastructure. </p>
<p>We have also added new capabilities to correlate asset-specific hardware and software data with known advisories; the results are consolidated into streamlined "Missing Patches" entries that offer impact intelligence and remediation recommendations, reducing noise and accelerating fixes.</p>
<p>New summary views have also been added that allow you to hover over a vulnerability group to see a rollup of all exposures in that group, as well as recommended actions and environmental context that enable you to quickly and decisively take remediation actions.</p>
<figure><img src="/uploads/blog/5.0/VulnRollupSummary.webp" data-image="341257" alt="Vulnerability Rollup Summary"><figcaption>Now, when you mouse hover over vulnerabilities, findings are consolidated into a summarized view that quickly highlights the most important information and feeds the prioritization that drives the rest of the program.</figcaption></figure>
<h2>Remediation tracking with verified closure</h2>
<figure><img src="/uploads/blog/5.0/ExportToJiraHighlight.webp" data-image="341258" alt="Export to Jira"><figcaption>In the above example, we see high priority exposures in runZero, and a link to the external ticket (lower right) in Jira, etc. </figcaption></figure>
<p>Even after the heavy lifting of discovery and prioritization is done, tracking verified remediation remains a challenge. The process is often fragmented across tools and teams outside the security organization. runZero 5.0 addresses this with <strong>remediation tracking</strong>.</p>
<p>Without leaving the runZero platform, you can now push high-risk exposures directly into existing ticketing tools (Jira today, ServiceNow and more coming soon). </p>
<p>runZero tracks the ownership and status of both the ticket and the underlying exposure. This bi-directional integration means you and runZero are in the loop regarding the actions taken on all the exposures you track.  </p>
<figure><img src="/uploads/blog/5.0/audit-trail.webp" data-image="341259" alt="Audit Trail"><figcaption>A new, integrated audit trail traces every action from the moment a task is handed off until it is resolved, so you know exactly <strong>who</strong> did <strong>what</strong>, and <strong>when</strong>.</figcaption></figure>
<p>The "last mile" of security is often where exposures fall through the cracks as they pass across platforms and tools. Not any more. Once a ticket is marked "closed" in an external system, runZero goes the extra distance by comparing new scans against previous snapshots to verify the exposure no longer exists. If runZero detects the vulnerability again, it automatically re-opens the ticket and notifies the owner. This immutable truth of remediation ensures that a "closed ticket” actually means a "resolved risk.”</p>
<h2>External scheduled reports</h2>
<p>No security team wins alone. To help communicate successes and bottlenecks to stakeholders, we’ve added <strong>external scheduled reports</strong>. You can now schedule and deliver the Exposure Management dashboard — along with risk assessments and inventory views — directly to the inboxes of stakeholders, regardless of whether they have a runZero login. Defenders can leverage runZero’s data to communicate with confidence across teams and executive leadership and show progress against goals. </p>

<figure><img src="/uploads/blog/5.0/goals-overview.webp" data-image="341430" style="opacity: 1;"><figcaption>External scheduled reports allow you to take any view like the one above and send it to any stakeholder, even one outside your organization who doesn’t use runZero.</figcaption></figure>
<h2>Explore 5.0 today</h2>
<p>Security begins with visibility, but it must end with action. For too long, the remediation lifecycle has been a fragmented black box where a closed ticket didn't always mean a mitigated exposure.</p>
<p>With runZero 5.0, that era is over.</p>
<p>By uniting comprehensive asset and exposure intelligence, closed-loop remediation tracking and verification, and stakeholder reporting, runZero transforms raw discovery into a powerful, proactive workflow. With 5.0, you can seamlessly move beyond finding hidden assets and exposures to ruthlessly prioritizing the vulnerabilities most likely to be exploited, hardening critical choke points, and verifying high-risk vulnerabilities have been fully mitigated. </p>
<p>We believe defenders should win by default. Even against AI. With runZero, know every asset on your attack surface, uncover every exposure, map every attack path, and validate your segmentation. Take command of your entire attack surface by starting<strong> your <a href="https://www.runzero.com/try/">free 21-day trial</a> with runZero 5.0 today</strong>.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/understanding-squidbleed/</id>
            <title>Understanding Squidbleed, CVE-2026-47729</title>
            <published>2026-06-22T16:05:00-04:00</published>
            <updated>2026-06-22T16:05:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/understanding-squidbleed/" />
            <summary type="html">Squidbleed (CVE-2026-47729) is making headlines, but actual risk is low. Read our breakdown of this Squid proxy bug and how to check your inventory.</summary>
                            <author>
                    <name>todb</name>
                </author>
                        <content type="html">
                <![CDATA[<p dir="ltr">You may have heard about <a href="https://blog.calif.io/p/squidbleed-cve-2026-47729">Squidbleed</a> (aka <a href="https://www.cve.org/cverecord?id=CVE-2026-47729">CVE-2026-47729</a>). It has the classic hallmarks of a headline-grabbing security issue: a catchy name, a legacy protocol (FTP), and a potential for data leakage. But before you initiate emergency procedures, let’s take a breath and look at the reality of this vulnerability.</p>
<h2 dir="ltr">Why you (probably) don’t need to panic</h2>
<p dir="ltr">While any vulnerability disclosure deserves attention, the actual exploitability of CVE-2026-47729 is highly situational. Here is why this likely isn't the "sky is falling" moment some might fear:</p>
<ul><li dir="ltr"><p dir="ltr"><strong>HTTPS is the usual default</strong>: Most modern web traffic is encrypted via HTTPS. When Squid handles this, it typically uses an opaque CONNECT tunnel, rendering the contents of that traffic encrypted, even in the case of a successful exploit.</p></li><li dir="ltr"><p dir="ltr"><strong>The FTP requirement</strong>: The vulnerability is specifically tied to FTP (File Transfer Protocol). For an attack to work, the proxy must be directed to an attacker-controlled FTP server on 21/TCP that’s specially created to exploit the FTP LIST condition.</p></li><li dir="ltr"><p dir="ltr"><strong>Deployment matters</strong>: This attack pattern described by Calif assumes a level of "open proxy" access that is rarely how Squid is deployed in production environments. Most implementations are configured to sit between internal clients and the internet, not as an open gateway for anyone to come calling. This reality limits your attacker-space to mostly insiders.</p></li></ul>
<h2 dir="ltr">Why you should still check</h2>
<p dir="ltr">So, if it’s so situational, why is it making noise?</p>
<ul><li dir="ltr"><p dir="ltr"><strong>It’s legacy</strong>: FTP is still alive and well in state and federal environments and in many education environments, where old-style FTP is frequently used to move files. It’s not super-unusual, even today.</p></li><li dir="ltr"><p dir="ltr"><strong>It’s bundled</strong>: Squid is often shipped as a proprietary or niche proxy solution. You might be running it without realizing it.</p></li><li dir="ltr"><p dir="ltr"><strong>It’s an info leak</strong>: At its core, this is an information disclosure vulnerability that risks some secrets, in some circumstances, like passwords, session tokens, and API keys. If an attacker does manage to trick an internal user into using your proxy to connect to their malicious FTP server, the attack may be worthwhile.</p></li></ul>
<h2 dir="ltr">How to find Squid Proxy on your network</h2>
<p dir="ltr">All that said, it’s pretty easy to take a quick audit of your environment for Squid proxy, and see if there are any surprises, or double-check your patch levels. You can use the following software query in runZero to identify assets running Squid.</p>
<pre>vendor:="Squid Cache" AND product:=Squid AND (version:&gt;0 AND version:&lt;7.6)
</pre>
<h2 dir="ltr">The bottom line</h2>
<p dir="ltr">The bug has been patched since April 8. If you (or your Linux distribution, or your proprietary proxy vendor) are very on top of your routine Squid proxy patching (without the benefit of a flashy CVE), you would have picked up the patch normally. While it’s worth verifying where your internal instances are, this vulnerability requires a level of attacker interaction and specific network architecture that makes it less of a "drive-by" threat and more of an edge case. In other words, no need to panic about this, but it’s worth a second look at your services inventory.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/splunk-enterprise/</id>
            <title>Splunk Enterprise vulnerability: Find impacted assets</title>
            <published>2026-06-15T16:24:00-04:00</published>
            <updated>2026-06-18T14:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/splunk-enterprise/" />
            <summary type="html">Certain versions of the Splunk Enterprise solution utilize the PostgreSQL Sidecar Service that contains an unauthenticated file upload vulnerability.</summary>
                            <author>
                    <name>Cale Black</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Splunk Enterprise&nbsp;vulnerability: CVE-2026-20253</h2>
<p>Splunk&nbsp;<a href="https://advisory.splunk.com/advisories/SVD-2026-0603" target="_blank">disclosed</a>
 that certain versions of the Splunk Enterprise&nbsp;solution
 utilize the PostgreSQL Sidecar&nbsp;Service that contains an unauthenticated file upload vulnerability. Remote unauthenticated
 attackers can utilize this vulnerability to forge remote database connections and trigger database administrative actions to&nbsp;achieve remote code execution and gain access to the underlying 
operating system.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20253" target="_blank">CVE-2026-20253</a>, and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.8</strong>.</p>
<p><strong>Update (June 18, 2026)</strong>:&nbsp;This vulnerability is known to be exploited in the wild and was <a href="https://www.cisa.gov/news-events/alerts/2026/06/18/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">added</a> to the  CISA.gov Known Exploited Vulnerabilities (KEV) list.</p>
<ul></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>Splunk Enterprise:&nbsp;<ul><li>Versions&nbsp;10.0.0 through 10.0.6</li><li>Versions&nbsp;10.2.0 through 10.2.3</li></ul></li></ul>
<h2>What is Splunk Enterprise?</h2>
<p>Splunk provides ingestion and indexing of machine-generated data, and is commonly used for logging, tracing, SIEM, and other business processes. The&nbsp;PostgreSQL Sidecar Service is a Splunk provided storage integration that provides a PostgreSQL database and API provider for Splunk Enterprise deployments.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of this vulnerability would allow a 
remote, unauthenticated attacker to bypass authentication, trigger database backups, trigger database restores containing attacker controlled connection information, and users of the complete system compromise.<br></p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Splunk Enterprise&nbsp;10.0.x: Version 10.0.7 or later.</li><li>Splunk Enterprise 10.2.x: Version 10.2.4 or later.</li></ul>
<p>Splunk has provided a set of workarounds and mitigations <a href="https://advisory.splunk.com/advisories/SVD-2026-0603" target="_blank">in their advisory</a>.</p>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software" target="_blank">Software inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:="Splunk" AND (product:="Splunk" OR product:="splunkd") AND
  version:&gt;0 AND
  ((version:&gt;=10.0.0 AND version:&lt;=10.0.6) OR
  (version:&gt;=10.2.0 AND version:&lt;=10.2.3))</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/slow-legacy-scanners/</id>
            <title>Legacy scanners are already too slow for today&#039;s exploits</title>
            <published>2026-06-16T09:00:00-04:00</published>
            <updated>2026-06-16T09:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/slow-legacy-scanners/" />
            <summary type="html">The Cogent report reveals legacy scanners miss 83% of critical CVEs before exploits drop. Learn how runZero&#039;s proactive approach beats the signature race.</summary>
                            <author>
                    <name>Adam Foit</name>
                </author>
                        <content type="html">
                <![CDATA[<p>The recently released <a href="https://www.cogent.com/blog/2026-q2-detection-gap-report-findings">Cogent Q2 2026 Detection Gap Report</a> delivers a harsh reality check: traditional vulnerability scanners are getting outpaced by exploits at a rapidly increasing rate. The data shows unequivocally that the old signature-based approach must change immediately to provide any tangible benefit to their customers.</p>
<p>It also validates runZero’s approach (which doesn’t rely on signature-based CVE scanning) that focuses on revealing every asset, every exposure, every gap, every attack path to give defenders a comprehensive  view of their attack surface and the actionable data needed to prioritize the risks that matter most to their unique environments.</p>
<h2>The brutal math of the detection gap</h2>
<p>As recently as early 2025, security teams felt they had about four months to patch a vulnerability, on average, before a working exploit emerged. This “grace period” gave vulnerability scanners time to create a signature and then roll out an update. Then it was up to the customers using these vulnerability scanners to run a new scan looking for that signature, and patch all the devices that matched the signature. While we occasionally saw exploitation frontrunning  vulnerability disclosures, this was not the norm. Sadly, those days are now well and truly over.</p>
<p>The Cogent Research team <a href="https://www.darkreading.com/threat-intelligence/ai-assisted-exploit-development-scanner-detection" target="_blank">looked at 69,159 CVE’s</a> from January of 2025 to April of 2026 and mapped out three critical events for each one: when the CVE was published, when a working exploit became available, and finally when the other vulnerability scanning vendors (Tenable, Qualys, Rapid7) shipped a signature for that CVE.</p>
<p><strong>These results should be a wakeup call to everyone</strong>:</p>
<ol><li>Since January of 2025, 55.7% of critical vulnerabilities never got a signature at all.</li><li>Of the 44.3% of vulnerabilities that did get a signature for detection, 62% of those had exploits circulating BEFORE the signature shipped to the scanner.</li><li>The conclusion Cogent Research came to was that of all the observed critical vulnerabilities, 83.2% weren’t covered at all by traditional scanners, or  had observed exploits before scanner coverage was shipped.</li></ol>
<p>This is the one sentence from the report you need to commit to memory: “Scanner coverage lags exploits, or is absent entirely, for more than four out of five critical vulnerabilities.”</p>
<h2>Attackers leverage AI to further outpace legacy vuln scanners</h2>
<p>The reason why this has happened is no secret; attackers are using AI-assisted exploit development to compress the time-to-exploit window.  Look at this chart Cogent Research created using those 69,159 CVE’s and the time it took for an exploit to circulate.</p>
<figure><img src="/uploads/blog/ditch-legacy-scanners/time-to-explot-2026.webp" data-image="338849" width="100%"></figure>
<p>The report also highlights another key statistic: the median lag time to publish a signature is 2.7 days. And that’s just for the CVE’s that get a signature. Legacy scanners completely ignore 55.7% of critical CVEs because they focus only on major enterprise software, leaving a long tail of  vulnerabilities without signatures in IoT devices, edge routers, and niche open-source packages.</p>
<p>But if scanners are losing the race, how do you defend the enterprise? Survival in this new era requires shifting from signature-dependent scanning to proactive, single-source of truth for exposure management.</p>
<p>runZero was designed for exactly this purpose.  While legacy scanners must actively probe every device with specific CVEs in mind to see if a vulnerability exists. runZero operates on the principle that if you have a detailed, continuously updated asset inventory, you don't need to rescan the network when a new threat drops — you just need to query the data you already have.</p>
<h2>Winning by default against modern threats</h2>
<p>When a critical zero-day or high-profile CVE is announced, runZero’s research team analyzes the threat to identify the exact fingerprinted characteristics of the affected software, hardware, or firmware. Instead of waiting days for a vulnerability signature, runZero pushes out an asset query that day. Organizations can instantly search their existing inventory to see exactly which devices run the vulnerable component, where they are located, and whether they are exposed to the internet.</p>
<p>runZero’s proprietary, non-authenticated active scanning goes way beyond CVE’s and identifies the exposures attackers can actually reach via the network. This moves you from the reactive mindset of “does this asset have a CVE” to the proactive mindset of “what assets and exposures are most likely to be attacked.” The attack path mapping that came out in the 4.9 release shows you the path of least resistance an attacker can take to your most at risk assets, illuminating segmentation failures and unintended network routes that bypass your defenses. Another new feature in <a href="https://www.runzero.com/4-9/">runZero 4.9</a> allows you to identify many more potential attack targets by walking the backplane of your common protocol gateways like Modbus and BACnet. Where most scanners stop at the IP address of the gateway itself, runZero identifies every connected device behind it, and the exposures of those devices. This allows us to identify many of the exposures legacy scanners miss entirely.</p>
<p>Your legacy vulnerability scanners are now outclassed with modern AI accelerated threats.  But you don’t have to wait for them to catch up. runZero is empowering defenders to win by default. Even against AI. <a href="https://www.runzero.com/try/">Start a free trial today</a> to know every asset on your attack surface, uncover all types of exposures, map every attack path, and validate your segmentation integrity — before the exploit drops.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/ivanti-sentry/</id>
            <title>Ivanti Sentry vulnerabilities: How to find affected assets</title>
            <published>2026-06-10T16:44:00-04:00</published>
            <updated>2026-06-12T15:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/ivanti-sentry/" />
            <summary type="html">Ivanti disclosed that certain versions of Sentry are susceptible to two vulnerabilities. Here&#039;s how to find impacted assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Ivanti Sentry&nbsp;vulnerabilities:&nbsp;CVE-2026-10520 and CVE-2026-10523</h2>
<p>Ivanti <a href="https://hub.ivanti.com/s/article/Security-Advisory-Ivanti-Sentry-CVE-2026-10520-CVE-2026-10523?language=en_US" target="_blank">disclosed</a> that certain versions of Sentry are susceptible to two vulnerabilities.<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-10520" target="_blank">CVE-2026-10520</a>: An OS command injection vulnerability allows a remote, unauthenticated attacker to achieve root-level remote code execution (RCE).&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-10520" target="_blank">CVE-2026-10520</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>10.0</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-10523" target="_blank">CVE-2026-10523</a>: An authentication bypass vulnerability allows a remote, unauthenticated attacker to create arbitrary administrative accounts and obtain full administrative access.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-10523" target="_blank">CVE-2026-10523</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.9</strong>.</li></ul>
<p><span style="color: rgb(0, 39, 63);"><strong>Update (June 12, 2026)</strong>:</span> There is <a href="https://www.cisa.gov/news-events/alerts/2026/06/11/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">evidence</a> that <a href="https://www.cve.org/CVERecord?id=CVE-2026-42271" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-10520" target="_blank">CVE-2026-10520</a> <strong>is being actively exploited in the wild</strong>.</p>
<ul></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>Ivanti Sentry: Versions 10.5.1, 10.6.1, 10.7.0, and prior.</li></ul>
<p>Note: Older, unsupported product versions have not been tested but are likely also affected.</p>
<h2>What is Ivanti Sentry?</h2>
<p>Ivanti Sentry, formerly MobileIron Sentry, is an inline security gateway appliance that controls, encrypts, and isolates data traffic between remote mobile devices and a company's internal corporate servers based on device compliance rules set by a central management platform.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would&nbsp;allow a remote, unauthenticated attacker to bypass authentication, create administrative accounts, and execute arbitrary commands with root privileges, potentially&nbsp;leading to complete system compromise.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Ivanti Sentry 10.5.x: Version 10.5.2 or later.</li><li>Ivanti Sentry 10.6.x: Version 10.6.2 or later.</li><li>Ivanti Sentry 10.7.x: Version 10.7.1 or later.</li><li>All older, unsupported versions: Migrate to a supported, patched release.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>_asset.protocol:http AND protocol:http AND
  (last.http.body:"background-image:url(images/sentry-ivanti-logo-178x32.png)" OR
  last.http.body:"background-image:url(images/sentry-mi-logo-300x40.png)")</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/oracle-peoplesoft/</id>
            <title>Oracle PeopleSoft vulnerability: How to find impacted assets</title>
            <published>2026-06-12T14:54:00-04:00</published>
            <updated>2026-06-12T14:54:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/oracle-peoplesoft/" />
            <summary type="html">Oracle disclosed that certain versions of PeopleSoft are susceptible to exploitation. Here&#039;s how to find impacted assets.</summary>
                            <author>
                    <name>Cale Black</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Oracle PeopleSoft&nbsp;vulnerability: CVE-2026-35273</h2>
<p>Oracle&nbsp;<a href="https://www.oracle.com/security-alerts/alert-cve-2026-35273.html" target="_blank">disclosed</a> that certain&nbsp;versions of the PeopleSoft Enterprise PeopleTools solution utilize the Environment Management Hub (EMHub) service that contains a server-side request forgery (SSRF) vulnerability. Remote unauthenticated attackers can utilize this vulnerability to chain outbound requests to achieve remote code execution and gain access to the underlying operating system.</p>
<p><em>Note</em>: There is evidence that this vulnerability is being actively <a href="https://www.cisa.gov/news-events/alerts/2026/06/12/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">exploited in the wild</a>.</p>
<ul></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>Oracle PeopleSoft: Versions 8.61 and 8.62.</li></ul>
<h2>What is Oracle PeopleSoft?</h2>
<p>PeopleSoft is an enterprise resource planning (ERP) platform used for managing large organizations' business functions.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of this vulnerability&nbsp;would allow a 
remote, unauthenticated attacker to bypass authentication, create 
administrative accounts, and execute arbitrary commands with root 
privileges, potentially leading to complete system compromise.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Oracle PeopleSoft: Versions 8.61 and 8.62 should apply the <a href="https://support.oracle.com/support/?documentId=CPU187" target="_blank">supplied vendor patch</a> immediately.&nbsp;</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>_asset.protocol:http AND protocol:http AND (http.head.setCookie:"PS_TOKEN=" OR last.html.title:="Oracle PeopleSoft Sign-in" OR html.title:="Oracle PeopleSoft Sign-in")</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/bod-26-04/</id>
            <title>BOD 26-04: A new era of prioritized remediation</title>
            <published>2026-06-10T14:28:00-04:00</published>
            <updated>2026-06-10T14:28:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/bod-26-04/" />
            <summary type="html">A complete breakdown of CISA&#039;s BOD 26-04 directive. Learn how the shift to SSVC, risk-based KEV prioritization, and 3-day remediation impacts your team.</summary>
                            <author>
                    <name>todb</name>
                </author>
                        <content type="html">
                <![CDATA[<p dir="ltr">CISA released <a href="https://www.cisa.gov/news-events/directives/bod-26-04-prioritizing-security-updates-based-risk" target="_blank">Binding Operational Directive 26-04</a> today. As with any significant government directive, the nuances often reveal themselves only after several deep dives. Having analyzed the initial requirements, several key shifts in vulnerability management strategy are immediately apparent. Here is a breakdown of what cybersecurity practitioners need to know.</p>
<h2 dir="ltr">Risk-based prioritization for the KEV</h2>
<p dir="ltr">BOD 26-04 introduces an explicit prioritization framework for the CISA <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" target="_blank">Known Exploited Vulnerabilities (KEV) catalog</a>. Historically, remediation deadlines for federal civilian agencies centered around two or three weeks, but occasionally landed on one or three days. This was always a little mysterious, and a likely risk indicator (as mentioned in our paper on <a href="https://www.runzero.com/resources/kevology/">KEVology</a>). Now, CISA has codified the logic: deadlines are determined by whether a target is publicly accessible and the overall attacker value of the vulnerability. This shift moves the industry closer to a true risk-based approach rather than treating all KEV entries as equally hot fires.</p>
<h2 dir="ltr">Standardizing on SSVC</h2>
<p dir="ltr">The directive firmly pins its triage methodology on <a href="https://certcc.github.io/SSVC/tutorials/ssvc_overview/" target="_blank">Stakeholder-Specific Vulnerability Categorization (SSVC)</a>. While many practitioners were raised on CVSS as the definitive standard, SSVC offers a more pragmatic path for triage. No scoring system is perfect, but SSVC excels at guiding remediation decisions based on organizational context. For a deeper look at how this compares to other signals, see our research on <a href="https://www.runzero.com/resources/deciphering-signals-from-vulnerability-scores/">deciphering signals from vulnerability scores</a>.</p>
<h2 dir="ltr">The compressed timeline of remediation</h2>
<p dir="ltr">We are entering an era of aggressive patching. A three-day remediation window for KEVs has become the new, de facto benchmark, and 14 days represent the "fairly normal" outer limit. While achieving a three-day turnaround across massive federal infrastructures is a Herculean task, the increasingly AI-driven threat landscape demands it. As we publish this blog, exactly 31 KEVs have been posted with a three-day deadline (which you can track via the <a href="https://www.runzero.com/kev-collider/?kev.days-allotted=3">KEV Collider</a>), but we expect this count to skyrocket as CISA leans into these new prioritizations.</p>
<h2 dir="ltr">Defining the digital perimeter</h2>
<p dir="ltr">There is still much to debate, particularly regarding the specific technical definitions of what "counts" as being "publicly exposed." For example, while BOD 26-04 accounts for a change in exposure status leading to a change in the deadline, does the status change when there’s a hot new firewall 0-day that makes the firewall fail open? I would hope so, but what if there’s no evidence of that vulnerability being exploited? The firewall didn’t fail, didn’t go away, but it’s arguably a lot more fragile than people thought.</p>
<p dir="ltr">This is the kind of thing that people will definitely struggle with when they interpret the interaction of <em>vulns-du-jour</em>. So, as always, the devil remains in the details, and how agencies interpret and defend their exposure determinations will dictate the speed and success of their compliance. You can read the full text of the directive on the <a href="https://www.cisa.gov/news-events/directives/bod-26-04-prioritizing-security-updates-based-risk" target="_blank">CISA website</a>.</p>
<h2 dir="ltr">Take action: Assess your exposure</h2>
<p dir="ltr">As the window between discovery and exploitation continues to shrink, understanding your attack surface is no longer optional. To understand why we must move faster, I highly recommend reading our <a href="https://www.runzero.com/blog/apex-agentic-adversary/">Apex Agentic Adversary</a> blog.&nbsp;</p>
<p dir="ltr">To begin assessing your exposures and identifying publicly accessible assets, sign up for a <a href="https://www.runzero.com/try/">runZero free trial</a> today.<br></p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/veeam-instances/</id>
            <title>Veeam RCE vulnerabilities: How to find impacted assets</title>
            <published>2022-03-15T03:00:00-04:00</published>
            <updated>2026-06-09T17:20:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/veeam-instances/" />
            <summary type="html">Certain versions of Veeam Backup &amp; Replication contain a vulnerability that allows an authenticated domain user to achieve RCE on the Backup Server.</summary>
                            <author>
                    <name>runZero Team</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Veeam Software vulnerability:&nbsp;CVE-2026-44963</h2>
<p>Veeam Software <a href="https://www.veeam.com/kb4869" target="_blank">disclosed</a>&nbsp;that certain versions of Veeam Backup & Replication contain a vulnerability that allows an authenticated domain user to achieve remote code execution (RCE) on the Backup Server. Additional technical details have not been released at this time.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-44963" target="_blank">CVE-2026-44963</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.4</strong>.<br></p>
<ul></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>Veeam Backup & Replication 12.x: Versions prior to 12.3.2.4854.</li></ul>
Note: Older, unsupported product versions have not been tested, but are likely also affected.<h2>What is Veeam Backup & Replication?</h2>
<p>Veeam Backup & Replication is data protection software that supports image-level backup, recovery, and replication for virtual, physical, and cloud machines.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Veeam Backup & Replication 12.x: Version 12.3.2.4854 or later.</li><li>All older, unsupported product versions: A supported, fixed version.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Veeam AND (product:="Backup & Replication" OR product:="Veeam Backup & Replication")</code></pre>
<hr>
<h2>March 2026:&nbsp;CVE-2026-21666, CVE-2026-21667, CVE-2026-21668, CVE-2026-21669, CVE-2026-21670, CVE-2026-21671, CVE-2026-21672, and CVE-2026-21708</h2>
<p>Veeam Software&nbsp;<a href="https://www.veeam.com/kb4830" target="_blank">disclosed</a> in <a href="https://www.veeam.com/kb4831" target="_blank">two</a> advisories that multiple vulnerabilities have been identified in Veeam Backup & Replication which&nbsp;could allow for remote code execution (RCE), privilege escalation, and credential theft.<br></p>
<p><strong>Version 12.3.x Vulnerabilities</strong></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-21666" target="_blank">CVE-2026-21666</a> & <a href="https://www.cve.org/CVERecord?id=CVE-2026-21667" target="_blank">CVE-2026-21667</a>: Allows a remote, low-privileged authenticated domain user to perform RCE on the Backup Server. The vulnerabilities designated&nbsp;<a href="https://www.cve.org/CVERecord?id=CVE-2026-21666" target="_blank">CVE-2026-21666</a>&nbsp;and&nbsp;<a href="https://www.cve.org/CVERecord?id=CVE-2026-21667" target="_blank">CVE-2026-21667</a>&nbsp;have been rated <em><em>critical</em></em> with a CVSS score of <strong>9.9</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-21668" target="_blank">CVE-2026-21668</a>: Allows a remote, low-privileged authenticated domain user to bypass restrictions and manipulate arbitrary files on a Backup Repository.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-21668" target="_blank">CVE-2026-21668</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.8</strong>.</li></ul>
<p><strong>Version 13.0.x Vulnerabilities</strong></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-21669" target="_blank">CVE-2026-21669</a>: Allows a remote, low-privileged authenticated domain user to perform RCE on Windows-based Backup Servers.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-21669" target="_blank">CVE-2026-21669</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.9</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-21670" target="_blank">CVE-2026-21670</a>: Allows a remote, low-privileged user to extract saved SSH credentials from Windows-based servers or the Veeam Software Appliance. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-21670" target="_blank">CVE-2026-21670</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.7</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-21671" target="_blank">CVE-2026-21671</a>: Allows a remote, high-privileged user with the "Backup Administrator" role to perform RCE in high availability (HA) deployments.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-21671" target="_blank">CVE-2026-21671</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.1</strong>.</li></ul>
<p><strong>Vulnerabilities Affecting Both 12.3.x and 13.0.x</strong></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-21672" target="_blank">CVE-2026-21672</a>: A vulnerability allowing local privilege escalation on Windows-based Backup Servers.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-21672" target="_blank">CVE-2026-21672</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.8</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-21708" target="_blank">CVE-2026-21708</a>: Allows a remote, low-privileged user with the "Backup Viewer" role to perform RCE as the <em>postgres</em> user.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-21708" target="_blank">CVE-2026-21708</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.9</strong>.</li></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>Veeam Backup & Replication versions 12.3.x prior to 12.3.2.4465</li><li>Veeam Backup & Replication versions 13.0.x prior to 13.0.1.2067</li></ul>
<h2>What is Veeam Backup & Replication?</h2>
<p>Veeam Backup & Replication is data protection software that supports image-level backup, recovery, and replication for virtual, physical, and cloud machines.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Veeam Backup & Replication versions 12.3.x upgrade to version 12.3.2.4465 or later</li><li>Veeam Backup & Replication versions 13.0.x upgrade to version 13.0.1.2067 or later</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Veeam AND (product:="Backup & Replication" OR product:="Veeam Backup & Replication")</code></pre>
<hr>
<h2>November 2025:&nbsp;CVE-2025-48983, and CVE-2025-48984</h2>
<p>Veeam Software has <a href="https://www.veeam.com/kb4771" target="_blank">disclosed</a> two remote code execution (RCE) vulnerabilities affecting certain versions of Veeam Backup & Replication. These flaws in different software components allow a remote, low-privileged adversary (authenticated domain user) to execute arbitrary code.</p>
<ul><li>The first method is via a vulnerability in the Mount service on domain-joined backup infrastructure servers. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-48983" target="_blank">CVE-2025-48983</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.9</strong>.</li><li>The second method is via a vulnerability in domain-joined backup servers. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-48984" target="_blank">CVE-2025-48984</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.9</strong>.</li></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>Veeam Backup & Replication versions 12.x prior to 12.3.2.4165</li></ul>
<h2>What is Veeam Backup & Replication?</h2>
<p>Veeam Backup & Replication is data protection software that supports image-level backup, recovery, and replication for virtual, physical, and cloud machines.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Veeam Backup & Replication versions 12.x upgrade to version 12.3.2.4165 or later</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Veeam AND product:="Veeam Backup & Replication" AND (version:&gt;0 AND version:&gt;=12 AND version:&lt;12.3.2.4165)</code></pre>
<p>Currently, runZero prebuilt integrations can identify these findings.</p>
<hr>
<h2>December 2024:</h2>
<p dir="ltr">Veeam has <a href="https://www.veeam.com/kb4679" target="_blank">disclosed</a>&nbsp;two&nbsp;vulnerabilities&nbsp;found internally within their Veeam Service Provider Console (VSPC).</p>
<ul><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42448" target="_blank">CVE-2024-42448</a> is rated <strong><em>Critical</em></strong> with a CVSS score of<strong>&nbsp;9.9</strong>, which potentially allows remote code execution.</li><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42449" target="_blank">CVE-2024-42449</a> is rated <strong><em>High</em></strong> with a CVSS score of <strong>7</strong><strong>.1</strong>, which potentially leaks the&nbsp;NTLM hash of a service account and allows for the deletion of files on the server.</li></ul>
<h3>What is the impact?</h3>
<p>Although there an no known exploitations of the vulnerabilities in the wild,&nbsp;CVE-2024-42448 could allow remote code execution by an&nbsp;attacker on the server. An&nbsp;attacker would need to launch their attack from an authorized VSPC management agent server&nbsp;in order to exploit either of the disclosed vulnerabilities.</p>
<h3>Are updates or workarounds available?</h3>
<p>No mitigations are available for the disclosed vulnerabilities. Instead, the vendor is strongly encouraging customers to "update to the latest cumulative patch".</p>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p dir="ltr">From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>has:"html.title" html.title:"Veeam Service Provider Console"</code></pre>
<hr>
<h2>December 2022</h2>
<p>Veeam <a href="https://www.veeam.com/kb4288" target="_blank">published information</a> on two vulnerabilities in the Veeam Backup & Replication product, originally reported by Nikita Petrov of Positive Technologies.</p>
<p>As of December 16th, <a href="https://thehackernews.com/2022/12/cisa-alert-veeam-backup-and-replication.html" target="_blank">CISA had announced</a> the addition of two critical vulnerabilities (tracked as CVE-2022-26500 and CVE-2022-26501) to the KEV catalog. These CVEs were actively being exploited, putting systems at risk. It was critical that these systems were updated to patch these vulnerabilities as soon as possible.</p>
<h3>Which versions were affected?</h3>
<p>These vulnerabilities affected Backup & Replication versions 9.5, 10, and 11, allowing for exploitation by attackers to achieve unauthenticated remote code execution via the Veeam Distribution Service API. Details on the vulnerabilities (identified as <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26500" rel="noopener" target="_blank">CVE-2022-26500</a> and <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26501" rel="noopener" target="_blank">CVE-2022-26501</a>) were not published at the time of writing, though Veeam had assigned a "critical" CVSS score of 9.8.</p>
<h3>Were updates made available?</h3>
<p>Patched releases of Veeam Backup & Replication were&nbsp;<a href="https://www.veeam.com/kb4288" rel="noopener" target="_blank">made available</a> (see the "Solution" section). Guidance from Veeam was for administrators to update to these newer versions as soon as possible. If near-term updating was not possible, Veeam offered a temporary mitigation strategy <a href="https://www.veeam.com/kb4288" rel="noopener" target="_blank">via stopping-and-disabling the Veeam Distribution Service</a> (see the "Solution-&gt;Notes" section).</p>
<h3>How runZero users found potentially vulnerable Veeam instances</h3>
<p>We added the default port (9380) for the Veeam Distribution Service API to our runZero Explorer and Scanner. If you were using Explorer or Scanner v2.11.5 or later, you just needed to ensure you had performed a recent scan of your assets prior to running the query below. If you were using an older Explorer or Scanner, users simply&nbsp;added port 9380 to the "Included TCP ports" (under the <a href="https://console.runzero.com/scan/" rel="noopener" target="_blank">Advanced tab</a>) and then ran a scan to gather the necessary data.</p>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a>, users ran&nbsp;the following <a href="https://console.runzero.com/inventory?search=tcp_port%3A9380" rel="noopener" target="_blank">pre-built query</a> to locate Veeam Distribution Service instances within their network that could have potentially ran vulnerable versions of Veeam Backup & Replication:</p>
<pre><code>tcp_port:9380</code></pre>
<figure><img src="/img/posts/veeam-asset-inventory.png" class="img-fluid" alt="Veeam prebuilt query is available in the Queries Library" title="The Queries Library" data-image="thigtekd8j7r"></figure>
<p>As always, any prebuilt queries we create are available from our <a href="https://console.runzero.com/queries" rel="noopener" target="_blank">Queries Library</a>. Check out the library for other useful inventory <a href="https://help.runzero.com/docs/search-query-syntax/" rel="noopener" target="_blank">queries</a>.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/beyond-bugs/</id>
            <title>Beyond Bugs: 69% of initial access events aren’t bug-driven</title>
            <published>2026-06-09T08:00:00-04:00</published>
            <updated>2026-06-09T08:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/beyond-bugs/" />
            <summary type="html">While exploits are rising, they still don&#039;t make up the majority of breaches. Read our initial impressions of the 2026 DBIR and the reality of patch rates.</summary>
                            <author>
                    <name>todb</name>
                </author>
                        <content type="html">
                <![CDATA[<p>For those of us who devote much of our time and energy to studying software vulnerabilities, the annual release of the <a href="https://verizon.com/dbir">Verizon Data Breach Investigations Report</a> (aka the Verizon 2026 DBIR) is a high holy day. For 19 years, the DBIR has been pretty much the gold standard of corporate cybersecurity research: heavy on stats and charts, huge corpus of data, but presented in fun, eyeball-grabbing ways. So let’s get into some initial impressions!</p>
<h2>Exploits are up, but still not the majority</h2>
<p>Most headlines and slide citations you’ve likely seen sourced from the DBIR over the last couple weeks (and certainly through the next several months) are breathless exhortations that exploited vulnerabilities are up – way up – as average time-to-patch rates are slowing down, which spells doom for most enterprises. This is absolutely the case: exploited vulnerabilities account for 31% of initial access events that ultimately lead to a material breach, which is up from 2025’s reported 20% rate, which itself is a whopping 55% boost from last year, and continues the trend of exploitation taking more and more of the initial access pie.</p>
<p>However, what the DBIR doesn’t state plainly is that this statistic represents merely a plurality, not a majority, of successful initial access attacks. Putting it another way, 69%<sup>1</sup> of initial access attacks sourced from something other than an exploited software vulnerability.</p>
<p>This means that even if you manage to patch 100% of technical vulnerabilities on your network edge, you’ve still got a ton of work to do to deal with misconfigurations, default credentials, phishing, pretexting, and all the other ways spies and criminals penetrate your network. I know, I know, as a vulnerability-lover, this pains me, too, but that’s just the deal with modern, comprehensive cybersecurity. Maybe next year? If exploitation rates rise another 60-ish percent, it’ll be in striking range of a majority tactic.</p>
<h2>The “speed of light” barrier to patch rates</h2>
<p>Unfortunately, that “patch 100%” target is ever more elusive these days, and we have real backing from the DBIR for this opinion. The Verizon authors cite the rapid rise of CVE-identified vulnerabilities, and specifically, the ever-increasing rate of CISA KEV additions. IT security shops have been admirably keeping up with the firehose… until the 2025 study period that the 2026 DBIR covers, where keeping up with critical vulnerabilities faltered.</p>
<p>For me, the most compelling quote in the DBIR is this: “this might be an initial&nbsp;measurement of the “speed of light” — the theoretical limit — for vulnerability remediation processes. Organizations at their very best only get to fix 30%–40% of KEV instances in the first week after detection, so <strong>choosing the correct ones to patch really is the key strategy</strong>.” Emphasis added, because this goes right to the core of something we’ve been flogging for a while now <a href="https://www.runzero.com/blog/making-cisa-kev-actionable/">here at runZero</a>.</p>
<p>While DBIR uses “CISA KEV-listed vulnerabilities” as a useful stand-in for “critical vulnerabilities,” we know that not all KEVs are created equal. Heck, I wrote a whole paper on the <a href="https://www.runzero.com/resources/kevology/">art and science of KEVology</a>, and we released a fun workbench, <a href="https://www.runzero.com/kev-collider/">KEV Collider</a>, for sorting and choosing the KEVs that organizations can use to help prioritize this tiny subset of software vulnerabilities.</p>
<p>What this also tells me is that it’s simply unreasonable and unrealistic to expect an enterprise of any appreciable size and complexity to mitigate every KEV on any human-scale timeline with our current tooling and processes. Achieving 100% coverage inside the first week after detecting a known-exploited vulnerability in the environment is nearly impossible for no less than half of the very best and most expensive IT security teams.</p>
<p>Part of the reason here is the sheer volume of alerts to deal with. It may well be possible to hit this mark in a vacuum in a well-understood tech stack, but when your attention is being seized by alert after alert, in quick succession, in a chaotic environment of a modern TCP/IP network, teams and systems are practically guaranteed to start dropping patches on the floor. We seem to have hit maximum capacity in 2024, and now we get to worry about a renewed onslaught of <a href="https://www.runzero.com/blog/llms-dual-use/">AI-assisted vulnerability discovery</a> further slowing us down.</p>
<p>I cannot stress this enough: <strong>it is impossible to keep patched </strong>against thousands to millions of vulns as they become public. Enterprises must make choices, based on the inherent riskiness of specific vulnerabilities, where those vulnerable systems live, and how far attackers need to go to reach them. This makes high-visibility asset and exposure management a critical component of any continuous security strategy.</p>
<h2>Ransomware and AI</h2>
<p>A couple other stories emerged for me in the DBIR this year, which I wanted to touch on. First off, there’s a shift in the ransomware economics underway. Verizon reports that ransomware attacks are up by volume (no surprise there), but the rate at which victims are paying off the extortionists is trending down, along with the total dollar amounts of payments. This strikes me as very normal economics of scale, and the goal of pretty much every consumer tech company in Silicon Valley and beyond: lower prices, increase consumption, and you make up the difference on volume. So, what does this mean for RaaS (ransomware-as-a-service)? I’m starting to suspect there will be a major upheaval (dare I say, disruption) in the space, but I have no idea what that’ll look like.</p>
<p>The other story that jumped out at me is the massive uptake of “shadow AI” in enterprises. The DBIR reports that people who describe themselves as “regular AI users” on company equipment, on the job, is up to 45% over last year’s figure of 15% of regular AI users. This tells me that shadow AI is going to be a real headache this year, and to keep an eye out for the entirely <a href="https://www.theregister.com/ai-ml/2026/05/27/bosses-blinded-by-confidence-about-shadow-ai-use-by-workers/5247275">predictable breach of company secrets</a> due to unsanctioned, unauthorized AI use. Just like how shadow IT imperils enterprise networks by escaping the usual controls applied to sanctioned techs, using off-site chatbots and other LLM-backed technology is virtually guaranteed to lead to an exposure of sensitive customer and company info. Security shops are advised to monitor for this, but detection is going to be quite difficult in the BYOD/WFH world we live in; at the very least, every enterprise today needs to spend some leadership cycles on crafting and publishing an AI acceptable use policy (AUP), and take violations of this seriously. I hate to be the tech police here, but even the most well-meaning employee, having just hopped on the AI bandwagon, is going to screw this up eventually.</p>
<h2>Getting ahead of (gestures broadly) all this</h2>
<p>The DBIR is an invaluable resource for good statistics and good science, and if you’ve read this far, you’re the kind of person that’s likely to run into citations from the DBIR from your vendors, your partners, and your boss for the rest of the year. Hopefully, your takeaway from the DBIR (or this book report) is not, in the end, utter despair. There are things you can do to get ahead of your exposure management.</p>
<p>One of those things is to give runZero’s best-in-class solution a whirl. Head over to <a href="https://www.runzero.com/try/">runZero.com/try</a> for a free community edition and see what I’m talking about when I say that vulns aren’t the only thing, or even the most pressing thing, you can spend your time and effort on. Modern cybersecurity means having a great, up-to-date picture of your attack surface, and the <a href="https://www.runzero.com/4-9/">runZero 4.9 release</a> does a bang-up job at getting you armed with the situational awareness to stay ahead of the most likely attacks you’re going to see in this cruel, cruel world.</p>
<p><sup><em>1</em></sup><em>Nice</em></p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/litellm/</id>
            <title>LiteLLM Proxy vulnerabilities: How to find impacted assets</title>
            <published>2026-04-23T18:38:00-04:00</published>
            <updated>2026-06-08T18:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/litellm/" />
            <summary type="html">LiteLLM has disclosed that certain versions of LiteLLM Proxy are susceptible to multiple vulnerabilities that can be chained together to achieve RCE.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest LiteLLM vulnerabilities:&nbsp;CVE-2026-42208, CVE-2026-42203, and CVE-2026-42271</h2>
<p>LiteLLM <a href="https://github.com/BerriAI/litellm/security/advisories/GHSA-r75f-5x8p-qvmc" target="_blank">disclosed</a>&nbsp;in <a href="https://github.com/BerriAI/litellm/security/advisories/GHSA-xqmj-j6mv-4862" target="_blank">three</a> <a href="https://github.com/BerriAI/litellm/security/advisories/GHSA-v4p8-mg3p-g94g" target="_blank">advisories</a>&nbsp;that certain versions of LiteLLM Proxy are susceptible to multiple vulnerabilities that can be chained together to achieve remote code execution (RCE). While official container images run the process as root, other deployments execute with the privileges of the user account running the proxy process. <a href="https://aisafe.io/blog/critical-rce-vulnerability-in-litellm-proxy" target="_blank">Research</a> regarding the exploit chain involving <a href="https://github.com/BerriAI/litellm/security/advisories/GHSA-r75f-5x8p-qvmc" target="_blank">GHSA-r75f-5x8p-qvmc</a> and <a href="https://github.com/BerriAI/litellm/security/advisories/GHSA-xqmj-j6mv-4862" target="_blank">GHSA-xqmj-j6mv-4862</a> indicates that the vulnerable code path only triggers after the server has processed "a minimum amount of legitimate interaction."<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-42208" target="_blank">CVE-2026-42208</a>: A SQL injection vulnerability exists in the API key verification process due to improper error handling. A remote, unauthenticated attacker can exploit this by sending a specially crafted <em>Authorization</em> header to any LLM API endpoint (e.g., <em>/chat/completions</em>). Successful exploitation allows an attacker to read or potentially modify database data, leading to unauthorized access to the proxy and the credentials it manages.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-41940" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-42208" target="_blank">CVE-2026-42208</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.3</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-42203" target="_blank">CVE-2026-42203</a>: A server-side template injection (SSTI) vulnerability in the <em>/prompts/test</em> API endpoint arises from the improper neutralization of user-supplied prompt templates, which are rendered without sandboxing. A crafted template can execute arbitrary code within the LiteLLM Proxy process. Successful exploitation allows a remote, authenticated user to access secrets in the process environment (e.g., provider API keys or database credentials) or execute arbitrary code on the host.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-41940" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-42203" target="_blank">CVE-2026-42203</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.6</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-42271" target="_blank">CVE-2026-42271</a>: An authenticated command execution vulnerability exists in the MCP stdio test endpoints (<em>/mcp-rest/test/connection</em> and <em>/mcp-rest/test/tools/list</em>), which are used to preview an MCP server before saving. A remote, low-privileged attacker can exploit this by providing a crafted server configuration in the request body. The command is spawned as a subprocess on the proxy host with the privileges of the proxy process.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-41940" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-42271" target="_blank">CVE-2026-42271</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.7</strong>.</li></ul>
<p>These vulnerabilities do not currently have CVE IDs assigned, however, the vulnerability currently designated <a href="https://github.com/BerriAI/litellm/security/advisories/GHSA-r75f-5x8p-qvmc" target="_blank">GHSA-r75f-5x8p-qvmc</a> has been rated critical with a CVSS score of <strong>9.3</strong>.<span style="color: rgb(9, 25, 37);"><strong><br><br>Update (April 27, 2026):</strong></span>&nbsp;The advisories now reflect assigned CVE IDs; however, these remain in a "reserved" state, and further details have not yet been provided by the CNA.</p>
<p><span style="color: rgb(0, 39, 63);"><strong>Update (May 8, 2026)</strong>:</span> There is <a href="https://www.cisa.gov/news-events/alerts/2026/05/08/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">evidence</a> that&nbsp;<a href="https://www.cve.org/CVERecord?id=CVE-2026-42208" target="_blank">CVE-2026-42208</a>&nbsp;<strong>is being actively exploited in the wild</strong>. The CVE IDs listed above have been updated with the latest CVSS score information.</p>
<p><span style="color: rgb(0, 39, 63);"><strong>Update (June 8, 2026)</strong>:</span> There is <a href="https://www.cisa.gov/news-events/alerts/2026/06/08/cisa-adds-two-known-exploited-vulnerabilities-catalog" target="_blank">evidence</a> that <a href="https://www.cve.org/CVERecord?id=CVE-2026-42271" target="_blank">CVE-2026-42271</a>&nbsp;<strong>is being actively exploited in the wild</strong>.</p>
<p><strong>The following versions are affected:</strong></p>
<ul><li>LiteLLM: Versions 1.81.16 through 1.83.6</li></ul>
<ul></ul>
<h2>What is LiteLLM Proxy?</h2>
<p>LiteLLM Proxy is an open-source gateway that enables applications to interact with multiple large language model (LLM) providers through a single, standardized API by translating requests into the specific formats required by each service.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions immediately:</p>
<ul><li>LiteLLM: Upgrade to v1.83.7-stable or later.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>_asset.protocol:http AND protocol:http AND (html.title:="LiteLLM%" OR last.html.title:="LiteLLM%")</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/check-point-devices/</id>
            <title>Check Point CVE-2026-50751: Find potentially impacted devices</title>
            <published>2024-05-31T12:36:00-04:00</published>
            <updated>2026-06-08T15:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/check-point-devices/" />
            <summary type="html">Critical Check Point VPN vulnerability allows unauthenticated attackers to bypass IKEv1 authentication. Here&#039;s how to find affected assets.</summary>
                            <author>
                    <name>Tom Sellers</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Check Point&nbsp;vulnerability: CVE-2026-50751</h2>
<p>Check Point&nbsp;<a href="https://blog.checkpoint.com/security/check-point-releases-important-hotfix-for-vulnerabilities-in-deprecated-ikev1-vpn-protocol/" target="_blank">disclosed</a>&nbsp;that certain versions of their&nbsp;VPN products&nbsp;utilize the deprecated IKE protocol version 1 (IKEv1) that are affected&nbsp;by an authentication&nbsp;logic flow vulnerability. Remote unauthenticated attackers can utilize this vulnerability to bypass the authentication validation without credentials in order to gain access to secure networks.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-50751" target="_blank">CVE-2026-50751</a> and has been rated <em>critical</em> with a CVSS score of <strong>9.3</strong>.</p>
<ul></ul>
<p><strong>The following versions are affected:</strong><strong></strong></p>
<ul></ul>
<ul><li>Security Gateways:<ul><li>R82.10 Jumbo Hotfix Take 19 or below</li><li>R82 Jumbo Hotfix Take 103 or below</li><li>R81.20 Jumbo Hotfix Take 141 or below</li><li>R81.10 (End-of-Support (EOS))</li><li>R81 (End-of-Support (EOS))</li><li>R80.40 (End-of-Support (EOS))</li></ul></li><li>Spark Firewalls:&nbsp;<ul><li>R80.20.X (End-of-Support (EOS))</li><li>R82.00.X</li><li>R81.10.X</li></ul></li></ul>
<ul></ul>
<h2>What is&nbsp;Check Point Remote Access and Mobile Access VPN?</h2>
<p>Check Point Remote Access and Mobile Access VPN provide users access to corporate networks over IPSec.<br></p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerability would allow an attacker to establish an unauthorized VPN connection and gain access to protected networks.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions:</p>
<p>Security Gateway, Maestro Orchestrator, and Security Group</p>
<ul><li>R82.10 Jumbo Hotfix Accumulator Take 19 (Take #3)</li><li>R82.10 Jumbo Hotfix Accumulator Take 6 (Take #2)</li><li>R82 Jumbo Hotfix Accumulator Take 103 (Take #2)</li><li>R82 Jumbo Hotfix Accumulator Take 91 (Take #2)</li><li>R81.20 Jumbo Hotfix Accumulator Take 141 (Take #2)</li><li>R81.20 Jumbo Hotfix Accumulator Take 127 (Take #2)</li><li>R81.20 Jumbo Hotfix Accumulator Take 120 (Take #2)</li><li>R81.20 Jumbo Hotfix Accumulator Take 113 (Take #2)</li></ul>
<p>Spark Firewall Appliances</p>
<ul><li>R82.00.10 Build 998002216</li></ul>
<p>For End-of-Support products Check Point has <a href="https://support.checkpoint.com/results/sk/sk185033" target="_blank">provided multiple mitigation options</a>.</p>
<ul></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially impacted assets:<br></p>
<pre><code>hw:="Check Point%" AND protocol:ike AND ike.version:="1.0"</code></pre>
<hr>
<h2>May 2024:&nbsp;CVE-2024-24919</h2>
<p>On May 28, 2024, Check Point <a href="https://support.checkpoint.com/results/sk/sk182336" target="_blank" rel="noreferrer noopener">disclosed</a> a serious vulnerability in Check Point Security Gateway Devices with certain remote access <a href="https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_Maestro_AdminGuide/Front-Matter/Front-Matter-Glossary.htm#3097445099_anchor70" target="_blank">software blades</a>&nbsp;(security modules) enabled. Per their guidance, devices are impacted if one of the following conditions are met:</p>
<ul><li>The IPsec VPN Blade is enabled, but ONLY when included in the Remote Access VPN  community.</li><li>The Mobile Access Software Blade is enabled.</li></ul>
<p>The issue, identified as <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-24919" target="_blank">CVE-2024-24919</a>,&nbsp;allows reading&nbsp;arbitrary files on the targeted appliance by&nbsp;<em>unauthenticated</em> remote attackers. This vulnerability could be leveraged to read sensitive files such as those&nbsp;containing password hashes, certificates, and&nbsp;ssh keys.</p>
<p>This vulnerability has a CVSS score of 8.6 out of 10, indicating that this is a&nbsp;<em>high&nbsp;<em></em></em>risk vulnerability. According to their disclosure and information provided by&nbsp;CISA this vulnerability is being actively exploited. A <a href="https://www.mnemonic.io/resources/blog/advisory-check-point-remote-access-vpn-vulnerability-cve-2024-24919/" target="_blank">report</a> from mnemonic.io states that they have observed attacks at least as far back as April 30, 2024.</p>
<h2>What is the impact?</h2>
<p>Upon successful exploitation of the vulnerability, unauthenticated remote attackers could access password hashes for local users. If the hashes are cracked the attacker may be able to log into these user accounts if secondary controls, such as MFA, are not enforced. This includes service accounts that may be used to access Active Directory or other services. Attackers could leverage this information to move across a target's network.&nbsp;</p>
<h2>Are updates or workarounds available?</h2>
<p>Check Point has released a software updates to address this vulnerability. They also provide guidance for other measures that should be taken after the vulnerability has been addressed. These can be found in their <a href="https://support.checkpoint.com/results/sk/sk182336" target="_blank">advisory</a>.</p>
<h2>How do I find potentially vulnerable Check Point devices with runZero?</h2>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank" rel="noreferrer noopener">Asset Inventory</a>, use the following query to locate assets that may be running the vulnerable operating system in your network:</p>
<pre><code>hardware:"Check Point" AND (_service.last.http.body:"Check Point Mobile" OR _service.http.body:"Check Point Mobile" OR udp_port:500)</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/apex-agentic-adversary/</id>
            <title>Dawn of the apex agentic adversary</title>
            <published>2026-06-02T06:00:00-04:00</published>
            <updated>2026-06-02T06:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/apex-agentic-adversary/" />
            <summary type="html">When agentic AI can weaponize exploits in seconds, visibility is everything. Stop the predator with runZero’s exposure management for the AI-attack era.</summary>
                            <author>
                    <name>James McNulty</name>
                </author>
                        <content type="html">
                <![CDATA[<p>We are currently living through the final days of a luxury we never truly appreciated: <em>the human pace</em>.</p>
<p>For decades, cybersecurity operated with a somewhat predictable pulse. A researcher found a bug, a CVE was cataloged, a vendor navigated a patch cycle, and weeks or even months later a fix was deployed. In this era, dwell time was a metric of days and weeks. But we are now on the verge of a major shift in the evolutionary timeline.</p>
<p>The catalyst arrived in early 2026 with the release of frontier agentic models: AI entities that no longer just suggested code, but actively tested it. These models don't just automate the offensive lifecycle; they radically compress the time between discovery and weaponization.</p>
<h2>Beware the wolves in the fabric</h2>
<p>There is a reason the old saying warns about the wolf in sheep’s clothing. In a rush to stay competitive, organizations have invited AI into the deepest layers of their infrastructure — giving LLM agents write access to repos and allowing third-party AI wrappers to plug into internal APIs. These are the sheep: the helpful, fluffy productivity boosters sitting in our software ribbons.</p>
<p>But there lie wolves in the fabric. The same technology that allows a developer to refactor code in seconds allows agentic offensive models to hunt for logic flaws at the same speed. These tools are capable of finding an exposure, weaponizing it, and executing a breach before a human defender has even finished their first cup of coffee. The agility we gained in our workflows is now the agility the adversary can use to dismantle them.</p>
<h2>The death of the catalog</h2>
<p>The most unsettling part of this cusp is not just the speed, but the increasing anonymity. In the pre-AI era, we relied on public vulnerability and exploitation accounting like the CVE program, CISA's KEV Catalog, and EPSS. We looked for known signatures and documented behaviors. But as AI-driven breaches become autogenous and self-generating, they become ephemeral. Attacks will soon be so fast, so targeted, and so mutated that they will not even stay in the room long enough to be cataloged.</p>
<p>If attack design, creation, and execution happens at machine speed and there is no signature to find, did it even happen? By the time your SIEM triggers an alert, the AI agent has already breached, escalated, pivoted, spread, exfiltrated, and scrubbed, leaving no trace to investigate.</p>
<h2>The convergence trap: IT/OT and the segmentation illusion</h2>
<p>The danger is amplified because our fabric is no longer just digital; it is physical. The continuing convergence of IT and OT has created a unified playground for AI attackers. We used to rely on the <a href="https://www.runzero.com/resources/segmentation-theater-sans-2026/">segmentation illusion</a>: the comfortable assumption that our critical industrial assets were air-gapped or safely tucked away behind firewalls.</p>
<p>In a converged world, that air gap or segmentation is a design flaw. An AI agent does not see a firewall; it sees an exploitable asset. In this evolving landscape, lateral movement is an automated reflex. The AI identifies the technician's laptop that bridges the corporate Wi-Fi to the factory LAN and traverses that gap in milliseconds. It treats insecure-by-design industrial protocols like Modbus, BACnet, and S7comm as open expressways. When an IT-originated breach cascades into the OT environment at machine speed, it is no longer just a data leak. It is a factory floor shutdown or a safety valve opening. It is the wolf moving from the screen to the physical world.</p>
<h2>Taking the tactical high ground (Layer 2 and below)</h2>
<p>The agentic adversary wins by knowing your territory better than you do. They thrive in the information gap — the space between what you <em>think</em> is on your network and what is <em>actually</em> there. Asset inventory is no longer a compliance checkbox; it defines the boundaries of your hunting ground.</p>
<p>While your eyes are fixed on the imminent exploit hitting your secure servers, an AI agent is already identifying the choke points you didn’t know you had — the single multi-homed device or forgotten workstation that grants total access to the critical areas of your network. You cannot outrun a predator if you are tripping over your own blind spots.</p>
<p>To survive, defensive strategies must shift from reactive to proactive environmental hardening. At&nbsp;runZero, we built our latest capabilities to deny the adversary the shadows it needs to operate:</p>
<ul><li><strong>Mapping the unmappable:</strong> In <a href="https://www.runzero.com/blog/runzero-4-9/">runZero 4.9</a>, we introduced the ability to peek behind protocol gateways. Where traditional tools see a single gateway IP, runZero leverages its unrivaled library of proprietary IT, IoT, and OT protocol safe-probes to walk the backplane. We natively query and unmask the dozens of PLCs and field-level devices sitting downstream, ensuring no industrial asset stays hidden.<br><br></li><li><strong>Illuminating the unknown:</strong> Agentic models can swiftly hunt for rogue access points, forgotten IoT devices, and shadow IT that lack security coverage. runZero’s unauthenticated discovery uses these same advanced protocol insights to identify unmanaged assets without requiring agents or credentials, ensuring that your blind spots don't become an adversary's primary point of entry.<br><br></li><li><strong>Validating the assumption:</strong> Our <a href="https://www.runzero.com/blog/validate-segmentation/">latest research</a> on network segmentation shows that many of these paths are accidental. Our interactive attack path mapping allows you to move past assumptions, visualizing exactly how an attacker could use these multi-protocol environments to move laterally through your IT and OT systems alike.<br><br></li><li><strong>Acting on Asset Intelligence:</strong> Knowing you have exposures isn't enough; you need to know which ones are most critical to address first. runZero prioritizes your risk by identifying the exact choke points where your vulnerabilities intersect with viable cross-protocol attack paths. Instead of wasting cycles fixing everything, you can fortify the precise defensive bottlenecks that completely cut off the intruder's route to your critical assets.</li></ul>
<h2>Identify the predator or become the prey</h2>
<p>We have not yet reached the point where every attack is an instantaneous strike. While frontier AI's offensive capabilities <a href="https://www.aisi.gov.uk/blog/our-evaluation-of-claude-mythos-previews-cyber-capabilities">haven't reached total autonomy yet</a>, remember: this is the least capable these models will ever be. The predator is learning.</p>
<p>We are currently moving through the tall grass of the perimeter’s blind spot. While most organizations are still scanning for the tracks of yesterday’s hunters, a new breed of agentic adversary is already circling. Your only hope of survival is to spot the predator before it breaks cover.</p>
<p>runZero is empowering defenders to win by default. Even against AI. <a href="https://www.runzero.com/try/" target="_blank">Start a free trial today</a> to know every asset on your attack surface, uncover all types of exposures, map every attack path, and validate your segmentation integrity — before the exploit drops.<br></p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/palo-alto-networks/</id>
            <title>PAN-OS vulnerability CVE-2026-0257: Find affected systems</title>
            <published>2024-04-12T12:54:00-04:00</published>
            <updated>2026-05-29T17:30:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/palo-alto-networks/" />
            <summary type="html">PAN has disclosed that certain versions of PAN-OS are affected by an authentication bypass vulnerability in the GlobalProtect portal and gateway.</summary>
                            <author>
                    <name>runZero Team</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Palo Alto Networks vulnerability: CVE-2026-0257</h2>
<p>Palo Alto Networks (PAN) has <a href="https://security.paloaltonetworks.com/CVE-2026-0257" rel="noopener" target="_blank">disclosed</a> that certain versions of PAN-OS are affected by an authentication bypass vulnerability in the GlobalProtect portal and gateway. Successful exploitation allows a remote, unauthenticated attacker to bypass security restrictions, establish an unauthorized VPN connection, and gain access to restricted networks.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-0257" target="_blank">CVE-2026-0257</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.8</strong>.</p>
<p>There is <a href="https://www.cisa.gov/news-events/alerts/2026/05/29/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">evidence</a> that this vulnerability <strong>is being actively exploited in the wild</strong>. Note that the Rapid Response released on May 13, 2026 covered many of the affected versions of PAN-OS, but CVE-2026-0257 is somewhat more expansive in scope than CVE-2026-0263, and more versions are affected.</p>
<p><strong>The following versions are affected</strong><br></p>
<ul><li>PAN-OS 12.1: Versions 12.1.5 through 12.1.6, and 12.1.2 through 12.1.4-h*.</li><li>PAN-OS 11.2: Versions 11.2.11 or later, 11.2.8 through 11.2.10-h*, 11.2.5 through 11.2.7-h*, and 11.2.0 through 11.2.4-h*.</li><li>PAN-OS 11.1: Versions 11.1.14 or later, 11.1.11 through 11.1.13-h*, 11.1.8 through 11.1.10-h*, 11.1.7 through 11.1.7-h*, 11.1.5 through 11.1.6-h*, and 11.1.0 through 11.1.4-h*.</li><li>PAN-OS 10.2: Versions 10.2.17 through 10.2.18-h*, 10.2.14 through 10.2.16-h*, 10.2.11 through 10.2.13-h*, 10.2.8 through 10.2.10-h*, and 10.2.0 through 10.2.7-h*.</li></ul>
<p>Note: It is possible that older, unsupported PAN-OS versions are also vulnerable, but this has not been confirmed.</p>
<h2>What is Palo Alto Networks PAN-OS?<br></h2>
<p>PAN-OS is the proprietary operating system that powers all Palo Alto Networks Next-Generation Firewalls (NGFW) across physical, virtual, and cloud environments. It uses a Single-Pass Parallel Processing (SP3) architecture to provide deep visibility and control over network traffic by identifying applications, users, and content simultaneously.<br></p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerability would allow an attacker to establish an unauthorized VPN connection and gain access to protected networks.<br></p>
<h2>Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>PAN-OS 12.1: Upgrade to version 12.1.4-h6, 12.1.7, or later.</li><li>PAN-OS 11.2: Upgrade to version 11.2.4-h17, 11.2.7-h14, 11.2.10-h7, 11.2.12, or later.</li><li>PAN-OS 11.1: Upgrade to version 11.1.4-h33, 11.1.6-h32, 11.1.7-h6, 11.1.10-h25, 11.1.13-h5, 11.1.15, or later.</li><li>PAN-OS 10.2: Upgrade to version 10.2.7-h34, 10.2.10-h36, 10.2.13-h21, 10.2.16-h7, 10.2.18-h6, or later.</li><li>All older, unsupported PAN-OS versions: Upgrade to a supported, fixed version.</li></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank"></a><a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre>hw:="Palo Alto Networks" AND os:="Palo Alto Networks PAN-OS%" AND os_version:&gt;0 AND
  ((os_version:&gt;="12.1.5" AND os_version:&lt;"12.1.7") OR
  (os_version:&gt;="12.1.2" AND os_version:&lt;"12.1.4-h6") OR
  (os_version:&gt;="11.2.11" AND os_version:&lt;"11.2.12") OR
  (os_version:&gt;="11.2.8" AND os_version:&lt;"11.2.10-h7") OR
  (os_version:&gt;="11.2.5" AND os_version:&lt;"11.2.7-h14") OR
  (os_version:&gt;="11.2.0" AND os_version:&lt;"11.2.4-h17") OR
  (os_version:&gt;="11.1.14" AND os_version:&lt;"11.1.15") OR
  (os_version:&gt;="11.1.11" AND os_version:&lt;"11.1.13-h5") OR
  (os_version:&gt;="11.1.8" AND os_version:&lt;"11.1.10-h25") OR
  (os_version:&gt;="11.1.7" AND os_version:&lt;"11.1.7-h6") OR
  (os_version:&gt;="11.1.5" AND os_version:&lt;"11.1.6-h32") OR
  (os_version:&gt;="11.1.0" AND os_version:&lt;"11.1.4-h33") OR
  (os_version:&gt;="10.2.17" AND os_version:&lt;"10.2.18-h6") OR
  (os_version:&gt;="10.2.14" AND os_version:&lt;"10.2.16-h7") OR
  (os_version:&gt;="10.2.11" AND os_version:&lt;"10.2.13-h21") OR
  (os_version:&gt;="10.2.8" AND os_version:&lt;"10.2.10-h36") OR
  (os_version:&gt;="10.2.0" AND os_version:&lt;"10.2.7-h34"))
</pre>
<hr>
<h2>May 13, 2026:&nbsp;CVE-2026-0263</h2>
<p>Palo Alto Networks (PAN) released a&nbsp;<a href="https://security.paloaltonetworks.com/CVE-2026-0263" target="_blank">security advisory</a>&nbsp;for a&nbsp;high buffer overflow vulnerability in the IKEv2&nbsp;processing that allows an unauthenticated remote attacker to execute arbitrary code with elevated privileges or cause a denial of service.</p>
<ul><li><a href="https://security.paloaltonetworks.com/CVE-2026-0263" target="_blank">CVE-2026-0263</a> is rated <strong><em>high</em></strong>&nbsp;with CVSS score of <strong>7.2</strong>, is a buffer overflow vulnerability and potentially allows for  remote code execution&nbsp;with elevated privileges.</li></ul>
<h2>What is the impact?</h2>
<p><a href="https://security.paloaltonetworks.com/CVE-2026-0263" target="_blank" rel="nofollow noopener">CVE-2026-0263</a> allows for an unauthenticated remote attacker to execute arbitrary code with elevated privileges or lead to a denial of service (DoS).</p>
<p>The vulnerability only affects PA-Series firewalls if IKEv2 VPN tunnels are configured with Post Quantum Cryptography (PQC).</p>
<h2>Are updates or workarounds available?</h2>
<p>Within the advisory, Palo Alto recommends "configuring IKEv2 VPN tunnels&nbsp;only with NIST approved Post Quantum Cryptography (PQC) ciphers".</p>
<ul><li>PAN-OS 12.1: Upgrade to 12.1.7 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;12.1.4-h5 or 12.1.7 or later.</li><li>PAN-OS 11.2: Upgrade to 11.2.12 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 11.2.10-h6 or 11.2.12 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 11.2.7-h13 or 11.2.12 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;11.2.4-h17 or 11.2.12 or later.</li><li>PAN-OS 11.1: Upgrade to 11.1.15 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;11.1.13-h5 or 11.1.15 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;11.1.10-h25 or 11.1.15 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;11.1.7-h6 or 11.1.15 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;11.1.6-h32 or 11.1.15 or later,&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;11.1.4-h33 or 11.1.15 or later.</li></ul>
<h2>How to find PAN-OS systems on your network</h2>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a> you can use the following query to locate potentially vulnerable PAN-OS systems:</p>
<pre>hw:="Palo Alto Networks" AND os:="Palo Alto Networks PAN-OS%" AND os_version:&gt;0 AND
  ((os_version:&gt;="12.1.5" AND os_version:&lt;"12.1.7") OR
  (os_version:&gt;="12.1.2" AND os_version:&lt;"12.1.4-h5") OR
  (os_version:&gt;="11.2.11" AND os_version:&lt;"11.2.12") OR
  (os_version:&gt;="11.2.8" AND os_version:&lt;"11.2.10-h6") OR
  (os_version:&gt;="11.2.5" AND os_version:&lt;"11.2.7-h13") OR
  (os_version:&gt;="11.2.0" AND os_version:&lt;"11.2.4-h17") OR
  (os_version:&gt;="11.1.14" AND os_version:&lt;"11.1.15") OR
  (os_version:&gt;="11.1.11" AND os_version:&lt;"11.1.13-h5") OR
  (os_version:&gt;="11.1.8" AND os_version:&lt;"11.1.10-h25") OR
  (os_version:&gt;="11.1.7" AND os_version:&lt;"11.1.7-h6") OR
  (os_version:&gt;="11.1.5" AND os_version:&lt;"11.1.6-h32") OR
  (os_version:&gt;="11.1.0" AND os_version:&lt;"11.1.4-h33"))
</pre>
<hr>
<h2>May 5, 2026:&nbsp;CVE-2026-0300</h2>
<p>On May 5, 2026, Palo Alto Networks (PAN) released a&nbsp;<a href="https://security.paloaltonetworks.com/CVE-2026-0300" target="_blank">security advisory</a>&nbsp;for a&nbsp;critical buffer overflow vulnerability in the User-ID Authentication Portal (Captive Portal)&nbsp;that allows an unauthenticated remote attacker to execute arbitrary code with root&nbsp;privileges.</p>
<ul><li><a href="https://security.paloaltonetworks.com/CVE-2026-0300" target="_blank">CVE-2026-0300</a> is rated <strong><em>critical</em></strong> with CVSS score of <strong><strong>9.3</strong></strong>, is a buffer overflow vulnerability and potentially allows for  remote code execution&nbsp;with root privileges.</li></ul>
<p>On May 6, 2026,&nbsp;CISA <a href="https://www.cisa.gov/news-events/alerts/2026/05/06/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">announced</a> that the vulnerability is&nbsp;actively being exploited and it was added to the <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" target="_blank">Known Exploited Vulnerabilities (KEV) Catalog</a>.</p>
<h3>What is the impact?</h3>
<p><a href="https://security.paloaltonetworks.com/CVE-2026-0300" target="_blank" rel="nofollow noopener">CVE-2026-0300</a> allows for an unauthenticated remote attacker to execute arbitrary code with root privileges, which can lead to complete system takeover.</p>
<p>The vulnerability only affects PA-Series and VM-Series firewalls if they're set up with the Captive Portal.</p>
<h3>Are updates or workarounds available?</h3>
<p>Within the advisory, Palo Alto recommends restricting access to the Captive Portal&nbsp;to trusted internal IP&nbsp;addresses. Additionally, they advise following a set of <a href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u000000CqbiCAC" target="_blank">best practices</a> to secure device access.&nbsp;</p>
<p>Palo Alto Networks has a patch release scheduled&nbsp;for <a href="https://security.paloaltonetworks.com/CVE-2026-0300" target="_blank" rel="nofollow noopener">CVE-2026-0300</a>&nbsp;ranging between 5/15 through 5/28.</p>
<h3>How to find PAN-OS systems on your network</h3>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a> you can use the following query to locate potentially vulnerable PAN-OS systems:</p>
<pre>hw:="Palo Alto Networks%" AND os:="Palo Alto Networks PAN-OS%" AND 
os_version:&gt;0 AND ((os_version:&lt;"10.2.7-h34") OR  
(os_version:&gt;"10.2.7-h34" AND os_version:&lt;"10.2.10-h36") OR  
(os_version:&gt;"10.2.10-h36" AND os_version:&lt;"10.2.13-h21") OR  
(os_version:&gt;"10.2.13-h21" AND os_version:&lt;"10.2.16-h7") OR  
(os_version:&gt;"10.2.16-h7" AND os_version:&lt;"10.2.18-h6") OR  
(os_version:&gt;="11.1" AND os_version:&lt;"11.1.4-h33") OR  
(os_version:&gt;"11.1.4-h33" AND os_version:&lt;"11.1.6-h32") OR  
(os_version:&gt;"11.1.6-h32" AND os_version:&lt;"11.1.7-h6") OR  
(os_version:&gt;"11.1.7-h6" AND os_version:&lt;"11.1.10-h25") OR  
(os_version:&gt;"11.1.10-h25" AND os_version:&lt;"11.1.13-h5") OR  
(os_version:&gt;"11.1.13-h5" AND os_version:&lt;"11.1.15") OR  
(os_version:&gt;="11.2" AND os_version:&lt;"11.2.4-h17") OR  
(os_version:&gt;"11.2.4-h17" AND os_version:&lt;"11.2.7-h13") OR  
(os_version:&gt;"11.2.7-h13" AND os_version:&lt;"11.2.10-h6") OR  
(os_version:&gt;"11.2.10-h6" AND os_version:&lt;"11.2.12") OR  
(os_version:&gt;="12.1" AND os_version:&lt;"12.1.4-h5") OR  
(os_version:&gt;"12.1.4-h5" AND os_version:&lt;"12.1.7"))
</pre>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service Inventory</a> you can use the following query to locate potentially vulnerable PAN-OS Captive Portals:</p>
<pre>_service.favicon.ico.image.md5:c8c08bbe0b78b27d61002db456c741cc AND _service.http.code:="403" and (port:6080 OR port:6081 OR port:6082)
</pre>
<hr>
<h2>February 2025 (Multiple CVEs)</h2>
<p>On February 20, 2025, Palo Alto Networks updated another&nbsp;<a href="https://security.paloaltonetworks.com/CVE-2025-0111" target="_blank">security advisory</a> notifying customers of other active exploitation of vulnerabilities being&nbsp;chained together with CVE-2025-0108. In the advisory, CVE-2025-0111, with a CVSS score of <strong>7.1</strong>, the vendor warns that an "authenticated attacker with network access to the management web interface" could gain read&nbsp;access to files accessible by the <em>nobody</em> user on the local filesystem.</p>
<p>On February 18, 2025 Palo Alto Networks confirmed that CVE-2025-0108 was being actively exploited in the wild. They also updated their <a href="https://security.paloaltonetworks.com/CVE-2025-0108" target="_blank">advisory</a> noting that the vulnerability could be chained together with other patched vulnerabilities including <a href="https://security.paloaltonetworks.com/CVE-2024-9474" target="_blank">CVE-2024-9474</a>.</p>
<p>On February 12, 2025&nbsp;Palo Alto Networks&nbsp;(PAN) has issued multiple security advisories for&nbsp;vulnerabilities in PAN-OS.&nbsp;<a href="https://security.paloaltonetworks.com/CVE-2025-0108" target="_blank"><br></a></p>
<ul><li><a href="https://security.paloaltonetworks.com/CVE-2025-0108" target="_blank">CVE-2025-0108</a>&nbsp;is rated <strong><em>high</em></strong> with a CVSS score of <em><strong>7.8</strong></em>. Successful exploitation of this vulnerability would allow a remote unauthenticated attacker to bypass authentication and run certain scripts.</li><li><a href="https://security.paloaltonetworks.com/CVE-2025-0109" target="_blank">CVE-2025-0109</a> is rated <strong><em>medium</em></strong> with a CVSS score of <em><strong>5.5</strong></em>. Successful exploitation of this vulnerability would allow a remote unauthenticated attacker to delete certain files as the "nobody" user. This includes certain logs and configuration files but not system files.</li></ul>
<h3>What is the impact?</h3>
<p>An attacker that can access the web administration interface of a device running PAN-OS can execute certain scripts or delete certain files.&nbsp;</p>
<h3>Are updates or workarounds available?</h3>
<p>Palo Alto has&nbsp;released&nbsp;updates to address these vulnerability, and strongly recommends that users update as quickly as possible. They also recommend that users restrict access to vulnerable systems' web interfaces as quickly as possible, and prior to applying any updates.</p>
<h3>How to find PAN-OS systems on your network</h3>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a> you can use the following query to locate potentially vulnerable systems:</p>
<pre>os:"PAN-OS"</pre>
<hr>
<h2>November 2024 (Multiple CVEs)</h2>
<p>On November 18, 2024 Palo Alto Networks (PAN) issued a <a href="https://security.paloaltonetworks.com/CVE-2024-0012" target="_blank">security advisory</a>&nbsp;for a vulnerability that allows an unauthenticated attacker with access to the system's management PAN-OS web interface to gain administrator privileges on the device. There is limited evidence that CVE-2024-0012 is being exploited in the wild. This vulnerability is rated as critical with a 9.3 CVSS score.&nbsp;</p>
<h3>What is the impact?</h3>
<p>An attacker that can access the web administration interface of a device running PAN-OS can gain administrative privileges on the system. This would allow the attacker control over the system, and additionally may allow the attacker paths to further exploits (for example,&nbsp;<a target="_blank" href="https://security.paloaltonetworks.com/CVE-2024-9474">CVE-2024-9474</a>).</p>
<p>Palo Alto has indicated that there is limited evidence of exploitation of this vulnerability in the wild. Palo Alto's Unit 42 research organization has&nbsp;<a href="https://unit42.paloaltonetworks.com/cve-2024-0012-cve-2024-9474/">authored a writeup</a>&nbsp;on the vulnerability that includes some Indicators of Compromise (IoCs).</p>
<p>Note that CISA (the Cybersecurity and Infrastructure Security Agency) has&nbsp;<a href="https://www.cisa.gov/news-events/alerts/2024/11/18/cisa-adds-three-known-exploited-vulnerabilities-catalog">added CVE-2024-0012 and CVE-2024-9474</a>&nbsp;to their <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog">Known Exploited Vulnerabilities</a> catalog.</p>
<h3>Are updates or workarounds available?</h3>
<p>Palo Alto has&nbsp;<a href="https://security.paloaltonetworks.com/CVE-2024-0012">released</a>&nbsp;updates to address this vulnerability, and strongly recommends that users update as quickly as possible. They also recommend that users restrict access to vulnerable systems' web interfaces as quickly as possible, and prior to applying any updates.</p>
<h3>How to find PAN-OS systems on your network</h3>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a> you can use the following query to locate potentially vulnerable systems:</p>
<pre>os:"PAN-OS"</pre>
<hr>
<h2>CVE-2024-5910, CVE-2024-9463, and CVE-2024-9465</h2>
<p>Palo Alto Networks (PAN) updated a<a href="https://security.paloaltonetworks.com/CVE-2024-5910" target="_blank"> security advisory</a>&nbsp;advising customers to restrict access to the management interface of Next-Generation Firewalls (NGFW) due to an actively exploited zero-day vulnerability.<br></p>
<p>CISA announced that <a href="http://security.paloaltonetworks.com/CVE-2024-5910" target="_blank">CVE-2024-5910</a>, which was patched in July, is actively being exploited and was <a href="https://www.cisa.gov/news-events/alerts/2024/11/07/cisa-adds-four-known-exploited-vulnerabilities-catalog" target="_blank">added</a> to the <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" target="_blank">Known Exploited Vulnerabilities (KEV) Catalog</a>. Although not directly affecting PAN-OS, this vulnerability affects the Expedition migration tool, which could contain API keys,&nbsp;administrator credentials, and/or&nbsp;PAN-OS device configuration information.<br></p>
<p>Additionally,&nbsp;CISA announced that both <a href="http://security.paloaltonetworks.com/CVE-2024-9463" target="_blank">CVE-2024-9463</a> (CVSS 9.9) and <a href="http://security.paloaltonetworks.com/CVE-2024-9465" target="_blank">CVE-2024-9465</a> (CVSS 9.3) are actively being exploited and were also added to the <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog" target="_blank">Known Exploited Vulnerabilities (KEV) Catalog</a>. Both vulnerabilities also affect the Expedition migration tool.</p>
<ul></ul>
<h3>What is the impact?</h3>
<p>Although no specific details of a remote code execution vulnerability were disclosed within the advisory, Palo Alto is actively investigating&nbsp;an active exploitation of a&nbsp;zero-day vulnerability against the management interfaces of NGFWs exposed to the public Internet.<br></p>
<p><a href="https://security.paloaltonetworks.com/CVE-2024-5910" target="_blank" rel="nofollow noopener">CVE-2024-5910</a>&nbsp;allows for a remote attacker to reset application admin credentials on Expedition servers. Additionally,&nbsp;successful exploitation of the other two vulnerabilities above could allow for a remote attacker to execute arbitrary OS commands or reveal the contents of the underlying database.</p>
<h3>Are updates or workarounds available?</h3>
<p>Within the advisory, Palo Alto recommends restricting access to the management interface. Additionally, they advise following a set of <a href="https://live.paloaltonetworks.com/t5/community-blogs/tips-amp-tricks-how-to-secure-the-management-access-of-your-palo/ba-p/464431" target="_blank">best practices</a> to secure the management interface.&nbsp;</p>
<p>Palo Alto Networks released a patch for&nbsp;<a href="https://security.paloaltonetworks.com/CVE-2024-5910" target="_blank" rel="nofollow noopener">CVE-2024-5910</a>&nbsp;in July.</p>
<h3>How to find PAN-OS systems on your network</h3>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a> you can use the following query to locate potentially vulnerable systems:</p>
<pre>os:"PAN-OS" type:"Firewall"
</pre>
<h3>How to find Expedition servers on your network</h3>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service Inventory</a> you can use the following query to locate potentially vulnerable systems:</p>
<pre>html.title:="Expedition Project"
</pre>
<hr>
<h2>October 10, 2024 vulnerabilities</h2>
<p>Palo Alto Networks (PAN) released a<a href="https://security.paloaltonetworks.com/PAN-SA-2024-0010" target="_blank">&nbsp;security advisory</a>&nbsp;with multiple vulnerabilities on PAN-OS firewalls that could lead to admin account takeover.</p>
<ul><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9463" target="_blank">CVE-2024-9463</a>&nbsp;is rated <strong><em>critical</em></strong> with CVSS score of <strong><strong>9.9</strong></strong>, is an&nbsp;OS command injection vulnerability&nbsp;and potentially allows for&nbsp; and execution of OS commands as root.</li><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9464" target="_blank">CVE-2024-9464</a> is rated <strong><em>critical</em></strong> with CVSS score of <strong>9.3</strong>, is an OS command injection vulnerability and potentially allows for the execution of OS commands as root.</li><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9465" target="_blank">CVE-2024-9465</a> is rated <strong><em>critical</em></strong> with CVSS score of <strong>9.2</strong>, is a SQL injection vulnerability&nbsp;and potentially allows a remote unauthenticated attacker to read the contents of the Expedition database.</li><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9466" target="_blank">CVE-2024-9466</a>&nbsp;is rated <strong><em>high</em></strong> with CVSS score of <strong>8.2</strong>, and potentially allows for an authenticated user to read sensitive information including passwords and API keys.</li><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-9467" target="_blank">CVE-2024-9467</a>&nbsp;is rated <strong><em>high</em></strong> with CVSS score of <strong>7</strong><strong>.0</strong>, is an XSS vulnerability&nbsp;and potentially allows for execution of&nbsp;malicious&nbsp;JavaScript&nbsp;code that could result in session hijacking.</li></ul>
<p>If&nbsp;chained together through an&nbsp;exploit, a firewall running the vulnerable software could be completely taken over by an unauthenticated&nbsp;remote attacker. For more information, the team that disclosed the vulnerabilities to Palo Alto Networks, published a <a href="https://www.horizon3.ai/attack-research/palo-alto-expedition-from-n-day-to-full-compromise/" target="_blank">detailed analysis</a>.&nbsp;According to the vendor, there was no known malicious exploitation of vulnerable systems at the time. <br></p>
<p>According to Palo Alto Networks, "The fixes for all listed issues are available in Expedition 1.2.96, and all later Expedition versions." They also recommended rotating all passwords and API keys after applying the latest patch to prevent future unauthorized access. Refer to the&nbsp;<strong>Workarounds and Mitigations</strong> section of the security advisory for information about potential workarounds and additional advice.<br></p>
<hr>
<h2>CVE-2024-3400</h2>
<p>Palo Alto Networks (PAN) <a href="https://security.paloaltonetworks.com/CVE-2024-3400" target="_blank">disclosed</a> that certain versions of their PAN-OS software had a vulnerability that allowed for remote command injection.</p>
<p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-3400" target="_blank">CVE-2024-3400</a> was rated critical with CVSS score of 9.8 and indicated an unauthenticated attacker could execute arbitrary code with root privileges on the firewall. The vendor indicated that there was evidence of limited exploitation in the wild. <br><br>watchTowr&nbsp;<a href="https://labs.watchtowr.com/palo-alto-putting-the-protecc-in-globalprotect-cve-2024-3400/">posted a detailed analysis</a> including the details needed for exploitation. This analysis covered two separate vulnerabilities; an arbitrary file creation vulnerability in the session handler, and a shell metacharacter injection issue that lead to remote execution through the telemetry script. PAN updated their guidance to state that "<em>Disabling device telemetry is no longer an effective mitigation</em>".<br></p>
<p>The following PAN-OS versions were affected by this vulnerability.<br></p>
<table><tbody><tr><td><p dir="ltr"><strong>Version</strong></p></td><td><p dir="ltr"><strong>Affected</strong></p></td><td><p dir="ltr"><strong>Unaffected</strong></p></td></tr><tr><td><p dir="ltr">PAN-OS 11.1</p></td><td><p dir="ltr">&lt; 11.1.2-h3</p></td><td><p dir="ltr">&gt;= 11.1.2-h3 (hotfix ETA: By 4/14)</p></td></tr><tr><td><p dir="ltr">PAN-OS 11.0</p></td><td><p dir="ltr">&lt; 11.0.4-h1</p></td><td><p dir="ltr">&gt;= 11.0.4-h1 (hotfix ETA: By 4/14)</p></td></tr><tr><td><p dir="ltr">PAN-OS 10.2</p></td><td><p dir="ltr">&lt; 10.2.9-h1</p></td><td><p dir="ltr">&gt;= 10.2.9-h1 (hotfix ETA: By 4/14)</p></td></tr></tbody></table>
<p>Palo Alto Networks indicated that PAN-OS 11.1, 11.0, and 10.2 versions with the configurations for both <a href="https://www.paloaltonetworks.com/sase/globalprotect" target="_blank">GlobalProtect</a> gateway and device telemetry enabled.<br></p>
<p>Customers could verify this by checking for entries in the firewall web interface (<strong>Network &gt; GlobalProtect &gt; Gateways</strong>) and verify whether device telemetry was enabled by checking the firewall web interface (<strong>Device &gt; Setup &gt; Telemetry</strong>).<br></p>
<p>Palo Alto Networks recommended that customers with a <strong>Threat Prevention subscription</strong>&nbsp;block attacks for this vulnerability by enabling <strong>Threat ID 95187</strong> (introduced in Applications and Threats content version 8833-8682) and <a href="https://live.paloaltonetworks.com/t5/globalprotect-articles/applying-vulnerability-protection-to-globalprotect-interfaces/ta-p/340184" target="_blank">applying vulnerability protection to GlobalProtect interfaces</a>.</p>
<p>It was also recommended that <a href="https://docs.paloaltonetworks.com/pan-os/11-0/pan-os-admin/device-telemetry/device-telemetry-configure/device-telemetry-disable" target="_blank">telemetry be disabled</a> until devices could be upgraded to an unaffected version of PAN-OS.<br></p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/gogs/</id>
            <title>Gogs RCE vulnerability: How to find impacted assets</title>
            <published>2025-12-10T12:49:00-05:00</published>
            <updated>2026-05-29T08:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/gogs/" />
            <summary type="html">Certain versions of Gogs are affected by an argument injection vulnerability within the pull request &quot;Rebase before merging&quot; style merge handling.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Gogs vulnerability:</h2>
<p>Rapid7 has <a href="https://www.rapid7.com/blog/post/ve-authenticated-rce-via-argument-injection-gogs-unfixed/" rel="noopener" target="_blank">disclosed</a> that certain versions of Gogs are affected by an argument injection vulnerability within the pull request "Rebase before merging" style merge handling.&nbsp;The flaw is caused by a malicious pull request branch name being passed directly to the <em>git rebase</em> command without a <em>--</em> delimiter to indicate the end of options. As a result, the branch name is interpreted as the <em>--exec</em> flag. Successful exploitation allows a remote, authenticated attacker to achieve remote code execution (RCE) as the Gogs server process user via a crafted pull request. Because Gogs ships with open registration enabled by default (<em>DISABLE_REGISTRATION = false</em>), the authentication requirement poses less of a barrier in default configurations.&nbsp;This vulnerability does not currently have a CVE ID assigned, and the vendor has not released a patch.<br></p>
<p><strong>The following versions are affected</strong><br></p>
<ul><li>Gogs: Versions 0.14.2 and 0.15.0+dev (commit <em>b53d3162</em>)</li><li>Note: Prior versions supporting the "Rebase before merging" merge style are likely to be vulnerable as well.</li></ul>
<h2>What is Gogs?<br></h2>
<p>Gogs is an open-source, self-hosted Git repository management system written in Go that provides a web-based interface for version control with minimal hardware resource requirements.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerability would allow an attacker to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h2>Are updates or workarounds available?</h2>
<p>There is currently no patched version of Gogs available. To mitigate risk, immediately disable open registration (<em>DISABLE_REGISTRATION = true</em>) and limit the Internet exposure of any Gogs instances. If applicable, restrict user repository creation (<em>MAX_CREATION_LIMIT = 0</em>) to reduce the immediate attack surface.<br></p>
<ul></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Gogs AND product:=Gogs</code></pre>
<hr>
<h2>March 2026: CVE-2026-25921</h2>
<p>Gogs has&nbsp;<a href="https://github.com/gogs/gogs/security/advisories/GHSA-cj4v-437j-jq4c" rel="noopener" target="_blank">disclosed</a>&nbsp;that&nbsp;certain versions are affected by a cross-repository Large File Storage (LFS) object overwrite vulnerability due to missing content hash verification. Git LFS is an open-source extension designed to manage large files, such as audio samples, videos, and datasets, more efficiently within Git repositories. Because Gogs stores all LFS objects in a single location without repository isolation, this flaw could allow a remote, unauthenticated adversary to overwrite existing objects.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-25921" target="_blank">CVE-2026-25921</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.3</strong>.<br></p>
<p><strong>The following versions are affected</strong><br></p>
<ul><li>Gogs versions prior to 0.14.2</li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of the vulnerability&nbsp;enables an adversary to overwrite legitimate LFS objects with malicious content. This introduces a significant risk of a supply-chain attack; because the Gogs web interface does not present integrity warnings, users may unknowingly download and utilize&nbsp;compromised assets.</p>
<h3>Are updates or workarounds available?</h3>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Gogs upgrade to version 0.14.2 or later</li></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Gogs AND product:=Gogs</code></pre>
<hr>
<h2>December 2025: CVE-2025-8110</h2>
<p>Security researchers at Wiz have&nbsp;<a href="https://www.wiz.io/blog/wiz-research-gogs-cve-2025-8110-rce-exploit" rel="noopener" target="_blank">reported a 0-day vulnerability</a>&nbsp;in Gogs. This flaw allows remote, authenticated attackers to overwrite arbitrary files on the vulnerable system. Successful exploitation of this vulnerability would allow an attacker to execute arbitrary code on the vulnerable system with the privileges of the Gogs server process.</p>
<p>This vulnerability has been assigned&nbsp;<a href="https://www.cve.org/CVERecord?id=CVE-2025-8110" target="_blank">CVE-2025-8110</a>&nbsp;and has a CVSS score of&nbsp;<strong>7.8</strong>.</p>
<p>Note that there is <a href="https://www.wiz.io/blog/wiz-research-gogs-cve-2025-8110-rce-exploit" target="_blank">evidence</a> that this vulnerability is being&nbsp;<em><strong><a href="https://www.cisa.gov/news-events/alerts/2026/01/12/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">actively</a> exploited in the wild</strong></em>.</p>
<p><strong>The following versions are affected</strong></p>
<ul><li>Gogs versions 0.13.3 and prior<em><strong></strong></em></li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.<br></p>
<h3>Are updates or workarounds available?</h3>
<p>There is currently no patched fixed version of Gogs available. Users are encouraged to disable auto-registration of users and avoid Internet exposure&nbsp;for any Gogs installations.</p>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially vulnerable assets:</p>
<pre><code>_asset.protocol:=http AND protocol:=http AND favicon.ico.image.md5:=5f5b7539f014b9996959f5dcd063d383</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/llms-dual-use/</id>
            <title>LLMs are dual use, so use them</title>
            <published>2026-05-27T08:00:00-04:00</published>
            <updated>2026-05-27T08:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/llms-dual-use/" />
            <summary type="html">AI is flooding vulnerability handlers with bug reports. Discover how automation, security.txt, and AI-driven triage can help us fight fire with fire.</summary>
                            <author>
                    <name>todb</name>
                </author>
                        <content type="html">
                <![CDATA[<p>For the past month or so, I’ve been involved in several long-running conversations with vulnerability handlers and CVE policy types that all amount to a problem statement of, “ah jeez, we’re getting tons of vulnerability reports from AI, and it’s going to get out of hand here pretty quickly! What shall we do?”</p>
<p>Here’s what we do, we automate and make the whole business of vulnerability management smoother and easier for everyone involved, reporters of bugs and receivers of bugs alike.</p>
<p>We’ve known this for a while – pretty much the entire time I’ve been involved in vulnerability reporting. We’ve been watching the count of issued and reserved CVEs creep up, year over year, without exception. Here’s the last 10 years, according to <a href="https://www.cvedetails.com/browse-by-date.php">CVEDetails</a>.</p>
<figure><img src="/uploads/blog/llms/Number-of-CVEs-by-year.png" data-image="334274" width="100%"></figure>
<p>The careful reader will note that for all of those years, we didn’t have MYTH&#x1f419;S breathing down our necks, and yet CVE disclosures have been marching up and to the right without fail for a decade. Now, the threat of <a href="https://www.vulncheck.com/blog/ai-assisted-vulnerability-discovery">AI-assisted vulnerability discovery</a> is forcing the conversation for real with some pretty serious juicing of discovery and reporting rates.</p>
<p>I think we have a real shot here at modernizing vulnerability disclosure in general and CVE assignment in specific to keep up with the volume. Which is great, because who doesn’t love a new project? As a colleague in CVE-land once <a href="https://freakonomics.com/2009/08/quotes-uncovered-who-said-no-crisis-should-go-to-waste/">paraphrased</a>, “let’s not let this crisis go to waste.” We’re actively working up some ideas and plans and schemes to imbue the whole CVE reservation-to-publication pipeline with some much-needed automation anyway; I know of at least three different CVE-connected working groups who are focusing on some variation of a “more, better, faster” goal for vulnerability disclosure. (The CNA Research Working Group has an <a href="https://github.com/CVEProject/researcher-working-group/discussions/29">open comment RFI</a> available on this topic, right now, through June 5, 2026.)</p>
<p>One of the simplest things product owners can do is make it very easy and obvious on how to report vulnerabilities. Dropping a well-formatted, <a href="https://securitytxt.org">.well-known/security.txt</a> file in the root of basically every website that talks about your software goes a long way toward pointing people (or agents) in the right direction and can help reduce misfired vulnerabilities landing in a public support queue.</p>
<h2>Fight fire with fire</h2>
<p>In the meantime, we cannot leave our vulnerability handlers on the sidelines. Since we know that bug-hunters are using increasingly common tooling to uncover vulnerabilities and telling product owners about them, I’m sorry to say that the receivers of these reports need to get on the AI train as well. We cannot be triaging, verifying, and fixing these bugs at mere human speeds any more, because we simply cannot keep up. One of the things LLMs are pretty good at, and are marketed for, is the triage stage of basically any support ticket system. </p>
<p>Vulnerabilities don’t need to be any different. Hooking an LLM into your intake should be able to tell you, pretty quickly, if this is actually a novel bug report. We’re seeing today that one of the side effects of widely available tooling is that the <a href="https://lkml.org/lkml/2026/5/17/896">tools are uncovering the same bugs</a>, over and over again.</p>
<p>And of course, you needn’t leave all the prompting fun to the bug-hunters. In most cases, once you know about a technical bug, a technical fix is usually pretty straightforward; PSIRTs can and should be using LLMs to whip up quick fixes to address the immediate issue, and then subject their (often complicated, years-spanning) codebase to a thorough AI-assisted code review to spot similar issues that are lurking in other parts of the code. Just like with anything AI, the results aren’t going to be perfect, but LLMs are, in their cold, mathy hearts, excellent pattern-matchers. Springboarding a code review off of a vulnerability report is a great way to get some focused security review with a prompt along the lines of, “Find other instances of this reported bug that might have cropped up in similar functions across this repository, and let me know if you find anything suspicious.” (By the way, don’t fall into <a href="https://jakemcmahon.github.io/medium-articles/make-no-mistakes-ai-prompts.html">desperation prompting traps</a> like “and make no mistakes.” LLMs are probabilistic, not exactly mechanistic.)</p>
<h2>Bug bounty value adds</h2>
<p>Here’s a pro-tip for the bug bounty hunters of the world. Now that you know your AI-augmented tooling is likely to produce duplicate bug reports, you can make sure that your report floats to the top of the queue by using your mighty AI sidekick to sketch out a fix, as well as the initial attack. Even better, you could provide some indicators of compromise (IOCs) and other fingerprints describing how people can tell if your new bug is ever actually exploited in the wild. That way, even if it is a duplicate, your report is instantly more valuable than the last one, because it comes with some actually helpful pointers for the product owners.</p>
<p>Of course, you should also, ya know, actually do the work involved in bug hunting. Validate that your finding is actually real, has some articulable attacker value, and doesn’t require some wonky preconditions (or if it does, be clear about those). LLMs are still prone to hallucinations and wishful thinking, so it’s on you to validate the findings before firing them off.</p>
<p>I believe this kind of thoughtful, end-to-end reporting will separate the noise-producers from the truly helpful, and thus, the folks that do this for money should see more rewards for their work with just a little extra packaging.</p>
<p>I understand that fixing bugs isn’t your bag, oh noble vuln-spotters. But, this brief window of unique AI-assisted productivity on the findings side is going to further reduce your research product to mere commodity status. You’re going to need to come up with ways to make sure that your bug report is the most useful among dozens to hundreds, and I bet that packaging up some IOCs and patches will make yours stand out.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/drupal-core/</id>
            <title>Drupal core vulnerability CVE-2026-9082: Find impacted assets</title>
            <published>2026-05-22T18:40:00-04:00</published>
            <updated>2026-05-22T18:40:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/drupal-core/" />
            <summary type="html">Certain versions of Drupal core are affected by a SQL injection vulnerability in the database abstraction API. Here&#039;s how to find affected assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Drupal core vulnerability: CVE-2026-9082</h2>
<p>Drupal <a href="https://www.drupal.org/sa-core-2026-004" target="_blank">disclosed</a> that certain versions of Drupal core are affected by a SQL injection vulnerability in the database abstraction API due to the improper neutralization of special elements. This flaw allows a remote, unauthenticated attacker to send specially crafted requests that result in arbitrary SQL execution on sites configured to use a PostgreSQL database. Successful exploitation allows an attacker to achieve information disclosure and, in select cases, privilege escalation, remote code execution (RCE), or other attacks.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-9082" target="_blank">CVE-2026-9082</a>&nbsp;and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.8</strong>.<br></p>
<p>There is <a href="https://www.cisa.gov/news-events/alerts/2026/05/22/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">evidence</a> that this vulnerability <strong>is being actively exploited in the wild</strong>.</p>
<ul></ul>
<p><strong>The following versions are affected:</strong></p>
<ul><li>Drupal: Versions 8.9.0 to before 10.4.10</li><li>Drupal: Versions 10.5.0 to before 10.5.10</li><li>Drupal: Versions 10.6.0 to before 10.6.9</li><li>Drupal: Versions 11.0.0 to before 11.1.10</li><li>Drupal: Versions 11.2.0 to before 11.2.12</li><li>Drupal: Versions 11.3.0 to before 11.3.10</li></ul>
<p><strong>Note</strong>: this vulnerability only affects&nbsp;sites&nbsp;configured to use a PostgreSQL database.</p>
<h2>What is Drupal core?</h2>
<p>Drupal core is the blank-slate version of the PHP-based content management system (CMS) and web application framework that includes only the essential tools needed to build, log into, and run a basic website.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of this vulnerability could result in information disclosure, privilege escalation, remote code execution (RCE), or other arbitrary attacks.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions immediately:<br></p>
<ul><li>Drupal 8.9: Manually apply the patch <em>SA-CORE-2026-004-8.9.patch</em>.</li><li>Drupal 9.x: Manually apply the Drupal 9.5 patch <em>SA-CORE-2026-004-9.5.patch</em>.</li><li>Drupal 10.4.x or earlier: Upgrade to version 10.4.10 or later.</li><li>Drupal 10.5.x: Upgrade to version 10.5.10 or later.</li><li>Drupal 10.6.x: Upgrade to version 10.6.9 or later.</li><li>Drupal 11.0.x or 11.1.x: Upgrade to version 11.1.10 or later.</li><li>Drupal 11.2.x: Upgrade to version 11.2.12 or later.</li><li>Drupal 11.3.x: Upgrade to version 11.3.10 or later.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Drupal AND product:=Drupal</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/nis2-prep/</id>
            <title>NIS2: Don’t panic. Start preparing with runZero.</title>
            <published>2026-05-19T12:46:00-04:00</published>
            <updated>2026-05-19T12:46:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/nis2-prep/" />
            <summary type="html">Ready for NIS2? Legacy scans won&#039;t cut it. See how runZero delivers the real-time asset visibility and attack path mapping you need to meet all 10 pillars.</summary>
                            <author>
                    <name>Adam Foit</name>
                </author>
                        <content type="html">
                <![CDATA[<p>The NIS2 Directive is not a compliance exercise; it is a mandate for operational survival in the era of AI-accelerated attacks. The EU has made one thing clear: if you don't have a comprehensive, real-time handle on your environment, you are a liability to everyone.</p>
<p>Most organizations are still relying on legacy spreadsheets and "point-in-time" scans to meet these requirements. That is a recipe for failure. To achieve true NIS2 resilience, you must transition from passive observation to a full exposure management platform<strong>.</strong></p>
<p>In case you need a quick refresher, article 21 of the NIS2 framework comprises 10 pillars:</p>
<figure><img src="/uploads/blog/nis2/nis2-framework-pillars.webp" data-image="333933" width="100%"></figure>
<p>Let’s talk about how runZero relates to each of these ten pillars and streamlines your path to compliance.</p>
<h2>How runZero directly impacts: Risk Assessment, Security for Employees with Access to Data, and Assessment of Security Efficacy</h2>
<p>Many organizations rely on third-party tools like EDRs for asset inventory, however these solutions leave significant gaps that could result in non-compliance and leave organizations exposed to compromise. NIS2 requires organizations to “adopt a mechanism to identify relevant assets and an assessment of the risks in that Member State.” But how can you be certain that you’ve identified all the assets and their associated risks?</p>
<p>You need a solution that safely scans and discovers external, internal, and cloud-based assets, including those that are missing security controls or that are impossible to deploy agents on – the unknowns and unmanageables. </p>
<p>runZero is the leader in reliable, agentless active scanning across IT, IoT, and OT. On average, enterprise organizations find 25% more assets with runZero than they were previously aware of, and in some cases, this number is exponentially greater. runZero’s best-in-class discovery of both assets and vulnerabilities yields tremendous impact on Pillar #1, Risk Assessment.</p>
<p>OT environments in particular are notorious for blind spots and, in the best cases, visibility is oftentimes restricted to IP-based devices. With the <a href="https://www.runzero.com/blog/runzero-4-9/">4.9 release</a> of our product, runZero can walk the backplane of a Modbus gateway to see every serial device connected to it. Since a single compromised thermostat can be connected to dozens of other devices that could serve as pivot points, this level of visibility is critical not only for compliance, but to ensure critical areas of your network are secure.</p>
<figure><img src="/uploads/assets/4-9/CleanShot-2026-05-07-at-13.29.07.png" data-image="331625" width="100%"><figcaption>runZero shows you the Modbus Gateway (10.66.0.30), and discovers all of the 33 serial-attached devices hidden downstream that traditional scanners miss.</figcaption></figure>
<p>We uncover assets and CVEs, and we also discover multi-homed devices that can shatter segmentation. Multi-homed devices often act as a bridge, bypassing firewalls and other controls that are designed to prevent lateral movement. New capabilities in the 4.9 release enable you to map the path of least resistance an attacker can take across these devices. runZero’s network maps show you the unintended routes across environments that threaten security. We also identify outdated protocols that need to be deprecated to eliminate weaknesses that can be exploited. At the same time, runZero identifies expired certificates that undermine your security controls.</p>
<figure><img src="/uploads/assets/4-9/CleanShot-2026-05-07-at-13.14.20.gif" data-image="331630" width="100%"><figcaption>Here we see an engineering laptop (a Dell running Windows 10) on the left connected to a side panel switch port that grants direct access to the 33 devices discovered in the example above. runZero reveals that this isn’t just a risky laptop, it's a bridge to OT assets that were previously hidden. This is a classic “laptop as bridge” segmentation bypass that remains invisible to traditional tools.</figcaption></figure>
<p><em></em>runZero gives you the single source of truth to anchor your risk policies and pinpoint exactly where you need to focus your attention.</p>
<h2>How runZero directly impacts: Security Around Procured Systems and Supply Chain Security</h2>
<p dir="ltr">This area represents one of the most significant expansions from the original NIS directive. It acknowledges that an organization's security perimeter is only as strong as its weakest third-party vendor. Several mandates in these pillars deal with the diligence in vetting suppliers and proper cybersecurity clauses in contractual agreements, which aren’t directly related to runZero.  </p>
<p dir="ltr">But the goal for these expansions in NIS2 is to transition organizations away from "one-and-done" checkbox compliance. Entities must implement continuous monitoring mechanisms to supervise their supplier ecosystem. This means utilizing automated risk assessments, security ratings, and regular audits to ensure critical vendors maintain their security posture. runZero excels in the continuous monitoring mechanism for all internal, external, and cloud based parts of your entire attack surface. </p>
<p>Legacy scanners can miss third-party black boxes, vendor-managed systems, and unmanaged devices. runZero doesn’t miss any of these. Using a combination of active scanning, passive scanning, and turnkey integrations, runZero provides detailed asset inventories and identification of exposures helping ensure that all procured systems are identified and free from known vulnerabilities. runZero helps you secure the supply chain and ensures every procured system is hardened and visible, not a backdoor for an adversary.</p>
<h2>How runZero directly impacts: Use of Multi-factor Authentication, Basic Computer Hygiene, Use of Cryptography and Encryption</h2>
<p>Most breaches don't use zero-days; they often rely on simple oversights like unencrypted protocols, legacy assets, and forgotten accounts. That’s why pillars #4, #7, & #10 focus on enforcing foundational, day-to-day security routines that eliminate risks across the entire infrastructure.</p>
<figure><img src="/uploads/assets/4-9/instances-screen-runzero.webp" data-image="333898" width="100%"><figcaption>In the above example, runZero identifies assets using weak or obsolete protocols, as well as expired certificates.</figcaption></figure>
<p>runZero extracts high-fidelity metadata to unmask assets missing MFA, outdated operating systems, and weak network protocols. We highlight the gaps where your security stack (EDR/AV) is missing or disabled. runZero identifies and tracks these overlooked exposures with surgical precision, effectively tackling the requirements of these pillars.</p>
<h2>How runZero directly impacts: Plan for Managing Business Operations During an Incident, Plan for Handling Security Incidents</h2>
<p>While most of the requirements in these pillars involve having a disaster recovery and incident response plan in place and documented, another key aspect involves the timelines of reporting an incident to “supervisory authorities or the CSIRT within <strong>24 hours</strong> of detecting a significant incident.” But how can you tell the difference between an isolated incident and a significant one?  During a crisis, you don't have unlimited time to figure out how widespread a compromise can be as you race the clock towards containment.    </p>
<figure><img src="/uploads/blog/nis2/network-map-dark-mode.webp" data-image="333927" width="100%"><figcaption>Above is just one example of the many types of network maps runZero produces to help you determine the blast radius of an attack.</figcaption></figure>
<p>Since the release of 4.9, runZero provides a live, offensive-mindset map of your infrastructure, showing you how a compromised device connects to others, or the public internet. This is the way you can begin to understand the scope of an incident. runZero gives you up-to-date, continuously refreshed asset inventory to track critical systems and support business continuity during an active incident. We combine our best in class discovery with the new Attack Path Mapping in release 4.9, showing you the blast radius of an attack in minutes, not days, so you can know when and what you need to disclose. </p>
<h2>The Bottom Line</h2>
<p>In today’s climate of AI-accelerated attacks, SecOps teams have less time than ever before to respond to attacks. NIS2 provides a framework to prove that you have done your due diligence to prepare for the inevitable. The risks of non-compliance are severe; with fines of up to €10 million or 2% of global annual turnover, compliance is a business priority not just a technical one. runZero can help.</p>
<p><strong>See what others miss. Secure what others can't.</strong></p>
<p>Interested in trying runZero? You can explore the platform for <a href="https://www.runzero.com/try/">free for 21 days.</a><strong></strong></p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/vercel-next-js/</id>
            <title>Vercel Next.js vulnerability: How to find impacted assets</title>
            <published>2025-12-04T09:00:00-05:00</published>
            <updated>2026-05-18T14:30:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/vercel-next-js/" />
            <summary type="html">Self-hosted Next.js applications using the built-in Node.js server are vulnerable to SSRF within the WebSocket upgrade handling mechanism.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Vercel Next.js vulnerability:&nbsp;CVE-2026-44578</h2>
<p>Vercel&nbsp;<a href="https://github.com/vercel/next.js/security/advisories/GHSA-c4j6-fc7j-m34r" target="_blank">disclosed</a>&nbsp;that&nbsp;self-hosted Next.js applications using the built-in Node.js server are vulnerable to server-side request forgery (SSRF) within the WebSocket upgrade handling mechanism. A remote, unauthenticated attacker can exploit this flaw by sending crafted WebSocket upgrade requests. Successful exploitation allows the server to proxy requests to arbitrary internal or external destinations. This can expose sensitive internal services or cloud infrastructure endpoints, such as the Instance Metadata Service (IMDS), a local HTTP endpoint used by virtual machines to retrieve configurations, IP addresses, and IAM roles via a link-local address.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-44578" target="_blank">CVE-2026-44578</a> and has been rated <em>high</em> with a CVSS score of <strong>8.6</strong>.<br></p>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>Next.js 13, 14, and 15: Versions 13.4.13 through 15.5.15</li><li>Next.js 16: Versions 16.0.0 through 16.2.4</li></ul>
<ul></ul>
<h2>What is Vercel Next.js?</h2>
<p>Next.js, an open-source React framework developed by Vercel, provides structure, routing, and rendering solutions for building full-stack web applications.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of this vulnerability would allow an attacker to proxy requests to arbitrary internal or external destinations, potentially exposing sensitive internal services or cloud infrastructure endpoints.<br></p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions:</p>
<ul><li>Next.js 13.x, 14.x, and 15.x: Upgrade to version 15.5.16 or later.</li><li>Next.js 16.x: Upgrade to version 16.2.5 or later.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Vercel AND product:="Next.js"</code></pre>
<hr>
<h2>December 2025:&nbsp;CVE-2025-55182</h2>
<p>React <a href="https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components" target="_blank">disclosed</a> a remote code execution (RCE) vulnerability in React Server Components that affects the React packages <em>react-server-dom-webpack</em>, <em>react-server-dom-parcel</em>, and <em>react-server-dom-turbopack</em> in versions 19.0.0 through 19.2.0, as well as frameworks that use them, such as Next.js. The upstream vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2025-55182" target="_blank">CVE-2025-55182</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>10.0</strong>. Next.js also <a href="https://nextjs.org/blog/CVE-2025-66478" target="_blank">disclosed</a> the downstream RCE vulnerability impacting applications using the App Router.</p>
<p>This flaw stems from an issue in how React decodes payloads sent to React Server Function endpoints (used by client components to call async functions on the server). Successful exploitation allows a remote, unauthenticated adversary to send a specially crafted request and subsequently execute arbitrary code on the server.<br></p>
<p>There is <a href="https://www.cisa.gov/news-events/alerts/2025/12/05/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">evidence</a> that this vulnerability <strong>is being actively exploited in the wild</strong>.</p>
<ul></ul>
<p><strong>The following versions are affected</strong><br></p>
<ul><li>Next.js 14.3.x versions 14.3.0-canary.77 and greater</li><li>Next.js 15.0.x versions prior to 15.0.5</li><li>Next.js 15.1.x versions prior to 15.1.9</li><li>Next.js 15.2.x versions prior to 15.2.6</li><li>Next.js 15.3.x versions prior to 15.3.6</li><li>Next.js 15.4.x versions prior to 15.4.8</li><li>Next.js 15.5.x versions prior to 15.5.7</li><li>Next.js 16.0.x versions prior to 16.0.7</li></ul>
<h3>What is the impact?</h3>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.<br></p>
<h3>Are updates or workarounds available?</h3>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Next.js 15.0.x upgrade to version 15.0.5 or later</li><li>Next.js 15.1.x upgrade to version 15.1.9 or later</li><li>Next.js 15.2.x upgrade to version 15.2.6 or later</li><li>Next.js 15.3.x upgrade to version 15.3.6 or later</li><li>Next.js 15.4.x upgrade to version 15.4.8 or later</li><li>Next.js 15.5.x upgrade to version 15.5.7 or later</li><li>Next.js 16.0.x upgrade to version 16.0.7 or later</li></ul>
<p>Note: Users of Next.js 14.3.x experimental canary releases should downgrade specifically to version 14.3.0-canary.76 or a 14.x stable release.</p>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>(vendor:=Zeit OR vendor:=Vercel) AND (product:=Next.Js OR product:=Next.js)</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/cisco-catalyst-sd-wan/</id>
            <title>Cisco Catalyst SD-WAN vulnerability: CVE-2026-20182</title>
            <published>2026-02-25T15:57:00-05:00</published>
            <updated>2026-05-14T15:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/cisco-catalyst-sd-wan/" />
            <summary type="html">Cisco disclosed versions of Cisco Catalyst SD-WAN Controller &amp; Manager contain a vulnerability in the peering auth mechanism. How to find affected assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Cisco Catalyst SD-WAN&nbsp;vulnerability: CVE-2026-20182</h2>
<p>Cisco <a href="https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-rpa2-v69WY2SW" target="_blank">disclosed</a> certain&nbsp;versions of Cisco Catalyst SD-WAN Controller (formerly vSmart) and Cisco Catalyst SD-WAN Manager (formerly vManage) contain a vulnerability in the peering authentication mechanism. A remote, unauthenticated adversary could exploit this by sending crafted requests to an affected system to bypass authentication and obtain administrative privileges. By leveraging an internal, high-privileged, non-root user account, the adversary could access <em>NETCONF</em>, enabling them to manipulate the network configuration for the entire SD-WAN fabric.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20182" target="_blank">CVE-2026-20182</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>10.0</strong>.<br></p>
<ul></ul>
<p>There is <a href="https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-20182" target="_blank">evidence</a> that this vulnerability <strong>is being actively exploited in the wild</strong>.<br></p>
<p><strong>The following deployment environments are affected</strong></p>
<ul><li>On-Premise deployments</li><li>Cisco Hosted SD-WAN Cloud (Standard, Cisco Managed, and FedRAMP)</li></ul>
<ul></ul>
<p><strong>The following versions are affected</strong><br></p>
<ul><li>Catalyst SD-WAN releases prior to 20.9</li><li>Catalyst SD-WAN release 20.9 versions prior to 20.9.9.1</li><li>Catalyst SD-WAN release 20.10 versions prior to 20.12.7.1</li><li>Catalyst SD-WAN release 20.11 versions prior to 20.12.7.1</li><li>Catalyst SD-WAN release 20.12 versions prior to 20.12.5.4</li><li>Catalyst SD-WAN release 20.12 versions prior to 20.12.6.2</li><li>Catalyst SD-WAN release 20.13 versions prior to 20.12.7.1</li><li>Catalyst SD-WAN release 20.13 versions prior to 20.15.5.2</li><li>Catalyst SD-WAN release 20.14 versions prior to 20.15.5.2</li><li>Catalyst SD-WAN release 20.15 versions prior to 20.15.4.4</li><li>Catalyst SD-WAN release 20.15 versions prior to 20.15.5.2</li><li>Catalyst SD-WAN release 20.16 versions prior to 20.18.2.2</li><li>Catalyst SD-WAN release 20.18 versions prior to 20.18.2.2</li><li>Catalyst SD-WAN release 26.1 versions prior to 26.1.1.1</li></ul>
<h2>What is Cisco Catalyst SD-WAN Controller and Manager?</h2>
<p>The Cisco Catalyst SD-WAN Controller serves as the centralized control-plane element, utilizing the Overlay Management Protocol (OMP) to manage routing intelligence, distribute security keys, and enforce network-wide policies. In contrast, the Cisco Catalyst SD-WAN Manager acts as the centralized management system, providing the graphical interface necessary for the configuration, monitoring, and orchestration of all devices within the fabric.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerability&nbsp;would allow an adversary to&nbsp;obtain administrative privileges manipulate the network configuration for the entire SD-WAN fabric.<br></p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Catalys SD-WAN releases prior to 20.9 migrate to a fixed release.</li><li>Catalyst SD-WAN release 20.9 upgrade to version 20.9.9.1 and later.</li><li>Catalyst SD-WAN release 20.10 upgrade to version 20.12.7.1 and later.</li><li>Catalyst SD-WAN release 20.11 upgrade to version 20.12.7.1 and later.</li><li>Catalyst SD-WAN release 20.12 upgrade to version 20.12.5.4 and later.</li><li>Catalyst SD-WAN release 20.12 upgrade to version 20.12.6.2 and later.</li><li>Catalyst SD-WAN release 20.13 upgrade to version 20.12.7.1 and later.</li><li>Catalyst SD-WAN release 20.13 upgrade to version 20.15.5.2 and later.</li><li>Catalyst SD-WAN release 20.14 upgrade to version 20.15.5.2 and later.</li><li>Catalyst SD-WAN release 20.15 upgrade to version 20.15.4.4 and later.</li><li>Catalyst SD-WAN release 20.15 upgrade to version 20.15.5.2 and later.</li><li>Catalyst SD-WAN release 20.16 upgrade to version 20.18.2.2 and later.</li><li>Catalyst SD-WAN release 20.18 upgrade to version 20.18.2.2 and later.</li><li>Catalyst SD-WAN release 26.1 upgrade to version 26.1.1.1 and later.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>hw:="Cisco vManage" OR os:="Cisco Viptela OS"</code></pre>
<p>Note: The query locates Cisco Catalyst SD-WAN Manager installations.</p>
<hr>
<h2>March 2026 Cisco Catalyst SD-WAN&nbsp;vulnerability: CVE-2026-20127</h2>
<p>Cisco <a href="https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-rpa-EHchtZk" target="_blank">disclosed</a> certain&nbsp;versions of Cisco Catalyst SD-WAN Controller (formerly vSmart) and Cisco Catalyst SD-WAN Manager (formerly vManage) contain a vulnerability in the peering authentication mechanism. A remote, unauthenticated adversary could exploit this by sending crafted requests to an affected system to bypass authentication and obtain administrative privileges. By leveraging an internal, high-privileged, non-root user account, the adversary could access <em>NETCONF</em>, enabling them to manipulate the network configuration for the entire SD-WAN fabric.&nbsp;The vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20127" target="_blank">CVE-2026-20127</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>10.0</strong>.<br></p>
<ul></ul>
<p>There is <a href="https://www.cisa.gov/news-events/alerts/2026/02/25/cisa-adds-two-known-exploited-vulnerabilities-catalog" target="_blank">evidence</a> that this vulnerability <strong>is being actively exploited in the wild</strong>.<br><br>On March 11, 2026, CISA published <a href="https://www.cisa.gov/news-events/directives/v1-ed-26-03-mitigate-vulnerabilities-cisco-sd-wan-systems" target="_blank">V1: ED 26-03: Mitigate Vulnerabilities in Cisco SD-WAN Systems</a>. This version supersedes the actions outlined in the original February 25 directive, introducing updated remediation steps and new reporting requirements for affected organizations.</p>
<p><strong>The following deployment environments are affected</strong></p>
<ul><li>On-Premise deployments</li><li>Cisco Hosted SD-WAN Cloud (Standard, Cisco Managed, and FedRAMP)</li></ul>
<ul></ul>
<p><strong>The following versions are affected</strong><br></p>
<ul><li>Catalyst SD-WAN releases prior to 20.9</li><li>Catalyst SD-WAN release 20.9 versions prior to 20.9.8.2</li><li>Catalyst SD-WAN release 20.11 versions prior to 20.12.6.1</li><li>Catalyst SD-WAN release 20.12.5 versions prior to 20.12.5.3</li><li>Catalyst SD-WAN release 20.12.6 versions prior to 20.12.6.1</li><li>Catalyst SD-WAN release 20.13 versions prior to 20.15.4.2</li><li>Catalyst SD-WAN release 20.14 versions prior to 20.15.4.2</li><li>Catalyst SD-WAN release 20.15 versions prior to 20.15.4.2</li><li>Catalyst SD-WAN release 20.16 versions prior to 20.18.2.1</li><li>Catalyst SD-WAN release 20.18 versions prior to 20.18.2.1</li></ul>
<h3>What is Cisco Catalyst SD-WAN Controller and Manager?</h3>
<p>The Cisco Catalyst SD-WAN Controller serves as the centralized control-plane element, utilizing the Overlay Management Protocol (OMP) to manage routing intelligence, distribute security keys, and enforce network-wide policies. In contrast, the Cisco Catalyst SD-WAN Manager acts as the centralized management system, providing the graphical interface necessary for the configuration, monitoring, and orchestration of all devices within the fabric.</p>
<h3>What is the impact?</h3>
<p>Successful exploitation of the vulnerability&nbsp;would allow an adversary to&nbsp;obtain administrative privileges manipulate the network configuration for the entire SD-WAN fabric.<br></p>
<h3>Are updates or workarounds available?</h3>
<p>Users are encouraged to update to the latest version as quickly as possible:<br></p>
<ul><li>Catalyst SD-WAN releases prior to 20.9 migrate to a fixed release</li><li>Catalyst SD-WAN release 20.9 upgrade to version 20.9.8.2 and later</li><li>Catalyst SD-WAN release 20.11 upgrade to version 20.12.6.1 and later</li><li>Catalyst SD-WAN release 20.12.5 upgrade to version 20.12.5.3 and later</li><li>Catalyst SD-WAN release 20.12.6 upgrade to version 20.12.6.1 and later</li><li>Catalyst SD-WAN release 20.13 upgrade to version 20.15.4.2 and later</li><li>Catalyst SD-WAN release 20.14 upgrade to version 20.15.4.2 and later</li><li>Catalyst SD-WAN release 20.14 upgrade to version 20.15.4.2 and later</li><li>Catalyst SD-WAN release 20.16 upgrade to version 20.18.2.1 and later</li><li>Catalyst SD-WAN release 20.18 upgrade to version 20.18.2.1 and later</li></ul>
<h3>How to find potentially vulnerable systems with runZero</h3>
<p>From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>hw:="Cisco vManage" OR os:="Cisco Viptela OS"</code></pre>
<p>Note: The query locates Cisco Catalyst SD-WAN Manager installations.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/ot-and-zero-trust/</id>
            <title>OT and Zero Trust: First things first</title>
            <published>2026-05-14T08:00:00-04:00</published>
            <updated>2026-05-14T08:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/ot-and-zero-trust/" />
            <summary type="html">New guidance from CISA and the DoD adapts Zero Trust principles for OT systems. Learn why OT remains a target and how to safely map your attack surface.</summary>
                            <author>
                    <name>Colin Dupreay</name>
                </author>
                        <content type="html">
                <![CDATA[<p>The Zero Trust (ZT) working group, comprised of the Cybersecurity and Infrastructure Security Agency (CISA), Department of Defense (DoD), Department of Energy (DOE), Department of State (DOS), and Federal Bureau of Investigation (FBI), recently released guidance on&nbsp;<a href="https://www.cisa.gov/sites/default/files/2026-04/joint-guide-adapting-zero-trust-principles-to-operational-technology_508c.pdf">how to adapt ZT principles for Operational Technology (OT)</a>. This comes on the heels of the <a href="https://www.runzero.com/blog/dod-zero-trust-guidance-ot-systems/">DoD’s guidance,</a> released in late 2025, with both documents aiming to help OT system owners apply ZT principles to OT systems.</p>
<p>Zero Trust assumes breach, meaning system owners should assume an adversary is already in the environment, and ZT principles are designed to limit threat actor movement and contain potential damage. Applying traditional information technology (IT) ZT principles to OT systems, however, is aspirational at best, and widely considered impossible given the fundamental differences between traditional IT and OT. Even so, this new federal guidance aims to remedy this problem by providing a set of ZT principles specifically designed for OT systems.</p>
<h2>Why this matters today</h2>
<p>Cyber attacks on OT systems are not new, but they have been increasing. You may have seen that CISA recently urged critical infrastructure operators to “<a href="https://www.cisa.gov/topics/industrial-control-systems/ci-fortify">fortify their systems against disruptive cyberattacks</a>,” due to increased geopolitical tensions.</p>
<p>It’s easy to see why international adversaries find OT as an attractive target:</p>
<ul><li><p>OT is typically legacy-by-design; OT systems are often 20 or more years in active service.</p></li><li><p>Modernizing OT is fantastically expensive; replacing one OT component often requires replacing many upstream and downstream components for compatibility.</p></li><li><p>OT and IT are converging; like it or not, we’re seeing OT creep into traditional IT networks, sometimes by design, sometimes by accident, creating pathways from the internet to the industrial floor.</p></li><li><p>Attacking OT is typically easier: traditional IT attackers usually have a goal of arbitrary code execution or user privilege escalation, often with stealth and persistence in mind. OT attackers, on the other hand, usually end up disabling the target with Denial of Service (DoS) effects with obvious real-world results.</p></li><li><p>Successful cyberattacks against OT have direct, kinetic consequences by disrupting utilities, damaging the environment, causing loss of life, and more.</p></li></ul>
<p>These factors all conflate to create a target environment that is often old, stationary, and fragile.</p>
<h2>What can we do right now?</h2>
<p>While, of course, we agree that Zero Trust as a design principle could go a long way to shore up OT defenses, and the guidance is definitely worth a read, the above reasons of “why OT is the way it is” are all fundamentally working against active change in OT buildouts. Any pivot in design among the Rockwells and Siemens (and all the other OT suppliers worldwide) will take years, if not decades to become common in the field, which doesn’t do us a ton of good today for all of the existing OT infrastructure.</p>
<p>But, before we move on. The guidance includes one point we’d like to specifically mention. It basically says you can use active scanning, but immediately follows with a note about having deep awareness of your systems before attempting it. We <strong><em>really</em></strong> don’t want OT operators to use this as a reason not to conduct active scanning! There are safe scanning solutions, like runZero, which are proven to not negatively impact system performance (according to an <a href="https://www.runzero.com/uploads/documents/reports/nrel/clean-energy-cybersecurity-accelerator-cohort-2.pdf">evaluation conducted by the U.S. Department of Energy’s National Renewable Energy Laboratory</a>).</p>
<p>So, circling back to what to do now. We'd recommend taking the first step first: get ahead of attackers by actually mapping out what your OT attack surface looks like from an attacker’s perspective. You may have heard that we just released <a href="https://www.runzero.com/4-9/">runZero 4.9</a>, which brings just a ton of OT-specific smarts to the table, as well as some really fun attack path mapping visualizations and insights. Give it a whirl in your test lab today <a href="https://runzero.com/try">for free</a>, and you’ll see what we mean.</p>
<p>But even with our new capabilities, runZero can’t go it alone: as an industry, we need to get over this idea that OT is so fragile you literally cannot look at it without causing problems. Yes, of course, be careful, thoughtful, and precise, but with today’s threat landscape, the belief that OT is so incredibly fragile that you cannot take steps to protect your environment beyond air-gaps and segmentation, isn’t based in reality. We’re taking steps to create and ship powerful capabilities that can actually help spot where bad guys are likely to turn their attention, so that you can instrument those points with surveillance and extra protections.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/exim-mail-servers/</id>
            <title>Exim Mail vulnerability CVE-2026-45185: Find impacted assets</title>
            <published>2023-10-10T09:00:00-04:00</published>
            <updated>2026-05-13T10:30:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/exim-mail-servers/" />
            <summary type="html">Certain versions of Exim are susceptible to a critical RCE vulnerability caused by a use-after-free condition in the BDAT body parsing path.</summary>
                            <author>
                    <name>HD Moore</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Exim Mail vulnerability: CVE-2026-45185</h2>
<p>Researchers&nbsp;<a href="https://xbow.com/blog/dead-letter-cve-2026-45185-xbow-found-rce-exim" target="_blank">disclosed</a> that certain versions of Exim are susceptible to a critical remote code execution (RCE) vulnerability caused by a use-after-free (UAF) condition in the BDAT body parsing path. The flaw is specifically triggered when Exim is configured to use GnuTLS, the default TLS library for many Debian-based distributions. The vulnerability occurs when a client sends a TLS <em>close_notify</em> alert mid-body during an SMTP CHUNKING (<a href="https://datatracker.ietf.org/doc/html/rfc3030" target="_blank">RFC 3030</a>) transfer, followed by a final cleartext byte on the same TCP connection. This specific sequence leads to heap corruption, which a remote, unauthenticated attacker can leverage to execute arbitrary code on the system.&nbsp;The vulnerability, designated <a href="https://www.cve.org/cverecord?id=CVE-2026-45185" target="_blank">CVE-2026-45185</a>, also known as Dead.Letter, is rated <em>critical</em> with a base CVSS score of <strong>9.8</strong>.<br></p>
<p><strong>The following versions are affected</strong></p>
<ul><li>Exim: Versions prior to 4.99.3 (when configured with GnuTLS).</li></ul>
<ul></ul>
<h2>What is Exim?</h2>
<p>Exim is an open-source Mail Transfer Agent (MTA) for Unix-like operating systems that manages the routing and delivery of email messages via SMTP using a highly flexible and programmable configuration system.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerability could allow a&nbsp;remote, unauthenticated attacker&nbsp;to execute arbitrary code on the affected system.<br></p>
<h2>Are updates or workarounds available?</h2>
<p>Upgrade affected systems to the new versions</p>
<ul><li>Exim: Upgrade to 4.99.3 or later.</li></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>product:=exim AND banner:"STARTTLS"
</code></pre>
<hr>
<h2>October 2023:&nbsp;CVE-2023-42116, CVE-2023-42117, CVE-2023-42118, CVE-2023-42119, and CVE-2023-42114</h2>
<p>On September 27th 2023, Trend Micro's Zero Day Initiative (ZDI) published <a href="https://www.zerodayinitiative.com/advisories/ZDI-23-1469/">details</a> of a critical zero-day vulnerability that allows an unauthenticated attacker the ability to remotely execute arbitrary code within the context of an Exim SMTP service account.
In addition, ZDI disclosed five additional zero-day vulnerabilities with lower severity rankings:</p>
<ul>
<li>CVE-2023-42116: <a href="https://www.zerodayinitiative.com/advisories/ZDI-23-1470/">Exim SMTP Challenge Stack-based Buffer Overflow Remote Code Execution Vulnerability</a> (CVSS v3.0 8.1)</li>
<li>CVE-2023-42117: <a href="https://www.zerodayinitiative.com/advisories/ZDI-23-1471/">Exim Improper Neutralization of Special Elements Remote Code Execution Vulnerability</a> (CVSS v3.0 8.1)</li>
<li>CVE-2023-42118: <a href="https://www.zerodayinitiative.com/advisories/ZDI-23-1472/">Exim libspf2 Integer Underflow Remote Code Execution Vulnerability</a> (CVSS v3.0 7.5)</li>
<li>CVE-2023-42119: <a href="https://www.zerodayinitiative.com/advisories/ZDI-23-1473/">Exim dnsdb Out-Of-Bounds Read Information Disclosure Vulnerability</a> (CVSS v3.0 3.1)</li>
<li>CVE-2023-42114: <a href="https://www.zerodayinitiative.com/advisories/ZDI-23-1468/">Exim NTLM Challenge Out-Of-Bounds Read Information Disclosure Vulnerability</a> (CVSS v3.0 3.7)</li>
</ul>
<h2>What is Exim Mail?</h2>
<p><a href="https://www.exim.org/">Exim mail</a> is an open source, message transfer agent (MTA) that runs on Unix/Linux operating systems. Exim is also the default MTA configured on Debian Linux distributions.<br></p>
<h2>Are updates available?</h2>
<p>Recently, maintainers of the Exim mail server issued <a href="https://www.exim.org/static/doc/security/CVE-2023-zdi.txt">a 4.96.1 patch</a> that appears to resolve four of the six vulnerabilities listed above. Although the maintainers are still working to resolve the remaining vulnerabilities,
if you are running Exim mail servers on your network, you should apply the security patch immediately.</p>
<h2>How do I find potentially vulnerable Exim mail servers with runZero?</h2>
<p>A <a href="https://www.shodan.io/">Shodan</a> search showed nearly 3.5 million Exim servers exposed to the internet. Their accessibility makes these mail transfer agents targets for attackers.</p>
<p>With runZero, you can find Exim mail servers in your inventory with this <a href="https://console.runzero.com/inventory?search=product%3Aexim">pre-built query</a>. This query searches for any live asset that has the <code>exim</code> product exposed over SMTP.</p>
<pre><code>product:exim
</code></pre>
<p>As always, any prebuilt queries are available from your <a href="https://console.runzero.com/queries">runZero console</a>. Check out the documentation for other useful inventory <a href="https://help.runzero.com/docs/search-query-syntax/">queries</a>.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/nginx/</id>
            <title>F5 nginx vulnerability: Find impacted systems</title>
            <published>2026-05-13T16:57:00-04:00</published>
            <updated>2026-05-13T00:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/nginx/" />
            <summary type="html">F5 published a security advisory that a high vulnerability was identified in multiple versions of NGINX products. Here&#039;s how to find NGINX installations on your network.</summary>
                            <author>
                    <name>runZero Team</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest NGINX vulnerability: CVE-2026-42945</h2>
<p>F5&nbsp;<a href="https://my.f5.com/manage/s/article/K000161019" target="_blank">published</a>&nbsp;a security advisory that a high vulnerability was identified in multiple versions of NGINX products.<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-26083" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-44277" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-42945" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-42945" target="_blank">CVE-2026-42945</a>: A heap-based buffer overflow vulnerability exists in the ngx_http_rewrite_module component of NGINX products. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-42945" target="_blank">CVE-2026-42945</a> and has been rated <em>High</em> with a CVSS score of <strong>8.1</strong>.</li></ul>
<p><strong>The following versions are affected:</strong></p>
<ul><li><strong></strong>NGINX Plus: Versions R32 through R36</li><li>NGINX Open Source: Versions 1.0.0 through 1.30.0</li><li>NGINX Open Source: Versions 0.6.27 through 0.9.7</li><li>NGINX Instance Manager: Versions 2.16.0 through 2.21.1</li><li>F5 WAF for NGINX: Versions 5.9.0 through 5.12.1</li><li>NGINX App Protect WAF: Versions 5.1.0 through 5.8.0</li><li>NGINX App Protect WAF: Versions 4.9.0 through 4.16.0</li><li>F5 DoS for NGINX: Version 4.8.0</li><li>NGINX App Protect DoS: Versions 4.3.0 through 4.7.0</li><li>NGINX Gateway Fabric: Versions 2.0.0 through 2.5.1</li><li>NGINX Gateway Fabric: Versions 1.3.0 through 1.6.2</li><li>NGINX Ingress Controller: Versions 5.0.0 through 5.4.1</li><li>NGINX Ingress Controller: Versions 4.0.0 through 4.0.1</li><li>NGINX Ingress Controller: Versions 3.5.0 through 3.7.2</li></ul>
<ul></ul>
<h2>What is NGINX?</h2>
<p>Nginx is a high-performance, open-source software used primarily as a <strong>web server</strong> and <strong>reverse proxy</strong> to efficiently handle large volumes of simultaneous connections. It is widely favored for its speed and stability, often serving as a load balancer or HTTP cache to optimize the delivery of web content.</p>
<h2>What is the impact?</h2>
<p>A remote, unauthenticated attacker could exploit this vulnerability by sending crafted HTTP requests that trigger the vulnerable rewrite processing path, potentially allowing NGINX worker process restart (DoS). In environments where Address Space Layout&nbsp;Randomization (ASLR) is&nbsp;disabled, exploitation may also allow&nbsp;arbitrary code execution.<br></p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions:</p>
<ul><li>NGINX Plus Rx: Upgrade to R36 P4, R32 P6&nbsp;or later</li><li>NGINX Open Source: Upgrade to 1.31.0, 1.30.1 or later<br></li></ul>
<p>To mitigate the vulnerability, users are encouraged to use named captures instead of unnamed captures within <strong>rewrite</strong> rules:<br><br>For example, the following <strong>rewrite</strong> directive uses unnamed capture groups:&nbsp;<strong>$1</strong> and <strong>$2</strong>:</p>
<pre><code>rewrite ^/users/([0-9]+)/profile/(.*)$ /profile.php?id=$1&tab=$2 last;</code></pre>
<p>For this example, replacing&nbsp;<strong>$1</strong> and <strong>$2</strong> with&nbsp;<strong>$user_id</strong> and <strong>$section</strong>:</p>
<pre><code>rewrite ^/users/(?&lt;user_id&gt;[0-9]+)/profile/(?&lt;section&gt;.*)$ /profile.php?id=$user_id&tab=$section last;</code></pre>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a><a href="https://console.runzero.com/inventory/services" target="_blank"></a>, use the following query to locate potentially impacted assets:</p>
<pre><code>((vendor:="F5" OR vendor:="NGINX") AND 
  (product:="nginx plus" OR product:="nginx" OR product:="nginx ingress controller"))</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/fortinet-fortiauthenticator/</id>
            <title>Fortinet FortiAuthenticator vulnerability: Find affected assets</title>
            <published>2026-05-12T16:57:00-04:00</published>
            <updated>2026-05-12T16:57:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/fortinet-fortiauthenticator/" />
            <summary type="html">Fortinet disclosed in an advisory that a critical vulnerability was identified in versions of FortiAuthenticator.</summary>
                            <author>
                    <name>runZero Team</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Fortinet FortiAuthenticator vulnerability: CVE-2026-44277</h2>
<p>Fortinet <a href="https://fortiguard.fortinet.com/psirt/FG-IR-26-128" target="_blank">disclosed</a> in an advisory that a critical vulnerability was identified in multiple versions of FortiAuthenticator.<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-26083" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-44277" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-44277" target="_blank">CVE-2026-44277</a>: An improper access control vulnerability exists in Fortinet FortiAuthenticator due to insufficient authorization checks. A remote attacker with no privileges could exploit this vulnerability via a network-based attack vector, potentially allowing the execution of unauthorized code or commands. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-44277" target="_blank">CVE-2026-44277</a> and has been rated <em>critical</em> with a CVSS score of <strong>9.1</strong>.</li></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>FortiAuthenticator&nbsp;8.0: 8.0.0, 8.0.2</li><li>FortiAuthenticator&nbsp;6.6: Versions 6.6.0 through 6.6.8</li><li>FortiAuthenticator&nbsp;6.5: Versions 6.5.0 through 6.5.6</li></ul>
<ul></ul>
<h2>What is Fortinet FortiAuthenticator?</h2>
<p>FortiAuthenticator is a centralized <strong>Identity and Access Management (IAM)</strong> solution that provides secure, identity-based access across a network by managing user authentication, multi-factor authentication (MFA), and single sign-on (SSO). It acts as a gatekeeper that integrates with existing directories to ensure only authorized users and devices can access critical resources across the Fortinet Security Fabric and third-party systems.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an attacker to gain unauthorized API access, enabling them to escalate privileges and execute code or commands on the vulnerable host.<br></p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions:</p>
<ul><li>FortiAuthenticator 8.0: Upgrade to 8.0.3 or later</li><li>FortiAuthenticator 6.6: Upgrade to 6.6.9 or later</li><li>FortiAuthenticator 6.5: Upgrade to 6.5.7 or later</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/" rel="noopener" target="_blank">Asset Inventory</a><a href="https://console.runzero.com/inventory/services" target="_blank"></a>, use the following query to locate potentially impacted assets:</p>
<pre><code>hw:FortiAuthenticator</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/fortinet-fortisandbox/</id>
            <title>Fortinet FortiSandbox vulnerabilities: Find impacted assets</title>
            <published>2026-04-15T15:24:00-04:00</published>
            <updated>2026-05-12T00:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/fortinet-fortisandbox/" />
            <summary type="html">Fortinet disclosed in an advisory that a critical vulnerability was identified in versions of FortiSandbox.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Fortinet FortiSandbox&nbsp;vulnerability: CVE-2026-26083</h2>
<p>Fortinet <a href="https://fortiguard.fortinet.com/psirt/FG-IR-26-136" target="_blank">disclosed</a>&nbsp;in an&nbsp;advisory that a critical vulnerability was identified in versions of&nbsp;FortiSandbox.<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-26083" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-26083" target="_blank">CVE-2026-26083</a>: A missing authorization vulnerability exists in multiple Fortinet FortiSandbox products due to improper access control enforcement. A remote, unauthenticated attacker could exploit this vulnerability by sending crafted HTTP requests, potentially allowing the execution of unauthorized code or commands. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-26083" target="_blank">CVE-2026-26083</a> and has been rated <em>critical</em> with a CVSS score of <strong>9.1</strong>.</li></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>FortiSandbox 5.0: Versions 5.0.0 through 5.0.1</li><li>FortiSandbox 4.4: Versions 4.4.0 through 4.4.8</li><li>FortiSandbox Cloud 24: All versions</li><li>FortiSandbox Cloud 23: All versions</li><li>FortiSandbox Cloud 5.0: 5.0.2 through 5.0.5</li><li>FortiSandbox PaaS 23.4: 23.4 all versions</li><li>FortiSandbox PaaS 23.3: 23.3 all versions</li><li>FortiSandbox PaaS 23.1: 23.1 all versions&nbsp;</li><li>FortiSandbox PaaS 22.2: 22.2 all versions</li><li>FortiSandbox PaaS 22.1: 22.1 all versions</li><li>FortiSandbox PaaS 21.4: 21.4 all versions</li><li>FortiSandbox PaaS 21.3: 21.3 all versions</li><li>FortiSandbox PaaS 5.0: 5.0.0 through 5.0.1</li><li>FortiSandbox PaaS 4.4: 4.4.5 through 4.4.8</li></ul>
<ul></ul>
<h2>What is Fortinet FortiSandbox?</h2>
<p>Fortinet FortiSandbox is a security appliance that identifies unknown threats by executing suspicious files in isolated virtual environments to monitor their behavior and then automates a response by sharing that intelligence across the network to block the detected threat.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an attacker to gain unauthorized API access, enabling them to escalate privileges and execute code or commands on the vulnerable host.<br></p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions:</p>
<ul><li>FortiSandbox 5.0: Upgrade to 5.0.2 or later</li><li>FortiSandbox 4.4: Upgrade to 4.4.9 or later</li><li>FortiSandbox PaaS 5.0: Upgrade to 5.0.2 or later</li><li>FortiSandbox PaaS 4.4:&nbsp;Upgrade to 4.4.9 or later</li><li>FortiSandbox PaaS: Migrate to a fixed release</li><li>FortiSandbox Cloud: Migrate to a fixed release</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a><a href="https://console.runzero.com/inventory/services" target="_blank"></a>, use the following query to locate potentially impacted assets:</p>
<pre><code>os:="Fortinet FortiSandbox%"</code></pre>
<hr>
<h2>April 2026 Fortinet FortiSandbox&nbsp;vulnerabilities: CVE-2026-39808, and CVE-2026-39813</h2>
<p>Fortinet <a href="https://fortiguard.fortinet.com/psirt/FG-IR-26-100" target="_blank">disclosed</a>&nbsp;in <a href="https://fortiguard.fortinet.com/psirt/FG-IR-26-112" target="_blank">two</a>&nbsp;advisories that multiple vulnerabilities&nbsp;have been identified in versions of&nbsp;FortiSandbox.<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-39808" target="_blank">CVE-2026-39808</a>: An OS command injection vulnerability exists within an API endpoint due to the improper neutralization of special elements. A remote, unauthenticated attacker could exploit this vulnerability by sending specially crafted HTTP requests, potentially allowing for the execution of unauthorized code or commands.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-39808" target="_blank">CVE-2026-39808</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.1</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-39813" target="_blank">CVE-2026-39813</a>: An API privilege escalation vulnerability exists due to a path traversal flaw. A remote, unauthenticated attacker could exploit this vulnerability by sending specially crafted HTTP requests to the JRPC API. Successful exploitation may allow an attacker to bypass authentication and escalate privileges on the system.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-39813" target="_blank">CVE-2026-39813</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.1</strong>.</li></ul>
<p><strong>The following versions are affected:</strong></p>
<ul><li>FortiSandbox 4.4: Versions 4.4.0 through 4.4.8 (affected by both CVEs)</li><li>FortiSandbox 5.0: Versions 5.0.0 through 5.0.5 (affected by CVE-2026-39813 only)</li></ul>
<ul></ul>
<h2>What is Fortinet FortiSandbox?</h2>
<p>Fortinet FortiSandbox is a security appliance that identifies unknown threats by executing suspicious files in isolated virtual environments to monitor their behavior and then automates a response by sharing that intelligence across the network to block the detected threat.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an attacker to gain unauthorized API access, enabling them to escalate privileges and execute code or commands on the vulnerable host.<br></p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions:</p>
<ul><li>FortiSandbox 4.4: Upgrade to 4.4.9 or later</li><li>FortiSandbox 5.0: Upgrade to 5.0.6 or later</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory" rel="noopener" target="_blank">Asset Inventory</a><a href="https://console.runzero.com/inventory/services" target="_blank"></a>, use the following query to locate potentially impacted assets:</p>
<pre><code>os:="Fortinet FortiSandbox%"</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/validate-segmentation/</id>
            <title>Validate your network segmentation assumptions with runZero</title>
            <published>2026-05-07T14:00:00-04:00</published>
            <updated>2026-05-07T14:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/validate-segmentation/" />
            <summary type="html">Is your network really segmented? Don&#039;t assume, validate. runZero shows you the truth by visualizing real attack paths and exposing hidden visibility gaps.</summary>
                            <author>
                    <name>Adam Foit</name>
                </author>
                        <content type="html">
                <![CDATA[<p>Most organizations have gone through a network segmentation project. If you polled security architects, the CISO, and network infrastructure people — particularly in OT — the vast majority would tell you that a combination of firewalls and network segmentation protects against the spread of an attack. In my experience, it is usually more assumption than fact that sensitive areas of the network like OT environments have adequate segmentation, and protection.</p>
<p>Threat actors thrive on these assumptions.</p>
<p>But runZero makes zero assumptions. We discover, validate, and map the potential attack paths for you.</p>
<p>With the release of runZero 4.9, two powerhouse capabilities combine to eliminate this critical visibility gap and reveal exactly how attackers will exploit your network, so you can prevent it.</p>
<h2>Understand the entire iceberg, not just the tip </h2>
<p>Using safe, protocol-native queries, runZero recursively walks the backplane to identify the many hidden sub-devices sitting behind Modbus and BACnet gateways. Where traditional tools see only a single gateway IP address, runZero unveils the entire field-level topology of vulnerable PLCs and nested devices downstream of the gateway. Not only do we discover these critical, hidden devices, we <a href="https://www.runzero.com/platform/fingerprinting/">fingerprint their attributes</a> and any exposures.  Like a ship's sonar that shows the entire iceberg lurking under the waterline, runZero dives deep behind the gateway to see the entire attack surface.</p>
<figure><img src="/uploads/assets/4-9/CleanShot-2026-05-07-at-13.29.07.png" data-image="331625" width="100%"><figcaption>runZero shows you the Modbus Gateway (10.66.0.30), and discovers all of the 33 serial-attached devices hidden downstream that traditional scanners miss.</figcaption></figure>
<p>Since OT environments behind the gateway are usually flat, an attack on one of these hidden assets represents a massive lateral movement risk. Compromising a single <strong>downstream PLC</strong> can grant an adversary control over the <strong>physical outputs </strong>— the switches that manage everything from safety valves to high-voltage equipment.  </p>
<p>So, seeing these devices and reducing their vulnerability is only the first step.  The next critical step is validating how accessible (or not) they really are to a threat actor.</p>
<h2>See the path of least resistance for attackers</h2>
<p>After deep discovery, runZero leaves assumptions behind by showing you <em>how</em> an attacker could reach those devices, externally or internally. Interactive attack path mapping illuminates avenues of attack that most security professionals may never discover. It models the complex trajectories an adversary would use, exposing the "accidental routes" and multi-homed devices (like jump boxes) that bypass your carefully planned segmentation.</p>
<figure><img src="/uploads/assets/4-9/CleanShot-2026-05-07-at-13.14.20.gif" data-image="331630" width="100%"><figcaption>Here we see an engineering laptop (a Dell running Windows 10) on the left connected to a side panel switch port that grants direct access to the 33 devices discovered in the example above. runZero reveals that this isn’t just a risky laptop, it's a bridge to OT assets that were previously hidden. This is a classic “laptop as bridge” segmentation bypass that remains invisible to traditional tools.</figcaption></figure>
<p>Other vulnerability scanners miss these risks since they are focused only on known vulnerabilities.  runZero shows you these paths of least resistance, allowing defenders to focus on the critical exposures and assets that pose the most devastating risk.</p>
<h2>The Payoff</h2>
<p>Together, these capabilities completely transform your defensive strategy.  Without runZero, you have incomplete visibility plus untested assumptions of your network segmentation.  But with runZero, you’ve got complete and automatic discovery, plus attack path mapping that trades assumptions for validation.  With runZero, you can map the unmappable, secure every path, and safeguard your OT environments.</p>
<p>Start your <a href="https://www.runzero.com/try/">free 21 day trial</a> and begin your own discovery now.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/ollama/</id>
            <title>Ollama vulnerability CVE-2026-7482: Find impacted assets</title>
            <published>2026-05-06T14:44:00-04:00</published>
            <updated>2026-05-06T14:44:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/ollama/" />
            <summary type="html">Certain versions of Ollama are susceptible to a heap out-of-bounds read vulnerability within the GGUF model loader. Here&#039;s how to locate affected assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Ollama&nbsp;vulnerability: CVE-2026-7482</h2>
<p>Researchers <a href="https://www.cyera.com/research/bleeding-llama-critical-unauthenticated-memory-leak-in-ollama" target="_blank">disclosed</a> that certain versions of Ollama are susceptible to a heap out-of-bounds read vulnerability within the GGUF model loader. A remote, unauthenticated attacker could exploit this by sending a specially crafted GGUF file to the <em>/api/create</em> endpoint. When the server processes a GGUF file where the declared tensor offset and size exceed the file's actual length, the functions in <em>fs/ggml/gguf.go</em> and <em>server/quantization.go</em> (<em>WriteTo()</em>) read past the allocated heap buffer during the quantization process.<br><br>The resulting memory leak may expose sensitive information, including environment variables, API keys, system prompts, and concurrent user conversation data. This data can then be exfiltrated by uploading the resulting model artifact to an attacker-controlled registry via the <em>/api/push</em> endpoint. In the upstream distribution, the <em>/api/create</em> and <em>/api/push</em> endpoints lack authentication. While default deployments bind to <em>127.0.0.1</em>, the documented <em>OLLAMA_HOST=0.0.0.0</em> configuration is common in practice, leading to significant public Internet exposure. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-7482" target="_blank">CVE-2026-7482</a>,&nbsp;also known as&nbsp;Bleeding Llama,&nbsp;and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.1</strong>.<br></p>
<ul></ul>
<p><strong>The following versions are affected:</strong></p>
<ul><li>Ollama: Versions prior to 0.17.1</li></ul>
<ul></ul>
<h2>What is Ollama?</h2>
<p>Ollama is an open-source framework designed for the local deployment, management, and execution of large language models (LLMs) on personal computing hardware.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of this vulnerability could&nbsp;expose sensitive information, including environment variables, API keys, system prompts, and concurrent user conversation data.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions immediately:<br></p>
<ul><li>Ollama: Upgrade to 0.17.1 or later.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=Ollama AND product:=Ollama AND source:runzero</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/android-debug-bridge/</id>
            <title>Android ADB vulnerability CVE-2026-0073: Find impacted assets</title>
            <published>2026-05-05T12:40:00-04:00</published>
            <updated>2026-05-05T12:40:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/android-debug-bridge/" />
            <summary type="html">Google disclosed that certain Android versions are susceptible to an authentication bypass vulnerability within the wireless ADB mutual authentication process.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Android ADB&nbsp;vulnerability:&nbsp;CVE-2026-0073</h2>
<p>Google&nbsp;<a href="https://source.android.com/docs/security/bulletin/2026/2026-05-01" target="_blank">disclosed</a> that certain Android versions are susceptible to an authentication bypass vulnerability within the wireless ADB mutual authentication process. This is due to a logic error in the <em>adbd_tls_verify_cert</em> function of the <em>auth.cpp</em> subcomponent in the ADB daemon (<em>adbd</em>). An unauthenticated attacker with adjacent network access can exploit this flaw to achieve remote code execution (RCE) as the shell user. This exploit requires no additional privileges and no user interaction.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-41940" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-0073" target="_blank">CVE-2026-0073</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.8</strong>.<br></p>
<ul></ul>
<p><strong>The following versions are affected:</strong></p>
<ul><li>Android 14: Prior to the 2026-05-01 security patch level.</li><li>Android 15: Prior to the 2026-05-01 security patch level.</li><li>Android 16: Prior to the 2026-05-01 security patch level.</li><li>Android 16-qpr2: Prior to the 2026-05-01 security patch level.</li></ul>
<h2>What is Android Wireless Android Debug Bridge (ADB)?</h2>
<p>Android Wireless Android Debug Bridge (ADB) is a communication feature that enables remote shell command execution, application installation, and system debugging over a local Wi-Fi network using the TCP/IP protocol, removing the need for a physical USB connection.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerabilities allows an unauthenticated attacker with adjacent network access to&nbsp;achieve remote code execution (RCE) as the shell user.<br></p>
<h2>Are updates or workarounds available?</h2>
<p>Upgrade affected systems to the 2026-05-01 security patch level or later.<br></p>
<ul></ul>
<ul></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p dir="ltr">From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>protocol:=adb AND os:Android</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/progress-moveit-automation/</id>
            <title>Progress MOVEit Automation vulnerabilities: Find impacted assets</title>
            <published>2026-05-05T01:55:00-04:00</published>
            <updated>2026-05-05T01:55:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/progress-moveit-automation/" />
            <summary type="html">Progress has disclosed that versions of MOVEit Automation are susceptible to two vulnerabilities within the service backend command port interfaces.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Progress MOVEit Automation&nbsp;vulnerabilities:&nbsp;CVE-2026-4670 and CVE-2026-5174</h2>
<p>Progress Software has <a href="https://community.progress.com/s/article/MOVEit-Automation-Critical-Security-Alert-Bulletin-April-2026-CVE-2026-4670-CVE-2026-5174" target="_blank">disclosed</a> that certain versions of MOVEit Automation are susceptible to two vulnerabilities within the service backend command port interfaces.<br></p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-4670" target="_blank">CVE-2026-4670</a>: An authentication bypass vulnerability that allows a remote, unauthenticated attacker to gain unauthorized access to the system. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-2699" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-4670" target="_blank">CVE-2026-4670</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.8</strong>.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-5174" target="_blank">CVE-2026-5174</a>: An improper input validation vulnerability that allows a remote, low-privileged attacker to elevate their privileges. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-2699" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-2701" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-5174" target="_blank">CVE-2026-5174</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>7.7</strong>.</li></ul>
<p><strong>The following versions are affected:</strong><br></p>
<ul><li>MOVEit Automation: Version 2024.1.7 (16.1.7) and prior</li><li>MOVEit Automation: Version 2025.0.8 (17.0.8) and prior</li><li>MOVEit Automation: Version 2025.1.4 (17.1.4) and prior (Affected by CVE-2026-5174 only)</li></ul>
<h2>What is Progress MOVEit Automation?</h2>
<p>Progress MOVEit Automation is a managed file transfer (MFT) orchestration tool used to automate the scheduled or event-driven movement and processing of data between disparate servers, cloud storage environments, and applications via a centralized management interface.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities&nbsp;could allow an attacker to gain unauthorized access, obtain administrative control, or expose sensitive data.<br></p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged to update to the latest version as quickly as possible:</p>
<ul><li>MOVEit Automation 2024.x.x and prior: Upgrade to 2024.1.8 or later.</li><li>MOVEit Automation 2025.0.x: Upgrade to 2025.0.9 or later.</li><li>MOVEit Automation 2025.1.x: Upgrade to 2025.1.5 or later.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>_asset.protocol:http AND protocol:http AND (html.title:="MOVEit Automation%" OR last.html.title:="MOVEit Automation%")</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/apache-http-servers/</id>
            <title>Apache HTTP Server vulnerability: Find impacted assets</title>
            <published>2021-10-05T03:00:00-04:00</published>
            <updated>2026-05-04T15:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/apache-http-servers/" />
            <summary type="html">The Apache Software Foundation recently announced a path traversal vulnerability present in version 2.4.49 of the Apache HTTP Server software.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Apache HTTP Server vulnerability:&nbsp;CVE-2026-23918</h2>
<p>Apache&nbsp;<a href="https://httpd.apache.org/security/vulnerabilities_24.html" target="_blank">disclosed</a> that certain versions of Apache HTTP Server are affected by a double free vulnerability that may lead to remote code execution (RCE). This flaw occurs within the HTTP/2 protocol implementation when a stream undergoes an "early reset." While further technical details are not publicly available at this time, the vulnerability involves a memory management error triggered during specific HTTP/2 communication sequences.&nbsp;The vulnerability, designated <a href="https://www.cve.org/cverecord?id=CVE-2026-23918" target="_blank">CVE-2026-23918</a>, is rated <em>high</em> with a base CVSS score of <strong>8.8</strong>.<br></p>
<p><strong>The following versions are affected</strong></p>
<ul><li>Apache HTTP Server: Version 2.4.66</li></ul>
<ul></ul>
<h2>What is Apache HTTP Server?</h2>
<p>Apache HTTP Server is an open-source, cross-platform application that serves web content by processing requests via the Hypertext Transfer Protocol (HTTP).</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerability could allow a&nbsp;low-privileged remote attacker to execute arbitrary code on the affected system.<br></p>
<h2>Are updates or workarounds available?</h2>
<p>Upgrade affected systems to the new versions</p>
<ul><li>Apache HTTP Server: Version 2.4.67</li></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>

<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>

<pre><code>vendor:=Apache AND product:=HTTPD AND version:&gt;0 AND version:=2.4.66</code></pre>
<hr>
<h2>October 2021:&nbsp;CVE-2021-41773</h2>
<p>The Apache Software Foundation <a href="https://blog.sonatype.com/apache-servers-actively-exploited-in-wild-importance-of-prompt-patching">recently announced</a> a path traversal vulnerability present in version 2.4.49 of the Apache HTTP Server software. Due to insufficient coverage of potential path traversal characters in the URL, an unauthenticated attacker can read files outside of the document root and even execute system commands in some configurations. While this vulnerability (<a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41773">CVE-2021-41773</a>) only affects version 2.4.49 (and 2.4.50 as a variant), it was exploited in the wild to Apache publishing their <a href="https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2021-41773">security advisory</a>.</p>
<p><strong>Update</strong>: The 2.4.50 fix was <a href="https://httpd.apache.org/security/vulnerabilities_24.html">incomplete</a> and we strongly recommend upgrading to 2.4.51 or newer.</p>
<h2>How to find potentially vulnerable Apache HTTP Servers</h2>
<p>From the <a href="https://console.runzero.com/inventory/services">Service Inventory</a>, use the following <a href="https://console.runzero.com/inventory/services?search=product%3A%22apache%20httpd%22%20AND%20protocol%3Ahttp%20AND%20%28http.head.server%3A%22Apache%2F2.4.49%22%20OR%20http.head.server%3A%22Apache%2F2.4.50%22%29">pre-built query</a> to locate vulnerable Apache HTTP Server instances in your network:</p>
<pre><code>product:"apache httpd" AND protocol:http AND (http.head.server:"Apache/2.4.49" OR http.head.server:"Apache/2.4.50")
</code></pre>
<figure><img src="/img/posts/apache-http-server.png" class="img-fluid" alt="Find vulnerable Apache HTTP Servers" title="Find vulnerable Apache HTTP Servers" data-image="dynmocui3vma"></figure>
<p>As always, any prebuilt queries we create are available from our <a href="https://console.runzero.com/queries">Queries Library</a>. Check out the library for other useful inventory <a href="https://help.runzero.com/docs/search-query-syntax/">queries</a>.</p>
<h2>Try runZero</h2>
<p>Don't have runZero and need help finding your Apache HTTP Server instances? <a href="https://www.runzero.com/try/">Start your trial today.</a></p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/cpanel-whm/</id>
            <title>cPanel &amp; WHM vulnerability: Find impacted assets</title>
            <published>2026-04-28T19:28:00-04:00</published>
            <updated>2026-04-30T15:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/cpanel-whm/" />
            <summary type="html">cPanel disclosed that certain versions of cPanel &amp; WHM are affected by a critical login authentication vulnerability. Here&#039;s how to find impacted assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest cPanel & WHM vulnerability:&nbsp;CVE-2026-41940</h2>
<p>cPanel&nbsp;<a href="https://support.cpanel.net/hc/en-us/articles/40073787579671-Security-CVE-2026-41940-cPanel-WHM-WP2-Security-Update-04-28-2026" target="_blank">disclosed</a> that certain versions of cPanel & WHM are affected by a critical login authentication vulnerability. While public details are currently limited, the changelogs for the affected versions cite a fix for an issue regarding session loading and saving (CPANEL-52908), released on April 28, 2026. This vulnerability does not currently have a CVE ID assigned.</p>
<p><strong>Update (April 29, 2026)</strong>:&nbsp;New details identify this as an authentication bypass vulnerability in the login flow, enabling remote, unauthenticated attackers to gain unauthorized access to the control panel.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-41940" target="_blank">CVE-2026-41940</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.8</strong>. </p>
<p><strong>Update (April 30, 2026)</strong>: There is <a href="https://www.cisa.gov/news-events/alerts/2026/04/30/cisa-adds-one-known-exploited-vulnerability-catalog" target="_blank">evidence</a> that this vulnerability <strong>is being actively exploited in the wild</strong>.</p>
<ul></ul>
<p><strong>The following versions are affected:</strong></p>
<ul><li>cPanel & WHM 110.0.x: Versions prior to 110.0.97 (11.110.0.97)</li><li>cPanel & WHM 118.0.x: Versions prior to 118.0.63 (11.118.0.63)</li><li>cPanel & WHM 126.0.x: Versions prior to 126.0.54 (11.126.0.54)</li><li>cPanel & WHM 132.0.x: Versions prior to 132.0.29 (11.132.0.29)</li><li>cPanel & WHM 134.0.x: Versions prior to 134.0.20 (11.134.0.20)</li><li>cPanel & WHM 136.0.x: Versions prior to 136.0.5 (11.136.0.5)</li></ul>
<p><strong>Note:</strong> Servers running end-of-life or unsupported versions are also likely affected. It is strongly recommended that you upgrade your server to a supported, patched version immediately.</p>
<ul></ul>
<h2>What are cPanel & WHM?</h2>
<p>cPanel & WHM comprises two primary components: WebHost Manager (WHM), the administrative interface for server-level infrastructure, and cPanel, the user-facing control panel for managing individual hosting accounts.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of this vulnerability could allow an adversary to gain unauthorized access to affected servers.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions immediately:<br></p>
<ul><li>cPanel & WHM 110.0.x: 110.0.97 (11.110.0.97)&nbsp;or later.</li><li>cPanel & WHM 118.0.x: 118.0.63 (11.118.0.63) or later.</li><li>cPanel & WHM 126.0.x: 126.0.54 (11.126.0.54) or later.</li><li>cPanel & WHM 132.0.x: 132.0.29 (11.132.0.29) or later.</li><li>cPanel & WHM 134.0.x: 134.0.20 (11.134.0.20) or later.</li><li>cPanel & WHM 136.0.x: 136.0.5 (11.136.0.5) or later.</li><li>Unsupported Versions: Upgrade to one of the supported versions detailed above.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=cPanel AND (product:=cPanel OR product:=WHM)</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/xcp-ng/</id>
            <title>XCP-ng vulnerabilities: How to find impacted assets</title>
            <published>2026-04-30T14:36:00-04:00</published>
            <updated>2026-04-30T14:36:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/xcp-ng/" />
            <summary type="html">On April 24, 2026, researchers publicly disclosed an audit identifying 89 exploitable vulnerabilities. Here&#039;s how to find affected assets on your network.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest XCP-ng&nbsp;vulnerabilities:</h2>
<p>On April 24, 2026, researchers publicly <a href="https://shittrix.moksha.dk/" target="_blank">disclosed</a> an audit identifying 89 exploitable vulnerabilities. These issues primarily involve missing input validation across all writable <em>Map(String,String)</em> fields within eight XAPI object types. Consequently, an attacker with the <em>vm-admin</em> management role could theoretically "achieve full host filesystem read/write [access]" and execute "cross-VM data exfiltration" or "pool-wide compromise." The report claims these actions are possible through "single API calls with no exploit code," requiring neither a root shell nor triggering security alerts. These vulnerabilities reportedly persisted since the inception of the XAPI codebase (circa 2006). The researchers assigned a CVSS distribution of 5 critical, 28 high, 46 medium, and 10 low, stating that all versions of Citrix XenServer / Hypervisor, XCP-ng, and XAPI-based distributions were affected.<br><br>On April 28, 2026, the Xen Project (upstream) and XCP-ng (downstream) released advisories addressing these claims. The Xen Project issued technical advisories XSA-483 through XSA-489 to address the core source code. Notably, <a href="https://xenbits.xen.org/xsa/advisory-489.html">XSA-489</a> serves as a direct rebuttal to the April 24 audit, concluding that only five of the 89 claims were actionable. The remainder were identified as intended Role-Based Access Control (RBAC) functionality or, in several instances, appeared to be "AI hallucinations" within the researcher's report. Simultaneously, XCP-ng published a blog providing specific security and maintenance updates focused on the practical impact on XCP-ng environments.<br><br>The following vulnerabilities have been confirmed by the vendors:</p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-23556">CVE-2026-23556</a> (<a href="https://docs.vates.tech/security/advisories/2026/vates-sa-2026-007/" target="_blank">VSA-2026-007</a>, <a href="https://xenbits.xen.org/xsa/advisory-483.html">XSA-483</a>):&nbsp;A flaw where oxenstored keeps quota-related use counts across domain destruction. XCP-ng notes this could allow a privileged user in a guest domain to trigger a denial-of-service (DoS) condition by preventing other domains from starting; the XCP-ng advisory classifies this impact as critical.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-23557">CVE-2026-23557</a> (<a href="https://xenbits.xen.org/xsa/advisory-484.html">XSA-484</a>):&nbsp;A denial-of-service (DoS) vulnerability via the XS_RESET_WATCHES command in xenstored.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-31786">CVE-2026-31786</a> (<a href="https://xenbits.xen.org/xsa/advisory-485.html">XSA-485</a>):&nbsp;A Linux kernel out-of-bounds read via a Xen-related <em>sysfs</em> file, potentially leaking sensitive information.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-23558">CVE-2026-23558</a> (<a href="https://docs.vates.tech/security/advisories/2026/vates-sa-2026-008/" target="_blank">VSA-2026-008</a>,&nbsp;<a href="https://xenbits.xen.org/xsa/advisory-486.html">XSA-486</a>):&nbsp;A race condition in grant table v2 status page mapping. XCP-ng notes this use-after-free (UAF) flaw could allow a privileged user in a HVM or PVH guest domain to escalate their privileges to the hypervisor level; the XCP-ng advisory classifies this impact as critical.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-31787">CVE-2026-31787</a> (<a href="https://xenbits.xen.org/xsa/advisory-487.html">XSA-487</a>): A Linux kernel double-free in the Xen <em>privcmd</em> driver; as it requires root privileges, the Xen Project considers the crash potential not security-relevant.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54505">CVE-2025-54505</a> (<a href="https://docs.vates.tech/security/advisories/2026/vates-sa-2026-010/" target="_blank">VSA-2026-010</a>,&nbsp;<a href="https://xenbits.xen.org/xsa/advisory-488.html">XSA-488</a>):&nbsp;Addresses "Floating Point Divider State Sampling" on certain AMD CPUs. While not a XCP-ng software vulnerability, this update mitigates a hardware issue to prevent a guest VM from inferring data from another VM; the XCP-ng advisory classifies this impact as moderate.</li><li>XAPI RBAC Escalation (<a href="https://docs.vates.tech/security/advisories/2026/vates-sa-2026-011/" target="_blank">VSA-2026-011</a>,&nbsp;<a href="https://xenbits.xen.org/xsa/advisory-489.html">XSA-489</a>):&nbsp;This advisory confirms five actionable vulnerabilities: <a href="https://www.cve.org/CVERecord?id=CVE-2026-23559">CVE-2026-23559</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-23560">CVE-2026-23560</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-23561">CVE-2026-23561</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-23562">CVE-2026-23562</a>, and <a href="https://www.cve.org/CVERecord?id=CVE-2026-42486">CVE-2026-42486</a>. While the first three may allow <em>vm-admin</em> role users to escalate to <em>root</em> privileges in the control domain, the flaw relies on advanced RBAC features not typically exposed in standard management tools or documentation; the XCP-ng advisory classifies this impact as low. This would only impact users with a specific configuration involving an XCP-ng pool using Active Directory for user management where the managed user has the XAPI role <em>vm-admin</em>.<br></li></ul>
<p><strong>Note</strong>: Current advisories suggest that Xen Project vulnerabilities <a href="https://www.cve.org/CVERecord?id=CVE-2026-23557">CVE-2026-23557</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-31786">CVE-2026-31786</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-31787">CVE-2026-31787</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-23562">CVE-2026-23562</a>, and <a href="https://www.cve.org/CVERecord?id=CVE-2026-42486">CVE-2026-42486</a> have not yet been addressed specifically by XCP-ng updates.</p>
<p><strong>The following versions are affected:</strong></p>
<ul><li>XCP-ng: Version 8.3</li></ul>
<p><strong>Note</strong>: XCP-ng 8.3 LTS is currently the only release not marked end-of-life (EOL). Therefore, older versions are likely susceptible to these vulnerabilities but fall outside the scope of current security patching and support.<br></p>
<ul></ul>
<h2>What is XCP-ng?</h2>
<p>XCP-ng (Xen Cloud Platform - next generation) is a bare-metal hypervisor based on the open-source Xen project that enables multiple virtual machines to run concurrently on a single physical server.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerabilities allows a remote, authenticated attacker to gain unauthorized host filesystem control and breach VM isolation boundaries.<br></p>
<h2>Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions immediately:</p>
<ul><li>XCP-ng 8.3: Upgrade to package <em>xen-4.17.6-6.2.xcpng8.3</em> or later.</li><li>XCP-ng 8.2 and prior: These versions are EOL. Users should evaluate environmental risk and migrate to a supported release.</li></ul>
<ul></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p dir="ltr">From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>_asset.protocol:http AND protocol:http AND (html.title:="Welcome to XCP-ng%" OR html.title:="XO Lite")</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/runzero-4-9/</id>
            <title>Announcing runZero 4.9: Unmask attack paths and segmentation gaps with advanced topology and deep OT device intelligence</title>
            <published>2026-04-30T07:00:00-04:00</published>
            <updated>2026-04-30T07:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/runzero-4-9/" />
            <summary type="html">With runZero 4.9, visualize attacker lateral movement, harden network choke points, gain deep OT telemetry to secure converged environments, and more.</summary>
                            <author>
                    <name>HD Moore</name>
                </author>
                        <content type="html">
                <![CDATA[<p>In the world of security marketing, "visibility" has become an overused buzzword. But for those of us actually tasked with defending converged IT/OT environments, visibility isn't about seeing a list of IPs; it's about understanding the functional DNA of our infrastructure. </p>
<p>For years, the industry has relied on the "segmentation illusion"— the comfortable but incorrect assumption that critical industrial assets are air-gapped or safely tucked away behind layers of firewalls. Today, the threat landscape is rapidly evolving due to geopolitical dynamics and AI-powered attacks that are designed to quickly identify segmentation weaknesses, along with other common footholds like internet-exposed OT assets, unpatchable legacy systems, and untrustworthy IT/OT boundaries that turn a minor business breach into a total operational shutdown.</p>
<p>Our latest release is designed to give defenders the high-fidelity asset, network, and security intelligence they need to win in this environment. With the new features in runZero 4.9,  you can see exactly how an attacker could move through  your network via a series of pivot points, allowing you to harden critical choke points and remediate exposures before they are exploited. We’ve also expanded our OT telemetry to provide deep insights into the role and risk profile of every device in increasingly converged environments.</p>
<p>Here's a quick demo of the new features, or keep reading to learn more:</p>
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<div class="embed-container"><figure><iframe src="https://www.youtube.com/embed/CNG0wqQiLfE" frameborder="0" allowfullscreen=""></iframe></figure></div>
<h2>Map the unmappable. Secure every path.</h2>
<p>Most OT practitioners have been taught that active scanning is dangerous. We’ve already proven that’s a myth in numerous deployments and in robust testing <a href="https://www.runzero.com/newsroom/runzero-discovers-all-ip-addressable-assets-and-proves-active-scanning-is-safe-for-operational-technology-in-nrel-ceca-testing/">conducted by the U.S. Department of Energy’s National Renewable Energy Laboratory</a>. runZero’s scan engine is purpose-built for safety. By using safe, protocol-specific probes and granular throttling, we extract high-fidelity metadata — firmware versions, screenshots, and even secondary interfaces — without requiring a single credential or endpoint agent.</p>
<p>One of the breakthroughs in this release is our ability to map the unmappable. We are one of the only solutions that can now enumerate "sub-assets" sitting behind protocol gateways like Modbus, BACnet, KNXnet, and EtherNet/IP. If you have a gateway with 20 PLCs behind it, we don't just see the gateway; we see the entire field-level topology.</p>
<p>Other capabilities that runZero’s latest release  brings to the fight, include:</p>
<h3>Topology maps that actually scale (and are fun to explore!) </h3>
<p>Our new 2D and 3D maps let you zoom from a global overview all the way down to individual sites and subnets, enabling you to quickly spot exposures even in environments with hundreds of thousands of assets. No more untangling the network spaghetti; these maps provide clear visuals that make sense of even the most complex environments. With hybrid Layer 2 and Layer 3 views, you can finally see how your physical and logical networks actually overlap. Other new features include the ability to:</p>
<ul><li><p><strong>Geolocate assets instantly: </strong>We use public and egress IP data to pinpoint where your gear is physically sitting across the globe and have added tools so you can search for nearby devices to gain critical environmental context.</p></li><li><p><strong>Hunt and search in the map views: </strong> Get eyes on high-risk assets, pivot points, end-of-life systems, specific device types, and exposures by searching and filtering directly in the map view.</p></li><li><p><strong>Spot the "weird": </strong>Quickly flag anomalies, like a misplaced Windows laptop sitting in a segmented production zone where it definitely doesn't belong, as well as outliers that don’t look like the others (pro tip: this usually means they’re risky devices).</p></li></ul>
<figure><img src="/uploads/assets/4-9/4.9-Blog-Map-Views-3D-Update.jpg" data-image="329040"></figure>
<h3>Interactive attack path mapping</h3>
<p> Want to know how an attacker would move around your network? You can now visualize trajectories from initial compromise to operational impact.</p>
<ul><li><p><strong>Trace the attack path:</strong> Set a source and a target to see the exact pivot points and bridges an attacker would use to traverse your environment.</p></li><li><p><strong>Find the choke points:</strong> See which critical assets could grant attackers access to your crown jewels.</p></li></ul>
<figure><img src="/uploads/assets/4-9/4.9-Attack-Path-Mapping-Short.jpg" data-image="329077"></figure>
<h3>Multi-homed and bridge detection</h3>
<p>Automatically surface devices connected to multiple networks and bypass your carefully planned segmentation and firewall strategies.</p>
<figure><img src="/uploads/assets/4-9/4.9-Blog-MH.jpg" data-image="329078"></figure>
<h3>Go beyond the gateway</h3>
<p>Other tools stop at the protocol gateway. We don’t. runZero uses safe, protocol-native queries to peer behind gateways and unmask the downstream PLCs and field-level devices sitting on serial and fieldbus networks.</p>
<h3>Unmask protocol exposures</h3>
<p>Gain asset intelligence across your entire attack surface with an expanded library of 220+ protocols. This release delivers deep visibility into dozens of "insecure by design" industrial protocols — like Modbus, BACnet, EtherNet/IP, and Siemens S7comm — which are commonly targeted by attackers attempting to pivot from the network to physical operations.</p>
<h3>Real-world risk prioritization</h3>
<p>Not every exposure is a hair-on-fire emergency. We help you focus on the segmentation gaps and vulnerabilities that actually put your operations at risk.</p>
<h3>Device classification and even-deeper fingerprinting</h3>
<p>We analyze thousands of distinct asset attributes to ensure you have definitive insights into exactly what a device is and what it’s doing on your network. The latest release adds asset categorization and function tags that you can use to search, filter, and explore.</p>
<figure><img src="/uploads/assets/4-9/4.9-Blog-Classification-Color-Corrected.jpg" data-image="329208"></figure>
<h3>Sleek UI/UX enhancements — now with new dark and light modes</h3>
<p>We’ve overhauled the interface to make data exploration faster and easier across any sized environment, even the massive ones. And yes, we finally added dark mode, because we know what it’s like to stare at a screen in a dimly lit SOC at 2am — plus, it just looks cool. If you prefer the high-contrast life, there’s a new light mode, too. Or, stick with the "classic" view — whatever helps you hunt best!</p>
<figure><img src="/uploads/assets/4-9/4.9-Blog-UI-UX.jpg" data-image="329087"></figure>
<h2>Real-world scenario: IT-origin with OT blast radius</h2>
<p>To illustrate the power of this release, let's look at a scenario to see how our new capabilities turn raw telemetry into a defensive strategy.</p>
<p>The biggest threat to industrial operations usually isn't a "Stuxnet-style" custom exploit; it’s an IT-originated event that cascades into OT because the boundary between the two is weak. In this case, the culprit isn't a complex hack — it’s a single, forgotten workstation that shatters the "segmentation illusion" and turns a network breach into a total factory floor shutdown.</p>
<h3>The dangerous, but intentional "administrative" bridge</h3>
<p>Imagine an attacker gaining a foothold in the corporate IT network through a security camera using default credentials (yes, <a href="https://www.runzero.com/blog/integrating-nuclei/">we can help you find that</a>). These cameras are oftentimes inside the network, but out-of-the-box settings tell firewalls to port forward internet traffic to them, exposing them to the world.</p>
<p>While searching for high-value targets, the attacker discovers a technician’s laptop on the same wireless network as the camera. This laptop is plugged into the factory network — but for internet access, the technician is still using the corporate wireless network, and unfortunately has also enabled RDP.   </p>
<p>The attacker is able to log in to this laptop with the default technician account, and the  laptop becomes the first hop from the internet-exposed camera to the factory LAN, bypassing the main firewall.  </p>
<p>From the compromised laptop, the attacker is able to reach the factory LAN, and although the network is mostly segmented correctly, a sole Rockwell Automation controller is attached. </p>
<p>The attacker is able to enumerate the Ethernet/IP (CIP) of the controller and identify additional targets accessible through the protocol gateway, providing full access to RTUs without credentials</p>
<p> By sending an unauthorized "Stop" command through the gateway to the RTU, the attacker shuts down every downstream PLC — halting a $100M production line and disrupting a series of robotic arms and equipment.</p>
<h3>The defender’s edge</h3>
<p>But never fear, defenders. runZero’s new capabilities would help you thwart this attack:</p>
<ul><li><p><strong>Visualize the trajectory:</strong> Our new attack path mapping highlights the exact route from the corporate network, through the laptop, and into the production subnet.</p></li><li><p><strong>Identify the choke point:</strong> runZero flags the laptop running RDP as high risk, showing you precisely where your security policy has been bypassed.</p></li><li><p><strong>See the downstream impact:</strong> While the attacker only sees a gateway, runZero’s sub-asset discovery peers behind it to reveal the PLCs controlling the robotic arms and production line equipment. By querying the gateway via specialized industrial protocols like CIP or Modbus, runZero unmasks the field-level devices that were previously invisible to the security team.</p></li></ul>
<h3>Why it matters</h3>
<p>This isn't just a hypothetical "worst-case" scenario — it is a statistical reality. In a recent representative sample of large manufacturing environments, runZero found that 30% of all OT assets are only one hop away from an internet-exposed device, and 90% are within just two hops.</p>
<p>These findings highlight how easily a single forgotten workstation can turn a minor IT breach into a catastrophic operational shutdown. Even in "secure" networks, segmentation is frequently bypassed — often intentionally — to make remote maintenance easier for vendors or technicians.</p>
<p>By surfacing these risky assets and identifying the hidden attack paths they create, runZero enables you to move beyond the "segmentation illusion," harden your boundaries, and ensure your air gap is a reality, not just an assumption.</p>
<h2>In-depth intelligence built for converged environments</h2>
<p>Whether you are managing a national telecom, a global manufacturer, or a critical utility, runZero provides the unified source of truth needed to bridge the gap between IT and OT security operations. We don't just find your assets; we visualize reachability and highlight true risk. Because in a world of millions of nodes, the only one that matters is the one an attacker can exploit.</p>
<p><strong>How to get started with runZero</strong></p>
<p><strong>Try the Platform</strong>: Interested in seeing runZero in action? You can explore the <a href="https://www.runzero.com/try/">platform for free for 21 days</a>, and following your trial, you can transition to our <a href="https://www.runzero.com/platform/community-edition/">free Community Edition</a> (for environments with fewer than 100 assets).</p>
<p><strong>Learn More</strong>: Explore our <a href="https://www.runzero.com/platform/">platform</a>&nbsp;and <a href="https://www.runzero.com/resources/">resources</a> for more information about runZero.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/citrix-xenserver-hypervisor/</id>
            <title>Citrix Hypervisor vulnerabilities: How to find affected assets</title>
            <published>2024-09-25T12:30:00-04:00</published>
            <updated>2026-04-29T18:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/citrix-xenserver-hypervisor/" />
            <summary type="html">On April 24, 2026, researchers publicly disclosed an audit identifying 89 exploitable vulnerabilities. Here&#039;s how to find impacted assets.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest Citrix XenServer vulnerabilities (Updated April 29, 2026)</h2>
<p>The Xen Project (upstream) and Citrix (downstream) released separate but related advisories to address these claims. The Xen Project issued technical advisories XSA-483 through XSA-489 to address the core source code. Notably, <a href="https://xenbits.xen.org/xsa/advisory-489.html">XSA-489</a> serves as a direct rebuttal to the April 24 audit, concluding that only five of the 89 claims were actionable. The remainder were identified as intended RBAC functionality or, in several instances, appeared to be "AI hallucinations" within the researcher's report. Simultaneously, Citrix released Security Bulletin <a href="https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX696527&articleURL=XenServer_Security_Update_for_Multiple_Issues">CTX696527</a> to provide specific updates and hotfixes for commercial&nbsp;users, focusing on the practical impact to the XenServer environments.<br><br>The following vulnerabilities have been confirmed by the vendors:</p>
<ul><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-23556">CVE-2026-23556</a> (<a href="https://xenbits.xen.org/xsa/advisory-483.html">XSA-483</a>): A flaw where oxenstored keeps quota-related use counts across domain destruction. Citrix&nbsp;notes this could allow a privileged user in a guest VM to cause the host to crash or become unresponsive.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-23557">CVE-2026-23557</a> (<a href="https://xenbits.xen.org/xsa/advisory-484.html">XSA-484</a>): A Denial of Service (DoS) vulnerability via the XS_RESET_WATCHES command in xenstored.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-31786">CVE-2026-31786</a> (<a href="https://xenbits.xen.org/xsa/advisory-485.html">XSA-485</a>): A Linux kernel out-of-bounds read via a Xen-related <em>sysfs</em> file, potentially leaking&nbsp;sensitive information.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-23558">CVE-2026-23558</a> (<a href="https://xenbits.xen.org/xsa/advisory-486.html">XSA-486</a>): A race condition in grant table v2 status page mapping. Citrix notes this could allow a&nbsp;privileged user in a guest VM to compromise the host under specific circumstances.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-31787">CVE-2026-31787</a> (<a href="https://xenbits.xen.org/xsa/advisory-487.html">XSA-487</a>): A Linux kernel double-free in the Xen <em>privcmd</em> driver; as it requires root privileges, the&nbsp;Xen Project considers the crash potential not security-relevant.</li><li><a href="https://www.cve.org/CVERecord?id=CVE-2026-54505">CVE-2025-54505</a> (<a href="https://xenbits.xen.org/xsa/advisory-488.html">XSA-488</a>): Addresses "Floating Point Divider State Sampling" on certain AMD CPUs. While not a&nbsp;XenServer software vulnerability, this update mitigates a hardware issue to prevent a guest VM from inferring data&nbsp;from a different VM.</li><li>XAPI RBAC Escalation (<a href="https://xenbits.xen.org/xsa/advisory-489.html">XSA-489</a>): This advisory confirms five actionable vulnerabilities: <a href="https://www.cve.org/CVERecord?id=CVE-2026-23559">CVE-2026-23559</a>,&nbsp;<a href="https://www.cve.org/CVERecord?id=CVE-2026-23560">CVE-2026-23560</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-23561">CVE-2026-23561</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-23562">CVE-2026-23562</a>, and <a href="https://www.cve.org/CVERecord?id=CVE-2026-42486">CVE-2026-42486</a>. Citrix warns that the first three in particular&nbsp;may allow host administrators to gain access beyond the limits of their assigned RBAC role.</li></ul>
<p><strong>Note</strong>: Current advisories suggest that Xen Project vulnerabilities <a href="https://www.cve.org/CVERecord?id=CVE-2026-23557">CVE-2026-23557</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-31786">CVE-2026-31786</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-31787">CVE-2026-31787</a>, <a href="https://www.cve.org/CVERecord?id=CVE-2026-23562">CVE-2026-23562</a>, and <a href="https://www.cve.org/CVERecord?id=CVE-2026-42486">CVE-2026-42486</a> have not yet been addressed specifically by Citrix updates.</p>
<p>The following versions of Citrix Hypervisor / XenServer are affected:</p>
<ul><li>Citrix XenServer version 8.4</li></ul>
<p><strong>Note</strong>:&nbsp;Citrix XenServer 9.x is currently in Public Preview and not covered by standard security bulletins; as such, it may be affected by these issues.</p>
<h2><strong>Initial Advisory&nbsp;(April 24, 2026)</strong></h2>
<p>On April 24, 2026, researchers publicly <a href="https://shittrix.moksha.dk/" target="_blank">disclosed</a> an audit identifying 89 exploitable vulnerabilities. These issues primarily involve missing input validation across all writable <em>Map(String,String)</em> fields within eight XAPI object types. Consequently, an attacker with the <em>vm-admin</em> management role "can achieve full host filesystem read/write [access], cross-VM data exfiltration, storage protocol injection, cross-hypervisor lateral movement, and pool-wide compromise through single API calls with no exploit code, no root shell, and no security alerts." These vulnerabilities have persisted since the inception of the XAPI codebase (circa 2006). The researchers assigned the following CVSS severity distribution: 5 critical, 28 high, 46 medium, and 10 low.&nbsp;These vulnerabilities do not currently have CVE IDs assigned.<br></p>
<ul></ul>
<h2>What is Citrix XenServer?</h2>
<p><span segoe="" ui",="" roboto,="" oxygen,="" ubuntu,="" cantarell,="" "fira="" sans",="" "droid="" "helvetica="" neue",="" sans-serif;"="" style="font-family: system-ui, BlinkMacSystemFont, -apple-system, ">Citrix XenServer, formerly known as Citrix Hypervisor, is a bare-metal hypervisor based on the open-source Xen project that enables multiple virtual machines to run concurrently on a single physical server.</span><br></p>
<h2>What is the impact?</h2>
<p>Successful exploitation of the vulnerabilities allows a remote, authenticated attacker to gain unauthorized host filesystem control and breach VM isolation boundaries.<br></p>
<h2>Are updates or workarounds available?</h2>
<p>For Citrix&nbsp;XenServer versions 8.4 and prior, the&nbsp;vendor recommends updating to the latest version of Citrix XenServer via the Early Access or Normal update channels.<br><br>Note:&nbsp;Citrix XenServer versions&nbsp;9.x are&nbsp;Public Preview releases and do not receive security bulletins; therefore, users should evaluate their environment's risk and consider migrating to a stable, supported release.</p>
<ul></ul>
<h2>How to find potentially vulnerable systems with runZero</h2>
<p dir="ltr">From the <a href="https://console.runzero.com/inventory/" target="_blank">Asset Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>os:="Citrix XenServer"</code></pre>
<hr>
<h2>September 2024:&nbsp;CVE-2024-45817</h2>
<p><a href="https://support.citrix.com/s/article/CTX691646-xenserver-and-citrix-hypervisor-security-update-for-cve202445817?language=en_US" target="_blank">Citrix released a security update</a> to address vulnerabilities in their XenServer and Hypervisor virtualization products.</p>
<p>Citrix outlines that the following affects&nbsp;both <strong>XenServer 8</strong> and <strong>Citrix Hypervisor 8.2 CU1 LTSR</strong> and&nbsp;could&nbsp;allow a malicious administrator of a guest VM to cause the host to crash or become unresponsive.</p>
<ul><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45817" target="_blank">CVE-2024-45817</a>&nbsp;has not been rated, but affects how the state of the system could end up in deadlock due to a recursive call guarded by a mutex on&nbsp;x86's APIC (Advanced Programmable Interrupt Controller) architecture when reporting errors to a status.</li></ul>
<div>In addition to the above, Citrix has indicated that the following vulnerabilities affect <strong>XenServer 8</strong> and&nbsp;may allow an attacker on the management network to cause the XenServer host SNMP service to crash or become unresponsive.</div>
<ul><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24805" target="_blank">CVE-2022-24805</a>&nbsp;is not rated, but affects net-snmp and allows for a classic buffer overflow.</li><li><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24809" target="_blank">CVE-2022-24809</a>&nbsp;is not rated, but affects net-snmp and allows for a NULL pointer dereference.</li></ul>
<p>Both of these can be triggered by a user with&nbsp;read-only credentials.</p>
<h2>What is the impact?</h2>
<p>The vulnerabilities may all be triggered by guest or read-only credentials which increases the likelihood of them occurring.</p>
<h2>Are updates or workarounds available?</h2>
<p>Citrix recommends limiting access to management interfaces as well as upgrading to one of the following versions:<br></p>
<ul><li><a href="https://docs.xenserver.com/en-us/xenserver/8/update">XenServer 8</a></li><li><a href="https://support.citrix.com/s/article/CTX691652-hotfix-xs82ecu1077-for-citrix-hypervisor-82-cumulative-update-1?language=en_US">Citrix Hypervisor 8.2 CU1 LTSR</a></li></ul>
<h2>How do I find potentially vulnerable systems with runZero?</h2>
<p>From the <a href="https://console.runzero.com/inventory">Asset Inventory</a>, use the following query to locate systems running potentially vulnerable software:</p>
<pre><code>(product:citrix and type:hypervisor) or product:xenserver</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/github-enterprise-server/</id>
            <title>GitHub Enterprise Server vulnerability: Find impacted assets</title>
            <published>2026-04-28T17:50:00-04:00</published>
            <updated>2026-04-28T17:50:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/github-enterprise-server/" />
            <summary type="html">GitHub disclosed that certain versions of GHES are affected by a RCE vulnerability due to improper neutralization of special elements.</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest GitHub Enterprise Server vulnerability:&nbsp;CVE-2026-3854</h2>
<p>GitHub <a href="https://github.blog/security/securing-the-git-push-pipeline-responding-to-a-critical-remote-code-execution-vulnerability/" target="_blank">disclosed</a> that certain versions of GitHub Enterprise Server (GHES) are affected by a remote code execution (RCE) vulnerability due to improper neutralization of special elements. Successful exploitation could allow an authenticated, low-privileged user with push access to any repository, including one they created themselves, to achieve arbitrary command execution on the GitHub server via a single <em>git push</em> using crafted push option values containing an unsanitized delimiter character.&nbsp;This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-3854" target="_blank">CVE-2026-3854</a> and has been rated <em><em>high</em></em> with a CVSS score of <strong>8.7</strong>.<br></p>
<ul></ul>
<p><strong>The following versions are affected:</strong></p>
<ul><li>GHES 3.14.x: Versions prior to 3.14.25</li><li>GHES 3.15.x: Versions prior to 3.15.20</li><li>GHES 3.16.x: Versions prior to 3.16.16</li><li>GHES 3.17.x: Versions prior to 3.17.13</li><li>GHES 3.18.x: Versions prior to 3.18.7</li><li>GHES 3.19.x: Versions prior to 3.19.4</li></ul>
<ul></ul>
<h2>What is GitHub Enterprise Server?</h2>
<p>GitHub Enterprise Server is a self-hosted version of GitHub that allows organizations to run an isolated instance of the platform on their own physical or virtual infrastructure, independent of external cloud services.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an adversary to execute arbitrary code on the vulnerable host, potentially leading to complete system compromise.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions immediately:</p>
<ul><li>GHES 3.14.x: Upgrade to 3.14.25 or later.</li><li>GHES 3.15.x: Upgrade to 3.15.20 or later.</li><li>GHES 3.16.x: Upgrade to 3.16.16 or later.</li><li>GHES 3.17.x: Upgrade to 3.17.13 or later.</li><li>GHES 3.18.x: Upgrade to 3.18.7 or later.</li><li>GHES 3.19.x: Upgrade to 3.19.4 or later.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/software-groups" rel="noopener" target="_blank">Software Inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>vendor:=GitHub AND product:="Enterprise%"</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/crowdstrike-logscale/</id>
            <title>CrowdStrike Falcon LogScale vulnerability: find impacted assets</title>
            <published>2026-04-22T15:59:00-04:00</published>
            <updated>2026-04-22T15:59:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/crowdstrike-logscale/" />
            <summary type="html">CrowdStrike disclosed that certain versions of self-hosted LogScale are susceptible to an unauthenticated path traversal vulnerability (CVE-2026-40050).</summary>
                            <author>
                    <name>Matthew Kienow</name>
                </author>
                        <content type="html">
                <![CDATA[<h2>Latest CrowdStrike LogScale vulnerability: CVE-2026-40050</h2>
<p>CrowdStrike <a href="https://www.crowdstrike.com/en-us/security-advisories/cve-2026-40050/" target="_blank">disclosed</a>&nbsp;that certain versions of&nbsp;self-hosted LogScale are susceptible to an unauthenticated path traversal vulnerability. A remote, unauthenticated attacker could exploit a specific, exposed cluster API endpoint to read arbitrary files from the server filesystem. This vulnerability has been designated <a href="https://www.cve.org/CVERecord?id=CVE-2026-20093" target="_blank"></a><a href="https://www.cve.org/CVERecord?id=CVE-2026-40050" target="_blank">CVE-2026-40050</a> and has been rated <em><em>critical</em></em> with a CVSS score of <strong>9.1</strong>.&nbsp;This vulnerability does not affect Next-Gen SIEM customers.<br></p>
<p><strong>The following versions are affected:</strong></p>
<ul><li>LogScale Self-Hosted (GA): Versions 1.224.0 through 1.234.0 (inclusive)</li><li>LogScale Self-Hosted (LTS): Version 1.228.0 and 1.228.1</li></ul>
<ul></ul>
<h2>What is CrowdStrike Falcon LogScale?</h2>
<p>CrowdStrike Falcon LogScale (formerly Humio) is a log management and observability platform that ingests, stores, and enables real-time search of large-volume streaming data using an index-free architecture.</p>
<h2>What is the impact?</h2>
<p>Successful exploitation of these vulnerabilities would allow an adversary to read arbitrary files on the vulnerable host.</p>
<h2 dir="ltr">Are updates or workarounds available?</h2>
<p>Users are encouraged upgrade affected systems to the following versions immediately:</p>
<ul><li>LogScale 1.228.x: Upgrade to 1.228.2 (LTS) or later.</li><li>LogScale 1.224.0 through 1.234.0: Upgrade to 1.233.1, 1.234.1, 1.235.1, or later.</li></ul>
<h2 dir="ltr">How to find potentially vulnerable systems with runZero</h2>
<p>From the <a href="https://console.runzero.com/inventory/services" target="_blank">Service inventory</a>, use the following query to locate potentially impacted assets:</p>
<pre><code>_asset.protocol:http AND protocol:http AND (http.head.server:="Humio-%" OR last.http.head.server:="Humio-%")</code></pre>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/vulncon-ai-cves/</id>
            <title>Dispatch from VulnCon: AI, CVEs, &amp; cooperation</title>
            <published>2026-04-20T11:39:00-04:00</published>
            <updated>2026-04-20T11:39:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/vulncon-ai-cves/" />
            <summary type="html">todb shares his key VulnCon 2026 takeaways, covers the rise of AI in vuln research, the role of CISA’s Vulnrichment, and the future of the CVE program.</summary>
                            <author>
                    <name>todb</name>
                </author>
                        <content type="html">
                <![CDATA[<p>Heya internet! Once again, it’s your pal todb, and I’ve just come back from a fun and productive time at VulnCon. I want to take a minute to share some thoughts with you about what all went down this past week, including the CVE program’s place in the world and my initial reactions to Mythos and AI in general.</p>
<p>Just to catch you up: <a href="https://www.first.org/conference/vulncon26/">VulnCon</a> is an annual symposium organized jointly by FIRST (the Forum of Incident Responders and Security Teams) and the CVE program. We just wrapped up the third year of this event, and it’s already pretty well-established globally as THE place to be for several hundred government and industry practitioners from all over the world who share my penchant for vulnerability-gazing.</p>
<figure><img src="/uploads/blog/vulncon/vulncon.webp" data-image="325208" width="100%"></figure>
<p>As with <a href="https://www.runzero.com/blog/vulncon-2025-wrapup/">previous years</a>, VulnCon featured lectures and workshops all about the twisty little passages where vulnerability discovery, dissemination, and defense intersect, all with an aim of helping each other and our many diverse cybersecurity and information security communities deal with the inevitability of shipping software bugs.</p>
<h2>AI isn’t pronounced “Aiiiii!”</h2>
<p>While VulnCon is very, very niche compared to broader expos and conferences like RSAC, InfoSec Europe, and Black Hat, we could not escape the general tech industry’s infatuation with AI. Approximately 2^32-1 words have already been written on the predicted impact of Anthropic’s Claude Mythos and Glasswing, ranging from total panic to blaisé indifference. I’m here to report that the general attitude of attendees – who are, across the board, established experts in their security specialties – is, truly, cautiously optimistic in a very middle-path sort of way. I got the sense that we are agreed that AI tooling has graduated from speculative, to novel, to quite nearly normal in many vulnerability research pipelines, and network defenders who haven’t started implementing some kind of AI assistance in live incident response are likely going to have a bad time in the back half of 2026 and beyond.</p>
<p>The optimistic part of this take is that we can use the same kinds of AI tooling to rapidly catch up and keep pace with the relentless rate of vulnerability discovery. After all, AI doesn’t merely play offense or defense – it’s truly dual-use (if not pan-use, if that’s a word). General purpose large language models (LLMs) already are doing a much, much better job of uncovering and validating technical vulnerabilities, insecure defaults, and misconfigurations than they were even <a href="https://www.runzero.com/blog/ai-caasm-llm-security/">two years ago</a>.</p>
<p>Even if nothing changes in the way the AI superpowers develop and grow AI capabilities, all of us squishy-brained, biochemical decision makers can use much of the same tooling to catch up and manage the ever-increasing march of individual vulnerabilities, up and down the defensive stack—from building the next generation of <a href="https://runzero.com/try">tools defenders need</a> for assessment and visibility to integrated, orchestrated incident response when breaches do occur.</p>
<h2>We’re all in this together</h2>
<p>The conference struck me as a very “we’re all on the same side here” kind of affair, permeating most conversations I was fortunate to be involved in. Notably, we heard from, and got to spend considerable quality time with, our friends and colleagues in government, both domestically and internationally.</p>
<p>Probably the most significant programming choice was that the kick-off address was a <a href="https://www.first.org/conference/vulncon26/program#pCISA-ENISA-Joint-Messaging">joint presentation</a> from CISA and ENISA. These are <a href="https://www.youtube.com/watch?v=fzIysVtJ_p4">two great agencies that agent great together</a>, and when it comes to managing and improving the CVE program (the world isn’t ready to just give up on a quarter century of lessons learned). So, while it’s clear that the last year has been pretty <a href="https://www.cybersecuritydive.com/news/cve-program-ai-vulnerability-reports-funding/815594/">rocky</a> in CVE-land, we definitely don’t want a return to the bad old days of regional or industry specific grab bags of unconnected, disparate databases of technical vulnerability intelligence.</p>
<p>On the other end of the spectrum, the update from the National Vulnerability Database (better known as the NVD) was <a href="https://thehackernews.com/2026/04/nist-limits-cve-enrichment-after-263.html">reported pretty bleakly</a>, as the National Institute of Science and Technology (NIST) <a href="https://www.nist.gov/news-events/news/2026/04/nist-updates-nvd-operations-address-record-cve-growth">continues to struggle</a> with annotating every new CVE. Instead, the NVD has committed to a new prioritization scheme. Of course, we all want to know what CVEs are actually worth knowing about, but the critical (and dare I say, cynical) read is that NVD just keeps losing ground here.</p>
<p>However, I don’t think this winnowing down of the CVE target space is as disastrous as it’s being reported as. After all, I’m pretty happy with how CISA’s <a href="https://www.first.org/conference/vulncon26/program#pVulnrichment-Playground">Vulnrichment platform and program</a> has been chugging along, bringing much-needed enrichment and transparency to vulnerabilities. In my opinion, Vulnrichment has already mostly supplanted NIST’s efforts, at least when it comes to first-pass risk-ratings when vendors and CNAs don’t step up. In fact, <a href="https://www.runzero.com/resources/kevology/"> KEVology</a> (to pick a totally random and not-at-all self-serving example) relies on and normalizes around Vulnrichment quite a bit, and I suspect most downstream consumers of broad CVE data are in the same boat.</p>
<p>In the end, getting CVE aligned with this brave new world of supercharged rates of vulnerability disclosure certainly won’t happen by accident, and there’s no one weird trick to fix what’s broken about CVE assignment and management. This will all require real work, beyond mere wishing and talking, but I’m confident that we can rise to the challenge. As a CVE board member, I can promise that I’ll do what I can to make sure that we don’t lose the plot here.</p>
<h2>See for yourself</h2>
<p>Almost all of the presentations were live streamed and recorded, so I’m very much looking forward to catching some of the talks that were tough to choose between on VulnCon’s three-track agenda. I’ll update this space when those recordings are available, and I’ll bug the organizers to pull that trigger sooner rather than later. There was a ton of good content this year, so I’m excited to share it with runZero’s blog fans.</p>
<p>Next year, VulnCon will take place the immediate week before BSidesSF and RSAC, which hopefully will make international attendance even easier to justify; come for the real vuln talk in Arizona, stay for the ridiculously overproduced expo booth antics one state over in California.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/ot-connectivity-principles-part-3/</id>
            <title>Securing OT connectivity: The final four</title>
            <published>2026-04-13T08:30:00-04:00</published>
            <updated>2026-04-13T08:30:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/ot-connectivity-principles-part-3/" />
            <summary type="html">We walk through the final four Secure Connectivity Principles for Operational Technology (OT) that are pivotal for system owners to get right.</summary>
                            <author>
                    <name>Colin Dupreay</name>
                </author>
                        <content type="html">
                <![CDATA[<p>Welcome to our third and final blog post on the <a href="https://www.ncsc.gov.uk/files/ncsc-secure-connectivity-for-operational-technology.pdf" target="_blank">Secure Connectivity Principles for Operational Technology (OT)</a> guidance. If you haven’t already, make sure to get up to speed on parts <a href="https://www.runzero.com/blog/ot-connectivity-principles/">one</a> and <a href="https://www.runzero.com/blog/ot-connectivity-principles-part-2/">two</a>. In today's blog, we’re going to look at the remaining four principles from the guidance, what they mean for OT system owners, and how runZero can help.</p>
<p>The remaining principles (numbers five through eight) in <a href="https://www.ncsc.gov.uk/files/ncsc-secure-connectivity-for-operational-technology.pdf" target="_blank">the  guidance</a> detail how OT system owners can set themselves up for success against adversaries, including recommendations for preventing breaches and detecting them if they occur. The final four principles are pivotal for system owners to get right.</p>
<h2>Principle 5: Harden your OT boundary</h2>
<p>Many OT systems are difficult to update or replace, increasing the prevalence of obsolete assets and weak security controls. Because of this inability to modernize, oftentimes the primary defense against external threats to OT systems is their <strong>network boundary</strong>. As such, organizations should invest in modern, modular, and easily replaceable boundary protections. Additionally, the guidance suggests a <strong>robust checklist of actions </strong>to help harden your OT boundary: </p>
<ul><li><strong>Change default passwords</strong><ul><li><p>Default credentials provide an easy-to-fix and <a href="https://thehackernews.com/2025/07/manufacturing-security-why-default.html" target="_blank">easy-to-exploit</a> avenue for attackers to gain initial access. </p></li></ul></li><li><strong>Enforce the principle of least privilege</strong><ul><li><p>Human-to-machine and machine-to-machine connectivity should follow the concept of least privilege, following <a href="https://medium.com/@tsampatht1/identity-access-management-jml-process-navigating-the-joiner-mover-and-leaver-lifecycle-7e11aa811872" target="_blank">joiners, movers, leavers</a> (JML) processes to ensure proper access rights throughout user lifecycles.</p></li></ul></li><li><strong>Restrict unused services and ports</strong><ul><li><p>Only required ports and protocols should be exposed on assets.</p></li></ul></li><li><strong>Implement phishing-resistant multi-factor authentication (MFA) for external services</strong><ul><li><p><a href="https://www.ncsc.gov.uk/blog-post/not-all-types-mfa-created-equal" target="_blank">Phish-resistant MFA</a> should be implemented where possible for human-to-machine connectivity.</p></li></ul></li><li><strong>Use context-aware access</strong><ul><li><p>Where possible, controls should be enabled that enforce connectivity based on attributes of the connection, like device location, time of access, or OS version.  </p></li></ul></li><li><strong>Enforce security requirements on third parties</strong><ul><li><p>Controls should be applied to third-party connections into the OT environment. NCSC’s previous guidance provides more details about this in <a href="https://www.ncsc.gov.uk/collection/operational-technology/definitive-architecture-view/principle-5" target="_blank">principle five</a>.</p></li></ul></li><li><p><strong>Enforce unidirectional traffic flows</strong></p></li>
<ul><li><p>Where possible, organizations should use <a href="https://owlcyberdefense.com/learn-about-cross-domain-solutions/" target="_blank"><strong>Cross Domain Solutions</strong></a> and <a href="https://owlcyberdefense.com/wp-content/uploads/2026/03/OWL_PFD_UseCase_v3.pdf" target="_blank"><strong>Data Diodes </strong></a>to help facilitate secure data transfers between untrusted and trusted domains.</p></li></ul></ul>
<p>As the convergence between OT and IT progresses, implementing principle five is critical for OT system owners in order to define and harden the boundary between OT and IT in their environments.</p>
<h2>Principle 6: Limit the impact of compromise</h2>
<p>There is a saying that goes, “You should be prepared for WHEN you get breached, not IF.” Organizations should take steps to limit the impact of a breach before it happens. OT systems owners need to focus on <strong>two risks</strong>:</p>
<ul><li><strong>Contamination</strong><ul><li><p>Contamination refers to malicious or insecure code that makes its way into a trusted environment, often through the abuse of weak configurations, bad implementation, or vulnerable products. </p></li></ul></li><li><strong>Lateral movement</strong><ul><li><p><a href="https://www.ncsc.gov.uk/guidance/preventing-lateral-movement">Lateral movement</a> describes how attackers expand their reach to neighboring nodes after initial access. Lateral movement can involve scanning, compromising hosts with stolen credentials, escalating privileges to gain access to systems, and <a href="https://www.cisa.gov/resources-tools/resources/identifying-and-mitigating-living-land-techniques">more</a>. <em>Lateral movement should be seen as a threat both from external attackers and from insider and third-party threats. </em></p></li></ul></li></ul>
<p>Strategies for OT (and all) system owners to protect their environments include: </p>
<ul><li><strong>Segmentation</strong><ul><li><p>Organizations should segment their networks behind firewalls or network architecture, dividing the network into smaller, functionally isolated networks, to reduce risk. </p></li><li><p>Microsegmentation: Microsegmentation applies controls on a much more granular level, usually at the host level, to restrict services, protocols, or specific clients from communicating. </p></li><li><p>Separation of duties: Separation of duties ensures that no one person has the ‘keys to the kingdom’. If you divide the responsibilities of individuals or systems within the environment, it limits exposure in the event of a breach or an insider threat.</p></li></ul></li><li><strong>The browse down principle</strong><ul><li><p>The browse down principle states that you should trust the device on which administrative work is done as much as, or more than, the system you are managing. In essence, you don't want to manage a trusted system with an untrusted device.</p></li></ul></li><li><strong>Boundary controls</strong><ul><li>Principle five discusses ways for organizations to harden their boundary, and principle six provides additional <a href="https://www.ncsc.gov.uk/collection/operational-technology/secure-connectivity/principle-6">recommendations</a>: <ul><li><p>Host-based Controls</p></li><li><p>Static network controls</p></li><li><p>Dynamic network controls </p></li><li><p>Threat detection and response.</p></li></ul></li></ul></li></ul>
<p>The best time for OT system owners to plan for a breach was yesterday, and the second-best time is today. OT system owners need to take proper precautions now to ensure that when, not if, a breach occurs, they are ready.</p>
<h2>Principle 7: Ensure all connectivity is logged and monitored</h2>
<p>While it's important to take all possible steps to prevent a breach, the last line of defense organizations have is their alerting and logging implementation. The ideal implementation of a good collection and alerting system is to empower system owners to expediently detect, contain, or prevent a breach, rather than simply collect logs. </p>
<p>There are at least four  considerations OT system owners should look to address when a log collection and analysis program is implemented:</p>
<ul><li><strong>Unauthorized activity</strong><ul><li><p>Any change in an OT (or IT) environment should come through strict change management procedures. Having a strong change management program, along with the ability to monitor for and alert on unauthorized changes, should be a major consideration.</p></li></ul></li><li><strong>Anomaly detection</strong><ul><li><p>There should be detection of traffic patterns that deviate from the norm, or baseline, of known-good network traffic. Anomaly-based detection should <strong>not </strong>replace actual controls designed to prevent undesired traffic.</p></li></ul></li><li><strong>Break-glass</strong><ul><li><p>Break-glass or use only in case of emergency access should be used only in emergency situations. Any use thereof should trigger an alarm of the highest criticality to the Security Operations Center (SOC). Break-glass account abuse is often how bad actors try to gain access to an environment through legitimate means. </p></li></ul></li><li><strong>Data flow monitoring</strong><ul><li><p>Continuously monitoring data both within and across network segments and the OT boundary enables early detection of compromise.</p></li></ul></li></ul>
<p>NCSC has <a href="https://www.ncsc.gov.uk/blog-post/what-exactly-should-we-be-logging">extensive guidance </a>on proper log implementation, but principle seven serves as a brief reminder that logging for the sake of logging is not enough. Logs should be actionable within an organization to detect a breach and, if possible, prevent it from spreading. </p>
<h2>Principle 8: Establish an isolation plan</h2>
<p>There may be times when it's necessary to isolate OT environments from external influences, for example, if there is a compromise in connected IT systems or an increased threat from adversaries. OT systems should be designed, where possible, to still provide critical functions while isolated. It's essential that an isolation plan is designed and tested to ensure that critical functions remain operational while preventing unforeseen or unintended consequences during isolation.</p>
<p>There are <strong>three primary isolation strategies</strong> that an organization could consider: </p>
<ul><li><strong>Site isolation</strong><ul><li><p>Site isolation works well in flat networks or networks without sophisticated security measures. Site isolation primarily involves removing or terminating external connections, either physically (e.g., cable disconnect) or via software (e.g., firewall configuration) </p></li></ul></li><li><strong>Application or service-specific isolation</strong><ul><li><p>If an organization has successfully implemented the secure connectivity controls outlined in the guidance, application isolation might be more effective than site isolation. Application isolation enables an organization to isolate affected services or assets using the controls outlined in the guidance, such as microsegmentation. </p></li></ul></li><li><strong>Site isolation with hardware-enforced trusted communications</strong><ul><li><p>This isolation plan allows organizations that have used either data diodes, a CDS, or other hardware-based traffic enforcement to isolate their network while keeping the hardware enforced data flows open. This allows isolating the trusted network from the untrusted network while still enabling secure data transfer.</p></li></ul></li></ul>
<p>Isolation plans, just like breach contingency plans, should be built and tested before they are needed. Ideally, isolation plans will never be needed, but with the evolving threat landscape, organizations should take action now to be prepared in the event isolation is needed.</p>
<h2>How runZero can help</h2>
<p>In our previous blog on this guidance, we mentioned <a href="https://www.runzero.com/blog/ot-connectivity-principles-part-2/">five ways</a> we help organizations protect and secure their OT systems. Those features of runZero also apply to principles five through eight, but there are more ways that runZero can help secure OT environments:</p>
<ol><li><strong>Default password checks</strong><ul><li><p>runZero can run <a href="https://help.runzero.com/docs/em-templates/">default password checks</a> to discover assets and software that have not changed their default settings. </p></li></ul></li><li><strong>Discover gaps in coverage</strong><ul><li><p>runZero can surface hidden assets, assets missing security controls, and assets that are <a href="https://www.runzero.com/blog/using-runzero-to-verify-network-segmentation/">bridging networks</a> they shouldn't.</p></li></ul></li><li><strong>Alerting on unauthorized changes</strong><ul><li><p>runZero provides a comprehensive asset inventory and can detect and alert when assets are added or removed from a network, or when asset changes occur.</p></li></ul></li><li><strong>Edge device detection</strong><ul><li><p>Many organizations think they know where their edge lies, but runZero can expose assets with network connections you didn’t know existed.</p></li></ul></li></ol>
<p>If you stuck with us through all three blog posts, thanks for being here! These weren’t short posts, but neither was the guidance. If you need help protecting your OT assets, runZero is here to help. Try us out for <a href="https://www.runzero.com/try/">free</a>, or <a href="https://www.runzero.com/contact-sales/">get in touch with us today</a>.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/runzero-day/</id>
            <title>Inside runZero Day: RSAC 2026 livestream</title>
            <published>2026-04-10T12:00:00-04:00</published>
            <updated>2026-04-10T12:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/runzero-day/" />
            <summary type="html">Go behind the scenes of our inaugural runZero Day livestream, hosted by runZero’s own Tod Beardsley and Rob King.</summary>
                            <author>
                    <name>runZero Team</name>
                </author>
                        <content type="html">
                <![CDATA[<p>At RSAC 2026, we wanted to do something new. Rather than just hanging around a booth and talking to people who could physically make it to San Francisco, we launched <a href="https://www.runzero.com/rsac-live-2026/">runZero Day</a>, a live, multi-hour broadcast that brought the best of the conference experience to the global security community. No travel needed! We brought together founders, journalists, and security leaders to unpack the trends shaping and defining cybersecurity in real time.</p>
<p>If you missed the livestream, here’s a quick look at the themes and sessions from the day hosted by runZero’s&nbsp;<a href="https://www.runzero.com/authors/tod-beardsley/">Tod Beardsley</a> and <a href="https://www.runzero.com/authors/rob-king/">Rob King</a>.</p>
<figure><img src="/uploads/blog/runzero-day/rz-day-bts-3.webp" data-image="324446" width="100%"></figure>
<h2>The vulnerability crisis: Quality, prediction, and noise</h2>
<p>Right now, the industry is overwhelmed by a flood of CVEs, and we’re pretty sure this is just the beginning of a pretty steep slope. With vulnerability disclosures at an all-time high, the debate over quality versus quantity is more important than ever. In the ‘<a href="https://www.runzero.com/resources/cve-quality-vs-quantity/">CVE quagmire</a>’ segment, <a href="https://www.linkedin.com/in/jgamblin/">Jerry Gamblin</a> (RogoLabs) told Tod that we’re facing an average of more than 160 new CVEs per day. He highlighted that while we’re hearing a lot about the potential for an artificial intelligence (AI) tsunami of bugs, we still haven’t addressed people-generated bugs and the inconsistent metadata that have hindered security teams for decades. On a positive note, they discussed how projects like RogoLabs’ <a href="https://cve.icu/">CVE.ICU</a> is making the CVE program more transparent, and how the upcoming <a href="https://cwe.mitre.org/documents/schema/schema_v6.0.html">Schema 6.0</a> could also help by requiring better, machine-readable data for automated discovery and fixes.</p>
<p>Next, we had the perfect follow-up session, ‘<a href="https://www.runzero.com/resources/predicting-exploitation/">Predicting exploitation</a>’with <a href="https://www.linkedin.com/in/jayjacobs1/">Jay Jacobs</a>&nbsp;(Empirical Security), exploring the practice of predicting vulnerability exploitation. Jacobs detailed the evolution of the <a href="https://www.first.org/epss/">Exploit Prediction Scoring System (EPSS)</a> from a research initiative into a vital, daily-published API that provides probability scores and percentile rankings for hundreds of thousands of CVEs. </p>
<p>They discussed how EPSS differs from other scoring systems and frameworks, specifically explaining the relationship between a probability score and the percentile rank. Jacobs also addressed common misconceptions about low-probability scores, noting that even a small percentage can be highly significant when measured across a massive population of vulnerabilities. </p>
<p>Rounding out our discussions on CVEs was the '<a href="https://www.runzero.com/resources/prioritizing-vulnerability-noise/">Mute the sirens</a>' session with <a href="https://www.linkedin.com/in/marklambertlinkedin/">Mark Lambert</a>&nbsp;(ArmorCode). Given the increasing volume and velocity of vulnerabilities, Lambert explains how an important step in reducing the noise includes determining what actually needs to be fixed, and it’s not just about picking the critical ones. He noted that they leverage threat intelligence from CISA’s KEV and EPSS to determine what’s being actively exploited, which is particularly important given that nearly all  CVEs are never actually exploited in the real world. </p>
<p>Then, they further analyze this vulnerability intelligence by using integrations with other solutions to get an inventory of assets, determine what’s externally facing, and understand if a fix is urgently needed from a business-priority perspective. Using this unified exposure management approach goes beyond focusing only on traditional CVEs to include issues found through penetration testing and static analysis, providing a comprehensive picture of an organization’s security posture.</p>
<h2>Research-driven reporting in cybersecurity journalism</h2>
<p>With more AI-generated content and smaller newsrooms, cybersecurity journalism faces new challenges. In the '<a href="https://www.runzero.com/resources/signal-vs-slop/">Signal vs. slop</a>' session, current and former reporters discussed how research-driven reporting is changing. Our panel of experts included <a href="https://www.linkedin.com/in/billbrenner/">Bill Brenner</a> (CYBR.SEC.Media), <a href="https://www.linkedin.com/in/dennis-fisher-b027621/">Dennis Fisher</a> (Decipher), and <a href="https://www.linkedin.com/in/steved3/">Steve Ragan</a> (1Password). </p>
<p>The group discussed how reduced funding for traditional media has pushed many journalists to work for and with  vendors directly, where brand journalism now fills the gap left by shrinking newsrooms, creating challenges for editorial independence amid the pressures of advertising and sponsored content. They also reflected on how large language models (LLMs) are affecting the quality of security reporting and how the rise of automated content lacks the human insight needed for good communication. </p>
<p>Expanding on the cybersecurity journalist’s perspective, the '<a href="https://www.runzero.com/resources/frontlines-cybersecurity-journalism/">On the frontlines of investigative journalism</a>' session with investigative journalist and author <a href="https://www.linkedin.com/in/josephmenn/">Joseph Menn</a> examined the intersection of technology, crime, geopolitics, and hacktivism. </p>
<p>Menn shared with Tod that today’s most interesting stories aren’t just about business deals or stock prices; they focus on the complex areas where organized crime groups and state-sponsored intelligence operations overlap, especially in places like Russia and China. </p>
<p>They also discussed Menn’s  book, <a href="https://cyberscoop.com/cult-of-the-dead-cow-joseph-menn-book-review/">Cult of the Dead Cow</a>. They talked about the group's role in pressuring tech giants like Microsoft to take security seriously, effectively shifting the industry from a culture of hobbyist tinkering to one of professionalized defense and public policy influence.</p>
<h2>Bridging the physical and digital divide</h2>
<figure><img src="/uploads/blog/runzero-day/rz-day-bts-1.webp" data-image="324428" width="100%"></figure>
<p>In the '<a href="https://www.runzero.com/resources/from-risk-to-resilience/">From risk to resilience</a>' session, <a href="https://www.linkedin.com/in/lnkdn-mary-g/">Mary Gannon</a> (GuidePoint Security) and <a href="https://www.linkedin.com/in/cpgillespie/">Patrick Gillespie</a> (GuidePoint Security) talked with Rob about how IT and Operational Technology (OT) are converging. They discussed the unique challenges of securing industrial systems in sectors such as manufacturing and mining, where older software like Windows 98 and even Windows 3.1 is still in use. They pointed out that while bringing IT and OT together offers benefits such as real-time data and remote work, it also poses serious safety risks.</p>
<p>One key takeaway is the importance of knowing what assets are on your network. Many OT organizations don’t have a clear picture of what’s connected, often because the security teams don’t actually own the physical equipment. They explained that in OT, the priorities are different: IT cares most about keeping data private, while OT focuses on safety and keeping systems running. That’s why things like immediate patching aren’t always possible — shutting down a system could put people’s lives at risk.</p>
<p>This shift from physical assets to decentralized systems is also redefining the very concept of a network perimeter. In the ‘<a href="https://www.runzero.com/resources/perimeters-and-pathways/">Perimeters and pathways</a>’ session with <a href="https://www.linkedin.com/in/jaredcatkinson/">Jared Atkinson</a> (SpecterOps), <a href="https://www.linkedin.com/in/zakird/">Zakir Durumeric</a> (Censys), and <a href="https://www.linkedin.com/in/hdmoore/">HD Moore</a> (runZero), our experts stressed that the idea of a single, clear network perimeter is outdated, replaced by a satellite model of thousands of cloud accounts, remote control systems, and data-sovereignty-compliant providers. They also pointed out that network infrastructure, like firewalls, VPNs, and LTE modems, is now a top target for initial access, blurring the line between internal and external assets.</p>
<p>They discussed the pathways attackers take once they gain initial access, and how defenders can use solutions to map identity-based attack paths through systems. The conversation also noted that fingerprinting internal TLS services and searching for matching hashes on the public internet reveals hidden connections and misconfigurations, such as management ports exposed to guest wireless networks that completely bypass intended segmentation.</p>
<p>And this is especially risky at ‘<a href="https://www.runzero.com/resources/eol-and-exploitation/">The network edge</a>,’ where old hardware like routers that no longer get updates are easy targets for attackers. During this session, <a href="https://www.linkedin.com/in/kimberduke/">Kimber Duke</a> (VulnCheck) and <a href="https://www.linkedin.com/in/patrickmgarrity/">Patrick Garrity</a> (VulnCheck) discussed the critical intersection of end-of-life (EOL) hardware and this notion of a porous network edge with Tod. </p>
<p>Our experts revealed that edge devices, such as consumer routers and firewalls, are some of the most targeted assets for exploitation. They also talked about the zombie cycle of the internet, where unpatched, unsupported devices remain online indefinitely, creating a massive, static attack surface. Unfortunately, this problem is exacerbated by Internet Service Providers (ISPs) that continue to issue EOL hardware to new customers as well as the lack of consumer awareness regarding router updates. </p>
<p>As the conversation shifted to AI, our experts noted that they’re seeing a mix of valid bugs and ‘AI slop,’ and they anticipate the volume of valid vulnerabilities to increase geometrically over time. </p>
<h2>The AI frontier: Bounties and asymmetric defense</h2>
<p>And speaking of AI (which is nearly impossible to avoid in San Francisco, it turns out), it was also a focus in several sessions, including the discussion Tod had with <a href="https://www.linkedin.com/in/caseyjohnellis/">Casey Ellis</a>&nbsp;(Bugcrowd) about ‘<a href="https://www.runzero.com/resources/bug-bounties-ai/">Bug bounties in the age of AI</a>.’ They talked about how AI is making it easier for both attackers and defenders, but that the primary drivers of security research still depend on human intent and quick decision-making. They also discussed the challenge of the 'defender's dilemma,' where attackers can try new things quickly and with little risk, while defenders must secure entire environments and face severe operational consequences if their automated 'agents' cause a production outage.</p>
<p>As the session continued, Ellis stressed the importance of vulnerability research and the need to standardize disclosure practices, which is why he’s focusing on <a href="http://disclose.io">disclose.io</a> to make vulnerability disclosure and vulnerability report acceptance easier through standardized legal templates and a vendor-neutral database of disclosure policies.</p>
<figure><img src="/uploads/blog/runzero-day/rz-day-bts-5.webp" data-image="324460" width="100%"></figure>
<p>As noted earlier, we weren’t done with AI yet. '<a href="https://www.runzero.com/resources/ai-threat-intelligence/">The infinite eye</a>' segment with <a href="https://www.linkedin.com/in/jcran/">Jonathan Cran</a> (Mallory) and <a href="https://www.linkedin.com/in/hdmoore/">HD Moore</a> (runZero) talked with Tod about how AI-powered threat intelligence is giving defenders a real edge in a noisy security landscape. The conversation highlights a major shift in vulnerability management; defenders are transitioning away from waiting for official CVE numbers to tracking emerging threats through GitHub issues, mailing lists, and security advisories. By being more intentional about embracing the strengths of LLMs to filter out slop and fake exploits, defenders can answer critical questions much faster about their exposure in minutes, often beating CVE assignment and official vulnerability databases to the punch.</p>
<h2>Strengthening the shield: Community and visibility</h2>
<figure><img src="/uploads/blog/runzero-day/rz-day-bts-4.webp" data-image="324453" width="100%"></figure>
<p> In the '<a href="https://www.runzero.com/resources/community-powered-vuln-detection/">Force multiplied</a>' session, <a href="https://www.linkedin.com/in/ehrishirajsharma/">Rishiraj Sharma</a> (ProjectDiscovery) and Tod discussed how the open-source framework <a href="https://projectdiscovery.io/nuclei">Nuclei</a> has revolutionized how security teams validate vulnerabilities. Sharma explained that Nuclei was created to cut through the noise from traditional scanners, which often flag thousands of potentially vulnerable instances based solely on version detection. Instead, Nuclei lets security pros outline the exact steps a person would take to verify  an exploit, making it clear which assets are really at risk and need immediate attention.</p>
<p>Thanks to input from pentesters, bug bounty hunters, and researchers worldwide, Nuclei can now create verified exploit templates in just hours instead of days. Sharma also noted  that ProjectDiscovery’s bug bounty program incentivizes researchers to write new templates and validate existing ones to ensure high quality and reduce false positives.</p>
<h2>A new kind of RSAC experience</h2>
<p>At the end of the day, the best part of runZero Day wasn’t just one session — it was the insights shared and the format. By moving the conversation beyond the Moscone Center, we were able to broaden the audience for the major themes of the cybersecurity industry and RSAC to the world beyond Silicon Valley. </p>
<p>In the end, we hope you dip into the recorded stream, and if you just can’t get enough, you should definitely  join the next runZero Hour, where Tod and Rob will chat it up with Caroline Wong, author of The AI Cybersecurity Handbook. They’ll talk more about the ups and downs of our machine-brained tooling in our day-to-day practice of cybersecurity.</p>]]>
            </content>
        </entry>
            
        
        
        
        
        <entry>
            <id>https://www.runzero.com/blog/security-update-april-2026/</id>
            <title>runZero security update and new CVE releases</title>
            <published>2026-04-07T09:00:00-04:00</published>
            <updated>2026-04-07T09:00:00-04:00</updated>
            <link rel="alternate" type="text/html" href="https://www.runzero.com/blog/security-update-april-2026/" />
            <summary type="html">Security update for the runZero Platform, including CVEs and CVSS scores. No action is required for SaaS or version 4.0.26021.0+ (Feb 10, 2026) users.</summary>
                            <author>
                    <name>todb</name>
                </author>
                        <content type="html">
                <![CDATA[<p dir="ltr">Today, we're happy to announce that we've started to allocate CVEs for runZero security updates. If you've applied any update since February 10, 2026 (<a href="https://help.runzero.com/docs/release-notes/#402602100">version 4.0.26021.0</a>), or are using our SaaS (which is most of our customers) there's no action for you to take. runZero consistently publishes security updates as they are fixed, and notes these fixes in the release notes, and we’re now allocating CVEs, starting with a recent batch that came from our last external audit. If you’re interested in the whys and wherefores of CVE allocations, read on!</p>
<p dir="ltr">First off, I’m glad to get these CVE out the door, which may sound a little strange. After all, nobody’s happy when their product ships with vulnerabilities. But, this does give me, incorrigible vulnerability-gazer <a href="https://www.runzero.com/authors/tod-beardsley/">todb</a>, a reason to tout runZero’s overarching commitment to transparently communicate with our customers, users, and fans about the occasional bug that we happen to write, then find, and then fix. Best of all, there’s no reason to believe any of these were exploited in the wild (and we did check; if we ever find indicators of compromise, the affected customers would be the first to know). </p>
<p dir="ltr">In our role as a designated CVE Numbering Authority (or <a href="https://www.cve.org/PartnerInformation/ListofPartners/partner/runZero">CNA</a>), we are now expected to voluntarily (and, dare I say, enthusiastically), publish CVE records noting vulnerabilities that affect our own software. This first batch covers several months of bug-writing, concluding with CVE identifiers for an even dozen vulnerabilities. While most of them are pretty boring (everything in the set requires you to already be at least an authorized runZero user, and most are in the CVSS 5.8 Medium range) we’re committed to showing some uncomfortable proof that we actually do practice what we preach when it comes to security audits. We take our compliance requirements quite seriously, and we are going beyond an auditor’s checkbox when it comes to rolling out fixes before anything actually bad happens.</p>
<p dir="ltr">Going forward, we’re targeting the first Tuesday of every month for these CVE rollups, in order to give our customers and users a chance to apply fixes as we release them. To be clear, I expect there will be first-Tuesdays that go by with nary a bug to document. You'll notice that our most recent security issue was back in February, and I'm writing this in April, so you can expect to see a monthly report when there's something to share.</p>
<p dir="ltr">I’d also like to note that runZero has spent its entire corporate life offering security fixes as regular point releases, and we don’t expect to change that cadence now we’re a CNA. Instead, we’re offering our customers the best of both worlds: rapid fixes for security issues (no matter how minor they seem), and follow up documentation for the folks who continue to rely on the CVE ecosystem for alerting. This works for us because the runZero Platform is, at heart, a SaaS offering, which means that most of our users get these fixes without any heavy lifting or other action on their part. However, we’re also used in high security environments that require an on-prem, air-gapped installation. Ironically, this means that those high-security customers may miss out on security fixes for a while, so we’re hopeful that publishing these CVEs might nudge them along to getting not just security fixes, but all of our sweet new features and refinements that they miss out on with a slower-than-instant update cycle.</p>
<p dir="ltr">Of course, in the unlikely event that things go really off the rails and someone else discovers and publishes a vulnerability of ours before we do ourselves, we’ll be first on the scene with a fix and a CVE in hand.</p>
<p dir="ltr">So, nobody likes shipping vulns, but the least we can do is be clear about our vulnerabilities when we find and fix them, both practically in release notes, and logistically for the global CVE community. Everybody writes bugs, but not everyone is on board with owning them, and that’s why I’m (weirdly) pleased to announce our twelve newly minted CVEs. For more details, swing by <a href="https://www.runzero.com/advisories/" target="_blank">runZero’s Security Advisories page</a>, or just look these up directly with your favorite CVE client.</p>
<h2 dir="ltr">CVEs for April, 2026</h2>
<p dir="ltr">The below are ordered by CVSS general ratings (High to Low, there were no Criticals). All runZero Platform hosted customers have already been fixed, while on-prem customers will need to update to the latest version.</p>
<h3>High</h3>
<ul><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5373" target="_blank">CVE-2026-5373</a>: runZero Platform superuser privilege escalation, CVSS 8.1 (High)</li></ul>
<h3>Medium</h3>
<ul><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5372" target="_blank">CVE-2026-5372</a>: runZero Platform SQL injection in saved queries, CVSS 6.4 (Medium)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5376" target="_blank">CVE-2026-5376</a>: runZero Platform session timeout failure, CVSS 5.9 (Medium)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5374" target="_blank">CVE-2026-5374</a>: runZero Platform MCP information leak, CVSS 5.8 (Medium)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5378" target="_blank">CVE-2026-5378</a>: runZero Platform user creation leak, CVSS 5.8 (Medium)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5384" target="_blank">CVE-2026-5384</a>: runZero Platform incorrect credential scope, CVSS 5.8 (Medium)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5380" target="_blank">CVE-2026-5380</a>: runZero Platform clear-text secret exposure, CVSS 5.3 (Medium)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5383" target="_blank">CVE-2026-5383</a>: runZero Explorer missing authorization check (CVSS 4.4 (Medium)</li></ul>
<h3>Low</h3>
<ul><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5379" target="_blank">CVE-2026-5379</a>: runZero Platform MCP certification information leak, CVSS 3.0 (Low)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5382" target="_blank">CVE-2026-5382</a>: runZero Platform MCP endpoint information leak, CVSS 3.0 (Low)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5375" target="_blank">CVE-2026-5375</a>: runZero Platform API credential information leak, CVSS 2.7 (Low)</li><li><a href="https://www.cve.org/cverecord?id=CVE-2026-5381" target="_blank">CVE-2026-5381</a>: runZero Platform task information leak, CVSS 2.2 (Low)</li></ul>]]>
            </content>
        </entry>
    </feed>
