CVE-2024-6673: CSRF Vulnerability in parisneo/lollms-webui
A Cross-Site Request Forgery (CSRF) vulnerability exists in the installcomfyui endpoint of the lollmscomfyui.py file in the parisneo/lollms-webui repository, versions v9.9 to the latest. The endpoint uses the GET method without requiring a client ID, allowing an attacker to trick a victim into installing ComfyUI. If the victim's device does not have sufficient capacity, this can result in a crash.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-6673?
CVE-2024-6673 is classified as a critical vulnerability due to its nature as a Cross-Site Request Forgery (CSRF), which can lead to unauthorized actions being performed on behalf of users.
How do I fix CVE-2024-6673?
To fix CVE-2024-6673, update to a version of the lollms_web_ui that addresses the vulnerability, and ensure that the install_comfyui endpoint requires proper authentication and uses the POST method.
What versions of lollms_web_ui are affected by CVE-2024-6673?
CVE-2024-6673 affects versions v9.9 to the latest of the lollms_web_ui.
What is the impact of exploiting CVE-2024-6673?
Exploiting CVE-2024-6673 allows attackers to perform unauthorized actions by crafting malicious requests without needing user credentials.
Is CVE-2024-6673 specific to any endpoint?
Yes, CVE-2024-6673 specifically affects the install_comfyui endpoint in the lollms_web_ui.