CVE-2021-21295 Vulnerability Analysis & Exploit Details

CVE-2021-21295
Vulnerability Scoring

5.9
/10
Significant Risk

Security assessments indicate that CVE-2021-21295 presents a notable risk, potentially requiring prompt mitigation.

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-21295 Details

Status: Modified

Last updated: 🕠 21 Nov 2024, 05:47 UTC
Originally published on: 🕖 09 Mar 2021, 19:15 UTC

Time between publication and last update: 1352 days

CVSS Release: version 3

CVSS3 Source

security-advisories@github.com

CVSS3 Type

Secondary

CVSS3 Vector

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

CVE-2021-21295 Vulnerability Summary

CVE-2021-21295: Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty (io.netty:netty-codec-http2) before version 4.1.60.Final there is a vulnerability that enables request smuggling. If a Content-Length header is present in the original HTTP/2 request, the field is not validated by `Http2MultiplexHandler` as it is propagated up. This is fine as long as the request is not proxied through as HTTP/1.1. If the request comes in as an HTTP/2 stream, gets converted into the HTTP/1.1 domain objects (`HttpRequest`, `HttpContent`, etc.) via `Http2StreamFrameToHttpObjectCodec `and then sent up to the child channel's pipeline and proxied through a remote peer as HTTP/1.1 this may result in request smuggling. In a proxy case, users may assume the content-length is validated somehow, which is not the case. If the request is forwarded to a backend channel that is a HTTP/1.1 connection, the Content-Length now has meaning and needs to be checked. An attacker can smuggle requests inside the body as it gets downgraded from HTTP/2 to HTTP/1.1. For an example attack refer to the linked GitHub Advisory. Users are only affected if all of this is true: `HTTP2MultiplexCodec` or `Http2FrameCodec` is used, `Http2StreamFrameToHttpObjectCodec` is used to convert to HTTP/1.1 objects, and these HTTP/1.1 objects are forwarded to another remote peer. This has been patched in 4.1.60.Final As a workaround, the user can do the validation by themselves by implementing a custom `ChannelInboundHandler` that is put in the `ChannelPipeline` behind `Http2StreamFrameToHttpObjectCodec`.

Assessing the Risk of CVE-2021-21295

Access Complexity Graph

The exploitability of CVE-2021-21295 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-21295

CVE-2021-21295 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-21295, 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-21295, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2021-21295 has no significant impact on data confidentiality.
  • Integrity: High
    CVE-2021-21295 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: None
    CVE-2021-21295 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: 18.904% (probability of exploit)

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

CVE-2021-21295 References

External References

CWE Common Weakness Enumeration

CWE-444

CAPEC Common Attack Pattern Enumeration and Classification

  • HTTP Response Smuggling CAPEC-273 An adversary manipulates and injects malicious content in the form of secret unauthorized HTTP responses, into a single HTTP response from a vulnerable or compromised back-end HTTP agent (e.g., server). See CanPrecede relationships for possible consequences. Modification/manipulation of HTTP message headers, request-line and body parameters to disrupt and interfere in the interpretation and parsing of HTTP message lengths/boundaries for consecutive HTTP messages by HTTP agents in a HTTP chain or network path.
  • HTTP Request Smuggling CAPEC-33 An adversary abuses the flexibility and discrepancies in the parsing and interpretation of HTTP Request messages using various HTTP headers, request-line and body parameters as well as message sizes (denoted by the end of message signaled by a given HTTP header) by different intermediary HTTP agents (e.g., load balancer, reverse proxy, web caching proxies, application firewalls, etc.) to secretly send unauthorized and malicious HTTP requests to a back-end HTTP agent (e.g., web server). See CanPrecede relationships for possible consequences. Modification/manipulation of HTTP message headers, request-line and body parameters to disrupt and interfere in the interpretation and parsing of HTTP message lengths/boundaries for consecutive HTTP messages by HTTP agents in a HTTP chain or network path.

