diff --git a/advisories/github-reviewed/2024/06/GHSA-79h8-gxhq-q3jg/GHSA-79h8-gxhq-q3jg.json b/advisories/github-reviewed/2024/06/GHSA-79h8-gxhq-q3jg/GHSA-79h8-gxhq-q3jg.json new file mode 100644 index 00000000000..2fe47bbfb0b --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-79h8-gxhq-q3jg/GHSA-79h8-gxhq-q3jg.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-79h8-gxhq-q3jg", + "modified": "2024-06-24T21:25:40Z", + "published": "2024-06-24T00:34:02Z", + "aliases": [ + "CVE-2024-3121" + ], + "summary": "Remote Code Execution in create_conda_env function in lollms", + "details": "A remote code execution vulnerability exists in the create_conda_env function of the parisneo/lollms repository. The vulnerability arises from the use of shell=True in the subprocess.Popen function, which allows an attacker to inject arbitrary commands by manipulating the env_name and python_version parameters. This issue could lead to a serious security breach as demonstrated by the ability to execute the 'whoami' command among potentially other harmful commands.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "lollms" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "9.5.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3121" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ParisNeo/lollms" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/db57c343-9b80-4c1c-9ab0-9eef92c9b27b" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-24T21:25:40Z", + "nvd_published_at": "2024-06-24T00:15:09Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/06/GHSA-jg62-h7pv-hxgv/GHSA-jg62-h7pv-hxgv.json b/advisories/github-reviewed/2024/06/GHSA-jg62-h7pv-hxgv/GHSA-jg62-h7pv-hxgv.json index f3103029108..1b26fc934db 100644 --- a/advisories/github-reviewed/2024/06/GHSA-jg62-h7pv-hxgv/GHSA-jg62-h7pv-hxgv.json +++ b/advisories/github-reviewed/2024/06/GHSA-jg62-h7pv-hxgv/GHSA-jg62-h7pv-hxgv.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-jg62-h7pv-hxgv", - "modified": "2024-06-21T15:08:59Z", + "modified": "2024-06-24T21:26:45Z", "published": "2024-06-21T09:30:26Z", "aliases": [ "CVE-2024-38873" @@ -44,6 +44,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-38873" }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/studiomitte/friendlycaptcha/CVE-2024-38873.yaml" + }, { "type": "PACKAGE", "url": "https://github.com/studiomitte/friendlycaptcha-typo3" diff --git a/advisories/unreviewed/2024/06/GHSA-79h8-gxhq-q3jg/GHSA-79h8-gxhq-q3jg.json b/advisories/unreviewed/2024/06/GHSA-79h8-gxhq-q3jg/GHSA-79h8-gxhq-q3jg.json deleted file mode 100644 index ed5ae97a0d7..00000000000 --- a/advisories/unreviewed/2024/06/GHSA-79h8-gxhq-q3jg/GHSA-79h8-gxhq-q3jg.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-79h8-gxhq-q3jg", - "modified": "2024-06-24T00:34:02Z", - "published": "2024-06-24T00:34:02Z", - "aliases": [ - "CVE-2024-3121" - ], - "details": "A remote code execution vulnerability exists in the create_conda_env function of the parisneo/lollms repository, version 5.9.0. The vulnerability arises from the use of shell=True in the subprocess.Popen function, which allows an attacker to inject arbitrary commands by manipulating the env_name and python_version parameters. This issue could lead to a serious security breach as demonstrated by the ability to execute the 'whoami' command among potentially other harmful commands.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3121" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/db57c343-9b80-4c1c-9ab0-9eef92c9b27b" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-94" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-06-24T00:15:09Z" - } -} \ No newline at end of file