CVE-2025-66908
Last modified
CVE-2025-66908 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Turms-Im | Turms | 0.10.0-snapshot |
References
- https://github.com/Xzzz111/public_cve_report/blob/main/CVE-2025-66908_report.mdExploit, Third Party Advisory
- https://github.com/Xzzz111/public_cve_report/blob/main/CVE-2025-66908_report.mdExploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-66908?
How severe is CVE-2025-66908?
How do I fix CVE-2025-66908?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-66880Cross Site Scripting vulnerability in Wethink Technology Inc…6.1
- CVE-2025-6689The FL3R Accessibility Suite plugin for WordPress is vulnera…5.4
- CVE-2025-6690The WP Tournament Registration plugin for WordPress is vulne…6.4
- CVE-2025-66902An input validation issue in in Pithikos websocket-server v.…7.5
- CVE-2025-66905The Takes web framework's TkFiles take thru 2.0-SNAPSHOT fai…7.5
- CVE-2025-66906Cross Site Request Forgery (CSRF) vulnerability in Turms Adm…6.1
- CVE-2025-66909Turms AI-Serving module v0.10.0-SNAPSHOT and earlier contain…7.5
- CVE-2025-6691The SureForms – Drag and Drop Form Builder for WordPress plu…8.1
- CVE-2025-66910Turms Server v0.10.0-SNAPSHOT and earlier contains a plainte…6
- CVE-2025-66911Turms IM Server v0.10.0-SNAPSHOT and earlier contains a brok…6.5
- CVE-2025-66913JimuReport thru version 2.1.3 is vulnerable to remote code e…9.8
- CVE-2025-66916The snailjob component in RuoYi-Vue-Plus versions 5.5.1 and …9.4
Are you affected by CVE-2025-66908?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
