Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
New cPanel & WHM Flaws Allow Code Execution Enable Attacks
May 10, 2026
TCLBANKER Malware Spreads Via WhatsApp Targets Users
May 9, 2026
NVIDIA Data Breach Exposes GeForce Users Reportedly Personal
May 9, 2026
Home/CyberSecurity News/Gakido CRLF Injection Lets Attackers Bypass Vulnerability Security
CyberSecurity News

Gakido CRLF Injection Lets Attackers Bypass Vulnerability Security

Attackers can inject arbitrary HTTP headers into Gakido, an HTTP client library by HappyHackingSpace, due to a critical CRLF (Carriage Return Line Feed) injection vulnerability. Tracked as...

David kimber
David kimber
February 2, 2026 2 Min Read
2 0

Attackers can inject arbitrary HTTP headers into Gakido, an HTTP client library by HappyHackingSpace, due to a critical CRLF (Carriage Return Line Feed) injection vulnerability.

Tracked as CVE-2026-24489 under advisory RO-26-005, the vulnerability affects all versions before 0.1.1-1bc6019 and has a medium severity rating.

The flaw enables attackers to bypass server-side security controls, poison caches, and manipulate HTTP responses through crafted header injection attacks.

The vulnerability exists in Gakido’s header processing logic, specifically in the canonicalize_headers() function in gakido/headers.py.

When an application passes user-controlled header values containing CRLF sequences (rn), line feed characters (n), or null bytes (x00) to Gakido’s request methods, these characters are not properly sanitized before being transmitted in HTTP requests.

This insufficient input validation allows attackers to inject arbitrary HTTP headers into legitimate requests, fundamentally compromising the integrity of HTTP communications.

An attacker exploiting this vulnerability can execute multiple attack vectors with significant business impact.

By injecting malicious headers, an attacker can add unauthorized headers to requests, manipulate HTTP responses via header injection in proxy configurations, and poison intermediate caches by injecting cache-control-related headers.

Additionally, attackers can exploit session fixation by injecting session-related headers to bypass server-side security controls designed to protect resources.

The vulnerability proves particularly dangerous in scenarios where applications accept user input for HTTP headers without proper validation. The proof of concept demonstrates the simplicity of exploitation.


# Before fix: X-Injected header would be sent as a separate header
c = Client(impersonate="chrome_120")
r = c.get("https://httpbin.org/headers", headers={
    "User-Agent": "testrnX-Injected: pwned"
})

By instantiating a Gakido client with impersonation enabled and passing a User-Agent header containing CRLF sequences followed by a malicious X-Injected header.

Attackers can successfully inject unauthorized headers into HTTP requests sent through the library.

Vulnerability Summary

The discovery was reported on January 25, 2026, and publicly disclosed on January 27, 2026, leaving the development team minimal time to prepare before public awareness.

The security team promptly released patch version 0.1.1-1bc6019, available through the project’s GitHub repository.

Users of Gakido must immediately upgrade to the patched version to mitigate the risk of header injection attacks.

According to Rosecurify advisory, organizations utilizing Gakido in production environments should prioritize this update, particularly those handling sensitive HTTP communications or applications that accept user-supplied header values.

The vulnerability underscores the critical importance of input sanitization in HTTP client libraries. It highlights why security researchers should exercise caution when working with external libraries handling network communication primitives.

Additional technical details and the complete fix implementation are available through the official GitHub advisory (GHSA-gcgx-chcp-hxp9) and the corresponding commit (369c67e) in the repository.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitPatchSecurityVulnerability

Share Article

David kimber

David kimber

David is a penetration tester turned security journalist with expertise in mobile security, IoT vulnerabilities, and exploit development. As an OSCP-certified security professional, David brings hands-on technical experience to his reporting on vulnerabilities and security research. His articles often feature detailed technical analysis of exploits and provide actionable defense recommendations. David maintains an active presence in the security research community and has contributed to multiple open-source security tools.

Previous Post

Hackers Attack MongoDB: Delete Databases, Demand Ransom Note

Next Post

ShadowHS: Stealthy Fileless Linux Malware Auto- Emphasizes Automated

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Hackers Deploy Modular RAT for Credential Theft With Screenshot
May 8, 2026
PamDOORa Backdoor Attacks Linux, Attacking Systems
May 8, 2026
Škoda Online Shop Security Incident Exposes Customers Data
May 8, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Sarah simpson
Sarah simpson
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Detects Critical MongoDB CVE-

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us