Lucene search
+L

73 matches found

Kitploit
Kitploit
added 2026/09/14 4:08 a.m.12 views

hashes

RustCrypto: Hashes Collection of cryptographic hash functions written in pure Rust. All algorithms reside in separate crates and are implemented using traits from digest crate. Usage examples are provided in digest and hash implementation crate docs. Additionally all crates do not require the...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/14 12:59 a.m.9 views

RSA

RustCrypto: RSA A portable RSA implementation in pure Rust. Example root@kitploit: use rsa::Pkcs1v15Encrypt, RsaPrivateKey, RsaPublicKey; let mut rng = rand::rng; let bits = 2048; let privkey = RsaPrivateKey::new&mut rng, bits.expect"failed to generate a key"; let pubkey =...

6AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/13 8:09 p.m.6 views

WhiteBeam

Seguridad transparente en endpoints Características Bloquear y detectar ataques avanzados Criptografía moderna auditada: RustCrypto para hash y cifrado Alta compatibilidad: Desarrollo centrado en todas las plataformas incl. heredadas y arquitecturas Código fuente disponible: Auditorías bienvenida...

5.9AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/25 9:55 a.m.8 views

CVE-2026-50185

A flaw was found in the cmov component of RustCrypto. The aarch64 implementations of Cmov and CmovEq incorrectly assume that high bits are zero-extended when loading values smaller than a register. This can lead to incorrect output when certain high bits are set in a Cmov selector or in the u16 a...

3.3CVSS5.2AI score0.00157EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/08/19 7:15 p.m.14 views

block_buffer: panic corrupts inline buffer position

Summary A caught panic may leave the cursor position of EagerBuffer or ReadBuffer in a corrupted state; this in turn allows out-of-bounds reads/writes. Details & PoC The following two tests fail miri: rust cfgmiri test fn eagerdigestblockspaniccorruptsinlineposition // EagerBuffer stores its curs...

6AI score
SaveExploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2026/07/21 4:36 p.m.7 views

cmov: cmov: Incorrect output due to improper zero-extension in aarch64 conditional move operations

A flaw was found in the cmov component of RustCrypto. The aarch64 implementations of Cmov and CmovEq incorrectly assume that high bits are zero-extended when loading values smaller than a register. This can lead to incorrect output when certain high bits are set in a Cmov selector or in the u16 a...

3.3CVSS5.3AI score0.00157EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/17 7:17 p.m.12 views

DEBIAN-CVE-2026-50185

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. From 0.1.1 until 0.5.4, the aarch64 implementations of Cmov and CmovEq in cmov/src/backends/aarch64.rs assume high bits ar...

3.3CVSS5.4AI score0.00157EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/17 7:17 p.m.12 views

CVE-2026-50185

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. From 0.1.1 until 0.5.4, the aarch64 implementations of Cmov and CmovEq in cmov/src/backends/aarch64.rs assume high bits ar...

3.3CVSS0.00157EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/07/17 7:17 p.m.18 views

CVE-2026-50185

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. From 0.1.1 until 0.5.4, the aarch64 implementations of Cmov and CmovEq in cmov/src/backends/aarch64.rs assume high bits ar...

3.3CVSS5.6AI score0.00157EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/07/17 6:35 p.m.14 views

CVE-2026-50185

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. From 0.1.1 until 0.5.4, the aarch64 implementations of Cmov and CmovEq in cmov/src/backends/aarch64.rs assume high bits ar...

3.3CVSS5.5AI score0.00157EPSS
SaveExploits1
OSV
OSV
added 2026/07/17 6:35 p.m.8 views

CVE-2026-50185 RustCrypto Cmov/CmovEq on aarch64 can produce wrong results if high-bits of registers are set

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. From 0.1.1 until 0.5.4, the aarch64 implementations of Cmov and CmovEq in cmov/src/backends/aarch64.rs assume high bits ar...

2CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/07/17 6:35 p.m.100 views

CVE-2026-50185

CVE-2026-50185 affects RustCrypto CMOV (cmov crate) aarch64 backends where Cmov and CmovEq incorrectly assume high bits are zero-extended when loading small values, causing left.cmovz and cmoveq operations to produce incorrect results under certain casts or inline-asm paths. Affected range is 0.1...

3.3CVSS5.4AI score0.00157EPSS
SaveExploits1References3Affected Software1
RustSec
RustSec
added 2026/02/04 12:00 p.m.29 views

Missing Check for All-Zero X25519 Shared Secret

Computing an X25519 shared secret with x25519dalek::StaticSecret::diffiehellman does not include the check that the key exchange was contributory, i.e. does not ensure on its own that the resulting shared secret is non-zero. Impact RFC 9180 mandates that implementations of HPKE must check for all...

5.8AI score
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/30 9:23 p.m.13 views

CVE-2025-62514

Parsec is a cloud-based application for cryptographically secure file sharing. In versions on the 3.x branch prior to 3.6.0, libparseccrypto, a component of the Parsec application, does not check for weak order point of Curve25519 when compiled with its RustCrypto backend. In practice this means ...

8.3CVSS5.9AI score0.00264EPSS
SaveExploits1References1
NVD
NVD
added 2026/01/29 4:16 p.m.17 views

CVE-2025-62514

Parsec is a cloud-based application for cryptographically secure file sharing. In versions on the 3.x branch prior to 3.6.0, libparseccrypto, a component of the Parsec application, does not check for weak order point of Curve25519 when compiled with its RustCrypto backend. In practice this means ...

8.3CVSS0.00264EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2026/01/29 3:46 p.m.9 views

CVE-2025-62514 `libparsec_crypto` does not check for weak order point of curve 25519

Parsec is a cloud-based application for cryptographically secure file sharing. In versions on the 3.x branch prior to 3.6.0, libparseccrypto, a component of the Parsec application, does not check for weak order point of Curve25519 when compiled with its RustCrypto backend. In practice this means ...

8.3CVSS5.9AI score0.00264EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/01/29 3:46 p.m.15 views

EUVD-2025-206513

Parsec is a cloud-based application for cryptographically secure file sharing. In versions on the 3.x branch prior to 3.6.0, libparseccrypto, a component of the Parsec application, does not check for weak order point of Curve25519 when compiled with its RustCrypto backend. In practice this means ...

8.3CVSS5.9AI score0.00264EPSS
SaveExploits1References5
OSV
OSV
added 2026/01/29 3:46 p.m.17 views

CVE-2025-62514 `libparsec_crypto` does not check for weak order point of curve 25519

Parsec is a cloud-based application for cryptographically secure file sharing. In versions on the 3.x branch prior to 3.6.0, libparseccrypto, a component of the Parsec application, does not check for weak order point of Curve25519 when compiled with its RustCrypto backend. In practice this means ...

8.3CVSS5.9AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/01/29 3:46 p.m.8 views

CVE-2025-62514

Parsec is a cloud-based application for cryptographically secure file sharing. In versions on the 3.x branch prior to 3.6.0, libparseccrypto, a component of the Parsec application, does not check for weak order point of Curve25519 when compiled with its RustCrypto backend. In practice this means ...

8.3CVSS5.9AI score0.00264EPSS
SaveExploits1References6Affected Software1
CVE
CVE
added 2026/01/29 3:46 p.m.40 views

CVE-2025-62514

Parsec’s 3.x web component libparsec_crypto (RustCrypto backend) does not verify weak order points for Curve25519 in versions before 3.6.0. An attacker in a MITM could supply weak order points to both parties during Diffie-Hellman, increasing the chance that both ends derive the same shared key a...

8.3CVSS5.9AI score0.00264EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder