CVE-2021-22924 Vulnerability Analysis & Exploit Details

CVE-2021-22924
Vulnerability Scoring

3.7
/10
Moderate Risk

Exploiting CVE-2021-22924 requires specific conditions, leading to a moderate security impact.

Attack Complexity Details

  • Attack Complexity: High
    Exploits require significant effort and special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2021-22924 Details

Status: Modified

Last updated: 🕠 21 Nov 2024, 05:50 UTC
Originally published on: 🕘 05 Aug 2021, 21:15 UTC

Time between publication and last update: 1203 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

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

CVE-2021-22924 Vulnerability Summary

CVE-2021-22924: libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did not take 'issuercert' into account and it compared the involved paths *case insensitively*,which could lead to libcurl reusing wrong connections.File paths are, or can be, case sensitive on many systems but not all, and caneven vary depending on used file systems.The comparison also didn't include the 'issuer cert' which a transfer can setto qualify how to verify the server certificate.

Assessing the Risk of CVE-2021-22924

Access Complexity Graph

The exploitability of CVE-2021-22924 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2021-22924

CVE-2021-22924 presents a challenge to exploit due to its high attack complexity, but the absence of privilege requirements still makes it a viable target for skilled attackers. A thorough security review is advised.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2021-22924, 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.

CIA Impact Analysis

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

  • Confidentiality: Low
    CVE-2021-22924 could lead to minor leaks of non-critical information without major privacy breaches.
  • Integrity: None
    CVE-2021-22924 poses no threat to data integrity.
  • Availability: None
    CVE-2021-22924 does not impact system availability.

Exploit Prediction Scoring System (EPSS)

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

EPSS Score: 0.153% (probability of exploit)

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

CVE-2021-22924 References

External References

CWE Common Weakness Enumeration

CWE-706

CAPEC Common Attack Pattern Enumeration and Classification

  • Redirect Access to Libraries CAPEC-159 An adversary exploits a weakness in the way an application searches for external libraries to manipulate the execution flow to point to an adversary supplied library or code base. This pattern of attack allows the adversary to compromise the application or server via the execution of unauthorized code. An application typically makes calls to functions that are a part of libraries external to the application. These libraries may be part of the operating system or they may be third party libraries. If an adversary can redirect an application's attempts to access these libraries to other libraries that the adversary supplies, the adversary will be able to force the targeted application to execute arbitrary code. This is especially dangerous if the targeted application has enhanced privileges. Access can be redirected through a number of techniques, including the use of symbolic links, search path modification, and relative path manipulation.
  • Create files with the same name as files protected with a higher classification CAPEC-177 An attacker exploits file location algorithms in an operating system or application by creating a file with the same name as a protected or privileged file. The attacker could manipulate the system if the attacker-created file is trusted by the operating system or an application component that attempts to load the original file. Applications often load or include external files, such as libraries or configuration files. These files should be protected against malicious manipulation. However, if the application only uses the name of the file when locating it, an attacker may be able to create a file with the same name and place it in a directory that the application will search before the directory with the legitimate file is searched. Because the attackers' file is discovered first, it would be used by the target application. This attack can be extremely destructive if the referenced file is executable and/or is granted special privileges based solely on having a particular name.
  • Passing Local Filenames to Functions That Expect a URL CAPEC-48 This attack relies on client side code to access local files and resources instead of URLs. When the client browser is expecting a URL string, but instead receives a request for a local file, that execution is likely to occur in the browser process space with the browser's authority to local files. The attacker can send the results of this request to the local files out to a site that they control. This attack may be used to steal sensitive authentication data (either local or remote), or to gain system profile information to launch further attacks.
  • DLL Side-Loading CAPEC-641 An adversary places a malicious version of a Dynamic-Link Library (DLL) in the Windows Side-by-Side (WinSxS) directory to trick the operating system into loading this malicious DLL instead of a legitimate DLL. Programs specify the location of the DLLs to load via the use of WinSxS manifests or DLL redirection and if they aren't used then Windows searches in a predefined set of directories to locate the file. If the applications improperly specify a required DLL or WinSxS manifests aren't explicit about the characteristics of the DLL to be loaded, they can be vulnerable to side-loading.

Vulnerable Configurations

  • cpe:2.3:a:haxx:libcurl:7.10.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.10.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.10.5:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.10.5:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.10.6:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.10.6:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.10.7:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.10.7:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.10.8:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.10.8:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.11.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.11.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.11.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.11.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.12.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.12.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.12.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.12.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.12.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.12.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.13.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.13.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.13.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.13.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.13.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.13.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.14.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.14.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.14.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.15.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.15.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.15.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.15.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.15.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.15.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.15.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.15.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.15.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.15.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.15.5:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.15.5:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.16.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.16.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.16.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.16.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.16.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.16.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.16.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.16.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.16.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.16.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.17.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.17.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.17.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.17.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.18.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.18.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.18.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.18.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.18.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.18.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.19.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.19.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.19.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.19.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.19.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.19.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.19.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.19.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.19.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.19.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.19.5:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.19.5:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.19.6:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.19.6:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.19.7:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.19.7:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.20.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.20.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.20.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.20.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.21.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.21.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.21.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.21.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.21.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.21.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.21.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.21.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.21.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.21.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.21.5:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.21.5:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.21.6:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.21.6:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.21.7:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.21.7:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.22.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.22.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.23.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.23.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.23.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.23.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.24.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.24.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.25.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.25.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.26.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.26.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.27.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.27.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.28.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.28.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.28.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.28.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.29.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.29.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.30.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.30.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.31.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.31.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.32.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.32.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.33.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.33.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.34.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.34.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.35.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.35.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.36.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.36.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.37.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.37.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.37.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.37.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.38.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.38.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.39:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.39:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.39.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.39.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.40.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.40.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.41.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.41.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.42:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.42:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.42.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.42.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.42.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.42.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.43.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.43.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.44.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.44.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.45.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.45.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.46.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.46.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.47.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.47.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.47.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.47.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.48.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.48.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.49.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.49.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.49.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.49.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.50.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.50.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.50.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.50.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.50.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.50.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.50.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.50.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.51.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.51.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.52.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.52.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.52.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.52.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.53.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.53.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.53.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.53.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.54.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.54.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.54.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.54.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.55.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.55.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.55.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.55.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.56.0:*:*:*:*:*:x86:*
    cpe:2.3:a:haxx:libcurl:7.56.0:*:*:*:*:*:x86:*
  • cpe:2.3:a:haxx:libcurl:7.56.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.56.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.56.1:*:*:*:*:*:x86:*
    cpe:2.3:a:haxx:libcurl:7.56.1:*:*:*:*:*:x86:*
  • cpe:2.3:a:haxx:libcurl:7.56.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.56.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.57.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.57.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.58.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.58.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.59.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.59.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.60.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.60.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.61.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.61.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.61.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.61.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.62.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.62.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.63.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.63.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.64.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.64.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.64.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.64.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.65.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.65.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.65.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.65.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.65.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.65.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.65.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.65.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.66.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.66.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.67.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.67.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.68.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.68.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.69.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.69.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.69.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.69.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.70.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.70.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.71.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.71.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.71.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.71.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.72.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.72.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.73.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.73.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.74.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.74.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:libcurl:7.75.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:libcurl:7.75.0:*:*:*:*:*:*:*
  • cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:netapp:cloud_backup:-:*:*:*:*:*:*:*
    cpe:2.3:a:netapp:cloud_backup:-:*:*:*:*:*:*:*
  • cpe:2.3:a:netapp:clustered_data_ontap:-:*:*:*:*:*:*:*
    cpe:2.3:a:netapp:clustered_data_ontap:-:*:*:*:*:*:*:*
  • cpe:2.3:a:netapp:solidfire_\&_hci_management_node:-:*:*:*:*:*:*:*
    cpe:2.3:a:netapp:solidfire_\&_hci_management_node:-:*:*:*:*:*:*:*
  • cpe:2.3:o:netapp:solidfire_baseboard_management_controller_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:netapp:solidfire_baseboard_management_controller_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.26:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.26:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.27:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.27:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.28:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.28:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.32:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.32:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.33:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.33:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.34:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.34:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.35:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.35:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:5.7.36:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:5.7.36:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:8.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:8.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:8.0.15:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:8.0.15:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:8.0.17:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:8.0.17:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:8.0.22:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:8.0.22:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:8.0.23:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:8.0.23:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:8.0.24:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:8.0.24:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:8.0.25:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:8.0.25:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:mysql_server:8.0.26:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:mysql_server:8.0.26:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.57:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.58:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinec_infrastructure_network_services:-:*:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinec_infrastructure_network_services:-:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinec_infrastructure_network_services:1.0.1:-:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinec_infrastructure_network_services:1.0.1:-:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:-:*:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:-:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:1.0:sp3_hf1:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:1.0:sp3_hf1:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:1.1:*:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:1.2:*:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:1.3:*:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:1.3:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:2.0:-:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:2.0:hf1:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:2.0:hf1:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:3.0:*:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect_server:3.0:sp1:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect_server:3.0:sp1:*:*:*:*:*:*
  • cpe:2.3:o:siemens:logo\!_cmr2040_firmware:*:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:logo\!_cmr2040_firmware:*:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:logo\!_cmr2040:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:logo\!_cmr2040:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:logo\!_cmr2020_firmware:*:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:logo\!_cmr2020_firmware:*:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:logo\!_cmr2020:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:logo\!_cmr2020:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:ruggedcomrm_1224_lte:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:ruggedcomrm_1224_lte:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_m804pb_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_m804pb_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_m804pb:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_m804pb:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_m812-1_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_m812-1_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_m812-1:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_m812-1:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_m816-1_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_m816-1_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_m816-1:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_m816-1:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_m826-2_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_m826-2_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_m826-2:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_m826-2:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_m874-2_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_m874-2_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_m874-2:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_m874-2:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_m874-3_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_m874-3_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_m874-3:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_m874-3:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_m876-3_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_m876-3_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_m876-3:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_m876-3:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_m876-4_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_m876-4_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_m876-4:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_m876-4:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_mum856-1_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_mum856-1_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_mum856-1:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_mum856-1:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:4.01:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:4.01:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:4.3:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:4.3:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:4.03:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:4.03:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:4.6:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:4.6:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:5.0:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:5.0:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:6.1:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:6.1:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:6.1.2:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:6.1.2:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:6.2:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:6.2:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:scalance_s615_firmware:6.3:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:scalance_s615_firmware:6.3:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:scalance_s615:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:scalance_s615:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:1.0.15:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:1.0.15:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:2.0:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:2.0:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:2.0.28:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:2.0.28:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:2.1:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:2.1:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:2.2:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_cp_1543-1_firmware:2.2:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_cp_1543-1:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_cp_1543-1:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_cp_1545-1_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_cp_1545-1_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_cp_1545-1:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_cp_1545-1:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_rtu3010c_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_rtu3010c_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_rtu3010c:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_rtu3010c:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_rtu3030c_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_rtu3030c_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_rtu3030c:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_rtu3030c:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:simatic_rtu3031c_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:simatic_rtu3031c_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_rtu3031c:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_rtu3031c:-:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:simatic_rtu_3041c:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:simatic_rtu_3041c:-:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect:-:*:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect:-:*:*:*:*:*:*:*
  • cpe:2.3:a:siemens:sinema_remote_connect:3.0:-:*:*:*:*:*:*
    cpe:2.3:a:siemens:sinema_remote_connect:3.0:-:*:*:*:*:*:*
  • cpe:2.3:o:siemens:siplus_net_cp_1543-1_firmware:-:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:siplus_net_cp_1543-1_firmware:-:*:*:*:*:*:*:*
  • cpe:2.3:o:siemens:siplus_net_cp_1543-1_firmware:2.0.28:*:*:*:*:*:*:*
    cpe:2.3:o:siemens:siplus_net_cp_1543-1_firmware:2.0.28:*:*:*:*:*:*:*
  • cpe:2.3:h:siemens:siplus_net_cp_1543-1:-:*:*:*:*:*:*:*
    cpe:2.3:h:siemens:siplus_net_cp_1543-1:-:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:8.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:8.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:8.2.6:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:8.2.6:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:8.2.7:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:8.2.7:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:8.2.8:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:8.2.8:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:8.2.9:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:8.2.9:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:8.2.10:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:8.2.10:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:8.2.11:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:8.2.11:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:9.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:9.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:9.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:9.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:9.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:9.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:9.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:9.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:9.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:9.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:9.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:9.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:splunk:universal_forwarder:9.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:splunk:universal_forwarder:9.1.0:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2021-22924: 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 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-3809 – The Debug Log Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the auto-refresh debug log in all versions up to, and i...
  • CVE-2025-2111 – The Insert Headers And Footers plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.1.1. This i...
  • CVE-2024-13926 – The WP-Syntax WordPress plugin through 1.2 does not properly handle input, allowing an attacker to create a post containing a large number of tags,...
  • CVE-2025-3103 – The CLEVER - HTML5 Radio Player With History - Shoutcast and Icecast - Elementor Widget Addon plugin for WordPress is vulnerable to arbitrary file ...
  • CVE-2025-3275 – The Themesflat Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the TF E Slider widget in all versions up...