| Название | chatchat-space Langchain-Chatchat 0.3.1.3 Weak Hash / CWE-328 |
|---|
| Описание | A vulnerability was found in chatchat-space Langchain-Chatchat 0.3.1.3. Affected by this vulnerability is an unknown functionality of the file libs/chatchat-server/chatchat/webui_pages/dialogue/dialogue.py (line 278) of the component Vision Chat Paste Image Handler. The manipulation of the argument paste_image.image_data leads to a weak hash vulnerability. PIL.Image.tobytes() serializes only the raw pixel index array of P-mode images, discarding palette metadata (PLTE chunk). An attacker can craft two visually distinct PNG images sharing identical tobytes() output via different palette definitions, causing hashlib.md5(image.tobytes()).hexdigest() to produce the same filename for both images. The attack may be initiated remotely with low privileges in a multi-tenant deployment. The exploit has been disclosed to the public. It is recommended to replace tobytes() with the complete serialized PNG byte stream via image.save(buf, format="png") and upgrade the hash algorithm to SHA-256. |
|---|
| Источник | ⚠️ https://github.com/chatchat-space/Langchain-Chatchat/issues/5462 |
|---|
| Пользователь | Dem00 (UID 84913) |
|---|
| Представление | 19.04.2026 10:13 (2 месяцы назад) |
|---|
| Модерация | 05.05.2026 12:21 (16 days later) |
|---|
| Статус | принято |
|---|
| Запись VulDB | 361124 [chatchat-space Langchain-Chatchat до 0.3.1.3 Vision Chat Paste Image dialogue.py PIL.Image.tobytes paste_image.image_data слабое шифрование] |
|---|
| Баллы | 20 |
|---|