Vulnerable Configurations

  • cpe:2.3:a:netty:netty:-:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:-:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.2.4:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.2.5:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.2.5:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.2.6:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.2.6:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.2.7:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.2.7:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.2.8:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.2.8:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.2.9:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.2.9:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.2.10:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.2.10:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.3:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.3:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.4:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.4:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.5:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.5:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.4.6:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.4.6:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.0:-:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.0:-:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.3:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.3:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.4:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.4:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.5:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.5:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.6:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.6:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.7:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.7:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.8:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.8:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.9:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.9:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.10:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.10:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.11:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.11:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.12:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.12:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.5.13:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.5.13:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.0:-:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.0:-:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.2:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.2:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.3:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.3:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.4:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.4:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.5:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.5:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.6:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.6:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.7:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.7:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.8:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.8:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.9:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.9:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.6.10:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.6.10:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.7.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.7.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.8.0:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.8.0:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.8.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.8.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.8.2:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.8.2:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.8.3:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.8.3:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.2:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.2:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.3:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.3:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.4:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.4:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.5:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.5:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.6:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.6:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.7:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.7:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.8:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.8:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.9.9:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.9.9:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.10.0:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.10.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.10.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.10.2:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.10.2:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.10.3:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.10.3:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.10.4:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.10.4:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.10.5:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.10.5:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:3.10.6:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:3.10.6:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:alpha3:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:alpha3:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:alpha4:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:alpha4:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:alpha5:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:alpha5:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:alpha6:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:alpha6:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:alpha7:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:alpha7:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:alpha8:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:alpha8:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release2:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release2:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release3:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release3:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release4:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release4:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release5:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release5:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release6:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release6:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release7:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release7:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release8:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release8:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.0:candidate_release9:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.0:candidate_release9:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.4:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.5:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.5:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.6:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.7:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.7:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.8:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.8:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.9:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.9:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.10:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.11:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.11:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.12:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.12:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.13:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.13:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.14:-:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.14:-:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.14:beta1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.14:beta1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.15:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.15:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.16:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.16:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.17:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.17:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.18:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.18:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.19:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.19:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.20:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.20:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.21:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.21:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.22:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.22:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.23:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.23:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.24:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.24:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.25:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.25:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.26:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.26:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.27:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.27:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.28:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.28:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.29:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.29:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.30:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.30:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.31:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.31:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.32:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.32:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.33:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.33:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.34:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.34:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.35:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.35:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.36:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.36:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.37:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.37:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.38:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.38:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.39:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.39:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.40:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.40:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.41:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.41:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.42:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.42:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.43:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.43:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.44:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.44:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.45:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.45:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.46:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.46:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.47:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.47:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.48:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.48:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.49:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.49:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.50:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.50:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.51:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.51:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.52:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.52:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.53:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.53:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.54:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.54:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.55:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.55:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.0.56:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.0.56:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:-:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:-:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:beta3:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:beta3:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:beta5:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:beta5:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:beta6:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:beta6:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:beta7:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:beta7:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:beta8:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:beta8:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:candidate_release2:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:candidate_release2:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:candidate_release3:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:candidate_release3:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:candidate_release4:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:candidate_release4:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:candidate_release5:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:candidate_release5:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:candidate_release6:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:candidate_release6:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.0:candidate_release7:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.0:candidate_release7:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.3:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.3:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.4:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.4:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.5:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.5:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.6:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.6:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.7:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.7:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.8:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.8:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.9:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.9:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.10:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.10:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.11:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.11:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.12:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.12:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.13:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.13:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.14:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.14:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.15:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.15:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.16:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.16:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.17:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.17:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.18:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.18:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.19:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.19:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.20:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.20:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.21:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.21:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.22:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.22:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.23:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.23:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.24:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.24:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.25:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.25:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.26:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.26:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.27:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.27:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.28:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.28:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.29:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.29:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.30:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.30:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.31:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.31:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.32:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.32:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.33:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.33:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.34:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.34:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.35:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.35:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.36:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.36:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.37:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.37:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.38:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.38:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.39:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.39:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.40:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.40:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.41:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.41:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.42:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.42:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.43:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.43:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.44:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.44:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.45:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.45:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.46:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.46:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.47:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.47:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.48:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.48:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.49:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.49:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.50:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.50:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.51:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.51:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.52:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.52:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.53:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.53:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.54:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.54:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.55:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.55:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.56:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.56:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.57:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.57:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.58:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.58:*:*:*:*:*:*:*
  • cpe:2.3:a:netty:netty:4.1.59:*:*:*:*:*:*:*
    cpe:2.3:a:netty:netty:4.1.59:*:*:*:*:*:*:*
  • cpe:2.3:a:netapp:oncommand_api_services:-:*:*:*:*:*:*:*
    cpe:2.3:a:netapp:oncommand_api_services:-:*:*:*:*:*:*:*
  • cpe:2.3:a:netapp:oncommand_workflow_automation:-:*:*:*:*:*:*:*
    cpe:2.3:a:netapp:oncommand_workflow_automation:-:*:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.8.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.8.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.9.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.9.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.10.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.13.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.13.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.13.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.13.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.13.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.13.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.13.3:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.13.3:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.14.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.15.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.15.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.16.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.16.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.16.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.16.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.17.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.17.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.18.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.18.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.19.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.19.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.19.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.19.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.20.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.20.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.21.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.21.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.21.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.21.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.21.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.21.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.22.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.22.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.23.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.23.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.23.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.23.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.23.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.23.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.24.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.24.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.25.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.25.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.26.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.26.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.26.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.26.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.27.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.27.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.28.0:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.28.0:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:0.28.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:0.28.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.0.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.0.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.0.0:candidate_release2:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.0.0:candidate_release2:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.1.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.1.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.1.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.1.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.2.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.2.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.2.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.0:alpha1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.0:alpha1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.0:alpha2:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.0:alpha2:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.0:candidate_release2:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.0:candidate_release2:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.3:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.3:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.3.4:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.3.4:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.4.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.4.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.4.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.4.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.4.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.5.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.5.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.5.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.5.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.5.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.5.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.6.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.6.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.6.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.6.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.6.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.6.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.0:candidate_release2:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.0:candidate_release2:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.3:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.3:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.4:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.4:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.5:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.5:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.7.6:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.7.6:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.8.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.8.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.8.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.8.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.8.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.8.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.8.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.8.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.8.3:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.8.3:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.9.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.9.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.9.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.9.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.9.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.9.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.9.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.9.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.10.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.10.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.10.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.10.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.10.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.10.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.10.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.10.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.10.3:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.10.3:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.10.4:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.10.4:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.10.5:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.10.5:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.0:beta1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.0:beta2:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.0:beta2:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.3:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.3:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.4:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.4:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.5:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.5:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.6:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.6:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.11.7:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.11.7:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.12.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.12.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.12.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.12.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.12.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.12.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.12.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.12.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.0:-:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.0:-:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.0:candidate_release1:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.0:candidate_release1:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.1:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.1:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.2:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.2:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.3:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.3:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.4:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.4:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.5:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.5:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.6:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.6:*:*:*:*:*:*:*
  • cpe:2.3:a:quarkus:quarkus:1.13.7:*:*:*:*:*:*:*
    cpe:2.3:a:quarkus:quarkus:1.13.7:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:-:*:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:-:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.7.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.7.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.7.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.7.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.7.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.7.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.7.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.7.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.7.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.7.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.7.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.8.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.8.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.8.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.8.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.9.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.9.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.9.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.9.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.9.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.9.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.9.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.9.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.10.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.10.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:0.10.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:0.10.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.0.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.0.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.0.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.0.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.0.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.0.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.1.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.1.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.1.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.1.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.2.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.2.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.2.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.2.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.3.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.3.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.3.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.3.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.3.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.3.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.3.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.3.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.3.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.3.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.4.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.4.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.4.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.4.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.4.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.4.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.5.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.5.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.5.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.5.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.5.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.5.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.5.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.5.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.6.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.6.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.6.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.6.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.7.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.7.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.7.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.7.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.7.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.7.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.7.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.7.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.7.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.7.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.7.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.7.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.8.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.8.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.8.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.8.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.8.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.8.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.9.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.9.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.9.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.9.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.9.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.9.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.10.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.10.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.10.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.10.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.10.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.10.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.10.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.10.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.10.1:*:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.10.1:*:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.10.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.10.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.10.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.10.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.10.1:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.10.1:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.11.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.11.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.11.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.11.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.11.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.11.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.11.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.11.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.11.1:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.11.1:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.11.1:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.11.1:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.11.1:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.11.1:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.12.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.12.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.12.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.12.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.12.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.12.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.13.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.13.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.13.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.13.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.13.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.13.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.14.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.14.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.14.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.14.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.15.0:-:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.15.0:-:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.15.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.15.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:apache:kudu:1.15.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:apache:kudu:1.15.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:apache:zookeeper:3.5.9:*:*:*:*:*:*:*
    cpe:2.3:a:apache:zookeeper:3.5.9:*:*:*:*:*:*:*
  • cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:oracle:communications_cloud_native_core_policy:1.14.0:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2021-21295: 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-2129 – A vulnerability was found in Mage AI 0.9.75. It has been classified as problematic. This affects an unknown part. The manipulation leads to insecur...
  • CVE-2025-2127 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla. It has been classified as problematic. Affected is an unknown function of th...
  • CVE-2025-2126 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla and classified as critical. This issue affects some unknown processing of the...
  • CVE-2025-2125 – A vulnerability has been found in Control iD RH iD 25.2.25.0 and classified as problematic. This vulnerability affects unknown code of the file /v2...
  • CVE-2025-2124 – A vulnerability, which was classified as problematic, was found in Control iD RH iD 25.2.25.0. This affects an unknown part of the file /v2/custome...