← Back

Management Services For Netapp Hci

management_services_for_netapp_hci

Vendor: Netapp • 17 CVEs

CVEs (17)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
3Certifi
FedoraprojectNetapp
8Active Iq Unified Manager
CertifiFedora+5 more
Jun 17, 2026
Jul 25, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes "e-Tugra" root certifi...Show more
Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi prior to version 2023.07.22 recognizes "e-Tugra" root certificates. e-Tugra's root certificates were subject to an investigation prompted by reporting of security issues in their systems. Certifi 2023.07.22 removes root certificates from "e-Tugra" from the root store.Show less
3Fedoraproject
NetappPython
6Active Iq Unified Manager
FedoraManagement Services For Element Software+3 more
Jun 17, 2026
Feb 17, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.
2Certifi
Netapp
4Certifi
E Series Performance AnalyzerManagement Services For Element Software+1 more
Jun 17, 2026
Dec 7, 2022
N/A· v4
7.5 HIGH· v3
N/A· v2
Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from "TrustCor" from the...Show more
Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from "TrustCor" from the root store. These are in the process of being removed from Mozilla's trust store. TrustCor's root certificates are being removed pursuant to an investigation prompted by media reporting that TrustCor's ownership also operated a business that produced spyware. Conclusions of Mozilla's investigation can be found in the linked google group discussion.Show less
4Fedoraproject
MicrosoftNetapp+1 more
9Fedora
Management Services For Element SoftwareManagement Services For Netapp Hci+6 more
Jun 17, 2026
Nov 9, 2022
N/A· v4
8.1 HIGH· v3
N/A· v2
Netlogon RPC Elevation of Privilege Vulnerability
4Fedoraproject
MicrosoftNetapp+1 more
9Fedora
Management Services For Element SoftwareManagement Services For Netapp Hci+6 more
Jun 17, 2026
Nov 9, 2022
N/A· v4
7.2 HIGH· v3
N/A· v2
Windows Kerberos Elevation of Privilege Vulnerability
4Fedoraproject
MicrosoftNetapp+1 more
9Fedora
Management Services For Element SoftwareManagement Services For Netapp Hci+6 more
Jun 17, 2026
Nov 9, 2022
N/A· v4
8.1 HIGH· v3
N/A· v2
Windows Kerberos RC4-HMAC Elevation of Privilege Vulnerability
2Jsoup
Netapp
4Jsoup
Management Services For Element SoftwareManagement Services For Netapp Hci+1 more
Jun 17, 2026
Aug 29, 2022
N/A· v4
6.1 MEDIUM· v3
N/A· v2
jsoup is a Java HTML parser, built for HTML editing, cleaning, scraping, and cross-site scripting (XSS) safety. jsoup may incorrectly sanitize HTML including `javascript:` URL expressions, which could allow XSS attacks w...Show more
jsoup is a Java HTML parser, built for HTML editing, cleaning, scraping, and cross-site scripting (XSS) safety. jsoup may incorrectly sanitize HTML including `javascript:` URL expressions, which could allow XSS attacks when a reader subsequently clicks that link. If the non-default `SafeList.preserveRelativeLinks` option is enabled, HTML including `javascript:` URLs that have been crafted with control characters will not be sanitized. If the site that this HTML is published on does not set a Content Security Policy, an XSS attack is then possible. This issue is patched in jsoup 1.15.3. Users should upgrade to this version. Additionally, as the unsanitized input may have been persisted, old content should be cleaned again using the updated version. To remediate this issue without immediately upgrading: - disable `SafeList.preserveRelativeLinks`, which will rewrite input URLs as absolute URLs - ensure an appropriate [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) is defined. (This should be used regardless of upgrading, as a defence-in-depth best practice.)Show less
4Fedoraproject
NetappOracle+1 more
5Communications Operations Monitor
FedoraManagement Services For Element Software+2 more
Jun 17, 2026
Apr 27, 2022
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of...Show more
Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.Show less
4Fedoraproject
NetappOracle+1 more
5Communications Operations Monitor
FedoraManagement Services For Element Software+2 more
Jun 17, 2026
Apr 27, 2022
N/A· v4
7.8 HIGH· v3
6.8 MEDIUM· v2
Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execu...Show more
Redis is an in-memory database that persists on disk. By exploiting weaknesses in the Lua script execution environment, an attacker with access to Redis prior to version 7.0.0 or 6.2.7 can inject Lua code that will execute with the (potentially higher) privileges of another Redis user. The Lua script execution environment in Redis provides some measures that prevent a script from creating side effects that persist and can affect the execution of the same, or different script, at a later time. Several weaknesses of these measures have been publicly known for a long time, but they had no security impact as the Redis security model did not endorse the concept of users or privileges. With the introduction of ACLs in Redis 6.0, these weaknesses can be exploited by a less privileged users to inject Lua code that will execute at a later time, when a privileged user executes a Lua script. The problem is fixed in Redis versions 7.0.0 and 6.2.7. An additional workaround to mitigate this problem without patching the redis-server executable, if Lua scripting is not being used, is to block access to `SCRIPT LOAD` and `EVAL` commands using ACL rules.Show less
3Debian
NetappSamba
5Debian Linux
Management Services For Element SoftwareManagement Services For Netapp Hci+2 more
Jun 17, 2026
Oct 12, 2021
N/A· v4
6.5 MEDIUM· v3
4.0 MEDIUM· v2
A null pointer de-reference was found in the way samba kerberos server handled missing sname in TGS-REQ (Ticket Granting Server - Request). An authenticated user could use this flaw to crash the samba server.
5Debian
FedoraprojectNetapp+2 more
6Communications Operations Monitor
Debian LinuxFedora+3 more
Jun 17, 2026
Oct 4, 2021
N/A· v4
8.8 HIGH· v3
9.0 HIGH· v2
Redis is an open source, in-memory database that persists on disk. The redis-cli command line tool and redis-sentinel service may be vulnerable to integer overflow when parsing specially crafted large multi-bulk network...Show more
Redis is an open source, in-memory database that persists on disk. The redis-cli command line tool and redis-sentinel service may be vulnerable to integer overflow when parsing specially crafted large multi-bulk network replies. This is a result of a vulnerability in the underlying hiredis library which does not perform an overflow check before calling the calloc() heap allocation function. This issue only impacts systems with heap allocators that do not perform their own overflow checks. Most modern systems do and are therefore not likely to be affected. Furthermore, by default redis-sentinel uses the jemalloc allocator which is also not vulnerable. The problem is fixed in Redis versions 6.2.6, 6.0.16 and 5.0.14.Show less
5Debian
FedoraprojectNetapp+2 more
6Communications Operations Monitor
Debian LinuxFedora+3 more
Jun 17, 2026
Oct 4, 2021
N/A· v4
7.5 HIGH· v3
6.0 MEDIUM· v2
Redis is an open source, in-memory database that persists on disk. An integer overflow bug affecting all versions of Redis can be exploited to corrupt the heap and potentially be used to leak arbitrary contents of the he...Show more
Redis is an open source, in-memory database that persists on disk. An integer overflow bug affecting all versions of Redis can be exploited to corrupt the heap and potentially be used to leak arbitrary contents of the heap or trigger remote code execution. The vulnerability involves changing the default set-max-intset-entries configuration parameter to a very large value and constructing specially crafted commands to manipulate sets. The problem is fixed in Redis versions 6.2.6, 6.0.16 and 5.0.14. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from modifying the set-max-intset-entries configuration parameter. This can be done using ACL to restrict unprivileged users from using the CONFIG SET command.Show less
5Debian
FedoraprojectNetapp+2 more
6Communications Operations Monitor
Debian LinuxFedora+3 more
Jun 17, 2026
Oct 4, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
Redis is an open source, in-memory database that persists on disk. When parsing an incoming Redis Standard Protocol (RESP) request, Redis allocates memory according to user-specified values which determine the number of...Show more
Redis is an open source, in-memory database that persists on disk. When parsing an incoming Redis Standard Protocol (RESP) request, Redis allocates memory according to user-specified values which determine the number of elements (in the multi-bulk header) and size of each element (in the bulk header). An attacker delivering specially crafted requests over multiple connections can cause the server to allocate significant amount of memory. Because the same parsing mechanism is used to handle authentication requests, this vulnerability can also be exploited by unauthenticated users. The problem is fixed in Redis versions 6.2.6, 6.0.16 and 5.0.14. An additional workaround to mitigate this problem without patching the redis-server executable is to block access to prevent unauthenticated users from connecting to Redis. This can be done in different ways: Using network access control tools like firewalls, iptables, security groups, etc. or Enabling TLS and requiring users to authenticate using client side certificates.Show less
6Debian
FedoraprojectNetapp+3 more
8Communications Operations Monitor
Debian LinuxEnterprise Linux+5 more
Jun 17, 2026
Oct 4, 2021
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
Redis is an open source, in-memory database that persists on disk. When using the Redis Lua Debugger, users can send malformed requests that cause the debugger’s protocol parser to read data beyond the actual buffer. Thi...Show more
Redis is an open source, in-memory database that persists on disk. When using the Redis Lua Debugger, users can send malformed requests that cause the debugger’s protocol parser to read data beyond the actual buffer. This issue affects all versions of Redis with Lua debugging support (3.2 or newer). The problem is fixed in versions 6.2.6, 6.0.16 and 5.0.14.Show less
5Debian
FedoraprojectNetapp+2 more
6Communications Operations Monitor
Debian LinuxFedora+3 more
Jun 17, 2026
Oct 4, 2021
N/A· v4
7.5 HIGH· v3
6.0 MEDIUM· v2
Redis is an open source, in-memory database that persists on disk. An integer overflow bug in the ziplist data structure used by all versions of Redis can be exploited to corrupt the heap and potentially result with remo...Show more
Redis is an open source, in-memory database that persists on disk. An integer overflow bug in the ziplist data structure used by all versions of Redis can be exploited to corrupt the heap and potentially result with remote code execution. The vulnerability involves modifying the default ziplist configuration parameters (hash-max-ziplist-entries, hash-max-ziplist-value, zset-max-ziplist-entries or zset-max-ziplist-value) to a very large value, and then constructing specially crafted commands to create very large ziplists. The problem is fixed in Redis versions 6.2.6, 6.0.16, 5.0.14. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from modifying the above configuration parameters. This can be done using ACL to restrict unprivileged users from using the CONFIG SET command.Show less
5Debian
FedoraprojectNetapp+2 more
6Communications Operations Monitor
Debian LinuxFedora+3 more
Jun 17, 2026
Oct 4, 2021
N/A· v4
7.5 HIGH· v3
6.0 MEDIUM· v2
Redis is an open source, in-memory database that persists on disk. In affected versions an integer overflow bug in Redis can be exploited to corrupt the heap and potentially result with remote code execution. The vulnera...Show more
Redis is an open source, in-memory database that persists on disk. In affected versions an integer overflow bug in Redis can be exploited to corrupt the heap and potentially result with remote code execution. The vulnerability involves changing the default proto-max-bulk-len and client-query-buffer-limit configuration parameters to very large values and constructing specially crafted very large stream elements. The problem is fixed in Redis 6.2.6, 6.0.16 and 5.0.14. For users unable to upgrade an additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from modifying the proto-max-bulk-len configuration parameter. This can be done using ACL to restrict unprivileged users from using the CONFIG SET command.Show less
5Debian
FedoraprojectNetapp+2 more
6Communications Operations Monitor
Debian LinuxFedora+3 more
Jun 17, 2026
Oct 4, 2021
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
Redis is an open source, in-memory database that persists on disk. In affected versions specially crafted Lua scripts executing in Redis can cause the heap-based Lua stack to be overflowed, due to incomplete checks for t...Show more
Redis is an open source, in-memory database that persists on disk. In affected versions specially crafted Lua scripts executing in Redis can cause the heap-based Lua stack to be overflowed, due to incomplete checks for this condition. This can result with heap corruption and potentially remote code execution. This problem exists in all versions of Redis with Lua scripting support, starting from 2.6. The problem is fixed in versions 6.2.6, 6.0.16 and 5.0.14. For users unable to update an additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.Show less