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

100 lines
3.2 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-6302",
"ASSIGNER": "cve@gitlab.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Lack of privilege checking when processing a redaction in Conduit versions v0.6.0 and lower, allowing a local user to redact any message from users on the same server, given that they are able to send redaction events."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-280: Improper Handling of Insufficient Permissions or Privileges ",
"cweId": "CWE-280"
}
]
}
]
},
"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.7.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://gitlab.com/famedly/conduit/-/releases/v0.7.0",
"refsource": "MISC",
"name": "https://gitlab.com/famedly/conduit/-/releases/v0.7.0"
},
{
"url": "https://conduit.rs/changelog/#v0-7-0-2024-04-25",
"refsource": "MISC",
"name": "https://conduit.rs/changelog/#v0-7-0-2024-04-25"
}
]
},
"solution": [
{
"lang": "en",
"value": "Upgrade to 0.7.0 or later"
}
],
"credits": [
{
"lang": "en",
"value": "Timo K\u00f6sters for finding the vulnerability, Matthias Ahouansou for patching it"
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH"
}
]
}
}