Skip to content

Commit

Permalink
Merge pull request #4317 from github/EliahKagan-GHSA-rrjw-j4m2-mf34
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] authored Jul 8, 2024
2 parents 919afe6 + 6a53ce4 commit 15d0b6e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-rrjw-j4m2-mf34",
"modified": "2023-09-25T20:21:16Z",
"modified": "2023-09-25T20:21:17Z",
"published": "2023-09-25T20:21:16Z",
"aliases": [

],
"summary": "gix-transport code execution vulnerability",
"details": "The `gix-transport` crate prior to the patched version 0.36.1 would allow attackers to use malicious ssh clone URLs to pass arbitrary arguments to the `ssh` program, leading to arbitrary code execution.\n\nPoC: `gix clone 'ssh://-oProxyCommand=open$IFS-aCalculator/foo'`\n\nThis will launch a calculator on OSX.\n\nSee https://secure.phabricator.com/T12961 for more details on similar vulnerabilities in `git`.",
"details": "The `gix-transport` crate prior to the patched version 0.36.1 would allow attackers to use malicious ssh clone URLs to pass arbitrary arguments to the `ssh` program, leading to arbitrary code execution.\n\nPoC: `gix clone 'ssh://-oProxyCommand=open$IFS-aCalculator/foo'`\n\nThis will launch a calculator on OSX.\n\nSee https://secure.phabricator.com/T12961 for more details on similar vulnerabilities in `git`.\n\nThanks for [vin01](https://github.com/vin01) for disclosing the issue.",
"severity": [

],
Expand Down Expand Up @@ -52,7 +52,7 @@
],
"database_specific": {
"cwe_ids": [

"CWE-88"
],
"severity": "MODERATE",
"github_reviewed": true,
Expand Down

0 comments on commit 15d0b6e

Please sign in to comment.