CVE-2025-66908 - Turms AI-Serving Improper File Type Validation Remote Code Execution/Arbitrary F...
CVE ID : CVE-2025-66908 Published : Dec. 19, 2025, 3:15 p.m. | 1 hour, 4 minutes ago Description : Turms AI-Serving module v0.10.0-SNAPSHOT and earlier contains an improper file type validation vulnerability in the OCR image upload functionality. The OcrController in turms-ai-serving/src/main/java/im/turms/ai/domain/ocr/controller/OcrController.java uses the @FormData(contentType = MediaTypeConst.IMAGE) annotation to restrict uploads to image files, but this constraint is not properly enforced. The system relies solely on client-provided Content-Type headers and file extensions without validating actual file content using magic bytes (file signatures). An attacker can upload arbitrary file types including executables, scripts, HTML, or web shells by setting the Content-Type header to
Source: Telegram CVE Monitor