cvelist/2022/46xxx/CVE-2022-46378.json

93 lines
3.1 KiB
JSON
Raw Normal View History

2022-12-02 19:00:35 +00:00
{
2023-05-10 16:00:41 +00:00
"data_version": "4.0",
2022-12-02 19:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2022-46378",
2023-05-10 16:00:41 +00:00
"ASSIGNER": "talos-cna@cisco.com",
"STATE": "PUBLIC"
2022-12-02 19:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-05-10 16:00:41 +00:00
"value": "An out-of-bounds read vulnerability exists in the PORT command parameter extraction functionality of Weston Embedded uC-FTPs v 1.98.00. A specially-crafted set of network packets can lead to denial of service. An attacker can send packets to trigger this vulnerability.This vulnerability occurs when no port argument is provided to the `PORT` command."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-823: Use of Out-of-range Pointer Offset",
"cweId": "CWE-823"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Weston Embedded",
"product": {
"product_data": [
{
"product_name": "uC-FTPs",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "v 1.98.00"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://talosintelligence.com/vulnerability_reports/TALOS-2022-1681",
"refsource": "MISC",
"name": "https://talosintelligence.com/vulnerability_reports/TALOS-2022-1681"
},
{
"url": "https://github.com/weston-embedded/uC-FTPs/pull/2",
"refsource": "MISC",
"name": "https://github.com/weston-embedded/uC-FTPs/pull/2"
}
]
},
"credits": [
{
"lang": "en",
"value": "Discovered by Kelly Leuschner of Cisco Talos."
}
],
"impact": {
"cvss": [
{
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM"
2022-12-02 19:00:35 +00:00
}
]
}
}