diff --git a/advisories/github-reviewed/2024/08/GHSA-qv32-5wm2-p32h/GHSA-qv32-5wm2-p32h.json b/advisories/github-reviewed/2024/08/GHSA-qv32-5wm2-p32h/GHSA-qv32-5wm2-p32h.json new file mode 100644 index 00000000000..f1e36bb8f75 --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-qv32-5wm2-p32h/GHSA-qv32-5wm2-p32h.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qv32-5wm2-p32h", + "modified": "2024-08-13T21:01:42Z", + "published": "2024-08-13T21:01:42Z", + "aliases": [ + "CVE-2024-42360" + ], + "summary": "Command Injection in sequenceserver", + "details": "### Impact\n\nSeveral HTTP endpoints did not properly sanitize user input and/or query parameters. This could be exploited to inject and run unwanted shell commands\n\n### Patches\n\nFixed in 3.1.2\n\n### Workarounds\n\nNo known workarounds\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "sequenceserver" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.1.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/wurmlab/sequenceserver/security/advisories/GHSA-qv32-5wm2-p32h" + }, + { + "type": "WEB", + "url": "https://github.com/wurmlab/sequenceserver/commit/457e52709f7f9ed2fceed59b3db564cb50785dba" + }, + { + "type": "PACKAGE", + "url": "https://github.com/wurmlab/sequenceserver" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-77" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-08-13T21:01:42Z", + "nvd_published_at": null + } +} \ No newline at end of file