cvelist/2024/6xxx/CVE-2024-6303.json
2024-06-25 14:00:35 +00:00

100 lines
3.3 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-6303",
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Missing authorization in Client-Server API in Conduit <=0.7.0, allowing for any alias to be removed and added to another room, which can be used for privilege escalation by moving the #admins alias to a room which they control, allowing them to run commands resetting passwords, siging json with the server's key, deactivating users, and more"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-862: Missing Authorization",
"cweId": "CWE-862"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "The Conduit Contributors",
"product": {
"product_data": [
{
"product_name": "Conduit",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "0.8.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/famedly/conduit/-/releases/v0.8.0",
"refsource": "MISC",
"name": "https://gitlab.com/famedly/conduit/-/releases/v0.8.0"
},
{
"url": "https://conduit.rs/changelog/#v0-8-0-2024-06-12",
"refsource": "MISC",
"name": "https://conduit.rs/changelog/#v0-8-0-2024-06-12"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to version 0.8.0"
}
],
"credits": [
{
"lang": "en",
"value": "Matthias Ahouansou for finding and patching the vulnerability"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "CHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 9.9,
"baseSeverity": "CRITICAL"
}
]
}
}