CVE-2020-3284 Vulnerability Analysis & Exploit Details

Status: Analyzed - Last modified: 05 Jan 2021, 18:56 UTC Published: 06 Nov 2020, 19:15 UTC

CVE-2020-3284
Vulnerability Scoring

9.8
/10

Attack Complexity Details

  • Attack Complexity: Low Impact
  • Attack Vector: NETWORK
  • Privileges Required: None
  • Scope: UNCHANGED
  • User Interaction: NONE

CIA Impact Definition

  • Confidentiality: HIGH IMPACT
  • Integrity: HIGH IMPACT
  • Availability: HIGH IMPACT

CVE-2020-3284 Vulnerability Summary

A vulnerability in the enhanced Preboot eXecution Environment (PXE) boot loader for Cisco IOS XR 64-bit Software could allow an unauthenticated, remote attacker to execute unsigned code during the PXE boot process on an affected device. The PXE boot loader is part of the BIOS and runs over the management interface of hardware platforms that are running Cisco IOS XR Software only. The vulnerability exists because internal commands that are issued when the PXE network boot process is loading a software image are not properly verified. An attacker could exploit this vulnerability by compromising the PXE boot server and replacing a valid software image with a malicious one. Alternatively, the attacker could impersonate the PXE boot server and send a PXE boot reply with a malicious file. A successful exploit could allow the attacker to execute unsigned code on the affected device. Note: To fix this vulnerability, both the Cisco IOS XR Software and the BIOS must be upgraded. The BIOS code is included in Cisco IOS XR Software but might require additional installation steps. For further information, see the Fixed Software section of this advisory.

Access Complexity Graph

Above is the Access Complexity Graph for CVE-2020-3284. It helps visualize the difficulty level and privilege requirements needed to exploit this vulnerability, providing a quick assessment of its exploitation feasibility.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2020-3284, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

Impact Analysis

Below is the Impact Analysis for CVE-2020-3284, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.667% (probability of exploit)

EPSS Percentile: 79.9% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 20.099999999999994% of others.

CVE-2020-3284 Detailed Information and External References

References

CWE

CWE-284

CAPEC

  • Embedding Scripts within Scripts CAPEC-19 An adversary leverages the capability to execute their own script by embedding it within other scripts that the target software is likely to execute due to programs' vulnerabilities that are brought on by allowing remote hosts to execute scripts.
  • Malicious Logic Insertion CAPEC-441 An adversary installs or adds malicious logic (also known as malware) into a seemingly benign component of a fielded system. This logic is often hidden from the user of the system and works behind the scenes to achieve negative impacts. With the proliferation of mass digital storage and inexpensive multimedia devices, Bluetooth and 802.11 support, new attack vectors for spreading malware are emerging for things we once thought of as innocuous greeting cards, picture frames, or digital projectors. This pattern of attack focuses on systems already fielded and used in operation as opposed to systems and their components that are still under development and part of the supply chain.
  • Modification of Windows Service Configuration CAPEC-478 An adversary exploits a weakness in access control to modify the execution parameters of a Windows service. The goal of this attack is to execute a malicious binary in place of an existing service.
  • Malicious Root Certificate CAPEC-479 An adversary exploits a weakness in authorization and installs a new root certificate on a compromised system. Certificates are commonly used for establishing secure TLS/SSL communications within a web browser. When a user attempts to browse a website that presents a certificate that is not trusted an error message will be displayed to warn the user of the security risk. Depending on the security settings, the browser may not allow the user to establish a connection to the website. Adversaries have used this technique to avoid security warnings prompting users when compromised systems connect over HTTPS to adversary controlled web servers that spoof legitimate websites in order to collect login credentials.
  • Intent Spoof CAPEC-502 An adversary, through a previously installed malicious application, issues an intent directed toward a specific trusted application's component in an attempt to achieve a variety of different objectives including modification of data, information disclosure, and data injection. Components that have been unintentionally exported and made public are subject to this type of an attack. If the component trusts the intent's action without verififcation, then the target application performs the functionality at the adversary's request, helping the adversary achieve the desired negative technical impact.
  • WebView Exposure CAPEC-503 An adversary, through a malicious web page, accesses application specific functionality by leveraging interfaces registered through WebView's addJavascriptInterface API. Once an interface is registered to WebView through addJavascriptInterface, it becomes global and all pages loaded in the WebView can call this interface.
  • Data Injected During Configuration CAPEC-536 An attacker with access to data files and processes on a victim's system injects malicious data into critical operational data during configuration or recalibration, causing the victim's system to perform in a suboptimal manner that benefits the adversary.
  • Incomplete Data Deletion in a Multi-Tenant Environment CAPEC-546 An adversary obtains unauthorized information due to insecure or incomplete data deletion in a multi-tenant environment. If a cloud provider fails to completely delete storage and data from former cloud tenants' systems/resources, once these resources are allocated to new, potentially malicious tenants, the latter can probe the provided resources for sensitive information still there.
  • Install New Service CAPEC-550 When an operating system starts, it also starts programs called services or daemons. Adversaries may install a new service which will be executed at startup (on a Windows system, by modifying the registry). The service name may be disguised by using a name from a related operating system or benign software. Services are usually run with elevated privileges.
  • Modify Existing Service CAPEC-551 When an operating system starts, it also starts programs called services or daemons. Modifying existing services may break existing services or may enable services that are disabled/not commonly used.
  • Install Rootkit CAPEC-552 An adversary exploits a weakness in authentication to install malware that alters the functionality and information provide by targeted operating system API calls. Often referred to as rootkits, it is often used to hide the presence of programs, files, network connections, services, drivers, and other system components.
  • Replace File Extension Handlers CAPEC-556 When a file is opened, its file handler is checked to determine which program opens the file. File handlers are configuration properties of many operating systems. Applications can modify the file handler for a given file extension to call an arbitrary program when a file with the given extension is opened.
  • Replace Trusted Executable CAPEC-558 An adversary exploits weaknesses in privilege management or access control to replace a trusted executable with a malicious version and enable the execution of malware when that trusted executable is called.
  • Modify Shared File CAPEC-562 An adversary manipulates the files in a shared location by adding malicious programs, scripts, or exploit code to valid content. Once a user opens the shared content, the tainted content is executed.
  • Add Malicious File to Shared Webroot CAPEC-563 An adversaries may add malicious content to a website through the open file share and then browse to that content with a web browser to cause the server to execute the content. The malicious content will typically run under the context and permissions of the web server process, often resulting in local system or administrative privileges depending on how the web server is configured.
  • Run Software at Logon CAPEC-564 Operating system allows logon scripts to be run whenever a specific user or users logon to a system. If adversaries can access these scripts, they may insert additional code into the logon script. This code can allow them to maintain persistence or move laterally within an enclave because it is executed every time the affected user or users logon to a computer. Modifying logon scripts can effectively bypass workstation and enclave firewalls. Depending on the access configuration of the logon scripts, either local credentials or a remote administrative account may be necessary.
  • Disable Security Software CAPEC-578 An adversary exploits a weakness in access control to disable security tools so that detection does not occur. This can take the form of killing processes, deleting registry keys so that tools do not start at run time, deleting log files, or other methods.

