GHSA-753p-wrj5-g8fj

Suggest an improvement
Source
https://github.com/advisories/GHSA-753p-wrj5-g8fj
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/12/GHSA-753p-wrj5-g8fj/GHSA-753p-wrj5-g8fj.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-753p-wrj5-g8fj
Published
2024-12-11T21:47:37Z
Modified
2024-12-11T21:48:32Z
Summary
PQClean has a correctness error in HQC decapsulation
Details

Impact

A correctness error has been identified in the reference implementation of the HQC key encapsulation mechanism. Due to an indexing error, part of the secret key is incorrectly treated as non-secret data. This results in an incorrect shared secret value being returned when the decapsulation function is called with a malformed ciphertext.

No concrete attack exploiting the error has been identified at this point. However, the error involves mishandling of the secret key, and in principle this presents a security vulnerability.

Patches

PQClean does not have a release process, as it is a collection of implementations. If you obtained a HQC implementation from PQClean, please update to a version that includes the fixes proposed in https://github.com/PQClean/PQClean/pull/578.

Please also refer to our security policy.

Workarounds

Manually patching is always possible

Further details

In the 2023/04/30 version of the HQC specification and reference implementation, an extra field (sigma) was added to the secret key structure to enable implicit rejection of malformed ciphertexts. The logic to retrieve the public key from the secret key in the decapsulation function was not updated accordingly. As a result, sigma is treated as part of the public key. Later in the decapsulation call, a incorrectly constructed comparison check allows this error to go through undetected. Due to how these two bugs interfere with each other, the decapsulation function never uses sigma to perform implicit rejection; instead, it accepts malformed ciphertexts and returns shared secrets based on their decryptions.

References

This issue was first reported in OQS https://github.com/open-quantum-safe/liboqs/security/advisories/GHSA-gpf4-vrrw-r8v7. The vulnerability was identified by Célian Glénaz and Dahmun Goudarzi (Quarkslab).

Database specific
{
    "cwe_ids": [
        "CWE-1240",
        "CWE-200"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2024-12-11T21:47:37Z",
    "nvd_published_at": null,
    "severity": "HIGH"
}
References

Affected packages

crates.io / pqcrypto-hqc

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.2.1

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/12/GHSA-753p-wrj5-g8fj/GHSA-753p-wrj5-g8fj.json"