Skip to content

Commit

Permalink
Merge pull request #4979 from github/DSimsek000-GHSA-qwrq-vxvw-537r
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] authored Nov 7, 2024
2 parents 92f459b + 213d4bc commit 3a2c0b6
Showing 1 changed file with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qwrq-vxvw-537r",
"modified": "2024-10-01T18:10:26Z",
"modified": "2024-10-01T18:10:29Z",
"published": "2024-10-01T06:30:47Z",
"aliases": [
"CVE-2024-21531"
],
"summary": "git-shallow-clone OS Command Injection vulnerability",
"details": "All versions of the package git-shallow-clone are vulnerable to Command injection due to missing sanitization or mitigation flags in the process variable of the gitShallowClone function.",
"summary": "git-shallow-clone Argument Injection vulnerability",
"details": "All versions of the package git-shallow-clone are vulnerable to Argument injection. The affected function is gitShallowClone.\n\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N"
}

],
"affected": [
{
Expand Down Expand Up @@ -59,9 +52,9 @@
],
"database_specific": {
"cwe_ids": [
"CWE-78"
"CWE-88"
],
"severity": "MODERATE",
"severity": "LOW",
"github_reviewed": true,
"github_reviewed_at": "2024-10-01T18:10:26Z",
"nvd_published_at": "2024-10-01T05:15:12Z"
Expand Down

0 comments on commit 3a2c0b6

Please sign in to comment.