Lucene search
+L

923 matches found

OSV
OSV
added 2022/09/14 12:0 a.m.32 views

CVE-2022-36114 Extracting malicious crates can fill the file system

Cargo is a package manager for the rust programming language. It was discovered that Cargo did not limit the amount of data extracted from compressed archives. An attacker could upload to an alternate registry a specially crafted package that extracts way more data than its size also known as a...

4.8CVSS7.2AI score0.00822EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2022/09/14 12:0 a.m.23 views

Cargo 资源管理错误漏洞

Cargo is a Rust package manager open-sourced by The Rust Programming Language. A resource management error vulnerability exists in versions of Cargo prior to 0.65.0, which stems from the extraction of a malicious crate that can fill the filesystem...

6.5CVSS6.4AI score0.00822EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2022/09/14 12:0 a.m.7 views

CVE-2022-36114 Extracting malicious crates can fill the file system

Cargo is a package manager for the rust programming language. It was discovered that Cargo did not limit the amount of data extracted from compressed archives. An attacker could upload to an alternate registry a specially crafted package that extracts way more data than its size also known as a...

4.8CVSS6.9AI score0.00822EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2022/09/14 12:0 a.m.21 views

Cargo 路径遍历漏洞

Cargo is a Rust package manager open-sourced by The Rust Programming Language. A path traversal vulnerability exists in versions of Cargo prior to 0.65.0, which stems from extracting a malicious crate that could corrupt arbitrary files...

8.1CVSS7.7AI score0.01041EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2022/09/14 12:0 a.m.7 views

CVE-2022-36113 Extracting malicious crates can corrupt arbitrary files

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

4.6CVSS8.4AI score0.01041EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2022/09/14 12:0 a.m.38 views

CVE-2022-36114 Extracting malicious crates can fill the file system

Cargo is a package manager for the rust programming language. It was discovered that Cargo did not limit the amount of data extracted from compressed archives. An attacker could upload to an alternate registry a specially crafted package that extracts way more data than its size also known as a...

4.8CVSS7.9AI score0.00822EPSS
SaveExploits0References2
OSV
OSV
added 2022/09/14 12:0 a.m.29 views

CVE-2022-36113 Extracting malicious crates can corrupt arbitrary files

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

4.6CVSS8.6AI score0.01041EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/09/14 12:0 a.m.26 views

CVE-2022-36113 Extracting malicious crates can corrupt arbitrary files

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

4.6CVSS8.6AI score0.01041EPSS
SaveExploits0References2
CVE
CVE
added 2022/09/14 12:0 a.m.88 views

CVE-2022-36114

CVE-2022-36114 concerns Cargo, Rust’s package manager. The advisory states Cargo does not limit data extracted from compressed archives, enabling a zip-bomb attack when a malicious package is uploaded to an alternate registry. This could exhaust disk space on a machine downloading the package. Th...

6.5CVSS6.7AI score0.00822EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2022/09/14 12:0 a.m.36 views

CVE-2022-36113

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

8.1CVSS8.5AI score0.01041EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2022/09/14 12:0 a.m.49 views

CVE-2022-36114

Cargo is a package manager for the rust programming language. It was discovered that Cargo did not limit the amount of data extracted from compressed archives. An attacker could upload to an alternate registry a specially crafted package that extracts way more data than its size also known as a...

6.5CVSS6.9AI score0.00822EPSS
SaveExploits0
CVE
CVE
added 2022/09/14 12:0 a.m.90 views

CVE-2022-36113

Cargo vulnerability (CVE-2022-36113): Cargo would extract packages into ~/.cargo and mark success with a .cargo-ok file. A malicious package could include a .cargo-ok symlink; when Cargo wrote ok, it would overwrite the first two bytes of the symlink target, enabling corruption of a single file o...

8.1CVSS7.2AI score0.01041EPSS
SaveExploits0References2Affected Software1
vulnersOsv
vulnersOsv
added 2022/08/31 12:0 p.m.11 views

cargo-travis (>=0.0.10 <=0.0.11), cargo-travis-fork (>=0.0.11 <=0.0.12) potentially affected by unknown CVE via badge (>=0.2.0 <=0.3.0)

badge CARGO version =0.2.0, =0.0.10, =0.0.11, =0.0.12 Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2022-0057...

5.8AI score
SaveExploits0
OSV
OSV
added 2022/08/06 5:20 a.m.71 views

GHSA-QRJV-RF5Q-QPXC Rust-WebSocket memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS7.4AI score0.01483EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2022/08/06 5:20 a.m.287 views

Rust-WebSocket memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS7.2AI score0.01483EPSS
SaveExploits0References7Affected Software1
RustSec
RustSec
added 2022/08/01 12:0 p.m.62 views

Unbounded memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS1.1AI score0.01483EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/22 5:52 p.m.25 views

Uncontrolled Recursion in rulex

Impact When parsing untrusted rulex expressions, the stack may overflow, possibly enabling a Denial of Service attack. This happens when parsing an expression with several hundred levels of nesting, causing the process to abort immediately. This is a security concern for you, if - your service...

6.5CVSS6.2AI score0.009EPSS
SaveExploits0References5Affected Software1
vulnersOsv
vulnersOsv
added 2022/06/16 11:51 p.m.17 views

a2 (>=0.2.0 <=0.3.6), abc (>=0.1.0 <=0.2.3) +521 more potentially affected by unknown CVE via crossbeam (>=0.1.6 <=0.6.0)

crossbeam CARGO version =0.1.6, =0.2.0, =0.1.0, =0.1.0, =0.0.1, =0.0.1, =0.2.0, =0.5.0, =0.1.0, =0.1.0, =0.2.0, =0.1.0, =0.1.0, =0.8.0 and more Source cves: unknown CVE Source advisory: OSV:GHSA-8GJ8-HV75-GP94...

5.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/05/24 4:57 p.m.24 views

Cargo prior to Rust 1.26.0 may download the wrong dependency

Cargo prior to Rust 1.26.0 may download the wrong dependency if your package.toml file uses the package configuration key. Usage of the package key to rename dependencies in Cargo.toml is ignored in Rust 1.25.0 and prior. When Rust 1.25.0 and prior is used Cargo may download the wrong dependency,...

7.5CVSS6.6AI score0.0126EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2022/05/24 4:57 p.m.21 views

GHSA-9F3P-WVJ7-Q82X Cargo prior to Rust 1.26.0 may download the wrong dependency

Cargo prior to Rust 1.26.0 may download the wrong dependency if your package.toml file uses the package configuration key. Usage of the package key to rename dependencies in Cargo.toml is ignored in Rust 1.25.0 and prior. When Rust 1.25.0 and prior is used Cargo may download the wrong dependency,...

7.5CVSS7.4AI score0.0126EPSS
SaveExploits1References6
Rows per page
Query Builder