CVE-2021-47371 Vulnerability Analysis & Exploit Details

CVE-2021-47371
Vulnerability Scoring

7.1
/10
Very High Risk

Highly exploitable, CVE-2021-47371 poses a critical security risk that could lead to severe breaches.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Local
    Vulnerability requires local system access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2021-47371 Details

Status: Analyzed

Last updated: 🕝 02 Apr 2025, 14:53 UTC
Originally published on: 🕒 21 May 2024, 15:15 UTC

Time between publication and last update: 315 days

CVSS Release: version 3

CVSS3 Source

134c704f-9b21-4f2e-91b3-4a467353bcc0

CVSS3 Type

Secondary

CVSS3 Vector

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

CVE-2021-47371 Vulnerability Summary

CVE-2021-47371: In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix memory leaks in nexthop notification chain listeners syzkaller discovered memory leaks [1] that can be reduced to the following commands: # ip nexthop add id 1 blackhole # devlink dev reload pci/0000:06:00.0 As part of the reload flow, mlxsw will unregister its netdevs and then unregister from the nexthop notification chain. Before unregistering from the notification chain, mlxsw will receive delete notifications for nexthop objects using netdevs registered by mlxsw or their uppers. mlxsw will not receive notifications for nexthops using netdevs that are not dismantled as part of the reload flow. For example, the blackhole nexthop above that internally uses the loopback netdev as its nexthop device. One way to fix this problem is to have listeners flush their nexthop tables after unregistering from the notification chain. This is error-prone as evident by this patch and also not symmetric with the registration path where a listener receives a dump of all the existing nexthops. Therefore, fix this problem by replaying delete notifications for the listener being unregistered. This is symmetric to the registration path and also consistent with the netdev notification chain. The above means that unregister_nexthop_notifier(), like register_nexthop_notifier(), will have to take RTNL in order to iterate over the existing nexthops and that any callers of the function cannot hold RTNL. This is true for mlxsw and netdevsim, but not for the VXLAN driver. To avoid a deadlock, change the latter to unregister its nexthop listener without holding RTNL, making it symmetric to the registration path. [1] unreferenced object 0xffff88806173d600 (size 512): comm "syz-executor.0", pid 1290, jiffies 4295583142 (age 143.507s) hex dump (first 32 bytes): 41 9d 1e 60 80 88 ff ff 08 d6 73 61 80 88 ff ff A..`......sa.... 08 d6 73 61 80 88 ff ff 01 00 00 00 00 00 00 00 ..sa............ backtrace: [<ffffffff81a6b576>] kmemleak_alloc_recursive include/linux/kmemleak.h:43 [inline] [<ffffffff81a6b576>] slab_post_alloc_hook+0x96/0x490 mm/slab.h:522 [<ffffffff81a716d3>] slab_alloc_node mm/slub.c:3206 [inline] [<ffffffff81a716d3>] slab_alloc mm/slub.c:3214 [inline] [<ffffffff81a716d3>] kmem_cache_alloc_trace+0x163/0x370 mm/slub.c:3231 [<ffffffff82e8681a>] kmalloc include/linux/slab.h:591 [inline] [<ffffffff82e8681a>] kzalloc include/linux/slab.h:721 [inline] [<ffffffff82e8681a>] mlxsw_sp_nexthop_obj_group_create drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:4918 [inline] [<ffffffff82e8681a>] mlxsw_sp_nexthop_obj_new drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:5054 [inline] [<ffffffff82e8681a>] mlxsw_sp_nexthop_obj_event+0x59a/0x2910 drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c:5239 [<ffffffff813ef67d>] notifier_call_chain+0xbd/0x210 kernel/notifier.c:83 [<ffffffff813f0662>] blocking_notifier_call_chain kernel/notifier.c:318 [inline] [<ffffffff813f0662>] blocking_notifier_call_chain+0x72/0xa0 kernel/notifier.c:306 [<ffffffff8384b9c6>] call_nexthop_notifiers+0x156/0x310 net/ipv4/nexthop.c:244 [<ffffffff83852bd8>] insert_nexthop net/ipv4/nexthop.c:2336 [inline] [<ffffffff83852bd8>] nexthop_add net/ipv4/nexthop.c:2644 [inline] [<ffffffff83852bd8>] rtm_new_nexthop+0x14e8/0x4d10 net/ipv4/nexthop.c:2913 [<ffffffff833e9a78>] rtnetlink_rcv_msg+0x448/0xbf0 net/core/rtnetlink.c:5572 [<ffffffff83608703>] netlink_rcv_skb+0x173/0x480 net/netlink/af_netlink.c:2504 [<ffffffff833de032>] rtnetlink_rcv+0x22/0x30 net/core/rtnetlink.c:5590 [<ffffffff836069de>] netlink_unicast_kernel net/netlink/af_netlink.c:1314 [inline] [<ffffffff836069de>] netlink_unicast+0x5ae/0x7f0 net/netlink/af_netlink.c:1340 [<ffffffff83607501>] netlink_sendmsg+0x8e1/0xe30 net/netlink/af_netlink.c:1929 [<ffffffff832fde84>] sock_sendmsg_nosec net/socket.c:704 [inline ---truncated---

