Overview
This report discusses a significant vulnerability, CVE-2024-21614, that affects the Routing Protocol Daemon (RPD) of Juniper Networks’ Junos OS and Junos OS Evolved. The vulnerability allows network-based, unauthenticated attackers to cause service disruptions through continual execution of a specific query. This vulnerability is of significant concern due to the potential for system compromise or data leakage.
Vulnerability Summary
CVE ID: CVE-2024-21614
Severity: High (7.5 CVSS Score)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Potential system compromise or data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
Juniper Networks Junos OS | 22.2 versions earlier than 22.2R2-S2, 22.2R3; 22.3 versions earlier than 22.3R2, 22.3R3
Juniper Networks Junos OS Evolved | 22.2 versions earlier than 22.2R2-S2-EVO, 22.2R3-EVO; 22.3 versions earlier than 22.3R2-EVO, 22.3R3-EVO
How the Exploit Works
The exploit functions by taking advantage of an improper check for unusual or exceptional conditions in the Routing Protocol Daemon (RPD) of Juniper Networks Junos OS and Junos OS Evolved. When NETCONF and gRPC are enabled, and a specific query is executed via Dynamic Rendering (DREND), rpd crashes and restarts. This crash process can be repeated to create a sustained Denial of Service (DoS) condition.
Conceptual Example Code
A malicious attacker may exploit this vulnerability by sending this
conceptual
HTTP POST request:
POST /drend/query HTTP/1.1
Host: target.juniper.net
Content-Type: application/netconf
{ "query": "specific_query_causing_crash" }
This example demonstrates the execution of a specific query via Dynamic Rendering (DREND) that causes rpd to crash and restart, leading to a Denial of Service (DoS) condition.
