cvelist/2024/30xxx/CVE-2024-30407.json

154 lines
6.0 KiB
JSON
Raw Normal View History

2024-04-02 14:16:49 +00:00
{
2024-04-12 16:00:32 +00:00
"data_version": "4.0",
2024-04-02 14:16:49 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-30407",
2024-04-12 16:00:32 +00:00
"ASSIGNER": "sirt@juniper.net",
"STATE": "PUBLIC"
2024-04-02 14:16:49 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-05-16 21:00:36 +00:00
"value": "The Use of a Hard-coded Cryptographic Key vulnerability in Juniper Networks\u00a0Juniper Cloud Native Router (JCNR)\u00a0and\u00a0containerized routing Protocol Deamon (cRPD) products allows an attacker to perform Person-in-the-Middle (PitM) attacks which results in complete compromise of the container. \n\nDue to hardcoded SSH host keys being present on the container, a PitM attacker can intercept SSH traffic without being detected.\u00a0\n\nThis issue affects Juniper Networks JCNR:\n * All versions before 23.4.\n\n\nThis issue affects Juniper Networks cRPD:\n * All versions before 23.4R1."
2024-04-12 16:00:32 +00:00
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-321 Use of Hard-coded Cryptographic Key",
"cweId": "CWE-321"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Juniper Networks, Inc.",
"product": {
"product_data": [
{
"product_name": "cRPD",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "23.4R1"
}
]
}
},
{
"product_name": "Juniper Cloud Native Router (JCNR)",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "23.4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://supportportal.juniper.net/JSA79106",
"refsource": "MISC",
"name": "https://supportportal.juniper.net/JSA79106"
},
{
"url": "https://supportportal.juniper.net/JSA79107",
"refsource": "MISC",
"name": "https://supportportal.juniper.net/JSA79107"
},
{
"url": "https://www.first.org/cvss/calculator/4.0#CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"refsource": "MISC",
"name": "https://www.first.org/cvss/calculator/4.0#CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-av217"
},
"source": {
"advisory": "JSA79106 JSA79107",
"defect": [
"1698624"
],
"discovery": "INTERNAL"
},
"work_around": [
{
"lang": "en",
2024-05-16 21:00:36 +00:00
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "<p>Remove the hard coded keys using:</p><code> &quot;rm -rf /etc/ssh/ssh_host_*&quot; </code><br/><p>and then run </p><code> &quot;ssh-keygen -A&quot; </code><br/><p>to generate new host keys.</p>"
}
],
"value": "Remove the hard coded keys using:\n\n \"rm -rf /etc/ssh/ssh_host_*\" \nand then run \n\n \"ssh-keygen -A\" \nto generate new host keys."
2024-04-12 16:00:32 +00:00
}
],
"exploit": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "<p>Juniper SIRT is not aware of any malicious exploitation of this vulnerability.</p>"
}
],
2024-05-16 21:00:36 +00:00
"value": "Juniper SIRT is not aware of any malicious exploitation of this vulnerability."
2024-04-12 16:00:32 +00:00
}
],
"solution": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "<p>The following software releases have been updated to resolve this specific issue:&nbsp;</p><p>JCNR: 23.4, and all subsequent releases.</p><p>cRPD: 23.4R1, and all subsequent releases.<br><br></p>"
}
],
2024-05-16 21:00:36 +00:00
"value": "The following software releases have been updated to resolve this specific issue:\u00a0\n\nJCNR: 23.4, and all subsequent releases.\n\ncRPD: 23.4R1, and all subsequent releases."
2024-04-12 16:00:32 +00:00
}
],
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
2024-04-02 14:16:49 +00:00
}
]
}
}