mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
150 lines
5.9 KiB
JSON
150 lines
5.9 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2023-2617",
|
|
"ASSIGNER": "cna@vuldb.com",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "A vulnerability classified as problematic was found in OpenCV wechat_qrcode Module up to 4.7.0. Affected by this vulnerability is the function DecodedBitStreamParser::decodeByteSegment of the file qrcode/decoder/decoded_bit_stream_parser.cpp. The manipulation leads to null pointer dereference. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-228547."
|
|
},
|
|
{
|
|
"lang": "deu",
|
|
"value": "In OpenCV wechat_qrcode Module bis 4.7.0 wurde eine problematische Schwachstelle entdeckt. Betroffen ist die Funktion DecodedBitStreamParser::decodeByteSegment der Datei qrcode/decoder/decoded_bit_stream_parser.cpp. Dank der Manipulation mit unbekannten Daten kann eine null pointer dereference-Schwachstelle ausgenutzt werden. Der Angriff kann \u00fcber das Netzwerk passieren. Der Exploit steht zur \u00f6ffentlichen Verf\u00fcgung. Als bestm\u00f6gliche Massnahme wird Patching empfohlen."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-476 NULL Pointer Dereference",
|
|
"cweId": "CWE-476"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "OpenCV",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "wechat_qrcode Module",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "4.0"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "4.1"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "4.2"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "4.3"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "4.4"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "4.5"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "4.6"
|
|
},
|
|
{
|
|
"version_affected": "=",
|
|
"version_value": "4.7"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://vuldb.com/?id.228547",
|
|
"refsource": "MISC",
|
|
"name": "https://vuldb.com/?id.228547"
|
|
},
|
|
{
|
|
"url": "https://vuldb.com/?ctiid.228547",
|
|
"refsource": "MISC",
|
|
"name": "https://vuldb.com/?ctiid.228547"
|
|
},
|
|
{
|
|
"url": "https://github.com/opencv/opencv_contrib/pull/3480",
|
|
"refsource": "MISC",
|
|
"name": "https://github.com/opencv/opencv_contrib/pull/3480"
|
|
},
|
|
{
|
|
"url": "https://gist.github.com/GZTimeWalker/3ca70a8af2f5830711e9cccc73fb5270",
|
|
"refsource": "MISC",
|
|
"name": "https://gist.github.com/GZTimeWalker/3ca70a8af2f5830711e9cccc73fb5270"
|
|
}
|
|
]
|
|
},
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Haoyu Chen"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "Linkai Zheng"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "Liangyu Zhang"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "NanoApe (VulDB User)"
|
|
}
|
|
],
|
|
"impact": {
|
|
"cvss": [
|
|
{
|
|
"version": "3.1",
|
|
"baseScore": 5.3,
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
|
|
"baseSeverity": "MEDIUM"
|
|
},
|
|
{
|
|
"version": "3.0",
|
|
"baseScore": 5.3,
|
|
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
|
|
"baseSeverity": "MEDIUM"
|
|
},
|
|
{
|
|
"version": "2.0",
|
|
"baseScore": 5,
|
|
"vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P"
|
|
}
|
|
]
|
|
}
|
|
} |