Lucene search
K

86 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-0042

Malicious code in bioql PyPI...

4.3CVSS6.3AI score0.00137EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2023-2491

Malicious code in bioql PyPI...

8.6CVSS7.4AI score0.00517EPSS
Exploits0References4
Gitee
Gitee
added 2025/09/20 12:44 a.m.386 views

Binwalk

This is an implementation of the Binwalk firmware analysis tool in Rust, written for speed and accuracy. Binwalk can identify and optionally extract files and data embedded inside other files, with a focus on firmware analysis. It supports a wide variety of file and data types and can even help...

7AI score
Exploits0
OSV
OSV
added 2025/09/12 1:10 p.m.4 views

CVE-2025-59058 httpsig-rs's HMAC verification is vulnerable to timing attack

httpsig-rs is a Rust implementation of IETF RFC 9421 http message signatures. Prior to version 0.0.19, the HMAC signature comparison is not timing-safe. This makes anyone who uses HS256 signature verification vulnerable to a timing attack that allows the attacker to forge a signature. Version...

5.9CVSS6.5AI score0.00053EPSS
Exploits0References4
OSV
OSV
added 2025/09/04 11:50 p.m.2 views

CVE-2025-58359 frost-core: refresh shares with smaller min_signers will reduce group security

ZF FROST is a Rust implementation of FROST Flexible Round-Optimised Schnorr Threshold signatures. In versions 2.0.0 through 2.1.0, refresh shares with smaller minsigners will reduce security of group. The inability to change minsigners i.e. the threshold with the refresh share functionality...

6CVSS6.5AI score0.00056EPSS
Exploits0References5
GithubExploit
GithubExploit
added 2025/08/27 11:51 a.m.252 views

Exploit for CVE-2007-2447

CVE-2007-2447 Samba Exploit A Rust implementation of the CVE-...

6CVSS8.6AI score0.49575EPSS
Exploits13
CNNVD
CNNVD
added 2025/07/27 12:0 a.m.2 views

snow crate 安全漏洞

snow crate is a Rust implementation of the Noise Protocol Framework by the individual developer Jake McGinty. A security vulnerability exists in snow crate versions prior to 0.9.5, which stems from the use of stateful TransportState that can lead to message delivery rejection...

4.3CVSS6.3AI score0.00231EPSS
Exploits0References4
Fedora
Fedora
added 2025/06/25 1:43 a.m.3 views

[SECURITY] Fedora 41 Update: mirrorlist-server-3.0.7-7.fc41

The mirrorlist-server uses the data created by MirrorManager2 https://github.com/fedora-infra/mirrormanager2 to answer client request for the "best" mirror. This implementation of the mirrorlist-server is written in Rust. The original version of the mirrorlist-server was part of the MirrorManager...

8.8CVSS7.3AI score0.00151EPSS
Exploits1
Fedora
Fedora
added 2025/06/25 1:19 a.m.3 views

[SECURITY] Fedora 42 Update: mirrorlist-server-3.0.7-7.fc42

The mirrorlist-server uses the data created by MirrorManager2 https://github.com/fedora-infra/mirrormanager2 to answer client request for the "best" mirror. This implementation of the mirrorlist-server is written in Rust. The original version of the mirrorlist-server was part of the MirrorManager...

8.8CVSS7.3AI score0.00151EPSS
Exploits1
Fedora
Fedora
added 2025/06/17 2:29 a.m.3 views

[SECURITY] Fedora 41 Update: fido-device-onboard-0.5.1-3.fc41

A rust implementation of the FIDO Device Onboard Specification...

8.8CVSS7.3AI score0.00151EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2025/05/23 8:52 a.m.2 views

CVE-2024-41949

biscuit-rust is the Rust implementation of Biscuit, an authentication and authorization token for microservices architectures. Third-party blocks can be generated without transferring the whole token to the third-party authority. Instead, a ThirdPartyBlock request can be sent, providing only the...

