RUSTSEC-2024-0434

Source
https://rustsec.org/advisories/RUSTSEC-2024-0434
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2024-0434.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2024-0434
Aliases
Published
2024-01-07T12:00:00Z
Modified
2025-01-22T10:41:54.775936Z
Summary
Missing facility to signal rotation of a verified cryptographic identity
Details

Versions of the matrix-sdk-crypto Rust crate before 0.8.0 lack a dedicated mechanism to notify that a user's cryptographic identity has changed from a verified to an unverified one, which could cause client applications relying on the SDK to overlook such changes.

matrix-sdk-crypto 0.8.0 adds a new VerificationLevel::VerificationViolation enum variant which indicates that a previously verified identity has been changed.

Database specific
{
    "license": "CC0-1.0"
}
References

Affected packages

crates.io / matrix-sdk-crypto

Package

Name
matrix-sdk-crypto
View open source insights on deps.dev
Purl
pkg:cargo/matrix-sdk-crypto

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.8.0

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": "notice",
    "categories": [
        "crypto-failure"
    ]
}