Cryptographic Library Vulnerability in PyQuorum
CVE-2026-44368
6.9MEDIUM
What is CVE-2026-44368?
The PyQuorum cryptographic library, known for its functionalities in secret sharing and key management, has a vulnerability in its mul_mod function. This function executes multiplication using a binary expansion loop that causes execution time to vary depending on the Hamming weight of the second operand. An attacker monitoring the secret-sharing operations remotely can exploit this timing discrepancy to progressively deduce the values of the shares, potentially reconstructing the secret. The issue has been resolved in version 0.2.1 and users are urged to update to this version to mitigate the risk.
Affected Version(s)
pyquorum < 0.2.1
