Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-35197
HistoryMay 23, 2024 - 12:09 p.m.

CVE-2024-35197 gix refs and paths with reserved Windows device names access the devices

2024-05-2312:09:09
CWE-67
GitHub_M
github.com
8
cve-2024-35197 gitoxide windows

CVSS3

5.4

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L

AI Score

5.5

Confidence

High

SSVC

Exploitation

poc

Automatable

no

Technical Impact

partial

gitoxide is a pure Rust implementation of Git. On Windows, fetching refs that clash with legacy device names reads from the devices, and checking out paths that clash with such names writes arbitrary data to the devices. This allows a repository, when cloned, to cause indefinite blocking or the production of arbitrary message that appear to have come from the application, and potentially other harmful effects under limited circumstances. If Windows is not used, or untrusted repositories are not cloned or otherwise used, then there is no impact. A minor degradation in availability may also be possible, such as with a very large file named CON, though the user could interrupt the application.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:byron:gitoxide:*:*:*:*:*:*:*:*"
    ],
    "vendor": "byron",
    "product": "gitoxide",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "0.36.0",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

5.4

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L

AI Score

5.5

Confidence

High

SSVC

Exploitation

poc

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-35197