← Back

Hci Management Node

hci_management_node

Vendor: Netapp • 182 CVEs

CVEs (182)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Linux
Netapp
5Element Software
Hci Bootstrap OsHci Management Node+2 more
Jun 17, 2026
Aug 8, 2021
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
btrfs in the Linux kernel before 5.13.4 allows attackers to cause a denial of service (deadlock) via processes that trigger allocation of new system chunks during times when there is a shortage of free space in the syste...Show more
btrfs in the Linux kernel before 5.13.4 allows attackers to cause a denial of service (deadlock) via processes that trigger allocation of new system chunks during times when there is a shortage of free space in the system space_info.Show less
2Linux
Netapp
5Element Software
Hci Bootstrap OsHci Management Node+2 more
Jun 17, 2026
Aug 8, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
fs/nfsd/trace.h in the Linux kernel before 5.13.4 might allow remote attackers to cause a denial of service (out-of-bounds read in strlen) by sending NFS traffic when the trace event framework is being used for nfsd.
2Linux
Netapp
5Element Software
Hci Bootstrap OsHci Management Node+2 more
Jun 17, 2026
Aug 8, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
net/sunrpc/xdr.c in the Linux kernel before 5.13.4 allows remote attackers to cause a denial of service (xdr_set_page_base slab-out-of-bounds access) by performing many NFS 4.2 READ_PLUS operations.
3Debian
LinuxNetapp
6Debian Linux
Element SoftwareHci Bootstrap Os+3 more
Jun 17, 2026
Aug 8, 2021
N/A· v4
6.5 MEDIUM· v3
3.3 LOW· v2
fs/nfs/nfs4client.c in the Linux kernel before 5.13.4 has incorrect connection-setup ordering, which allows operators of remote NFSv4 servers to cause a denial of service (hanging of mounts) by arranging for those server...Show more
fs/nfs/nfs4client.c in the Linux kernel before 5.13.4 has incorrect connection-setup ordering, which allows operators of remote NFSv4 servers to cause a denial of service (hanging of mounts) by arranging for those servers to be unreachable during trunking detection.Show less
4Debian
LinuxNetapp+1 more
7Debian Linux
Element SoftwareEnterprise Linux+4 more
Jun 17, 2026
Aug 7, 2021
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
In drivers/char/virtio_console.c in the Linux kernel before 5.13.4, data corruption or loss can be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size. NOTE: the vendor indicates tha...Show more
In drivers/char/virtio_console.c in the Linux kernel before 5.13.4, data corruption or loss can be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size. NOTE: the vendor indicates that the cited data corruption is not a vulnerability in any existing use case; the length validation was added solely for robustness in the face of anomalous host OS behaviorShow less
5Haxx
NetappOracle+2 more
19Active Iq Unified Manager
Clustered Data OntapCurl+16 more
Jun 17, 2026
Aug 5, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
libcurl-using applications can ask for a specific client certificate to be used in a transfer. This is done with the `CURLOPT_SSLCERT` option (`--cert` with the command line tool).When libcurl is built to use the macOS n...Show more
libcurl-using applications can ask for a specific client certificate to be used in a transfer. This is done with the `CURLOPT_SSLCERT` option (`--cert` with the command line tool).When libcurl is built to use the macOS native TLS library Secure Transport, an application can ask for the client certificate by name or with a file name - using the same option. If the name exists as a file, it will be used instead of by name.If the appliction runs with a current working directory that is writable by other users (like `/tmp`), a malicious user can create a file name with the same name as the app wants to use by name, and thereby trick the application to use the file based cert instead of the one referred to by name making libcurl send the wrong client certificate in the TLS connection handshake.Show less
7Apple
FedoraprojectHaxx+4 more
20Cloud Backup
Clustered Data OntapCurl+17 more
Jun 17, 2026
Aug 5, 2021
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
curl supports the `-t` command line option, known as `CURLOPT_TELNETOPTIONS`in libcurl. This rarely used option is used to send variable=content pairs toTELNET servers.Due to flaw in the option parser for sending `NEW_EN...Show more
curl supports the `-t` command line option, known as `CURLOPT_TELNETOPTIONS`in libcurl. This rarely used option is used to send variable=content pairs toTELNET servers.Due to flaw in the option parser for sending `NEW_ENV` variables, libcurlcould be made to pass on uninitialized data from a stack based buffer to theserver. Therefore potentially revealing sensitive internal information to theserver using a clear-text network protocol.This could happen because curl did not call and use sscanf() correctly whenparsing the string provided by the application.Show less
6Fedoraproject
HaxxNetapp+3 more
16Cloud Backup
Clustered Data OntapCurl+13 more
Jun 17, 2026
Aug 5, 2021
N/A· v4
5.3 MEDIUM· v3
2.6 LOW· v2
When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers fr...Show more
When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or try to download the contents from. Often contrary to the user's expectations and intentions and without telling the user it happened.Show less
6Fedoraproject
HaxxNetapp+3 more
16Cloud Backup
Clustered Data OntapCurl+13 more
Jun 17, 2026
Aug 5, 2021
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentf...Show more
When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.Show less
3Debian
GnuNetapp
7Active Iq Unified Manager
Debian LinuxE Series Santricity Os Controller+4 more
Jun 17, 2026
Jul 22, 2021
N/A· v4
9.1 CRITICAL· v3
6.4 MEDIUM· v2
The wordexp function in the GNU C Library (aka glibc) through 2.33 may crash or read arbitrary memory in parse_param (in posix/wordexp.c) when called with an untrusted, crafted pattern, potentially resulting in a denial...Show more
The wordexp function in the GNU C Library (aka glibc) through 2.33 may crash or read arbitrary memory in parse_param (in posix/wordexp.c) when called with an untrusted, crafted pattern, potentially resulting in a denial of service or disclosure of information. This occurs because atoi was used but strtoul should have been used to ensure correct calculations.Show less
4Debian
FedoraprojectNetapp+1 more
5Debian Linux
FedoraHci Management Node+2 more
Jun 17, 2026
Jul 20, 2021
N/A· v4
5.5 MEDIUM· v3
4.9 MEDIUM· v2
basic/unit-name.c in systemd prior to 246.15, 247.8, 248.5, and 249.1 has a Memory Allocation with an Excessive Size Value (involving strdupa and alloca for a pathname controlled by a local attacker) that results in an o...Show more
basic/unit-name.c in systemd prior to 246.15, 247.8, 248.5, and 249.1 has a Memory Allocation with an Excessive Size Value (involving strdupa and alloca for a pathname controlled by a local attacker) that results in an operating system crash.Show less
6Debian
FedoraprojectLinux+3 more
7Communications Session Border Controller
Debian LinuxFedora+4 more
Jun 17, 2026
Jul 20, 2021
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
fs/seq_file.c in the Linux kernel 3.16 through 5.13.x before 5.13.4 does not properly restrict seq buffer allocations, leading to an integer overflow, an Out-of-bounds Write, and escalation to root by an unprivileged use...Show more
fs/seq_file.c in the Linux kernel 3.16 through 5.13.x before 5.13.4 does not properly restrict seq buffer allocations, leading to an integer overflow, an Out-of-bounds Write, and escalation to root by an unprivileged user, aka CID-8cae8cd89f05.Show less
3Eclipse
NetappOracle
18Autovue For Agile Product Lifecycle Management
Communications Cloud Native Core Binding Support FunctionCommunications Cloud Native Core Security Edge Protection Proxy+15 more
Jun 17, 2026
Jul 15, 2021
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
For Eclipse Jetty versions 9.4.37-9.4.42, 10.0.1-10.0.5 & 11.0.1-11.0.5, URIs can be crafted using some encoded characters to access the content of the WEB-INF directory and/or bypass some security constraints. This is a...Show more
For Eclipse Jetty versions 9.4.37-9.4.42, 10.0.1-10.0.5 & 11.0.1-11.0.5, URIs can be crafted using some encoded characters to access the content of the WEB-INF directory and/or bypass some security constraints. This is a variation of the vulnerability reported in CVE-2021-28164/GHSA-v7ff-8wcx-gmc5.Show less
3Brocade
LinuxNetapp
21Aff 500f Firmware
Aff A250 FirmwareAff A400 Firmware+18 more
Jun 17, 2026
Jul 7, 2021
N/A· v4
7.8 HIGH· v3
4.6 MEDIUM· v2
A heap out-of-bounds write affecting Linux since v2.6.19-rc1 was discovered in net/netfilter/x_tables.c. This allows an attacker to gain privileges or cause a DoS (via heap memory corruption) through user name space
4Gstreamer
Gstreamer ProjectNetapp+1 more
13Active Iq Unified Manager
E Series Santricity Os ControllerE Series Santricity Storage Manager+10 more
Jun 17, 2026
Jun 2, 2021
N/A· v4
5.5 MEDIUM· v3
4.3 MEDIUM· v2
GStreamer before 1.18.4 may perform an out-of-bounds read when handling certain ID3v2 tags.
6Debian
FedoraprojectNetapp+3 more
28Active Iq Unified Manager
Clustered Data OntapClustered Data Ontap Antivirus Connector+25 more
Jun 17, 2026
May 19, 2021
N/A· v4
8.6 HIGH· v3
7.5 HIGH· v2
There is a flaw in the xml entity encoding functionality of libxml2 in versions before 2.9.11. An attacker who is able to supply a crafted file to be processed by an application linked with the affected functionality of...Show more
There is a flaw in the xml entity encoding functionality of libxml2 in versions before 2.9.11. An attacker who is able to supply a crafted file to be processed by an application linked with the affected functionality of libxml2 could trigger an out-of-bounds read. The most likely impact of this flaw is to application availability, with some potential impact to confidentiality and integrity if an attacker is able to use memory information to further exploit the application.Show less
4Debian
FedoraprojectNetapp+1 more
11Active Iq Unified Manager
Debian LinuxFedora+8 more
Jun 17, 2026
Apr 22, 2021
N/A· v4
5.3 MEDIUM· v3
2.6 LOW· v2
Vulnerability in the Java SE, Java SE Embedded, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u291, 8u281, 11.0.10, 16; Java SE Emb...Show more
Vulnerability in the Java SE, Java SE Embedded, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u291, 8u281, 11.0.10, 16; Java SE Embedded: 8u281; Oracle GraalVM Enterprise Edition: 19.3.5, 20.3.1.2 and 21.0.0.2. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, Oracle GraalVM Enterprise Edition. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Java SE, Java SE Embedded, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability applies to Java deployments that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. CVSS 3.1 Base Score 5.3 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N).Show less
5Debian
FedoraprojectMcafee+2 more
12Active Iq Unified Manager
Debian LinuxEpolicy Orchestrator+9 more
Jun 17, 2026
Apr 22, 2021
N/A· v4
5.9 MEDIUM· v3
4.3 MEDIUM· v2
Vulnerability in the Java SE, Java SE Embedded, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u291, 8u281, 11.0.10, 16; Java SE Emb...Show more
Vulnerability in the Java SE, Java SE Embedded, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u291, 8u281, 11.0.10, 16; Java SE Embedded: 8u281; Oracle GraalVM Enterprise Edition: 19.3.5, 20.3.1.2 and 21.0.0.2. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Java SE, Java SE Embedded, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability applies to Java deployments that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. It can also be exploited by supplying untrusted data to APIs in the specified Component. CVSS 3.1 Base Score 5.9 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N).Show less
4Debian
FedoraprojectLinux+1 more
13Cloud Backup
Debian LinuxFedora+10 more
Jun 17, 2026
Apr 8, 2021
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
BPF JIT compilers in the Linux kernel through 5.11.12 have incorrect computation of branch displacements, allowing them to execute arbitrary code within the kernel context. This affects arch/x86/net/bpf_jit_comp.c and ar...Show more
BPF JIT compilers in the Linux kernel through 5.11.12 have incorrect computation of branch displacements, allowing them to execute arbitrary code within the kernel context. This affects arch/x86/net/bpf_jit_comp.c and arch/x86/net/bpf_jit_comp32.c.Show less
8Broadcom
DebianFedoraproject+5 more
11Communications Billing And Revenue Management
Debian LinuxEssbase+8 more
Jun 17, 2026
Apr 1, 2021
N/A· v4
3.7 LOW· v3
4.3 MEDIUM· v2
curl 7.63.0 to and including 7.75.0 includes vulnerability that allows a malicious HTTPS proxy to MITM a connection due to bad handling of TLS 1.3 session tickets. When using a HTTPS proxy and TLS 1.3, libcurl can confus...Show more
curl 7.63.0 to and including 7.75.0 includes vulnerability that allows a malicious HTTPS proxy to MITM a connection due to bad handling of TLS 1.3 session tickets. When using a HTTPS proxy and TLS 1.3, libcurl can confuse session tickets arriving from the HTTPS proxy but work as if they arrived from the remote server and then wrongly "short-cut" the host handshake. When confusing the tickets, a HTTPS proxy can trick libcurl to use the wrong session ticket resume for the host and thereby circumvent the server TLS certificate check and make a MITM attack to be possible to perform unnoticed. Note that such a malicious HTTPS proxy needs to provide a certificate that curl will accept for the MITMed server for an attack to work - unless curl has been told to ignore the server certificate check.Show less