Lucene search
+L

10797 matches found

OSV
OSV
added 2023/09/15 12:00 p.m.19 views

RUSTSEC-2023-0085 HPACK decoder panics on invalid input

Due to insufficient checking of input data, decoding certain data sequences can lead to Decoder::decode panicking rather than returning an error. Example code that triggers this vulnerability looks like this: rust use hpack::Decoder; pub fn main let input = &0x3f; let mut decoder = Decoder::new;...

5.5AI score
SaveExploits0References4
vulnersOsv
vulnersOsv
added 2023/09/13 12:00 p.m.2 views

acme-rs (>=0.1.0, <=0.2.0), apkeep (>=0.6.0, <=0.13.0) +23 more potentially affected by CVE-2023-39914 via bcder (>=0.1.0, <=0.6.1)

bcder CARGO version =0.1.0, =0.1.0, =0.6.0, =0.1.0, =0.8.0, =0.1.0, =0.1.0, =0.1.0, =0.1.1, =0.1.0, =1.0.0, =0.1.0, =0.1.0, =0.1.5, =0.3.0, =0.19.0, =0.20.0 and more Source cves: CVE-2023-39914 Source advisory: OSV:RUSTSEC-2023-0062...

7.5CVSS7.4AI score0.00592EPSS
SaveExploits0
The Hacker News
The Hacker News
added 2023/09/13 9:56 a.m.41 views

Rust-Written 3AM Ransomware: A Sneak Peek into a New Malware Family

A new ransomware family called 3AM has emerged in the wild after it was detected in a single incident in which an unidentified affiliate deployed the strain following an unsuccessful attempt to deliver LockBit attributed to Bitwise Spider or Syrphid in the target network. "3AM is written in Rust...

7.1AI score
SaveExploits0
CBLMariner
CBLMariner
added 2023/09/13 2:10 a.m.183 views

CVE-2023-3817 affecting package rust for versions less than 1.68.2-5

CVE-2023-3817 affecting package rust for versions less than 1.68.2-5. A patched version of the package is available...

5.3CVSS6.3AI score0.03047EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2023/09/12 3:30 p.m.3 views

html5-picture (>=0.0.4-alpha, <=0.2.0), image-decompose (>=0.1.0, <=0.4.1) +3 more potentially affected by CVE-2023-4863 +1 more via libwebp-sys (>=0.2.0, <=0.5.0)

libwebp-sys CARGO version =0.2.0, =0.0.4-alpha, =0.1.0, =0.5.17, =0.1.0, =0.2.2 Source cves: CVE-2023-4863, CVE-2023-5129 Source advisory: OSV:GHSA-J7HP-H8JX-5PPR...

8.8CVSS7.1AI score0.99979EPSS
SaveExploits9
vulnersOsv
vulnersOsv
added 2023/09/12 12:00 p.m.2 views

html5-picture (>=0.0.4-alpha, <=0.2.0), image-decompose (>=0.1.0, <=0.4.1) +3 more potentially affected by CVE-2023-4863 +1 more via libwebp-sys (>=0.2.0, <=0.5.0)

libwebp-sys CARGO version =0.2.0, =0.0.4-alpha, =0.1.0, =0.5.17, =0.1.0, =0.2.2 Source cves: CVE-2023-4863, CVE-2023-5129 Source advisory: OSV:RUSTSEC-2023-0061...

8.8CVSS7.1AI score0.99979EPSS
SaveExploits9
vulnersOsv
vulnersOsv
added 2023/09/11 8:43 p.m.7 views

ahqstore_cli_rs (>=1.0.0-rc10, <=1.0.0-rc11), algebraics (>=0.1.2, <=0.2.0) +244 more potentially affected by unknown CVE via inventory (>=0.1.10, <=0.1.11)

inventory CARGO version =0.1.10, =1.0.0-rc10, =0.1.2, =0.11.0, =0.2.0, =0.1.0, =0.6.0, =0.7.0, =0.6.0, =0.5.0, =0.6.0, =0.4.0, =0.6.0, =0.5.0, =0.15.3 and more Source cves: unknown CVE Source advisory: OSV:GHSA-36XM-35QQ-795W...

5.4AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2023/09/11 8:43 p.m.4 views

acct (>=0.2.0, <=0.5.0), acme-redirect (0.4.0) +135 more potentially affected by unknown CVE via users (>=0.4.4, <=0.10.0)

users CARGO version =0.4.4, =0.2.0, =4.1.0, =1.0.0, =0.1.0, =0.9.0, =0.9.0, =0.1.0, =0.4.2, =0.4.0, =0.7.4, =0.0.1, =0.1.1, =0.1.6 - chorus-tempo 0.1.0 and more Source cves: unknown CVE Source advisory: OSV:GHSA-JCR6-4FRQ-9GJJ...

5.4AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2023/09/11 8:43 p.m.6 views

ahqstore_cli_rs (>=1.0.0-rc10, <=1.0.0-rc11), algebraics (>=0.1.2, <=0.2.0) +244 more potentially affected by unknown CVE via inventory (>=0.1.10, <=0.1.11)