Vulnerable Configurations

  • cpe:2.3:o:cisco:ios_xr:-:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:-:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:1.12:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:1.12:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:1.21:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:1.21:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:2.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:2.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:2.0.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:2.0\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:2.0\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.0.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.0\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.0\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.0\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.0\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.1.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.1.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2\(.4\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2\(.4\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2\(.6\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2\(.6\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2\(.50\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2\(.50\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2.6:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2.6:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.2.50:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.2.50:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3\(.4\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3\(.4\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.3.5:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.3.5:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.4.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.4.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5\(.4\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5\(.4\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.5.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.5.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8\(.4\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8\(.4\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.8.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.8.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.9.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.9.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.9\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.9\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.9\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.9\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.9\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.9\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.9.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.9.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.9.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.9.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.9.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.9.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.6_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.6_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:3.7_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:3.7_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0\(.4\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0\(.4\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0\(.11\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0\(.11\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0.4.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0.4.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0.11:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0.11:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1.3.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1.3.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2\(.1\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2\(.1\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2\(.2\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2\(.2\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2\(.3\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2\(.3\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2\(.4\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2\(.4\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2.3.06:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2.3.06:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.2.4.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.2.4.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.3.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.3.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.3\(.0\):*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.3\(.0\):*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.3.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.3.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.3.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.3.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.3.2.mcast:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.3.2.mcast:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.3.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.3.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.3.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.3.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.3.4.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.3.4.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.4.3.ce:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.4.3.ce:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.0_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.0_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:4.1_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:4.1_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.0.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.0.3.ce:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.0.3.ce:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.1.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.1.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.1.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.1.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.1.1.k9sec:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.1.1.k9sec:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.1.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.1.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.1.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.1.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.1.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.1.3:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.1.3:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.1.3.03:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.1.3.03:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.1.4.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.1.4.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.0:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.2.0:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.2.0.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.0.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.2.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.2.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.4.00:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.2.4.00:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.2.5:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.5:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.5.ce:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.5.ce:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.2.6:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.2.6:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.3.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.3.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.3.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.3.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.3.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.3.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.3.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.3.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.3.3:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.3.3:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.3.3:sp10:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.3.3:sp10:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.3.4:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:5.3.4:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:5.3.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.3.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.3.4.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.3.4.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.3.0_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.3.0_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.4.3.ce:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.4.3.ce:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:5.0_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:5.0_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.0.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.0.0:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.0.0:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.0.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.0.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.0.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.0.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.0.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.0.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.0.2.01:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.0.2.01:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.0.2.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.0.2.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.0.4.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.0.4.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.1.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.1.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.1.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.1.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.1.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.1.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.1.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.1.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.1.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.1.3:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.1.3:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.1.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.1.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.1.3.01:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.1.3.01:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.1.4:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.1.4:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.1.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.1.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.1.4.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.1.4.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.2.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.2.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.2.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.2.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.2.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.2.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.2.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.2.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.2.3:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.2.3:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.2.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.2.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.2.3.base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.2.3.base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.2.25:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.2.25:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.2.25:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.2.25:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.3.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.3.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.3.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.3.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.3.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.3.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.3.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.3.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.3.3:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.3.3:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.3.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.3.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.3.15:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.3.15:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.3.3_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.3.3_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.4.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.4.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.4.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.4.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.4.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.4.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.4.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.4.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.4.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.4.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.4.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.4.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.4.1_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.4.1_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.5.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.5.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.5.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.5.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.5.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.5.1:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a9k-rsp880-se:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a9k-rsp880-se:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a9k-rsp880-tr:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a9k-rsp880-tr:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a99-rp2-se:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a99-rp2-se:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a99-rp2-tr:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a99-rp2-tr:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a99-rsp-se:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a99-rsp-se:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a99-rsp-tr:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a99-rsp-tr:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a9k-rsp880-lt-se:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a9k-rsp880-lt-se:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a9k-rsp880-lt-tr:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a9k-rsp880-lt-tr:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:asr-9901-rp:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:asr-9901-rp:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a99-rp3-se:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a99-rp3-se:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a99-rp3-tr:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a99-rp3-tr:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a9k-rsp5-se:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a9k-rsp5-se:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:a9k-rsp5-tr:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:a9k-rsp5-tr:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs1001:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs1001:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs1002:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs1002:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs1004:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs1004:-:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.5.2:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.5.2:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.5.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.5.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.5.3:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.5.3:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.5.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.5.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.5.29:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.5.29:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.6.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.6.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.6.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:6.6.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:6.6.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.6.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.6.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.6.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.6.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.6.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.6.4:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.6.4:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.6.12:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.6.12:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.6.25:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.6.25:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.7.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.7.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.7.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.7.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.7.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.7.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:6.0_base:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:6.0_base:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.0.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.0.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.0.1:*:*:*:*:*:x64:*
    cpe:2.3:o:cisco:ios_xr:7.0.1:*:*:*:*:*:x64:*
  • cpe:2.3:o:cisco:ios_xr:7.0.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.0.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.0.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.0.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.0.11:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.0.11:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.0.12:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.0.12:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.1.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.1.0:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.1.1:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.1.1:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.1.2:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.1.3:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.1.3:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.1.15:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.1.15:*:*:*:*:*:*:*
  • cpe:2.3:o:cisco:ios_xr:7.2.0:*:*:*:*:*:*:*
    cpe:2.3:o:cisco:ios_xr:7.2.0:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:n540-12z20g-sys-a\/d:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:n540-12z20g-sys-a\/d:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:n540-24z8q2c-m:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:n540-24z8q2c-m:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:n540-28z4c-sys-a\/d:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:n540-28z4c-sys-a\/d:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:n540-acc-sys:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:n540-acc-sys:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:n540x-16z4g8q2c-a\/d:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:n540x-16z4g8q2c-a\/d:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:n540x-12z16g-sys-a\/d:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:n540x-12z16g-sys-a\/d:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:n560-4-sys:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:n560-4-sys:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:n560-7-sys:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:n560-7-sys:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs5001:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs5001:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs5002:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs5002:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs5011:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs5011:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:nc55-rp:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:nc55-rp:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:nc55-rp-e:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:nc55-rp-e:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-5501:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-5501:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-5501-se:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-5501-se:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-5502:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-5502:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-5502-se:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-5502-se:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a2-mod-s:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a2-mod-s:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a2-mod-hd-s:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a2-mod-hd-s:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a2-mod-hx-s:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a2-mod-hx-s:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a2-mod-se-s:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a2-mod-se-s:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a2-mod-se-h-s:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a2-mod-se-h-s:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a1-36h-se-s:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a1-36h-se-s:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a1-36h-s:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a1-36h-s:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a1-24h:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a1-24h:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs55-a1-48q6h:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs55-a1-48q6h:-:*:*:*:*:*:*:*
  • cpe:2.3:h:cisco:ncs-55a1-24q6h-s:-:*:*:*:*:*:*:*
    cpe:2.3:h:cisco:ncs-55a1-24q6h-s:-:*:*:*:*:*:*:*

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Protect Your Infrastructure: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other Recently Published CVEs

  • CVE-2025-1392 – A vulnerability has been found in D-Link DIR-816 1.01TO and classified as problematic. Affected by this vulnerability is an unknown functionality o...
  • CVE-2024-13879 – The Stream plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 4.0.2 due to insufficient valida...
  • CVE-2025-21103 – Dell NetWorker Management Console, version(s) 19.11 through 19.11.0.3 & Versions prior to 19.10.0.7 contain(s) an improper neutralization of server...
  • CVE-2025-1391 – A flaw was found in the Keycloak organization feature, which allows the incorrect assignment of an organization to a user if their username or emai...
  • CVE-2025-26778 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in NotFound Gallery allows Stored XSS. This issu...
  • CVE-2025-26775 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in RealMag777 BEAR allows Stored XSS. This issue...
  • CVE-2025-26773 – Missing Authorization vulnerability in Adnan Analytify allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects ...
  • CVE-2025-26772 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Detheme DethemeKit For Elementor allows Store...
  • CVE-2025-26771 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in sonalsinha21 SKT Blocks – Gutenberg based Pag...
  • CVE-2025-26770 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Joe Waymark allows Stored XSS. This issue aff...