cvelist/2024/52xxx/CVE-2024-52813.json

91 lines
3.3 KiB
JSON
Raw Normal View History

2024-11-15 18:00:37 +00:00
{
2025-01-07 16:01:00 +00:00
"data_version": "4.0",
2024-11-15 18:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-52813",
2025-01-07 16:01:00 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-11-15 18:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-01-07 16:01:00 +00:00
"value": "matrix-rust-sdk is an implementation of a Matrix client-server library in Rust. 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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-223: Omission of Security-relevant Information",
"cweId": "CWE-223"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "matrix-org",
"product": {
"product_data": [
{
"product_name": "matrix-rust-sdk",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 0.8.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-r5vf-wf4h-82gg",
"refsource": "MISC",
"name": "https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-r5vf-wf4h-82gg"
},
{
"url": "https://github.com/matrix-org/matrix-rust-sdk/pull/3795",
"refsource": "MISC",
"name": "https://github.com/matrix-org/matrix-rust-sdk/pull/3795"
}
]
},
"source": {
"advisory": "GHSA-r5vf-wf4h-82gg",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
2024-11-15 18:00:37 +00:00
}
]
}
}