CVE-2026-24489
Last modified
CVE-2026-24489 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.36% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-24489?
How severe is CVE-2026-24489?
How do I fix CVE-2026-24489?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-24481ImageMagick is free and open-source software used for editin…7.5
- CVE-2026-24484ImageMagick is free and open-source software used for editin…5.3
- CVE-2026-24485ImageMagick is free and open-source software used for editin…7.5
- CVE-2026-24486Python-Multipart is a streaming multipart parser for Python.…7.5
- CVE-2026-24487OpenEMR is a free and open source electronic health records …6.5
- CVE-2026-24488OpenEMR is a free and open source electronic health records …6.5
- CVE-2026-2449Improper neutralization of argument delimiters in a command …9
- CVE-2026-24490MobSF is a mobile application security testing tool used. Pr…4.8
- CVE-2026-24491FreeRDP is a free implementation of the Remote Desktop Proto…7.5
- CVE-2026-24494SQL Injection vulnerability in the /api/integrations/getinte…9.8
- CVE-2026-24497Stack-based Buffer Overflow vulnerability in SimTech Systems…9.8
- CVE-2026-24498Exposure of Sensitive Information to an Unauthorized Actor v…7.5
Are you affected by CVE-2026-24489?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
