Lucene search
K

41 matches found

vulnersOsv
vulnersOsv
added 2026/02/11 12:0 p.m.0 views

openmls (>=0.4.0-pre.1 <=0.4.0-pre.2), openmls_evercrypt (>=0.1.0-pre.1 <=0.1.0-pre.2) +2 more potentially affected by unknown CVE via hpke-rs (=0.1.2)

hpke-rs CARGO version =0.1.2 is affected by a known vulnerability. The following packages have a transitive dependency on hpke-rs and may be impacted: - openmls =0.4.0-pre.1, =0.1.0-pre.1, =0.1.0, =0.3.0, =0.9.0 Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2026-0070...

5.8AI score
Exploits0
Fedora
Fedora
added 2026/02/11 1:0 a.m.2 views

[SECURITY] Fedora 42 Update: rust-crypto-auditing-client-0.2.3-5.fc42

Event broker client for crypto-auditing project...

7.5CVSS5.4AI score0.0004EPSS
Exploits1
Fedora
Fedora
added 2026/02/10 1:34 a.m.3 views

[SECURITY] Fedora 43 Update: rust-crypto-auditing-event-broker-0.2.4-2.fc43

Event broker for crypto-auditing project...

7.5CVSS5.4AI score0.0004EPSS
Exploits1
Fedora
Fedora
added 2026/02/10 1:34 a.m.2 views

[SECURITY] Fedora 43 Update: rust-crypto-auditing-log-parser-0.2.4-2.fc43

Event log parser for crypto-auditing project...

7.5CVSS5.5AI score0.0004EPSS
Exploits1
vulnersOsv
vulnersOsv
added 2026/02/05 12:0 p.m.1 views

openmls (>=0.4.0-pre.1 <=0.4.0-pre.2), openmls_evercrypt (>=0.1.0-pre.1 <=0.1.0-pre.2) +2 more potentially affected by unknown CVE via hpke-rs (=0.1.2)

hpke-rs CARGO version =0.1.2 is affected by a known vulnerability. The following packages have a transitive dependency on hpke-rs and may be impacted: - openmls =0.4.0-pre.1, =0.1.0-pre.1, =0.1.0, =0.3.0, =0.9.0 Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2026-0071...

5.8AI score
Exploits0
vulnersOsv
vulnersOsv
added 2026/02/04 12:0 p.m.1 views

hpke-rs (>=0.1.0-pre.1 <=0.1.0-pre.2), openmls (>=0.4.0-pre.1 <=0.4.0-pre.2) +2 more potentially affected by unknown CVE via hpke-rs-rust-crypto (=0.1.1)

hpke-rs-rust-crypto CARGO version =0.1.1 is affected by a known vulnerability. The following packages have a transitive dependency on hpke-rs-rust-crypto and may be impacted: - hpke-rs =0.1.0-pre.1, =0.4.0-pre.1, =0.1.0, =0.3.0, =0.9.0 Source cves: unknown CVE Source advisory: OSV:RUSTSEC-2026-00...

5.8AI score
Exploits0
Packet Storm News
Packet Storm News
added 2026/02/01 12:0 a.m.3 views

Sleep Reveals the Nonce: Breaking ECDSA Using Sleep-Based Power Side-Channel Vulnerability

Security of Elliptic Curve Digital Signature Algorithm ECDSA depends on the secrecy of the per-signature nonce. Even partial nonce leakage can expose the long-term private key through lattice-based cryptanalysis. In this paper, we introduce a previously unexplored power side-channel vulnerability...

5.4AI score
Exploits0
RedhatCVE
RedhatCVE
added 2026/01/29 3:26 a.m.4 views

CVE-2026-24850

The ML-DSA crate is a Rust implementation of the Module-Lattice-Based Digital Signature Standard ML-DSA. Starting in version 0.0.4 and prior to version 0.1.0-rc.4, the ML-DSA signature verification implementation in the RustCrypto ml-dsa crate incorrectly accepts signatures with repeated duplicat...

5.3CVSS5.9AI score0.00017EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2026/01/28 4:44 p.m.6 views

ML-DSA Signature Verification Accepts Signatures with Repeated Hint Indices

Affected Crate: ml-dsa Affected Versions: v0.1.0-rc.2 and commits since b01c3b7 Severity: Medium Reporter: Oren Yomtov Fireblocks Summary The ML-DSA signature verification implementation in the RustCrypto ml-dsa crate incorrectly accepts signatures with repeated duplicate hint indices. According ...

