| 제목 | 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) |
|---|
| 제출 | 2026. 04. 19. AM 10:13 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 05. 05. PM 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 |
|---|