cve/2024/CVE-2024-11824.md
2025-09-29 16:08:36 +00:00

1.0 KiB

CVE-2024-11824

Description

A stored cross-site scripting (XSS) vulnerability exists in langgenius/dify version latest, specifically in the chat log functionality. The vulnerability arises because certain HTML tags like and

are not disallowed, allowing an attacker to inject malicious HTML into the log via prompts. When an admin views the log containing the malicious HTML, the attacker could steal the admin's credentials or sensitive information. This issue is fixed in version 0.12.1.

POC

Reference

No PoCs from references.

Github