5.3CVSS5.8AI score0.00017EPSS
Exploits0References13Affected Software1
CVE
CVE
added 2026/01/28 12:24 a.m.8 views

CVE-2026-24850

The CVE-2026-24850 issue affects the RustCrypto ml-dsa crate. A regression in the signature verification path allowed repeated hint indices by using a non-strict monotonic check (&lt;=) instead of a strict

5.3CVSS5.9AI score0.00017EPSS
Exploits0References11
CVE
CVE
added 2026/01/15 7:13 p.m.10 views

CVE-2026-23519

The CVE-2026-23519 entry describes RustCrypto CMOV, which provides conditional move CPU intrinsics. The vulnerability concerns the thumbv6m-none-eabi target (Cortex-M0, M0+, M1) where the compiler emitted non-constant-time assembly for cmovnz prior to version 0.4.4. The issue affects how conditio...

9.8CVSS6.7AI score0.00036EPSS
Exploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/15 7:13 p.m.1 views

CVE-2026-23519

RustCrypto CMOV provides conditional move CPU intrinsics which are guaranteed on major platforms to execute in constant-time and not be rewritten as branches by the compiler. Prior to 0.4.4, the thumbv6m-none-eabi Cortex M0, M0+ and M1 compiler emits non-constant time assembly when using cmovnz...

9.8CVSS5.6AI score0.00036EPSS
Exploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/15 6:17 p.m.6 views

RustCrypto Utilities cmov: `thumbv6m-none-eabi` compiler emits non-constant time assembly when using `cmovnz`

Summary thumbv6m-none-eabi Cortex M0, M0+ and M1 compiler emits non-constant time assembly when using cmovnz portable version. I did not found any other target with the same behaviour but I did not go through all targets supported by Rust. Details It seems that, during mask computation, an LLVM...

9.8CVSS6.9AI score0.00036EPSS
Exploits1References5Affected Software1
CNNVD
CNNVD
added 2026/01/15 12:0 a.m.1 views

RustCrypto security vulnerabilities

RustCrypto is an open-source authentication encryption algorithm with associated data algorithms developed by RustCrypto. Versions of RustCrypto prior to 0.4.4 contained security vulnerabilities, which were caused by the compiler generating non-constant-time assembly code...

9.8CVSS5.8AI score0.00036EPSS
Exploits1References2
CVE
CVE
added 2026/01/10 5:17 a.m.10 views

CVE-2026-22699

RustCrypto: Elliptic Curves (RustCrypto SM2 PKE) suffers a denial-of-service vulnerability in the decryption path when an invalid EC point is decoded. Affected versions are 0.14.0-pre.0 and 0.14.0-rc.0; AffinePoint::from_encoded_point(&encoded_c1) may yield None, but the code unwraps it, causing ...

7.5CVSS6.7AI score0.00186EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2026/01/10 5:17 a.m.1 views

CVE-2026-22698 RustCrypto SM2-PKE has 32-bit Biased Nonce Vulnerability

RustCrypto: Elliptic Curves is general purpose Elliptic Curve Cryptography ECC support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof. In versions 0.14.0-pre.0 and 0.14.0-rc.0, a critical vulnerability exists in...

8.7CVSS6.6AI score0.00051EPSS
Exploits1References8
Cvelist
Cvelist
added 2026/01/10 5:17 a.m.20 views

CVE-2026-22698 RustCrypto SM2-PKE has 32-bit Biased Nonce Vulnerability

RustCrypto: Elliptic Curves is general purpose Elliptic Curve Cryptography ECC support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof. In versions 0.14.0-pre.0 and 0.14.0-rc.0, a critical vulnerability exists in...

8.7CVSS0.00051EPSS
Exploits1References6
OpenVAS
OpenVAS
added 2025/10/28 12:0 a.m.2 views

Fedora: Security Advisory (FEDORA-2025-b6f15a721e)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

2.3CVSS6.8AI score0.00112EPSS
Exploits0References3
Fedora
Fedora
added 2025/09/12 7:33 p.m.3 views

[SECURITY] Fedora 43 Update: rust-crypto-auditing-agent-0.2.3-5.fc43

Event collector agent for crypto-auditing project...

2.3CVSS7AI score0.00112EPSS
Exploits0
Fedora
Fedora
added 2025/09/12 7:33 p.m.3 views

[SECURITY] Fedora 43 Update: rust-crypto-auditing-event-broker-0.2.3-5.fc43

Event broker for crypto-auditing project...

2.3CVSS7AI score0.00112EPSS
Exploits0
Rows per page
Query Builder