This flaw affects NetScaler ADC and NetScaler Gateway devices configured as Gateway (VPN virtual server, ICA Proxy, CVPN, RDP Proxy) or AAA virtual servers. Impacted versions include:
The vulnerability is a pre-authentication memory disclosure issue, reminiscent of the infamous CitrixBleed (CVE-2023-4966), and carries a CVSS score of 9.3, reflecting its severity.
While Citrix initially claimed no evidence of exploitation, independent security firms have reported active abuse in the wild.
CVE-2025-5777 arises from insufficient input validation in the HTTP POST handler for authentication endpoints.
When an attacker submits a malformed login request—specifically, omitting the value or equals sign in the login parameter—the backend C code fails to initialize the corresponding variable.
As a result, the server responds with up to 127 bytes of uninitialized stack memory within an XML tag such as <InitialValue>, potentially leaking session tokens or credentials.
Example Exploit Request:
textPOST /p/u/doAuthentication.do HTTP/1.1
Host: <target>
Content-Type: application/x-www-form-urlencoded
Content-Length: 13
login&passwd=
This malformed request triggers the leak, as the backend code (using snprintf with %.*s) copies whatever is present in memory into the response.
Attackers can automate repeated requests to harvest sensitive data, including administrator session tokens (nsroot), which can be replayed to hijack sessions and bypass multi-factor authentication.
Indicators of Compromise (IoCs):
ns.log)Sample Log Entry:
textJul 7 08:04:33 <local0.info> TARGET_GATEWAY_IP ... User test_user - Client_ip USER_IP_1 ...
Jul 7 08:04:40 <local0.info> TARGET_GATEWAY_IP ... User test_user - Client_ip USER_IP_2 ...
Mitigation Steps:
show sessions)CVE-2025-5777 represents a severe risk to organizations relying on Citrix NetScaler for remote access. The ease of exploitation and potential for credential theft and session hijacking make rapid patching and vigilant monitoring essential for defenders.
Find this Story Interesting! Follow us on Google News, LinkedIn, and X to Get More Instant updates
The post Proof-of-Concept for CitrixBleed2 Leak Released — 127 Bytes of Data Exfiltration Possible Per Request appeared first on Cyber Security News.
An accessible, touch-enabled, user-friendly image lightbox component written in plain JavaScript. Features: Zoom in/out images…
Civic engagement was on full display in West Rockhill Township on April 15 when about 150…
CULLMAN, Ala. – Cullman High School Theatre will present “Les Misérables: School Edition” Monday-Tuesday, April…
A confirmed bug in Microsoft Teams desktop client version 26072.519.4556.7438 is disabling the right-click paste…
Today's links Georgia's voting technology blunder: It's possible for Dominion machines to suck, but not…
The proof of concept worked. The demo was impressive. Leadership approved the budget. Six months…
This website uses cookies.