From 8324a53159d356f60010b68e4f5588e4ee8df257 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 18:34:32 +0000 Subject: [PATCH] Publish GHSA-7xq5-54jp-2mfg --- .../GHSA-7xq5-54jp-2mfg.json | 126 ++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 advisories/github-reviewed/2025/04/GHSA-7xq5-54jp-2mfg/GHSA-7xq5-54jp-2mfg.json diff --git a/advisories/github-reviewed/2025/04/GHSA-7xq5-54jp-2mfg/GHSA-7xq5-54jp-2mfg.json b/advisories/github-reviewed/2025/04/GHSA-7xq5-54jp-2mfg/GHSA-7xq5-54jp-2mfg.json new file mode 100644 index 00000000000..4f591941cfb --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-7xq5-54jp-2mfg/GHSA-7xq5-54jp-2mfg.json @@ -0,0 +1,126 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7xq5-54jp-2mfg", + "modified": "2025-04-17T18:33:20Z", + "published": "2025-04-17T18:33:20Z", + "aliases": [ + "CVE-2025-32377" + ], + "summary": "Rasa Pro Missing Authentication For Voice Connector APIs", + "details": "## Vulnerability\nA vulnerability has been identified in Rasa Pro where voice connectors in Rasa Pro do not properly implement authentication even when a token is configured in the `credentials.yml` file. This could allow an attacker to submit voice data to the Rasa Pro assistant from an unauthenticated source.\n\nThis impacts the following connectors:\n\n- `audiocodes_stream`\n- `genesys`\n- `jambonz`\n\nAs part of our investigation to resolve this issue, we have also performed a security review of our other voice channel connectors:\n\n- `browser_audio`: Does not support authentication. This is a development channel not intended for production use.\n- `twilio_media_streams`, `twilio_voice` and `jambonz`: Authentication is currently not supported by these channels, but our investigation has found a way for us to enable it for these voice channel connectors in a future Rasa Pro release.\n\n## Fix\nThe issue has been resolved for `audiocodes`, `audiocodes_stream`, and `genesys` connectors. Fixed versions of Rasa Pro have been released for `3.9.20`, `3.10.19`, `3.11.7` and `3.12.6`. Please update to a fixed release.\n\nIf you are using one of the affected connectors, we strongly recommend upgrading to a fixed version. For connectors where authentication is not supported (e.g., Twilio), we suggest taking extra caution and considering other compensating controls if applicable.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "rasa-pro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.12.0" + }, + { + "fixed": "3.12.6" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.12.5" + } + }, + { + "package": { + "ecosystem": "PyPI", + "name": "rasa-pro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.11.0" + }, + { + "fixed": "3.11.7" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.11.6" + } + }, + { + "package": { + "ecosystem": "PyPI", + "name": "rasa-pro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.10.0" + }, + { + "fixed": "3.10.19" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.10.18" + } + }, + { + "package": { + "ecosystem": "PyPI", + "name": "rasa-pro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.9.20" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 3.9.17" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/RasaHQ/rasa-pro-security-advisories/security/advisories/GHSA-7xq5-54jp-2mfg" + }, + { + "type": "WEB", + "url": "https://github.com/RasaHQ/security-advisories/security/advisories/GHSA-7xq5-54jp-2mfg" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-306" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-17T18:33:20Z", + "nvd_published_at": null + } +} \ No newline at end of file