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

exploitDog

github логотип

GHSA-cpv4-ggrr-7j9v

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

Описание

Rasa Allows Remote Code Execution via Remote Model Loading

Vulnerability

A vulnerability has been identified in Rasa Pro and Rasa Open Source that enables an attacker who has the ability to load a maliciously crafted model remotely into a Rasa instance to achieve Remote Code Execution.

The prerequisites for this are:

  • The HTTP API must be enabled on the Rasa instance eg with --enable-api. This is not the default configuration.
  • For unauthenticated RCE to be exploitable, the user must not have configured any authentication or other security controls recommended in our documentation.
  • For authenticated RCE, the attacker must posses a valid authentication token or JWT to interact with the Rasa API.

Fix

We encourage you to upgrade to a version of Rasa that includes a fix. These are:

  • Rasa Pro 3.8.18, 3.9.16, 3.10.12
  • Rasa Open Source 3.6.21

Once you have upgraded your Rasa Pro or Open Source installation, you will need to retrain your model using the fixed version of Rasa Pro or Open Source. If you have a custom component that inherits from one of the components listed below and modified the persist or load method, make sure to update your code. Please contact us in case you encounter any problems.

Affected components:

  • CountVectorFeaturizer
  • LexicalSyntacticFeaturizer
  • LogisticRegressionClassifier
  • SklearnIntentClassifier
  • DIETClassifier
  • CRFEntityExtractor
  • TrackerFeaturizer
  • TEDPolicy
  • UnexpectedIntentTEDPolicy

If you are unable to upgrade immediately, please follow our mitigation advice below.

Mitigation Advice

  • The unauthenticated RCE can be mitigated by ensuring that you enable authentication for the Rasa HTTP API if this is enabled. This means that in addition to passing --enable-api to Rasa, you should also pass an authentication configuration as described in our documentation here.

  • The authenticated RCE can be mitigated by:

    • Ensuring that you only load models from trusted sources such as your own CI pipelines. You can check file hashes for model archives to confirm that a model has not been tampered with between training and use.
    • Confirming that you have sufficient access controls and utilize the principle of least privilege to control who in your organization has the ability to interact with the Rasa API even with authentication enabled.

Future Releases

As an additional security step, a future release of Rasa Pro will remove the ability to enable the API without any authentication method enabled.

Credit

Rasa would like to thank Julian Scheid from Deutsche Telekom Security GmbH for responsible disclosure of this vulnerability.

Пакеты

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

rasa-pro

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

>= 3.10.0, < 3.10.12

3.10.12

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

rasa-pro

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

>= 3.9.0, < 3.9.16

3.9.16

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

rasa-pro

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

< 3.8.18

3.8.18

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

rasa

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

< 3.6.21

3.6.21

EPSS

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

9 Critical

CVSS3

Дефекты

CWE-502
CWE-94

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

CVSS3: 9
nvd
около 1 года назад

Open source machine learning framework. A vulnerability has been identified in Rasa that enables an attacker who has the ability to load a maliciously crafted model remotely into a Rasa instance to achieve Remote Code Execution. The prerequisites for this are: 1. The HTTP API must be enabled on the Rasa instance eg with `--enable-api`. This is not the default configuration. 2. For unauthenticated RCE to be exploitable, the user must not have configured any authentication or other security controls recommended in our documentation. 3. For authenticated RCE, the attacker must posses a valid authentication token or JWT to interact with the Rasa API. This issue has been addressed in rasa version 3.6.21 and all users are advised to upgrade. Users unable to upgrade should ensure that they require authentication and that only trusted users are given access.

EPSS

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

9 Critical

CVSS3

Дефекты

CWE-502
CWE-94