6.4CVSS7AI score0.00109EPSS
Exploits0References1
NVD
NVD
added 2025/05/12 3:16 p.m.14 views

CVE-2025-46717

sudo-rs is a memory safe implementation of sudo and su written in Rust. Prior to version 0.2.6, users with no or very limited sudo privileges can determine whether files exists in folders that they otherwise cannot access using sudo --list . Users with local access to a machine can discover the...

3.3CVSS0.0007EPSS
Exploits1References2
Cvelist
Cvelist
added 2025/05/12 2:54 p.m.15 views

CVE-2025-46718 sudo-rs Allows Low Privilege Users to Enumerate Privileges of Others

sudo-rs is a memory safe implementation of sudo and su written in Rust. Prior to version 0.2.6, users with limited sudo privileges e.g. execution of a single command can list sudo privileges of other users using the -U flag. This vulnerability allows users with limited sudo privileges to enumerat...

3.3CVSS0.00098EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2025/05/12 2:52 p.m.5 views

CVE-2025-46717 sudo-rs Allows Low Privilege Users to Discover the Existence of Files in Inaccessible Folders

sudo-rs is a memory safe implementation of sudo and su written in Rust. Prior to version 0.2.6, users with no or very limited sudo privileges can determine whether files exists in folders that they otherwise cannot access using sudo --list . Users with local access to a machine can discover the...

3.3CVSS3.7AI score0.0007EPSS
Exploits1References2
RedhatCVE
RedhatCVE
added 2025/04/06 3:31 p.m.4 views

CVE-2025-31130

gitoxide is an implementation of git written in Rust. Before 0.42.0, gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks. gitoxide uses the sha1smol or sha1 crate, both of which implement standard SHA-1 without any mitigations...

6.8CVSS6.8AI score0.0002EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/04/04 2:41 p.m.10 views

CVE-2025-31130 gitoxide does not detect SHA-1 collision attacks

gitoxide is an implementation of git written in Rust. Before 0.42.0, gitoxide uses SHA-1 hash implementations without any collision detection, leaving it vulnerable to hash collision attacks. gitoxide uses the sha1smol or sha1 crate, both of which implement standard SHA-1 without any mitigations...

6.8CVSS7.1AI score0.0002EPSS
Exploits0References2
NVD
NVD
added 2025/03/03 5:15 p.m.7 views

CVE-2025-27498

aes-gcm is a pure Rust implementation of the AES-GCM. In decryptinplacedetached, the decrypted ciphertext which is the correct ciphertext is exposed even if the tag is incorrect. This is because in decryptinplace in asconcore.rs, tag verification causes an error to be returned with the plaintext...

5.6CVSS0.00036EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/03/03 4:52 p.m.3 views

CVE-2025-27498

aes-gcm is a pure Rust implementation of the AES-GCM. In decryptinplacedetached, the decrypted ciphertext which is the correct ciphertext is exposed even if the tag is incorrect. This is because in decryptinplace in asconcore.rs, tag verification causes an error to be returned with the plaintext...

5.6CVSS5.3AI score0.00036EPSS
Exploits0
CVE
CVE
added 2025/03/03 4:52 p.m.75 views

CVE-2025-27498

The CVE-2025-27498 entry concerns a vulnerability in a pure Rust AES-GCM implementation where decrypt_in_place_detached can expose the decrypted plaintext even if the authentication tag is invalid. Root cause: in decrypt_in_place in asconcore.rs, a tag verification error is returned while the pla...

5.6CVSS6.7AI score0.00036EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2025/02/13 3:20 p.m.9 views

CVE-2025-24903 libsignal-service-rs Doesn't Check Origin of Sync Messages

libsignal-service-rs is a Rust version of the libsignal-service-java library which implements the core functionality to communicate with Signal servers. Prior to commit 82d70f6720e762898f34ae76b0894b0297d9b2f8, any contact may forge a sync message, impersonating another device of the local user...

8.5CVSS6.8AI score0.00095EPSS
Exploits0References2
Rows per page
Query Builder