Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-24489
January 27, 2026
Gakido is a Python HTTP client focused on browser impersonation and anti-bot evasion. A vulnerability was discovered in Gakido prior to version 0.1.1 that allowed HTTP header injection through CRLF (Carriage Return Line Feed) sequences in user-supplied header values and names. When making HTTP requests with user-controlled header values containing "\r\n" (CRLF), "\n" (LF), or "\x00" (null byte) characters, an attacker could inject arbitrary HTTP headers into the request. The fix in version 0.1.1 adds a "_sanitize_header()" function that strips "\r", "\n", and "\x00" characters from both header names and values before they are included in HTTP requests.
Affected Packages
https://github.com/HappyHackingSpace/gakido.git (GITHUB):
Affected version(s) >=v0.1.0-b34c0e5 <v0.1.0-369c67e
Fix Suggestion:
Update to version v0.1.0-369c67e
gakido (PYTHON):
Affected version(s) =0.1.0 <0.1.1
Fix Suggestion:
Update to version 0.1.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
Improper Neutralization of CRLF Sequences ('CRLF Injection')
EPSS
Base Score:
0.02