mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
115 lines
4.0 KiB
JSON
115 lines
4.0 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2023-39914",
|
|
"ASSIGNER": "sep@nlnetlabs.nl",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "NLnet Labs' bcder library up to and including version 0.7.2 panics while decoding certain invalid input data rather than rejecting the data with an error. This can affect both the actual decoding stage as well as accessing content of types that utilized delayed decoding."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-232: Improper Handling of Undefined Values",
|
|
"cweId": "CWE-232"
|
|
},
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-240: Improper Handling of Inconsistent Structural Elements",
|
|
"cweId": "CWE-240"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "NLnet Labs",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "bcder",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "not down converted",
|
|
"x_cve_json_5_version_data": {
|
|
"versions": [
|
|
{
|
|
"lessThan": "0.7.3",
|
|
"status": "affected",
|
|
"version": "*",
|
|
"versionType": "semver"
|
|
},
|
|
{
|
|
"lessThan": "*",
|
|
"status": "unaffected",
|
|
"version": "0.7.3",
|
|
"versionType": "semver"
|
|
}
|
|
],
|
|
"defaultStatus": "unaffected"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://nlnetlabs.nl/downloads/bcder/CVE-2023-39914.txt",
|
|
"refsource": "MISC",
|
|
"name": "https://nlnetlabs.nl/downloads/bcder/CVE-2023-39914.txt"
|
|
}
|
|
]
|
|
},
|
|
"solution": [
|
|
{
|
|
"lang": "en",
|
|
"value": "This issue is fixed in 0.7.3 and all later versions."
|
|
}
|
|
],
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Haya Shulman"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "Donika Mirdita"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "Niklas Vogel"
|
|
}
|
|
],
|
|
"impact": {
|
|
"cvss": [
|
|
{
|
|
"baseScore": 7.5,
|
|
"baseSeverity": "HIGH",
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
|
|
"version": "3.1"
|
|
}
|
|
]
|
|
}
|
|
} |