Assessing the Risk of CVE-2021-47371

Access Complexity Graph

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

CVE-2021-47371 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

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-47371, 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-47371, 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-47371 has no significant impact on data confidentiality.
  • Integrity: High
    CVE-2021-47371 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2021-47371 can disrupt system operations, potentially causing complete denial of service (DoS).

Exploit Prediction Scoring System (EPSS)

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

EPSS Score: 0.043% (probability of exploit)

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

CVE-2021-47371 References

External References

CWE Common Weakness Enumeration

CWE-400

CAPEC Common Attack Pattern Enumeration and Classification

  • XML Ping of the Death CAPEC-147 An attacker initiates a resource depletion attack where a large number of small XML messages are delivered at a sufficiently rapid rate to cause a denial of service or crash of the target. Transactions such as repetitive SOAP transactions can deplete resources faster than a simple flooding attack because of the additional resources used by the SOAP protocol and the resources necessary to process SOAP messages. The transactions used are immaterial as long as they cause resource utilization on the target. In other words, this is a normal flooding attack augmented by using messages that will require extra processing on the target.
  • Sustained Client Engagement CAPEC-227 An adversary attempts to deny legitimate users access to a resource by continually engaging a specific resource in an attempt to keep the resource tied up as long as possible. The adversary's primary goal is not to crash or flood the target, which would alert defenders; rather it is to repeatedly perform actions or abuse algorithmic flaws such that a given resource is tied up and not available to a legitimate user. By carefully crafting a requests that keep the resource engaged through what is seemingly benign requests, legitimate users are limited or completely denied access to the resource.
  • Regular Expression Exponential Blowup CAPEC-492 An adversary may execute an attack on a program that uses a poor Regular Expression(Regex) implementation by choosing input that results in an extreme situation for the Regex. A typical extreme situation operates at exponential time compared to the input size. This is due to most implementations using a Nondeterministic Finite Automaton(NFA) state machine to be built by the Regex algorithm since NFA allows backtracking and thus more complex regular expressions.

Vulnerable Configurations

  • cpe:2.3:o:linux:linux_kernel:5.11:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.14:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.14:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.15:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.15:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.16:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.16:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.17:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.17:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.18:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.18:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.19:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.19:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.20:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.20:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.21:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.21:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11.22:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11.22:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.11:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.11:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.14:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.14:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.15:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.15:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.16:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.16:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.17:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.17:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.18:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.18:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.19:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.19:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12.25:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12.25:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.12:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.12:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.0-52:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.0-52:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.9:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.9:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.10:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.10:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.11:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.11:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.12:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.12:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.13:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.13:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.14:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.14:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.15:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.15:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.16:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.16:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.17:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.17:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.18:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.18:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13.19:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13.19:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13:rc3:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13:rc4:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13:rc5:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13:rc6:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.13:rc7:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.13:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14:-:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14.1:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14.1:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14.2:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14.2:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14.3:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14.3:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14.4:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14.4:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14.5:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14.5:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14.6:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14.6:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14.7:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14.7:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.14.8:*:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.14.8:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:*
    cpe:2.3:o:linux:linux_kernel:5.15:rc2:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2021-47371: 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...