CVE-2025-24904

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-24904
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-24904.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-24904
Aliases
  • GHSA-hrrc-wpfw-5hj2
Published
2025-02-13T15:24:20.246Z
Modified
2025-12-02T08:03:22.616453Z
Severity
  • 8.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:N CVSS Calculator
Summary
libsignal-service-rs doesn't sanity check plaintext envelopes are not sanity-checked
Details

libsignal-service-rs is a Rust version of the libsignal-service-java library which implements the core functionality to communicate with Signal servers. Prior to commit 82d70f6720e762898f34ae76b0894b0297d9b2f8, plaintext content envelopes could be injected by a server or a malicious client, and may have been able to bypass the end-to-end encryption and authentication. The vulnerability is fixed per 82d70f6720e762898f34ae76b0894b0297d9b2f8. The Metadata struct contains an additional was_encrypted field, which breaks the API, but should be easily resolvable. No known workarounds are available.

Database specific
{
    "cwe_ids": [
        "CWE-287",
        "CWE-74"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/24xxx/CVE-2025-24904.json"
}
References

Affected packages

Git / github.com/whisperfish/libsignal-service-rs

Affected ranges

Type
GIT
Repo
https://github.com/whisperfish/libsignal-service-rs
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed