Lucene search
+L

168 matches found

GitLab Advisory Database
GitLab Advisory Database
added 2026/04/03 12:0 a.m.42 views

Swift Crypto: X-Wing HPKE Decapsulation Accepts Malformed Ciphertext Length

The X-Wing decapsulation path accepts attacker-controlled encapsulated ciphertext bytes without enforcing the required fixed ciphertext length. The decapsulation call is forwarded into a C API, which expects a compile-time fixed-size ciphertext buffer of 1120 bytes. This creates an FFI...

7.5CVSS6AI score0.00472EPSS
SaveExploits1References4Affected Software1
CVE
CVE
added 2026/03/19 8:29 p.m.26 views

CVE-2026-3849

CVE-2026-3849 describes a stack buffer overflow in wolfSSL 5.8.4’s ECH (Encrypted Client Hello) support, specifically in wc_HpkeLabeledExtract triggered by an oversized ECH config. The issue could allow remote execution or a client crash when a malicious TLS server sends a crafted ECH config. ECH...

9.8CVSS6.2AI score0.00444EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/19 12:0 a.m.14 views

PT-2026-26349

Name of the Vulnerable Software and Affected Versions wolfSSL version 5.8.4 Description A flaw exists in wolfSSL 5.8.4’s Encrypted Client Hello ECH support. A specially crafted ECH configuration from a malicious TLS server can trigger a stack buffer overflow on the client side. This could...

9.8CVSS6.6AI score0.00444EPSS
SaveExploits0References10
RustSec
RustSec
added 2026/02/05 12:0 p.m.17 views

Nonce Reuse in HPKE Context

The sequence number that is used to compute the AEAD nonce when using a re-usable HPKE context is incremented after each seal or open operation. This sequence number was stored as a u32 and used regular addition on u32 for the increment, meaning in release mode it would silently wrap around to 0...

5.8AI score
SaveExploits0Affected Software1
Packet Storm News
Packet Storm News
added 2026/01/24 12:0 a.m.7 views

On the Impossibility of Simulation Security for Quantum Functional Encryption

Functional encryption is a powerful cryptographic primitive that enables fine-grained access to encrypted data and underlies numerous applications. Although the ideal security notion for FE simulation security has been shown to be impossible in the classical setting, those impossibility results...

5.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:0 a.m.9 views

MiracleLinux 7 : java-1.8.0-openjdk-1.8.0.151-1.b12.el7 (AXSA:2017-2339:07)

The remote MiracleLinux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2017-2339:07 advisory. Multiple flaws were discovered in the RMI and Hotspot components in OpenJDK. An untrusted Java application or applet could use these flaws to...

9.6CVSS6.8AI score0.16181EPSS
SaveExploits2References15
Github Security Blog
Github Security Blog
added 2026/01/13 3:2 p.m.11 views

RustCrypto Has Insufficient Length Validation in decrypt() in SM2-PKE

Summary A denial-of-service vulnerability exists in the SM2 public-key encryption PKE implementation: the decrypt path performs unchecked slice::splitat operations on input buffers derived from untrusted ciphertext. An attacker can submit short/undersized ciphertext or carefully-crafted DER-encod...

7.5CVSS7.3AI score0.00284EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/01/13 12:0 a.m.12 views

PT-2026-2766

Name of the Vulnerable Software and Affected Versions Windows versions affected versions not specified Windows Server versions affected versions not specified Description The issue centers around the approaching expiration of Microsoft certificates used in Windows Secure Boot, specifically those...

6.4CVSS5.9AI score0.01EPSS
SaveExploits0References25
CNNVD
CNNVD
added 2026/01/13 12:0 a.m.10 views

Jervis 加密问题漏洞

Jervis is an automation tool from the personal developer Sam Gleske. A vulnerability in cryptographic issues exists in versions prior to Jervis 2.2, which stems from the use of PKCS1Encoding encryption that is vulnerable to the Bleichenbacher padding prediction attack...

8.7CVSS5.8AI score0.00133EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/01/10 5:17 a.m.6 views

CVE-2026-22700 RustCrypto Has Insufficient Length Validation in decrypt() in SM2-PKE

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 denial-of-service vulnerability...

7.5CVSS6.5AI score0.00284EPSS
SaveExploits1References3
OSV
OSV
added 2026/01/10 5:17 a.m.8 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 score
SaveExploits0References8
CVE
CVE
added 2026/01/10 5:17 a.m.36 views

CVE-2026-22698

CVE-2026-22698 affects the RustCrypto Elliptic Curves library (SM2 PKE) in versions 0.14.0-pre.0 through 0.14.0-rc.0. The root cause is a unit-mismatch in the nonce generation path: the code computes the nonce length as a 32-bit value but feeds it as a bit-length to the RNG, producing a 32-bit en...

8.7CVSS6.5AI score0.0025EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/01/10 5:17 a.m.10 views

EUVD-2026-1876

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.3AI score0.0025EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2026/01/10 5:17 a.m.33 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.0025EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/01/09 10:27 p.m.16 views

SM2-PKE has 32-bit Biased Nonce Vulnerability

Summary A critical vulnerability exists in the SM2 Public Key Encryption PKE implementation where the ephemeral nonce k is generated with severely reduced entropy. A unit mismatch error causes the nonce generation function to request only 32 bits of randomness instead of the expected 256 bits. Th...

8.7CVSS6.5AI score0.0025EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2026/01/09 10:27 p.m.6 views

GHSA-W3G8-FP6J-WVQW SM2-PKE has 32-bit Biased Nonce Vulnerability

Summary A critical vulnerability exists in the SM2 Public Key Encryption PKE implementation where the ephemeral nonce k is generated with severely reduced entropy. A unit mismatch error causes the nonce generation function to request only 32 bits of randomness instead of the expected 256 bits. Th...

8.7CVSS6.5AI score0.0025EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2026/01/09 12:0 a.m.20 views

PT-2026-2248

Name of the Vulnerable Software and Affected Versions RustCrypto versions 0.14.0-pre.0 through 0.14.0-rc.0 Description The Elliptic Curves library within RustCrypto, a general-purpose Elliptic Curve Cryptography ECC implementation, contains a flaw in its SM2 Public Key Encryption PKE...

8.7CVSS6.5AI score0.0025EPSS
SaveExploits1References17
Cvelist
Cvelist
added 2025/12/29 4:18 p.m.40 views

CVE-2025-53627 Meshtastic firmware allows forged DMs with no PKC to show up as encrypted

Meshtastic is an open source mesh networking solution. The Meshtastic firmware starting from version 2.5 introduces asymmetric encryption PKI for direct messages, but when the pkiencrypted flag is missing, the firmware silently falls back to legacy AES-256-CTR channel encryption. This was an...

5.3CVSS0.00195EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/12/29 4:18 p.m.53 views

EUVD-2025-205605

Meshtastic is an open source mesh networking solution. The Meshtastic firmware starting from version 2.5 introduces asymmetric encryption PKI for direct messages, but when the pkiencrypted flag is missing, the firmware silently falls back to legacy AES-256-CTR channel encryption. This was an...

5.3CVSS6.3AI score0.00195EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/12/29 4:18 p.m.8 views

CVE-2025-53627 Meshtastic firmware allows forged DMs with no PKC to show up as encrypted

Meshtastic is an open source mesh networking solution. The Meshtastic firmware starting from version 2.5 introduces asymmetric encryption PKI for direct messages, but when the pkiencrypted flag is missing, the firmware silently falls back to legacy AES-256-CTR channel encryption. This was an...

5.3CVSS6.4AI score0.00195EPSS
SaveExploits1References1
Rows per page
Query Builder