inventory CARGO version =0.1.10, =1.0.0-rc10, =0.1.2, =0.11.0, =0.2.0, =0.1.0, =0.6.0, =0.7.0, =0.6.0, =0.5.0, =0.6.0, =0.4.0, =0.6.0, =0.5.0, =0.15.3 and more Source cves: unknown CVE Source advisory: OSV:GHSA-GHC8-5CGM-5RPF...

5.4AI score
SaveExploits0
OSV
OSV
added 2023/09/11 8:43 p.m.15 views

GHSA-GHC8-5CGM-5RPF Inventory fails to prohibit standard library access prior to initialization of Rust standard library runtime

Affected versions allow arbitrary caller-provided code to execute before the lifetime of main. If the caller-provided code accesses particular pieces of the standard library that require an initialized Rust runtime, such as std::io or std::thread, these may not behave as documented. Panics are...

7.6AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/09/11 8:43 p.m.16 views

Inventory fails to prohibit standard library access prior to initialization of Rust standard library runtime

Affected versions allow arbitrary caller-provided code to execute before the lifetime of main. If the caller-provided code accesses particular pieces of the standard library that require an initialized Rust runtime, such as std::io or std::thread, these may not behave as documented. Panics are...

7.4AI score
SaveExploits0References4Affected Software1
vulnersOsv
vulnersOsv
added 2023/09/10 12:00 p.m.3 views

acct (>=0.2.0, <=0.5.0), acid-store (>=0.8.0, <=0.14.2) +292 more potentially affected by unknown CVE via users (>=0.4.4, <=0.11.0)

users CARGO version =0.4.4, =0.2.0, =0.8.0, =0.4.0, =4.1.0, =0.1.0, =1.0.0, =0.1.0, =1.1.0, =0.3.0, =0.3.0, =0.3.0, =0.9.0, =0.9.0, =0.10.1 and more Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2023-0059...

5.4AI score
SaveExploits0
OSV
OSV
added 2023/09/10 12:00 p.m.10 views

RUSTSEC-2023-0057 Fails to prohibit standard library access prior to initialization of Rust standard library runtime

Affected versions allow arbitrary caller-provided code to execute before the lifetime of main. If the caller-provided code accesses particular pieces of the standard library that require an initialized Rust runtime, such as std::io or std::thread, these may not behave as documented. Panics are...

7.6AI score
SaveExploits0References3
vulnersOsv
vulnersOsv
added 2023/09/10 12:00 p.m.2 views

ahqstore_cli_rs (>=1.0.0-rc10, <=1.0.0-rc11), algebraics (>=0.1.2, <=0.2.0) +244 more potentially affected by unknown CVE via inventory (>=0.1.10, <=0.1.11)

inventory CARGO version =0.1.10, =1.0.0-rc10, =0.1.2, =0.11.0, =0.2.0, =0.1.0, =0.6.0, =0.7.0, =0.6.0, =0.5.0, =0.6.0, =0.4.0, =0.6.0, =0.5.0, =0.15.3 and more Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2023-0057...

5.4AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2023/09/10 12:00 p.m.4 views

ahqstore_cli_rs (>=1.0.0-rc10, <=1.0.0-rc11), algebraics (>=0.1.2, <=0.2.0) +244 more potentially affected by unknown CVE via inventory (>=0.1.10, <=0.1.11)

inventory CARGO version =0.1.10, =1.0.0-rc10, =0.1.2, =0.11.0, =0.2.0, =0.1.0, =0.6.0, =0.7.0, =0.6.0, =0.5.0, =0.6.0, =0.4.0, =0.6.0, =0.5.0, =0.15.3 and more Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2023-0058...

5.4AI score
SaveExploits0
RustSec
RustSec
added 2023/09/10 12:00 p.m.9 views

Fails to prohibit standard library access prior to initialization of Rust standard library runtime

Affected versions allow arbitrary caller-provided code to execute before the lifetime of main. If the caller-provided code accesses particular pieces of the standard library that require an initialized Rust runtime, such as std::io or std::thread, these may not behave as documented. Panics are...

7.6AI score
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2023/09/08 12:00 a.m.46 views

Amazon Linux 2023 : cargo, clippy, rust (ALAS2023-2023-323)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2023-323 advisory. Cargo downloads the Rust project's dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archiv...

7.9CVSS7AI score0.00702EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2023/09/08 12:00 a.m.38 views

Amazon Linux 2 : rust (ALAS-2023-2223)

The version of rust installed on the remote host is prior to 1.68.2-1. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2023-2223 advisory. Cargo downloads the Rust project's dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to...

7.9CVSS7.1AI score0.00702EPSS
SaveExploits0References4
Amazon
Amazon
added 2023/09/07 12:00 a.m.9 views

Important: rust

Issue Overview: Cargo downloads the Rust project's dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files...

7.9CVSS6.6AI score0.00702EPSS
SaveExploits0
NVD
NVD
added 2023/09/05 7:15 p.m.38 views

CVE-2023-41317

The Apollo Router is a configurable, high-performance graph router written in Rust to run a federated supergraph that uses Apollo Federation 2. Affected versions are subject to a Denial-of-Service DoS type vulnerability which causes the Router to panic and terminate when GraphQL Subscriptions are...

7.5CVSS7.4AI score0.00653EPSS
SaveExploits0References3
Rows per page
Query Builder