cvelist/2022/3xxx/CVE-2022-3029.json

73 lines
2.6 KiB
JSON
Raw Normal View History

2022-08-29 16:00:39 +00:00
{
"CVE_data_meta": {
2022-09-13 14:23:21 +02:00
"ASSIGNER": "sep@nlnetlabs.nl",
"DATE_PUBLIC": "2022-09-13T00:00:00.000Z",
2022-08-29 16:00:39 +00:00
"ID": "CVE-2022-3029",
2022-09-13 14:23:21 +02:00
"STATE": "PUBLIC",
"TITLE": "Fatal error on incorrect base64 data in RRDP"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Routinator",
"version": {
"version_data": [
{
"version_number": "0.9.0",
"version_affected": "<=",
"version_value": "0.11.2"
}
]
}
}
]
},
"vendor_name": "NLnet Labs"
}
]
}
2022-08-29 16:00:39 +00:00
},
2022-09-13 14:23:21 +02:00
"credit": [
{
"lang": "eng",
"value": "We would like to thank Donika Mirdita and Haya Shulman from Fraunhofer SIT and ATHENE for discovering and reporting the issue."
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-08-29 16:00:39 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-09-13 14:23:21 +02:00
"value": "In NLnet Labs Routinator 0.9.0 up to and including 0.11.2, due to a mistake in error handling, data in RRDP snapshot and delta files that isnt correctly base 64 encoded is treated as a fatal error and causes Routinator to exit. Worst case impact of this vulnerability is denial of service for the RPKI data that Routinator provides to routers. This may stop your network from validating route origins based on RPKI data. This vulnerability does not allow an attacker to manipulate RPKI data."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-241: Improper Handling of Unexpected Data Type"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://www.nlnetlabs.nl/downloads/routinator/CVE-2022-3029.txt",
"name": "https://www.nlnetlabs.nl/downloads/routinator/CVE-2022-3029.txt"
2022-08-29 16:00:39 +00:00
}
]
}
2022-09-13 14:23:21 +02:00
}