VYPR
Medium severity5.3OSV Advisory· Published Dec 19, 2025· Updated Jun 17, 2026

CVE-2025-66908

CVE-2025-66908

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 "image/*" or using an image file extension. This bypass enables potential server-side code execution, stored XSS, or information disclosure depending on how uploaded files are processed and served.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

3
  • Turms Im/TurmsOSV3 versions
    v0.10.0-SNAPSHOT+ 2 more
    • (no CPE)range: v0.10.0-SNAPSHOT
    • cpe:2.3:a:turms-im:turms:0.10.0-snapshot:*:*:*:*:*:*:*
    • (no CPE)range: <=v0.10.0-SNAPSHOT

Patches

Vulnerability mechanics

References

2

News mentions

0

No linked articles in our index yet.