NetApp SnapProtect
Approved changes feed: RSS · Atom
cpe:2.3:a:netapp:snapprotect:-:*:*:*:*:*:*:*
part: a version: - update: *
| Vendor | Netapp (f19678f6-cb27-5a55-8852-34b249f80ef9) |
|---|---|
| Product | Snapprotect (528e3b9f-279f-59a1-abfc-ed7a974bb7cc) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from NVD CPE 2.0 feed |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2019-9162 |
vulnerable | 2026-06-03 14:40:48.793669 |
Details available
In the Linux kernel before 4.20.12, net/ipv4/netfilter/nf_nat_snmp_basic_main.c in the SNMP NAT module has insufficient ASN.1 length checks (aka an array index error), making out-of-bounds read and write operations possible, leading to an OOPS or local privilege escalation. This affects snmp_version and snmp_helper.
Published: 2019-02-25T22:00:00.000Z
Updated: 2024-08-04T21:38:46.546Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9003 |
vulnerable | 2026-06-03 14:40:48.585699 |
Details available
In the Linux kernel before 4.20.5, attackers can trigger a drivers/char/ipmi/ipmi_msghandler.c use-after-free and OOPS by arranging for certain simultaneous execution of the code, as demonstrated by a "service ipmievd restart" loop.
Published: 2019-02-22T15:00:00.000Z
Updated: 2024-08-04T21:31:37.538Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3901 |
vulnerable | 2026-06-03 14:40:27.799054 |
Details available
MEDIUM (5.6)
A race condition in perf_event_open() allows local attackers to leak sensitive data from setuid programs. As no relevant locks (in particular the cred_guard_mutex) are held during the ptrace_may_access() call, it is possible for the specified target task to perform an execve() syscall with setuid execution before perf_event_alloc() actually attaches to it, allowing an attacker to bypass the ptrace_may_access() check and the perf_event_exit_task(current) call that is performed in install_exec_creds() during privileged execve() calls. This issue affects kernel versions before 4.8.
Published: 2019-04-22T15:22:15.000Z
Updated: 2024-08-04T19:26:26.688Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3900 |
vulnerable | 2026-06-03 14:40:27.795827 |
Details available
MEDIUM (6.3)
An infinite loop issue was found in the vhost_net kernel module in Linux Kernel up to and including v5.1-rc6, while handling incoming packets in handle_rx(). It could occur if one end sends packets faster than the other end can process them. A guest user, maybe remote one, could use this flaw to stall the vhost_net kernel thread, resulting in a DoS scenario.
Published: 2019-04-25T14:41:08.000Z
Updated: 2024-08-04T19:26:26.695Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3882 |
vulnerable | 2026-06-03 14:40:27.753059 |
Details available
MEDIUM (4.7)
A flaw was found in the Linux kernel's vfio interface implementation that permits violation of the user's locked memory limit. If a device is bound to a vfio driver, such as vfio-pci, and the local attacker is administratively granted ownership of the device, it may cause a system memory exhaustion and thus a denial of service (DoS). Versions 3.10, 4.14 and 4.18 are vulnerable.
Published: 2019-04-24T15:23:10.000Z
Updated: 2024-08-04T19:19:18.633Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3874 |
vulnerable | 2026-06-03 14:40:27.733478 |
Details available
MEDIUM (5.3)
The SCTP socket buffer used by a userspace application is not accounted by the cgroups subsystem. An attacker can use this flaw to cause a denial of service attack. Kernel 3.10.x and 4.18.x branches are believed to be vulnerable.
Published: 2019-03-25T18:30:37.000Z
Updated: 2024-08-04T19:19:18.619Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3844 |
vulnerable | 2026-06-03 14:40:27.668175 |
Details available
MEDIUM (4.5)
It was discovered that a systemd service that uses DynamicUser property can get new privileges through the execution of SUID binaries, which would allow to create binaries owned by the service transient group with the setgid bit set. A local attacker may use this flaw to access resources that will be owned by a potentially different service in the future, when the GID will be recycled.
Published: 2019-04-26T20:26:53.000Z
Updated: 2025-06-09T15:49:20.110Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3843 |
vulnerable | 2026-06-03 14:40:27.665683 |
Details available
MEDIUM (4.5)
It was discovered that a systemd service that uses DynamicUser property can create a SUID/SGID binary that would be allowed to run as the transient service UID/GID even after the service is terminated. A local attacker may use this flaw to access resources that will be owned by a potentially different service in the future, when the UID/GID will be recycled.
Published: 2019-04-26T20:27:30.000Z
Updated: 2025-06-09T15:49:53.235Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-1559 |
vulnerable | 2026-06-03 14:40:07.754451 |
0-byte record padding oracle
If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable "non-stitched" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).
Published: 2019-02-27T23:00:00.000Z
Updated: 2024-09-17T04:20:35.057Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11815 |
vulnerable | 2026-06-03 14:39:33.874792 |
Details available
An issue was discovered in rds_tcp_kill_sock in net/rds/tcp.c in the Linux kernel before 5.0.8. There is a race condition leading to a use-after-free, related to net namespace cleanup.
Published: 2019-05-08T13:36:39.000Z
Updated: 2024-08-04T23:03:32.885Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11486 |
vulnerable | 2026-06-03 14:39:33.082751 |
Details available
The Siemens R3964 line discipline driver in drivers/tty/n_r3964.c in the Linux kernel before 5.0.8 has multiple race conditions.
Published: 2019-04-23T22:00:24.000Z
Updated: 2024-08-04T22:55:40.629Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-10125 |
vulnerable | 2026-06-03 14:39:21.466637 |
Details available
An issue was discovered in aio_poll() in fs/aio.c in the Linux kernel through 5.0.4. A file may be released by aio_poll_wake() if an expected event is triggered immediately (e.g., by the close of a pair of pipes) after the return of vfs_poll(), and this will cause a use-after-free.
Published: 2019-03-27T05:15:22.000Z
Updated: 2024-08-04T22:10:09.967Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20839 |
vulnerable | 2026-06-03 14:38:39.868096 |
Details available
systemd 242 changes the VT1 mode upon a logout, which allows attackers to read cleartext passwords in certain circumstances, such as watching a shutdown, or using Ctrl-Alt-F1 and Ctrl-Alt-F2. This occurs because the KDGKBMODE (aka current keyboard mode) check is mishandled.
Published: 2019-05-17T03:39:01.000Z
Updated: 2024-08-05T12:12:29.348Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20836 |
vulnerable | 2026-06-03 14:38:39.859272 |
Details available
An issue was discovered in the Linux kernel before 4.20. There is a race condition in smp_task_timedout() and smp_task_done() in drivers/scsi/libsas/sas_expander.c, leading to a use-after-free.
Published: 2019-05-07T13:04:44.000Z
Updated: 2024-08-05T12:12:27.403Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20669 |
vulnerable | 2026-06-03 14:38:39.514615 |
Details available
An issue where a provided address with access_ok() is not checked was discovered in i915_gem_execbuffer2_ioctl in drivers/gpu/drm/i915/i915_gem_execbuffer.c in the Linux kernel through 4.19.13. A local attacker can craft a malicious IOCTL function call to overwrite arbitrary kernel memory, resulting in a Denial of Service or privilege escalation.
Published: 2019-03-18T16:33:59.000Z
Updated: 2024-08-05T12:05:17.668Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14634 |
vulnerable | 2026-06-03 14:38:12.321679 |
Details available
HIGH (7.8)
An integer overflow flaw was found in the Linux kernel's create_elf_tables() function. An unprivileged local user with access to SUID (or otherwise privileged) binary could use this flaw to escalate their privileges on the system. Kernel versions 2.6.x, 3.10.x and 4.14.x are believed to be vulnerable.
Published: 2018-09-25T21:00:00.000Z
Updated: 2026-01-27T13:34:52.261Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5195 |
vulnerable | 2026-06-03 14:35:54.608496 |
Details available
Race condition in mm/gup.c in the Linux kernel 2.x through 4.x before 4.8.3 allows local users to gain privileges by leveraging incorrect handling of a copy-on-write (COW) feature to write to a read-only memory mapping, as exploited in the wild in October 2016, aka "Dirty COW."
Published: 2016-11-10T21:00:00.000Z
Updated: 2025-11-04T16:09:08.278Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8960 |
vulnerable | 2026-06-03 14:35:13.745146 |
Details available
The TLS protocol 1.2 and earlier supports the rsa_fixed_dh, dss_fixed_dh, rsa_fixed_ecdh, and ecdsa_fixed_ecdh values for ClientCertificateType but does not directly document the ability to compute the master secret in certain situations with a client secret key and server public key but not a server secret key, which makes it easier for man-in-the-middle attackers to spoof TLS servers by leveraging knowledge of the secret key for an arbitrary installed client X.509 certificate, aka the "Key Compromise Impersonation (KCI)" issue.
Published: 2016-09-21T01:00:00.000Z
Updated: 2024-08-06T08:36:30.681Z Reference links |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.