Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-w48j-pp7j-fj55

Опубликовано: 28 авг. 2025
Источник: github
Github: Прошло ревью
CVSS3: 9.1

Описание

Valtimo scripting engine can be used to gain access to sensitive data or resources

Impact

Any admin that can create or modify and execute process-definitions could gain access to sensitive data or resources.

This includes but is not limited to:

  • Running executables on the application host
  • Inspecting and extracting data from the host environment or application properties
  • Spring beans (application context, database pooling)

Attack requirements

The following conditions have to be met in order to perform this attack:

  • The user must be logged in
  • The user must have the admin role (ROLE_ADMIN), which is required to change process definitions
  • The user must have some knowledge about running scripts via a the Camunda/Operator engine

Patches

Version 12.16.0 and 13.1.2 have been patched. It is strongly advised to upgrade.

Workarounds

If no scripting is needed in any of the processes, it could be possible to disable it altogether via the ProcessEngineConfiguration:

@Component class NoScriptEnginePlugin : ProcessEnginePlugin { override fun preInit(processEngineConfiguration: ProcessEngineConfigurationImpl) {} override fun postInit(processEngineConfiguration: ProcessEngineConfigurationImpl) { processEngineConfiguration.scriptEngineResolver = null } override fun postProcessEngineBuild(processEngine: ProcessEngine) {} }

Warning: this workaround could lead to unexpected side-effects. Please test thoroughly.

References

Пакеты

Наименование

com.ritense.valtimo:core

maven
Затронутые версииВерсия исправления

< 12.16.0.RELEASE

12.16.0.RELEASE

Наименование

com.ritense.valtimo:core

maven
Затронутые версииВерсия исправления

>= 13.0.0.RELEASE, < 13.1.2.RELEASE

13.1.2.RELEASE

EPSS

Процентиль: 13%
0.00043
Низкий

9.1 Critical

CVSS3

Дефекты

CWE-200
CWE-78

Связанные уязвимости

CVSS3: 9.1
nvd
5 месяцев назад

Valtimo is a platform for Business Process Automation. In versions before 12.16.0.RELEASE, and from 13.0.0.RELEASE to before 13.1.2.RELEASE, any admin that can create or modify and execute process-definitions could gain access to sensitive data or resources. This includes but is not limited to: running executables on the application host, inspecting and extracting data from the host environment or application properties, spring beans (application context, database pooling). The following conditions have to be met in order to perform this attack: the user must be logged in, have the admin role, and must have some knowledge about running scripts via a the Camunda/Operator engine. Version 12.16.0 and 13.1.2 have been patched. It is strongly advised to upgrade. If no scripting is needed in any of the processes, it could be possible to disable it altogether via the ProcessEngineConfiguration. However, this workaround could lead to unexpected side-effects.

EPSS

Процентиль: 13%
0.00043
Низкий

9.1 Critical

CVSS3

Дефекты

CWE-200
CWE-78