cvelist/2023/0xxx/CVE-2023-0809.json

94 lines
2.9 KiB
JSON
Raw Normal View History

2023-02-13 15:00:38 +00:00
{
2023-10-02 19:00:35 +00:00
"data_version": "4.0",
2023-02-13 15:00:38 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-0809",
2023-10-02 19:00:35 +00:00
"ASSIGNER": "security@eclipse.org",
"STATE": "PUBLIC"
2023-02-13 15:00:38 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-10-02 19:00:35 +00:00
"value": "In Mosquitto before 2.0.16, excessive memory is allocated based on malicious initial packets that are not CONNECT packets."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-789",
"cweId": "CWE-789"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Eclipse",
"product": {
"product_data": [
{
"product_name": "Mosquitto",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "2.0.16"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://mosquitto.org/blog/2023/08/version-2-0-16-released/",
"refsource": "MISC",
"name": "https://mosquitto.org/blog/2023/08/version-2-0-16-released/"
2024-01-07 11:00:35 +00:00
},
{
"url": "https://security.gentoo.org/glsa/202401-09",
"refsource": "MISC",
"name": "https://security.gentoo.org/glsa/202401-09"
2023-10-02 19:00:35 +00:00
}
]
},
"generator": {
"engine": "SecretariatVulnogram 0.1.0-dev"
},
"source": {
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
2023-10-02 20:00:34 +00:00
"availabilityImpact": "LOW",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
2023-10-02 19:00:35 +00:00
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
2023-10-02 20:00:34 +00:00
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
2023-10-02 19:00:35 +00:00
"version": "3.1"
2023-02-13 15:00:38 +00:00
}
]
}
}