Lucene search
+L

9840 matches found

Wolfi
Wolfi
added 2026/05/06 1:48 p.m.29 views

CVE-2026-6654 vulnerabilities

Vulnerabilities for packages: ruff, rust-analyzer...

7.3CVSS5.1AI score0.00168EPSS
SaveExploits1
Malwarebytes
Malwarebytes
added 2026/05/06 12:50 p.m.22 views

Attackers adopt JavaScript runtime Bun to spread NWHStealer

In our previous research, we analyzed a Windows infostealer we track as NWHStealer. The attackers behind this stealer are continuously finding new methods to distribute the stealer. During our hunting activities, we noticed how attackers are using a JavaScript runtime called Bun to help distribut...

5.8AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/05/05 7:49 a.m.6 views

CVE-2026-43868 Apache Thrift: Rust implementation vulnerable to CVE-2020-13949 pattern

Memory Allocation with Excessive Size Value vulnerability in Apache Thrift. This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue...

6.7AI score0.06779EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/05/05 7:49 a.m.68 views

CVE-2026-43868 Apache Thrift: Rust implementation vulnerable to CVE-2020-13949 pattern

Memory Allocation with Excessive Size Value vulnerability in Apache Thrift. This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue...

0.00706EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/05 7:49 a.m.8 views

CVE-2026-43868 Apache Thrift: Rust implementation vulnerable to CVE-2020-13949 pattern

Memory Allocation with Excessive Size Value vulnerability in Apache Thrift. This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue...

5.3CVSS5.9AI score
SaveExploits0References8
CVE
CVE
added 2026/05/05 7:49 a.m.72 views

CVE-2026-43868

CVE-2026-43868 concerns a memory allocation with an excessive size value in Apache Thrift. Affected: Thrift versions prior to 0.23.0 (per initial description). Exploitation could cause high memory usage and denial of service; no in-wild exploit details provided. Remediation: upgrade to Apache Thr...

7.5CVSS6.7AI score0.06779EPSS
SaveExploits0References6Affected Software1
Fedora
Fedora
added 2026/05/05 12:55 a.m.15 views

[SECURITY] Fedora 44 Update: rust-sequoia-git-0.6.0-1.fc44

A tool for managing and enforcing a commit signing policy...

5.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/05 12:0 a.m.10 views

Fedora 43 : rust-sequoia-git (2026-95ac9001e8)

The remote Fedora 43 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-95ac9001e8 advisory. Update to version 0.6.0. Addresses RUSTSEC-2026-0109. Tenable has extracted the preceding description block directly from the Fedora security advisory. Note...

5.8AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/05 12:0 a.m.11 views

Fedora 44 : rust-sequoia-git (2026-0a72408e1b)

The remote Fedora 44 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-0a72408e1b advisory. Update to version 0.6.0. Addresses RUSTSEC-2026-0109. Tenable has extracted the preceding description block directly from the Fedora security advisory. Note...

5.8AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/05 12:0 a.m.11 views

Fedora 42 : rust-sequoia-git (2026-6f64d2e143)

The remote Fedora 42 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-6f64d2e143 advisory. Update to version 0.6.0. Addresses RUSTSEC-2026-0109. Tenable has extracted the preceding description block directly from the Fedora security advisory. Note...

5.8AI score
SaveExploits0References1
The Hacker News
The Hacker News
added 2026/05/04 11:57 a.m.17 views

Silver Fox Deploys ABCDoor Malware via Tax-Themed Phishing in India and Russia

The China-based cybercrime group known as Silver Fox aka Monarch, SwimSnake, The Great Thief of Valley, UTG-Q-1000, and Void Arachne has been linked to a new campaign targeting organizations in Russia and India with a new malware called ABCDoor. The activity involved using phishing emails that...

6.2AI score
SaveExploits0
Fedora
Fedora
added 2026/05/03 1:21 a.m.22 views

[SECURITY] Fedora 42 Update: rust-sequoia-git-0.6.0-1.fc42

A tool for managing and enforcing a commit signing policy...

5.8AI score
SaveExploits0
Fedora
Fedora
added 2026/05/03 1:18 a.m.16 views

[SECURITY] Fedora 43 Update: rust-sequoia-git-0.6.0-1.fc43

A tool for managing and enforcing a commit signing policy...

5.8AI score
SaveExploits0
RustSec
RustSec
added 2026/05/02 12:0 p.m.19 views

Null-pointer dereference and double-free via safe APIs

Two soundness violations exist in the Rust bindings for MetaCall: Null-pointer dereference: MetaCallFuture::newraw accepts a raw pointer without validation. The Debug impl calls Box::fromrawself.data on it. Passing a null pointer causes the Debug impl to construct a NonNull from null, producing...

5.8AI score
SaveExploits0
OSV
OSV
added 2026/05/02 12:0 p.m.10 views

RUSTSEC-2026-0132 Potential out-of-bounds write via public `Context` fields

The Context struct has all fields public pub dlen, pub digest, etc.. Code from other modules within the same crate can directly modify dlen to a value exceeding the digest vector length. When reset is subsequently called, self.digestself.dlen as usize = 0 becomes an out-of-bounds write. Withdrawa...

5.8AI score
SaveExploits0References3
OSV
OSV
added 2026/05/02 12:0 p.m.15 views

RUSTSEC-2026-0127 Integer overflow in `array::ReadWrite::new()` leading to potential memory corruption

In array::ReadWrite::new line 83 of accessor/src/array.rs, let bytes = mem::sizeof:: len can overflow usize when len is very large. In release mode, this silently wraps, potentially making bytes = 0. The mapper then maps with 0 bytes, and subsequent accesses e.g. readvolatileat lead to undefined...

5.9AI score
SaveExploits0References3
RustSec
RustSec
added 2026/05/02 12:0 p.m.20 views

Invalid pointer arithmetic in `iter()` and `iter_mut()`

The iter and itermut APIs compute current = &children0 as const const RawAutoChild.sub1, which performs pointer subtraction going before the start of the allocation. This is undefined behavior per Rust's pointer arithmetic rules. This can be triggered through safe public APIs — iter and itermut —...

5.8AI score
SaveExploits0
Fedora
Fedora
added 2026/05/02 2:11 a.m.8 views

[SECURITY] Fedora 44 Update: rust-openssl-sys-0.9.114-1.fc44

FFI bindings to OpenSSL...

9.3CVSS5.8AI score0.00359EPSS
SaveExploits0
Fedora
Fedora
added 2026/05/02 2:11 a.m.12 views

[SECURITY] Fedora 44 Update: rust-openssl-0.10.78-1.fc44

OpenSSL bindings...

9.3CVSS5.8AI score0.00359EPSS
SaveExploits0
Fedora
Fedora
added 2026/05/02 1:57 a.m.21 views

[SECURITY] Fedora 42 Update: rust-openssl-sys-0.9.114-1.fc42

FFI bindings to OpenSSL...

9.3CVSS5.8AI score0.00359EPSS
SaveExploits0
Rows per page
Query Builder