Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-25175 — Proof-of-concept exploit for CVE-2024-25175: reflected XSS via HTTP response splitting in Kickidler Server before 1.107.0, with CVSS 6.1 and reproduction steps. | Kitploit
Tools/GitHubGitHub/jet-pentest/cve-2024-25175
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubjet-pentest/cve-2024-25175

CVE-2024-25175

Proof-of-concept exploit for CVE-2024-25175: reflected XSS via HTTP response splitting in Kickidler Server before 1.107.0, with CVSS 6.1 and reproduction steps.

View Repository
22 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-25175

Reflected XSS via HTTP Response Splitting

Description: Exploitation of this vulnerability can lead to the execution of JavaScript code in the victim's browser (Cross-Site Scripting) when following a specially crafted link. The vulnerability arises because The web server does not correctly process line breaks (\r\n or CR\LF, in urlencode it is %0d%0a).

Impact: Reflected XSS

CVSSv3.1 vector: AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N (6.1)

CWE: CWE-20: Improper Input Validation

Affected Component: GET parameter kickidler_authentication_token

Vendor: Kickidler: Employee Monitoring Software

Affected Product

  • Kickdler Server before version 1.107.0

Steps to reproduce:

root@kitploit:~
http://[IP_kickdler_server]:8123/?kickidler_authentication_token=test%0d%0a%0d%0a%3Cscript%3Ealert(document.domain)%3C/script%3E

Request in Burp Suite Result

Discoverer

  • Alexander Starikov (Jet Infosystems, https://jet.su)

References

  • https://nvd.nist.gov/vuln/detail/CVE-2024-25175
Download Tool