CVE-2026-41258
KrytyczneStreszczenie
W OpenMRS, od wersji 2.7.0 do przed 2.7.9 oraz 2.8.6, metoda ConceptReferenceRangeUtility.evaluateCriteria() ocenia kryteria przechowywane w bazie danych jako szablony Apache Velocity bez odpowiedniej konfiguracji sandbox. To umożliwia nieograniczone odbicie Java przez wyrażenia szablonów.
Ocena ryzyka
Użytkownik z uprawnieniami do zarządzania pojęciami może przechować złośliwe wyrażenie szablonu Velocity, które zostanie automatycznie wykonane podczas walidacji obserwacji. To stwarza poważne ryzyko dla bezpieczeństwa danych pacjentów.
Rekomendacja
Zaleca się aktualizację OpenMRS do wersji 2.7.9 lub 2.8.6, aby usunąć tę podatność.
Oryginalny opis (angielski, źródło NVD)
OpenMRS is an open source electronic medical record system platform. From 2.7.0 to before 2.7.9 and 2.8.6, the ConceptReferenceRangeUtility.evaluateCriteria() method in OpenMRS Core evaluates database-stored criteria strings as Apache Velocity templates without any sandbox configuration. The VelocityEngine is initialized with only logging properties and noSecureUberspector, leaving the default UberspectImpl in place, which allows unrestricted Java reflection through template expressions. A user with the Manage Concepts privilege can store a malicious Velocity template expression in a concept's reference range criteria field. This payload is then executed automatically whenever a user or API call validates an observation against the affected concept. The Velocity context exposes $patient (the Person / Patient object), $obs (the Obs object), and $fn (the ConceptReferenceRangeUtility instance with access to the full OpenMRS service layer). This vulnerability is fixed in 2.7.9 and 2.8.6.

