diff --git a/advisories/github-reviewed/2024/02/GHSA-375g-39jq-vq7m/GHSA-375g-39jq-vq7m.json b/advisories/github-reviewed/2024/02/GHSA-375g-39jq-vq7m/GHSA-375g-39jq-vq7m.json index 1217d5384b5..dc58507661f 100644 --- a/advisories/github-reviewed/2024/02/GHSA-375g-39jq-vq7m/GHSA-375g-39jq-vq7m.json +++ b/advisories/github-reviewed/2024/02/GHSA-375g-39jq-vq7m/GHSA-375g-39jq-vq7m.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-375g-39jq-vq7m", - "modified": "2024-04-20T00:31:52Z", + "modified": "2025-01-14T15:59:39Z", "published": "2024-02-21T00:09:03Z", "aliases": [ "CVE-2024-26134" @@ -64,6 +64,10 @@ "type": "WEB", "url": "https://github.com/agronholm/cbor2/releases/tag/5.6.2" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/cbor2/PYSEC-2024-155.yaml" + }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BT42VXZMMMCSSHMA65KKPOZCXJEYHNR5" diff --git a/advisories/github-reviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json b/advisories/github-reviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json index 80b17c62089..38858a1da71 100644 --- a/advisories/github-reviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json +++ b/advisories/github-reviewed/2024/12/GHSA-8498-2h75-472j/GHSA-8498-2h75-472j.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-8498-2h75-472j", - "modified": "2024-12-31T18:30:50Z", + "modified": "2025-01-14T15:59:58Z", "published": "2024-12-06T12:30:47Z", "aliases": [ "CVE-2024-53907" @@ -75,6 +75,63 @@ ] } ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.1" + }, + { + "fixed": "5.1.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.0" + }, + { + "fixed": "5.0.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "django" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.2" + }, + { + "fixed": "4.2.17" + } + ] + } + ] } ], "references": [ @@ -90,6 +147,10 @@ "type": "PACKAGE", "url": "https://github.com/django/django" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/django/PYSEC-2024-156.yaml" + }, { "type": "WEB", "url": "https://groups.google.com/g/django-announce" diff --git a/advisories/github-reviewed/2025/01/GHSA-cpv4-ggrr-7j9v/GHSA-cpv4-ggrr-7j9v.json b/advisories/github-reviewed/2025/01/GHSA-cpv4-ggrr-7j9v/GHSA-cpv4-ggrr-7j9v.json new file mode 100644 index 00000000000..6c3f2eb33cd --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-cpv4-ggrr-7j9v/GHSA-cpv4-ggrr-7j9v.json @@ -0,0 +1,118 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-cpv4-ggrr-7j9v", + "modified": "2025-01-14T16:00:21Z", + "published": "2025-01-14T16:00:21Z", + "aliases": [ + "CVE-2024-49375" + ], + "summary": "Rasa Allows Remote Code Execution via Remote Model Loading", + "details": "## Vulnerability\nA 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.\n\nThe prerequisites for this are:\n- The HTTP API must be enabled on the Rasa instance eg with `--enable-api`. This is not the default configuration.\n- For unauthenticated RCE to be exploitable, the user must not have configured any authentication or other security controls recommended in our documentation.\n- For authenticated RCE, the attacker must posses a valid authentication token or JWT to interact with the Rasa API.\n\n## Fix\nWe encourage you to upgrade to a version of Rasa that includes a fix. These are:\n\n- Rasa Pro 3.8.18, 3.9.16, 3.10.12\n- Rasa Open Source 3.6.21\n\nOnce 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.\n\nAffected components:\n\n- `CountVectorFeaturizer`\n- `LexicalSyntacticFeaturizer`\n- `LogisticRegressionClassifier`\n- `SklearnIntentClassifier`\n- `DIETClassifier`\n- `CRFEntityExtractor`\n- `TrackerFeaturizer`\n- `TEDPolicy`\n- `UnexpectedIntentTEDPolicy`\n\nIf you are unable to upgrade immediately, please follow our mitigation advice below.\n\n## Mitigation Advice\n\n- 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](https://rasa.com/docs/rasa-pro/production/rest-api/#enabling-the-rest-api). \n\n- The authenticated RCE can be mitigated by:\n - 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.\n - 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.\n\n## Future Releases\nAs an additional security step, a future release of Rasa Pro will remove the ability to enable the API without any authentication method enabled.\n\n## Credit\nRasa would like to thank Julian Scheid from Deutsche Telekom Security GmbH for responsible disclosure of this vulnerability.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "rasa-pro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.10.0" + }, + { + "fixed": "3.10.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "rasa-pro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.9.0" + }, + { + "fixed": "3.9.16" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "rasa-pro" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.8.18" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "rasa" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.6.21" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/RasaHQ/rasa-pro-security-advisories/security/advisories/GHSA-cpv4-ggrr-7j9v" + }, + { + "type": "WEB", + "url": "https://github.com/RasaHQ/rasa/commit/2bb1d779d4f4acaf70b6dfa35dd1899dccbb1ae6" + }, + { + "type": "PACKAGE", + "url": "https://github.com/rasahq/rasa" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-01-14T16:00:21Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/01/GHSA-rmm7-r7wr-xpfg/GHSA-rmm7-r7wr-xpfg.json b/advisories/github-reviewed/2025/01/GHSA-rmm7-r7wr-xpfg/GHSA-rmm7-r7wr-xpfg.json new file mode 100644 index 00000000000..dcb4e69006a --- /dev/null +++ b/advisories/github-reviewed/2025/01/GHSA-rmm7-r7wr-xpfg/GHSA-rmm7-r7wr-xpfg.json @@ -0,0 +1,99 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rmm7-r7wr-xpfg", + "modified": "2025-01-14T16:00:36Z", + "published": "2025-01-14T16:00:36Z", + "aliases": [ + "CVE-2025-23025" + ], + "summary": "XWiki Realtime WYSIWYG Editor extension allows privilege escalation (PR) through realtime WYSIWYG editing", + "details": "### Impact\n\nNOTE: The [Realtime WYSIWYG Editor](https://extensions.xwiki.org/xwiki/bin/view/Extension/Realtime%20WYSIWYG%20Editor/) extension was **experimental**, and thus **not recommended**, in the versions affected by this vulnerability. It has become enabled by default, and thus recommended, starting with XWiki 16.9.0.\n\nA user with only **edit right** can join a realtime editing session where others, that where already there or that may join later, have **script** or **programming** access rights. This user can then insert **script rendering macros** that are executed for those users in the realtime session that have script or programming rights. The inserted scripts can be used to gain more access rights.\n\nHere's an example that works with XWiki 15.10.9+ and 16.2.0+:\n\n* the attacker starts editing a wiki page in realtime (for which they have edit right)\n* another user, with script or programming access right joins the editing session (e.g. by clicking on a link / URL provided by the attacker)\n* the attacker inserts a script rendering macro, say ``{{velocity}}I can run scripts{{/velocity}}``, in the edited content, using the WYSIWYG editor UI\n* the edited content is reloaded for both the attacker and the other user, in order to render the inserted macro\n * the attacker gets a rendering error message\n * the other user sees \"I can run scripts\"\n\nThe attacker can obviously use more advanced scripts to gain access rights.\n\nBefore XWiki 15.10.9 and 16.2.0 the edited content was not re-rendered for all the users in the editing sesesion, but only for the user that inserted the macro. This means that in order to reproduce the problem the other user had to insert or update a macro or save and view the content.\n\n### Patches\n\nThis vulnerability has been patched in XWiki 15.10.12, 16.4.1 and 16.6.0-rc-1.\n\n### Workarounds\n\nTo avoid this vulnerability you can:\n\n* either disable the realtime WYSIWYG editing by disabling the ``xwiki-realtime`` CKEditor plugin from [the WYSIWYG editor administration section](https://extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor+Integration#HAdministrationSection)\n* or uninstall the [Realtime WYSIWYG Editor](https://extensions.xwiki.org/xwiki/bin/view/Extension/Realtime%20WYSIWYG%20Editor/) extension (org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui)\n\n### References\n\n* https://jira.xwiki.org/browse/XWIKI-21949\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in [Jira XWiki.org](https://jira.xwiki.org/)\n* Email us at [Security Mailing List](mailto:security@xwiki.org)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "13.9-rc-1" + }, + { + "fixed": "15.10.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "16.0.0-rc-1" + }, + { + "fixed": "16.4.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.xwiki.platform:xwiki-platform-realtime-wysiwyg-ui" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "16.5.0-rc-1" + }, + { + "fixed": "16.6.0-rc-1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-rmm7-r7wr-xpfg" + }, + { + "type": "PACKAGE", + "url": "https://github.com/xwiki/xwiki-platform" + }, + { + "type": "WEB", + "url": "https://jira.xwiki.org/browse/XWIKI-21949" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-01-14T16:00:36Z", + "nvd_published_at": null + } +} \ No newline at end of file