CVE-2026-6293

Use of a Cryptographic Algorithm with Weak Mathematical Properties in Lattice signature forgery due to improper hash-to-point binding in Kyber-JCE Lattice cryptographic engine

Verified by Precogs Threat Research
Last Updated: Nov 11, 2022
Base Score
8.1HIGH

Executive Summary

CVE-2026-6293 is a high severity vulnerability affecting qbom. It is classified as CWE-1244. Ensure your systems and dependencies are patched immediately to mitigate exposure risks.

Precogs AI Insight

"Precogs AI evaluates quantum risk parameters, auditing key-generation processes and hybrid exchange logic to prevent Harvest Now, Decrypt Later exposures."

Exploit Probability (EPSS)
Low (0.0%)
Public POC
Undisclosed
Exploit Probability
Elevated (52%)
Public POC
Available
Affected Assets
qbomCWE-1244

What is this vulnerability?

CVE-2026-6293 is categorized as a high Use of a Cryptographic Algorithm with Weak Mathematical Properties flaw with a CVSS base score of 8.1. Based on our vulnerability intelligence, this issue occurs when the application fails to securely handle untrusted data boundaries.

A security exposure has been identified in Kyber-JCE Lattice cryptographic engine. Specifying as lattice signature forgery due to improper hash-to-point binding in kyber-jce lattice cryptographic engine, this vulnerability enables remote or local actors to exploit bounds or logical checks.

This architectural defect enables adversaries to bypass intended security controls, directly manipulating the application's execution state or data layer. Immediate strategic intervention is required.

Risk Assessment

MetricValue
CVSS Base Score8.1 (HIGH)
Vector StringCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
PublishedNovember 11, 2022
Last ModifiedNovember 11, 2022
Related CWEsCWE-1244

Impact on Systems

Decryption Risk: Intercepted network payloads can be decrypted retrospectively once quantum resources scale.

Signature Forgery: Quantum factoring breaks code-signing credentials, letting attackers verify backdoored updates.

Bypass of Verification: Session-negotiation parameters collapse, allowing unauthorized handshake bypasses.

How to Fix and Mitigate CVE-2026-6293

  1. Deploy Hybrid Cipher Suites: Configure TLS to negotiate hybrid classical-PQC exchanges (e.g., X25519 + Kyber/ML-KEM).
  2. Inventory Cryptography: Implement a Quantum Bill of Materials (QBOM) to audit key lengths and algorithm classes.
  3. Decommission RSA-2048: Upgrade standard asymmetric keys to RSA-4096 or ECC P-384.

Defending with Precogs AI

Precogs AI evaluates quantum risk parameters, auditing key-generation processes and hybrid exchange logic to prevent Harvest Now, Decrypt Later exposures.

Use Precogs to continuously scan your codebase, binaries, APIs, and infrastructure for this vulnerability class and related attack patterns. Our AI-powered detection engine combines static analysis with threat intelligence to identify exploitable weaknesses before attackers do.

Start scanning with Precogs →

Vulnerability Code Signature

Attack Data Flow

StageDetail
SourcePublic-key cryptography algorithm type
VectorImplementation of discrete log or factorization mathematics
SinkOutbound secure handshake negotiation
ImpactHarvest Now, Decrypt Later attack vulnerability

Vulnerable Code Pattern

# ❌ VULNERABLE: Using Elliptic Curve Diffie-Hellman (ECDH) which is broken by Shor's algorithm
from cryptography.hazmat.primitives.asymmetric import ec
private_key = ec.generate_private_key(ec.SECP284R1())

Secure Code Pattern

# ✅ SECURE: Migrating to lattice-based post-quantum cryptography (PQC) like ML-KEM
private_key = generate_post_quantum_lattice_key()

How Precogs Detects This

Precogs AI identifies math properties susceptible to quantum factoring and flags them for lattice-based PQC replacement.

Related Vulnerabilitiesvia CWE-1244

CVE-2026-61645.6 MEDIUM

Use of a Cryptographic Algorithm with Weak Mathematical Properties in Quantum Harvest Now Decrypt Later vulnerability in legacy key exchange configurations in Rustls Kyber Kyber decryptor

CWE-1244
CVE-2026-62279.8 CRITICAL

Use of a Cryptographic Algorithm with Weak Mathematical Properties in Incorrect polynomial reduction in Dilithium signature validation in Go PQC Hybrid key negotiator

CWE-1244
CVE-2026-63115.6 MEDIUM

Use of a Cryptographic Algorithm with Weak Mathematical Properties in Mismatched PQC algorithm parameters in secure boot validation in Liboqs ML-DSA-65 signature compiler

CWE-1244
CVE-2026-63959.8 CRITICAL

Use of a Cryptographic Algorithm with Weak Mathematical Properties in Incorrect polynomial reduction in Dilithium signature validation in Go PQC ML-KEM-768 engine

CWE-1244
CVE-2026-64589.1 CRITICAL

Use of a Cryptographic Algorithm with Weak Mathematical Properties in Weak seed entropy in ML-KEM lattice key pair generation in BoringSSL PQC Lattice cryptographic engine

CWE-1244
CVE-2026-65429.8 CRITICAL

Use of a Cryptographic Algorithm with Weak Mathematical Properties in Memory leak in ML-KEM decapsulation routine during TLS handshake in Dilithium-Sign Hybrid key negotiator

CWE-1244

Is your system affected?

Precogs AI detects CVE-2026-6293 in compiled binaries, LLMs, and application layers — even without source code access.