S4E just found a high top 10 tcp port service scan
medium·Product Based Web Vulnerabilities·Updated Jan 28, 2025

CVE-2024-10908 Scanner

CVE-2024-10908 Scanner - Open Redirect vulnerability in FastChat

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsurl
CostFree
3.3k
Times Used
continuous scan runs
3.4k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2024-10908
6.1
CVSSmedium
Exploitable remotely over the internet · no authentication required · user interaction needed.

An open redirect vulnerability in lm-sys/fastchat Release v0.2.36 allows a remote unauthenticated attacker to redirect users to arbitrary websites via a specially crafted URL. This can be exploited for phishing attacks, malware distribution, and credential theft.

Attack Vector
Network
Privileges Req.
None
User Interaction
Required
Affected
lm-sys/fastchatby lm-sys
unspecified
Updated Aug 22, 2026View on NVD →
Detail

FastChat is an open-source chatbot framework widely used in building conversational AI applications. It is commonly utilized by developers and businesses for creating custom chatbots, virtual assistants, and AI-driven customer service solutions. Designed for scalability and customization, FastChat allows users to implement advanced conversational models efficiently. Its ease of deployment and flexibility make it a popular choice for integrating AI into communication platforms.

The vulnerability detected in FastChat version 0.2.36 is an Open Redirect issue. Open Redirect vulnerabilities occur when an application incorrectly processes user-supplied input, allowing attackers to redirect users to arbitrary URLs. This vulnerability can lead to users being unknowingly redirected to malicious websites, potentially exposing them to phishing attacks or malware. Ensuring the integrity of redirection mechanisms is critical to maintaining user trust and security.

This specific vulnerability is triggered by improper handling of URL parameters in FastChat. When a crafted request is sent to a vulnerable endpoint, the application processes the URL parameter without validation, allowing the redirection to external malicious domains. The vulnerable parameter in the application is "file" under the path "{{BaseURL}}/file=". An attacker can exploit this issue by appending a malicious URL to the parameter, causing unsuspecting users to be redirected.

If exploited, this vulnerability could lead to several adverse effects, including exposing users to phishing websites, malware downloads, or other malicious activities. It could also harm the reputation of the affected system by associating it with insecure practices. The impact on user trust and potential data theft further amplifies the need for mitigation.

REFERENCES

Solution Advice
  • Validate and sanitize user-supplied input for URL parameters to prevent malicious redirection.
  • Implement a whitelist of trusted domains for redirection.
  • Update FastChat to the latest version with a patch for this vulnerability.
  • Enable server-side checks to reject untrusted or malformed URLs.
  • Conduct regular security audits and penetration testing to identify similar vulnerabilities.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2024-10908 Scanner - Open Redirect vulnerability in FastChat S4E