Lucene search
K

158 matches found

OSV
OSV
added 2024/05/22 12:0 p.m.10 views

RUSTSEC-2024-0349 Traversal outside working tree enables arbitrary code execution

Summary During checkout, gitoxide does not verify that paths point to locations in the working tree. A specially crafted repository can, when cloned, place new files anywhere writable by the application. Details Although gix-worktree-state checks for collisions with existing files, it does not...

8.8CVSS9AI score0.00364EPSS
Exploits0References5
OSV
OSV
added 2024/05/22 12:0 p.m.10 views

RUSTSEC-2024-0348 Traversal outside working tree enables arbitrary code execution

Summary During checkout, gitoxide does not verify that paths point to locations in the working tree. A specially crafted repository can, when cloned, place new files anywhere writable by the application. Details Although gix-worktree-state checks for collisions with existing files, it does not...

8.8CVSS9AI score0.00364EPSS
Exploits0References5
OSV
OSV
added 2024/05/22 12:0 p.m.8 views

RUSTSEC-2024-0350 Traversal outside working tree enables arbitrary code execution

Summary During checkout, gitoxide does not verify that paths point to locations in the working tree. A specially crafted repository can, when cloned, place new files anywhere writable by the application. Details Although gix-worktree-state checks for collisions with existing files, it does not...

8.8CVSS9AI score0.00364EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2024/05/22 12:0 a.m.2 views

PT-2024-4191 · Gitoxide · Gitoxide

Name of the Vulnerable Software and Affected Versions: gitoxide affected versions not specified Description: The issue is related to how gitoxide handles legacy device names on Windows. When fetching refs or checking out paths that clash with these names, it can read from or write to devices,...

6.4CVSS6.7AI score0.00048EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/04/30 2:21 a.m.2 views

SUSE CVE-2024-32884

gitoxide is a pure Rust implementation of Git. gix-transport does not check the username part of a URL for text that the external ssh program would interpret as an option. A specially crafted clone URL can smuggle options to SSH. The possibilities are syntactically limited, but if a malicious clo...

6.4CVSS7.8AI score0.00087EPSS
Exploits0References3
NVD
NVD
added 2024/04/26 6:15 p.m.8 views

CVE-2024-32884

gitoxide is a pure Rust implementation of Git. gix-transport does not check the username part of a URL for text that the external ssh program would interpret as an option. A specially crafted clone URL can smuggle options to SSH. The possibilities are syntactically limited, but if a malicious clo...

6.4CVSS6.8AI score0.00087EPSS
Exploits0References2
CVE
CVE
added 2024/04/26 6:4 p.m.257 views

CVE-2024-32884

The CVE-2024-32884 issue affects gitoxide’s gix-transport component. A crafted clone URL can bypass checking the username portion of the URL, allowing characters that the external SSH program would interpret as options, which can smuggle SSH options and, in a malicious context (e.g., with a malic...

6.4CVSS7.4AI score0.00087EPSS
Exploits0References2
OSV
OSV
added 2024/04/26 6:4 p.m.2 views

CVE-2024-32884 gix-transport indirect code execution via malicious username

gitoxide is a pure Rust implementation of Git. gix-transport does not check the username part of a URL for text that the external ssh program would interpret as an option. A specially crafted clone URL can smuggle options to SSH. The possibilities are syntactically limited, but if a malicious clo...

6.4CVSS7.8AI score0.00087EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/04/26 6:4 p.m.21 views

CVE-2024-32884 gix-transport indirect code execution via malicious username

gitoxide is a pure Rust implementation of Git. gix-transport does not check the username part of a URL for text that the external ssh program would interpret as an option. A specially crafted clone URL can smuggle options to SSH. The possibilities are syntactically limited, but if a malicious clo...

6.4CVSS6.8AI score0.00087EPSS
Exploits0References2
CNNVD
CNNVD
added 2024/04/26 12:0 a.m.1 views

gitoxide 安全漏洞

gitoxide is a git implementation written in Rust by Sebastian Thiel, a solo developer. A security vulnerability exists in gitoxide because gix-transport does not check the username of the URL...

6.4CVSS6.8AI score0.00087EPSS
Exploits0References3
Circl
Circl
added 2024/04/13 1:4 p.m.2 views

CVE-2024-32884

creationtimestamp| type| source ---|---|--- 2024-04-13 13:04:03+00:00| published-proof-of-concept| https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-98p4-xjmm-8mfh...

6.4CVSS6.6AI score0.00087EPSS
Exploits0References1
OSV
OSV
added 2024/04/13 12:0 p.m.11 views

RUSTSEC-2024-0335 gix-transport indirect code execution via malicious username

Summary gix-transport does not check the username part of a URL for text that the external ssh program would interpret as an option. A specially crafted clone URL can smuggle options to SSH. The possibilities are syntactically limited, but if a malicious clone URL is used by an application whose...

6.4CVSS6.9AI score0.00087EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2024/04/13 12:0 a.m.2 views

PT-2024-5164 · Gitoxide · Gitoxide

Name of the Vulnerable Software and Affected Versions: gitoxide versions prior to 0.35.0 gitoxide versions prior to 0.42.0 gitoxide versions prior to 0.62.0 Description: The issue is related to the gix-transport component of gitoxide, which does not properly check the username part of a URL for...

6.4CVSS6.8AI score0.00087EPSS
Exploits0References14
OSV
OSV
added 2023/03/14 12:0 p.m.5 views

RUSTSEC-2023-0026 Gitoxide has renamed its crates.

All crates in the gitoxide project have been renamed from git- to gix-. The git- prefixed crates are no longer being updated. Switch to using gix-path to continue receiving updates...

7.2AI score
Exploits0References3
RustSec
RustSec
added 2023/03/14 12:0 p.m.14 views

Gitoxide has renamed its crates.

All crates in the gitoxide project have been renamed from git- to gix-. The git- prefixed crates are no longer being updated. Switch to using gix-path to continue receiving updates...

6.8AI score
Exploits0
OSV
OSV
added 2023/03/14 12:0 p.m.26 views

RUSTSEC-2023-0025 Gitoxide has renamed its crates.

All crates in the gitoxide project have been renamed from git- to gix-. The git- prefixed crates are no longer being updated. Switch to using gix-hash to continue receiving updates...

7.2AI score
Exploits0References3
RustSec
RustSec
added 2023/03/14 12:0 p.m.14 views

Gitoxide has renamed its crates.

All crates in the gitoxide project have been renamed from git- to gix-. The git- prefixed crates are no longer being updated. Switch to using gix-hash to continue receiving updates...

6.8AI score
Exploits0
Positive Technologies
Positive Technologies
added 2023/03/14 12:0 a.m.3 views

PT-2023-36087 · Gitoxide · Gitoxide

Name of the Vulnerable Software and Affected Versions: gitoxide project affected versions not specified Description: The gitoxide project has undergone a renaming of all crates from git- to gix-, with the git- prefixed crates no longer being updated. Recommendations: To continue receiving updates...

7.2AI score
Exploits0References4
Rows per page
Query Builder