RUSTSEC-2024-0356

See a problem?
Source
https://rustsec.org/advisories/RUSTSEC-2024-0356
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2024-0356.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2024-0356
Aliases
Published
2024-07-18T12:00:00Z
Modified
2024-07-19T10:27:00.905214Z
Summary
`UserIdentity::is_verified` not checking verification status of own user identity while performing the check
Details

The UserIdentity::is_verified() method in the matrix-sdk-crypto crate before version 0.7.2 doesn't take into account the verification status of the user's own identity while performing the check and may as a result return a value contrary to what is implied by its name and documentation.

Impact

If the method is used to decide whether to perform sensitive operations towards a user identity, a malicious homeserver could manipulate the outcome in order to make the identity appear trusted. This is not a typical usage of the method, which lowers the impact. The method itself is not used inside the matrix-sdk-crypto crate.

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.7.2

Ecosystem specific

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

Database specific

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