← Back

Netapp

netapp

2,507 CVEs • 371 products

Products (371)

Click to collapse
Toggle
Snapcenter
snapcenter
Cloud Backup
cloud_backup
Solidfire
solidfire
Snapmanager
snapmanager
Storagegrid
storagegrid
Bootstrap Os
bootstrap_os
Data Ontap
data_ontap
Ontap Tools
ontap_tools
H300s
h300s
H500s
h500s
H700s
h700s
H410s
h410s
Ontap
ontap
Fas/aff Bios
fas/aff_bios
A250 Firmware
a250_firmware
Cloud Manager
cloud_manager
Snapdrive
snapdrive
Snapprotect
snapprotect
A400 Firmware
a400_firmware
Hci
hci
8300 Firmware
8300_firmware
8700 Firmware
8700_firmware

CVEs (2,507)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
6Debian
DjangoprojectFedoraproject+3 more
12Cloud Backup
Communications Offline Mediation ControllerCommunications Pricing Design Center+9 more
Jun 17, 2026
Feb 15, 2021
N/A· v4
5.9 MEDIUM· v3
4.0 MEDIUM· v2
The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.pars...Show more
The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.Show less
4Debian
NetappOracle+1 more
4Clustered Data Ontap
Communications Diameter Signaling RouterDebian Linux+1 more
Jun 17, 2026
Feb 15, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
In PHP versions 7.3.x below 7.3.27, 7.4.x below 7.4.15 and 8.0.x below 8.0.2, when using SOAP extension to connect to a SOAP server, a malicious SOAP server could return malformed XML data as a response that would cause...Show more
In PHP versions 7.3.x below 7.3.27, 7.4.x below 7.4.15 and 8.0.x below 8.0.2, when using SOAP extension to connect to a SOAP server, a malicious SOAP server could return malformed XML data as a response that would cause PHP to access a null pointer and thus cause a crash.Show less
3Debian
NetappPhp
3Clustered Data Ontap
Debian LinuxPhp
Jun 17, 2026
Feb 15, 2021
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to...Show more
In PHP versions 7.3.x below 7.3.26, 7.4.x below 7.4.14 and 8.0.0, when validating URL with functions like filter_var($url, FILTER_VALIDATE_URL), PHP will accept an URL with invalid password as valid URL. This may lead to functions that rely on URL being valid to mis-parse the URL and produce wrong data as components of the URL.Show less
1Netapp
1Clustered Data Ontap
Jun 17, 2026
Feb 8, 2021
N/A· v4
3.3 LOW· v3
2.1 LOW· v2
Clustered Data ONTAP versions prior to 9.1P18 and 9.3P12 are susceptible to a vulnerability which could allow an attacker to discover node names via AutoSupport bundles even when the –remove-private-data parameter is set...Show more
Clustered Data ONTAP versions prior to 9.1P18 and 9.3P12 are susceptible to a vulnerability which could allow an attacker to discover node names via AutoSupport bundles even when the –remove-private-data parameter is set to true.Show less
1Netapp
1Oncommand System Manager
Jun 17, 2026
Feb 8, 2021
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
OnCommand System Manager 9.x versions prior to 9.3P20 and 9.4 prior to 9.4P3 are susceptible to a vulnerability that could allow HTTP clients to cache sensitive responses making them accessible to an attacker who has acc...Show more
OnCommand System Manager 9.x versions prior to 9.3P20 and 9.4 prior to 9.4P3 are susceptible to a vulnerability that could allow HTTP clients to cache sensitive responses making them accessible to an attacker who has access to the system where the client runs.Show less
1Netapp
1Clustered Data Ontap
Jun 17, 2026
Feb 8, 2021
N/A· v4
3.3 LOW· v3
2.1 LOW· v2
Clustered Data ONTAP versions prior to 9.3P20 are susceptible to a vulnerability which could allow an attacker to discover node names via AutoSupport bundles even when the –remove-private-data parameter is set to true.
5Debian
NetappNetty+2 more
13Active Iq Unified Manager
Banking Corporate Lending Process ManagementBanking Credit Facilities Process Management+10 more
Jun 17, 2026
Feb 8, 2021
N/A· v4
5.5 MEDIUM· v3
1.9 LOW· v2
Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty before version 4.1.59.Final there is a vulnerab...Show more
Netty is an open-source, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. In Netty before version 4.1.59.Final there is a vulnerability on Unix-like systems involving an insecure temp file. When netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. On unix-like systems, the temporary directory is shared between all user. As such, writing to this directory using APIs that do not explicitly set the file/directory permissions can lead to information disclosure. Of note, this does not impact modern MacOS Operating Systems. The method "File.createTempFile" on unix-like systems creates a random file, but, by default will create this file with the permissions "-rw-r--r--". Thus, if sensitive information is written to this file, other local users can read this information. This is the case in netty's "AbstractDiskHttpData" is vulnerable. This has been fixed in version 4.1.59.Final. As a workaround, one may specify your own "java.io.tmpdir" when you start the JVM or use "DefaultHttpDataFactory.setBaseDir(...)" to set the directory to something that is only readable by the current user.Show less
2Linux
Netapp
9Aff Baseboard Management Controller
Baseboard Management Controller 500f FirmwareBaseboard Management Controller A250 Firmware+6 more
Jun 17, 2026
Feb 5, 2021
N/A· v4
7.0 HIGH· v3
6.9 MEDIUM· v2
A local privilege escalation was discovered in the Linux kernel before 5.10.13. Multiple race conditions in the AF_VSOCK implementation are caused by wrong locking in net/vmw_vsock/af_vsock.c. The race conditions were im...Show more
A local privilege escalation was discovered in the Linux kernel before 5.10.13. Multiple race conditions in the AF_VSOCK implementation are caused by wrong locking in net/vmw_vsock/af_vsock.c. The race conditions were implicitly introduced in the commits that added VSOCK multi-transport support.Show less
1Netapp
1Clustered Data Ontap
Jun 17, 2026
Feb 3, 2021
N/A· v4
3.5 LOW· v3
2.7 LOW· v2
Clustered Data ONTAP versions prior to 9.3P20 and 9.5P15 are susceptible to a vulnerability which could allow unauthorized tenant users to discover the names of other Storage Virtual Machines (SVMs) and filenames on thos...Show more
Clustered Data ONTAP versions prior to 9.3P20 and 9.5P15 are susceptible to a vulnerability which could allow unauthorized tenant users to discover the names of other Storage Virtual Machines (SVMs) and filenames on those SVMs.Show less
1Netapp
1Clustered Data Ontap
Jun 17, 2026
Feb 3, 2021
N/A· v4
3.5 LOW· v3
2.7 LOW· v2
Clustered Data ONTAP versions prior to 9.3P20 and 9.5P15 are susceptible to a vulnerability which could allow unauthorized tenant users to discover the existence of data on other Storage Virtual Machines (SVMs).
3Debian
DockerNetapp
3Debian Linux
DockerE Series Santricity Os Controller
Jun 17, 2026
Feb 2, 2021
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent...Show more
In Docker before versions 9.03.15, 20.10.3 there is a vulnerability in which pulling an intentionally malformed Docker image manifest crashes the dockerd daemon. Versions 20.10.3 and 19.03.15 contain patches that prevent the daemon from crashing.Show less
3Debian
DockerNetapp
3Debian Linux
DockerE Series Santricity Os Controller
Jun 17, 2026
Feb 2, 2021
N/A· v4
6.8 MEDIUM· v3
2.7 LOW· v2
In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using "--userns-remap", if the root...Show more
In Docker before versions 9.03.15, 20.10.3 there is a vulnerability involving the --userns-remap option in which access to remapped root allows privilege escalation to real root. When using "--userns-remap", if the root user in the remapped namespace has access to the host filesystem they can modify files under "/var/lib/docker/<remapping>" that cause writing files with extended privileges. Versions 20.10.3 and 19.03.15 contain patches that prevent privilege escalation from remapped user.Show less
3Djangoproject
FedoraprojectNetapp
3Django
FedoraSnapcenter
Jun 17, 2026
Feb 2, 2021
N/A· v4
5.3 MEDIUM· v3
5.0 MEDIUM· v2
In Django 2.2 before 2.2.18, 3.0 before 3.0.12, and 3.1 before 3.1.6, the django.utils.archive.extract method (used by "startapp --template" and "startproject --template") allows directory traversal via an archive with a...Show more
In Django 2.2 before 2.2.18, 3.0 before 3.0.12, and 3.1 before 3.1.6, the django.utils.archive.extract method (used by "startapp --template" and "startproject --template") allows directory traversal via an archive with absolute paths or relative paths with dot segments.Show less
1Netapp
1Oncommand Unified Manager
Jun 17, 2026
Jan 28, 2021
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
OnCommand Unified Manager Core Package versions prior to 5.2.5 may disclose sensitive account information to unauthorized users via the use of PuTTY Link (plink).
5Debian
FujitsuGnu+2 more
11Communications Cloud Native Core Security Edge Protection Proxy
Debian LinuxE Series Santricity Os Controller+8 more
Jun 17, 2026
Jan 27, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid input sequences in the ISO-2022-JP-3 encoding, fails an assertion in the code path and aborts the program, potentiall...Show more
The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid input sequences in the ISO-2022-JP-3 encoding, fails an assertion in the code path and aborts the program, potentially resulting in a denial of service.Show less
2Apache
Netapp
3Activemq Artemis
ArtemisOncommand Workflow Automation
Jun 17, 2026
Jan 27, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
While investigating ARTEMIS-2964 it was found that the creation of advisory messages in the OpenWire protocol head of Apache ActiveMQ Artemis 2.15.0 bypassed policy based access control for the entire session. Production...Show more
While investigating ARTEMIS-2964 it was found that the creation of advisory messages in the OpenWire protocol head of Apache ActiveMQ Artemis 2.15.0 bypassed policy based access control for the entire session. Production of advisory messages was not subject to access control in error.Show less
4Apache
DebianNetapp+1 more
9Activemq
Activemq ArtemisArtemis+6 more
Jun 17, 2026
Jan 27, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The optional ActiveMQ LDAP login module can be configured to use anonymous access to the LDAP server. In this case, for Apache ActiveMQ Artemis prior to version 2.16.0 and Apache ActiveMQ prior to versions 5.16.1 and 5.1...Show more
The optional ActiveMQ LDAP login module can be configured to use anonymous access to the LDAP server. In this case, for Apache ActiveMQ Artemis prior to version 2.16.0 and Apache ActiveMQ prior to versions 5.16.1 and 5.15.14, the anonymous context is used to verify a valid users password in error, resulting in no check on the password.Show less
8Beyondtrust
DebianFedoraproject+5 more
24Active Iq Unified Manager
Cloud BackupCommunications Performance Intelligence Center+21 more
Jun 17, 2026
Jan 26, 2021
N/A· v4
7.8 HIGH· v3
7.2 HIGH· v2
Sudo before 1.9.5p2 contains an off-by-one error that can result in a heap-based buffer overflow, which allows privilege escalation to root via "sudoedit -s" and a command-line argument that ends with a single backslash...Show more
Sudo before 1.9.5p2 contains an off-by-one error that can result in a heap-based buffer overflow, which allows privilege escalation to root via "sudoedit -s" and a command-line argument that ends with a single backslash character.Show less
3Fedoraproject
GolangNetapp
4Cloud Insights Telegraf Agent
FedoraGo+1 more
Jun 17, 2026
Jan 26, 2021
N/A· v4
7.5 HIGH· v3
5.1 MEDIUM· v2
Go before 1.14.14 and 1.15.x before 1.15.7 on Windows is vulnerable to Command Injection and remote code execution when using the "go get" command to fetch modules that make use of cgo (for example, cgo can execute a gcc...Show more
Go before 1.14.14 and 1.15.x before 1.15.7 on Windows is vulnerable to Command Injection and remote code execution when using the "go get" command to fetch modules that make use of cgo (for example, cgo can execute a gcc program from an untrusted download).Show less
4Debian
FedoraprojectGolang+1 more
5Cloud Insights Telegraf Agent
Debian LinuxFedora+2 more
Jun 17, 2026
Jan 26, 2021
N/A· v4
6.5 MEDIUM· v3
6.4 MEDIUM· v2
In Go before 1.14.14 and 1.15.x before 1.15.7, crypto/elliptic/p224.go can generate incorrect outputs, related to an underflow of the lowest limb during the final complete reduction in the P-224 field.