# Citrix Patches Six NetScaler Vulnerabilities Including HTTP/2 Bomb DoS Attack


Citrix has released emergency patches for NetScaler ADC and NetScaler Gateway addressing six security vulnerabilities, including a newly identified HTTP/2 Bomb denial-of-service attack and a high-severity memory disclosure bug linked to the ongoing CitrixBleed family of defects. The updates, released July 1, 2026, require immediate attention from organizations operating Citrix infrastructure, particularly those using NetScaler for identity federation or gateway functions.


## The Threat


Citrix NetScaler appliances sit at a critical juncture in enterprise networks—handling authentication, traffic routing, and access control for millions of users worldwide. The latest vulnerability disclosure reveals six distinct attack vectors, with particular concern centered on CVE-2026-8451, a high-severity out-of-bounds read flaw that allows attackers to leak sensitive data from device memory.


CVE-2026-8451 specifically impacts NetScaler's XML parser, which fails to properly validate boundaries when reading XML attribute values. An attacker can craft a malicious SAML authentication request that causes the parser to read beyond allocated memory regions, returning restricted data in HTTP responses. In the hands of a sophisticated adversary, this memory disclosure can expose pointers and cryptographic material that, when combined with memory corruption vulnerabilities, could escalate to complete device compromise. WatchTowr, an attack surface management firm, flagged this as the latest iteration in the persistent CitrixBleed vulnerability series—a pattern suggesting systemic issues in how Citrix handles memory safety in its XML parsing code.


Separately, the HTTP/2 Bomb vulnerability (CVE-2026-49975, with NetScaler-specific tracking as CVE-2026-13474) represents a novel denial-of-service technique discovered through OpenAI's Codex AI system. The attack combines previously known HTTP/2 manipulation techniques into an effective offline vector, allowing attackers to crash web services handling improperly configured HTTP/2 streams. While this particular CVE affects Apache HTTP Server broadly, Citrix has assigned its own identifier to reflect the NetScaler-specific impact and patching requirements.


## Severity and Impact


| Vulnerability | CVE ID | CVSS Score | Vector | Attack Complexity | Authentication | Impact |

|---|---|---|---|---|---|---|

| XML Parser Out-of-Bounds Read (CitrixBleed variant) | CVE-2026-8451 | 8.8 | Network, Adjacent | Low | Required (SAML) | Memory Disclosure, Potential RCE |

| Memory Overflow | CVE-2026-8452 | High | Network | Low | Configuration-dependent | Denial of Service, Code Execution |

| Arbitrary File Read | CVE-2026-8655 | High | Network | Low | Configuration-dependent | Information Disclosure |

| Out-of-Bounds Read | CVE-2026-10816 | Medium | Network | Low | Configuration-dependent | Information Disclosure |

| HTTP/2 Bomb DoS | CVE-2026-13474 | Medium | Network | Low | None | Denial of Service |

| Additional DoS Vector | CVE-2026-49975 | Medium | Network | Low | None | Denial of Service |


## Affected Products


NetScaler ADC:

  • Versions prior to 14.1-72.61
  • Versions prior to 13.1-63.18
  • FIPS-certified versions prior to 14.1-72.61 FIPS
  • NDcPP variant prior to 13.1-37.272

  • NetScaler Gateway:

  • Versions prior to 14.1-72.61
  • Versions prior to 13.1-63.18

  • Citrix Secure Private Access Hybrid (with NetScaler backend):

  • Any deployment using vulnerable NetScaler versions

  • Note: Citrix emphasizes that each vulnerability has configuration-specific preconditions. Organizations should evaluate whether their deployments have vulnerable features enabled (e.g., SAML IDP, XML parsing, HTTP/2 stream handling).


    ## Mitigations


    Immediate Actions:


    1. Apply Patches: Deploy the latest NetScaler ADC/Gateway versions immediately:

    - Production systems: Update to 14.1-72.61 or 13.1-63.18

    - FIPS systems: Update to 14.1-72.61 FIPS or 13.1-37.272

    - Schedule patching within 48 hours if possible, given the severity of CVE-2026-8451


    2. Assess Configuration Risk: Inventory your NetScaler deployments and identify which features are in use:

    - SAML IDP configuration (increases CVE-2026-8451 risk)

    - HTTP/2 stream handling

    - XML-based authentication protocols

    - Environments with these features enabled should be prioritized for patching


    3. Temporary Mitigations (if patching is delayed):

    - Disable SAML IDP functionality on affected NetScaler instances until patched

    - Implement IP-based access controls on management interfaces

    - Monitor for exploitation attempts targeting XML parsing (check for unusual memory read patterns in logs)

    - Rate-limit HTTP/2 connections to reduce DoS attack surface


    4. Network Segmentation: If immediate patching is impossible, restrict network access to NetScaler appliances to known administrative ranges and trusted client networks.


    5. Monitoring: Enable verbose logging on NetScaler appliances and monitor for:

    - SAML authentication failures or malformed requests

    - HTTP/2 stream errors

    - Unusual outbound connections from NetScaler appliances


    ## References


  • Citrix Security Advisory: Citrix NetScaler ADC and NetScaler Gateway Security Updates (July 1, 2026)
  • CVSS Vector Details: NVD entries for CVE-2026-8451, CVE-2026-8452, CVE-2026-8655, CVE-2026-10816
  • WatchTowr Analysis: CitrixBleed series vulnerability tracking and exploitation patterns
  • HTTP/2 Bomb Research: CVE-2026-49975 technical details and proof-of-concept documentation

  • ---


    ## HackWire Analysis


    What makes this patch cycle particularly concerning is the repetition: CVE-2026-8451 represents yet another entry in the CitrixBleed vulnerability family, suggesting that Citrix's secure coding practices haven't fundamentally shifted despite months of high-profile memory safety incidents. The XML parser bug follows a predictable pattern—boundary checking failures in trusted code paths—that should have triggered a security-focused code audit across the entire product line by now.


    The HTTP/2 Bomb discovery via OpenAI's Codex is worth noting as a meta-vulnerability trend: AI-assisted vulnerability discovery is accelerating, and defenders need to assume that novel attack combinations will be found and weaponized faster than traditional research cycles. Citrix's decision to issue a separate NetScaler-specific CVE (CVE-2026-13474) for what is fundamentally a known HTTP/2 weakness suggests they're seeing real-world exploitation pressure.


    The most critical detail many organizations will miss: exploitation of CVE-2026-8451 requires SAML IDP to be enabled. This configuration detail creates a false sense of security for deployments that use NetScaler purely as a load balancer or VPN gateway. However, the rising use of Citrix for identity federation in hybrid cloud environments means a significant chunk of enterprise deployments *are* vulnerable. Additionally, the memory disclosure can leak pointers that defeat ASLR, potentially cascading into RCE when combined with other flaws.


    Organizations need to move beyond reactive patching. NetScaler is too critical to patch on a standard quarterly cycle. Citrix customers should advocate internally for a 72-hour maximum patch window on high-severity Citrix vulnerabilities, given the historical frequency of these flaws and their position at the network perimeter.


    — HackWire Editorial


    ## Related Coverage


  • Read more in our [Vulnerabilities](https://www.hackwire.news/category/vulnerabilities) coverage
  • Cross-reference with [Breaches](https://www.hackwire.news/category/breaches) and [Malware](https://www.hackwire.news/category/malware)
  • Stay current via the [HackWire homepage](https://www.hackwire.news/)