Lucene search
+L

90 matches found

NVD
NVD
added 2025/03/03 5:15 p.m.44 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.00122EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/03 4:52 p.m.88 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.00122EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/03/03 4:52 p.m.88 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.00122EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/02/13 3:20 p.m.11 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.00179EPSS
SaveExploits0References2
Fedora
Fedora
added 2025/02/13 2:2 a.m.12 views

[SECURITY] Fedora 40 Update: fido-device-onboard-0.5.0-2.fc40

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

7.3AI score
SaveExploits0
Fedora
Fedora
added 2025/02/08 2:18 a.m.12 views

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

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

7.3AI score
SaveExploits0
GithubExploit
GithubExploit
added 2024/12/20 5:28 p.m.1087 views

Exploit for Improper Authentication in Google Android

⚠️ Disclaimer: For Research and Educational Purposes Only...

6.3CVSS7.4AI score0.07879EPSS
SaveExploits10
CVE
CVE
added 2024/12/05 3:24 p.m.73 views

CVE-2024-53856

CVE-2024-53856 affects the rPGP library (Rust OpenPGP) where, prior to version 0.14.1, crafted data can trigger panics/crashes in rpgp (e.g., during parsing OpenPGP messages, decrypting, parsing keys, or signing). This can lead to a denial-of-service through program termination. The issue is fixe...

7.5CVSS7.3AI score0.00448EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/05/01 10:45 a.m.62 views

CVE-2024-32984 Yamux Memory Exhaustion Vulnerability via Active::pending_frames property

Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended ...

7.5CVSS7.6AI score0.00761EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/01 10:45 a.m.29 views

CVE-2024-32984 Yamux Memory Exhaustion Vulnerability via Active::pending_frames property

Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended ...

7.5CVSS6.7AI score0.00761EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/04/26 6:4 p.m.54 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.4CVSS7AI score0.00514EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/02/26 12:0 a.m.9 views

NLnet Labs Routinator Security Breach

NLnet Labs Routinator is an RPKI Resource Public Key Infrastructure authenticator written in Rust by the NLnet Labs team in the Netherlands. A security vulnerability exists in NLnet Labs Routinator version 0.13.1 and prior versions, which stems from the termination of Routinator when an incoming...

7.5CVSS6.8AI score0.01004EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/01/24 12:0 a.m.19 views

RHCOS 4 : OpenShift Container Platform 4.12.9 (RHSA-2023:1408)

The remote Red Hat Enterprise Linux CoreOS 4 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2023:1408 advisory. - capnproto: out of bounds read when handling a list of lists. CVE-2022-46149 Note that Nessus has not tested for this issue but has instead...

5.4CVSS6.1AI score0.00852EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2023/10/02 12:0 a.m.20 views

Fedora 37 : firecracker / rust-aes-gcm (2023-bc40c7995e)

The remote Fedora 37 host has packages installed that are affected by a vulnerability as referenced in the FEDORA-2023-bc40c7995e advisory. - Update the aes-gcm crate to version 0.10.3. Addresses CVE-2023-42811. - Rebuild dependent packages firecracker for aes-gcm v0.10.3...

5.5CVSS5.8AI score0.00262EPSS
SaveExploits1References2
NVD
NVD
added 2023/09/22 4:15 p.m.27 views

CVE-2023-42811

aes-gcm is a pure Rust implementation of the AES-GCM. Starting in version 0.10.0 and prior to version 0.10.3, in the AES GCM implementation of decryptinplacedetached, the decrypted ciphertext i.e. the correct plaintext is exposed even if tag verification fails. If a program using the aes-gcm...

5.5CVSS5AI score0.00262EPSS
SaveExploits1References5
Prion
Prion
added 2023/09/22 4:15 p.m.26 views

Design/Logic Flaw

aes-gcm is a pure Rust implementation of the AES-GCM. Starting in version 0.10.0 and prior to version 0.10.3, in the AES GCM implementation of decryptinplacedetached, the decrypted ciphertext i.e. the correct plaintext is exposed even if tag verification fails. If a program using the aes-gcm...

1.7CVSS5.4AI score0.00262EPSS
SaveExploits1References5Affected Software2
Debian CVE
Debian CVE
added 2023/09/22 3:19 p.m.8 views

CVE-2023-42811

aes-gcm is a pure Rust implementation of the AES-GCM. Starting in version 0.10.0 and prior to version 0.10.3, in the AES GCM implementation of decryptinplacedetached, the decrypted ciphertext i.e. the correct plaintext is exposed even if tag verification fails. If a program using the aes-gcm...

5.5CVSS7.2AI score0.00262EPSS
SaveExploits1
Cvelist
Cvelist
added 2023/09/22 3:19 p.m.71 views

CVE-2023-42811 AEADs/aes-gcm: Plaintext exposed in decrypt_in_place_detached even on tag verification failure

aes-gcm is a pure Rust implementation of the AES-GCM. Starting in version 0.10.0 and prior to version 0.10.3, in the AES GCM implementation of decryptinplacedetached, the decrypted ciphertext i.e. the correct plaintext is exposed even if tag verification fails. If a program using the aes-gcm...

4.7CVSS5.7AI score0.00262EPSS
SaveExploits1References5
NVD
NVD
added 2023/09/19 3:15 p.m.37 views

CVE-2023-42447

blurhash-rs is a pure Rust implementation of Blurhash, software for encoding images into ASCII strings that can be turned into a gradient of colors representing the original image. In version 0.1.1, the blurhash parsing code may panic due to multiple panic-guarded out-of-bounds accesses on...

8.6CVSS8.6AI score0.00515EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2023/05/27 3:53 a.m.10 views

CVE-2023-33192 Improper handling of NTS cookie length that could crash the ntpd-rs server

ntpd-rs is an NTP implementation written in Rust. ntpd-rs does not validate the length of NTS cookies in received NTP packets to the server. An attacker can crash the server by sending a specially crafted NTP packet containing a cookie shorter than what the server expects. The server also crashes...

7.5CVSS6.7AI score0.00708EPSS
SaveExploits0References2
Rows per page
Query Builder