Approved changes feed: RSS · Atom

cpe:2.3:o:canonical:ubuntu_linux:20.04:*:*:*:lts:*:*:*

part: o version: 20.04 update: *

VendorCanonical (bedcba35-8c3d-5a60-8532-2ba876a6ec88)
ProductUbuntu Linux (f82c71f7-7613-59c6-b78d-a15b5eb77bd3)
Edition*
Language*
Software editionlts
Target software*
Target hardware*
Other*
NotesImported from NVD CPE 2.0 feed

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2025-5054 vulnerable 2026-06-03 15:06:26.891399 Race Condition in Canonical Apport
MEDIUM (4.7)
Race condition in Canonical apport up to and including 2.32.0 allows a local attacker to leak sensitive information via PID-reuse by leveraging namespaces. When handling a crash, the function `_check_global_pid_and_forward`, which detects if the crashing process resided in a container, was being called before `consistency_checks`, which attempts to detect if the crashing process had been replaced. Because of this, if a process crashed and was quickly replaced with a containerized one, apport could be made to forward the core dump to the container, potentially leaking sensitive information. `consistency_checks` is now being called before `_check_global_pid_and_forward`. Additionally, given that the PID-reuse race condition cannot be reliably detected from userspace alone, crashes are only forwarded to containers if the kernel provided a pidfd, or if the crashing process was unprivileged (i.e., if dump mode == 1).
Published: 2025-05-30T17:37:01.006Z
Updated: 2025-11-03T20:05:43.609Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-0115 not_vulnerable 2026-06-03 14:54:00.991412 Details available
MEDIUM (6.1)
NVIDIA CV-CUDA for Ubuntu 20.04, Ubuntu 22.04, and Jetpack contains a vulnerability in Python APIs where a user may cause an uncontrolled resource consumption issue by a long running CV-CUDA Python process. A successful exploit of this vulnerability may lead to denial of service and data loss.
Published: 2024-08-09T02:23:48.661Z
Updated: 2024-08-09T17:16:21.280Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-5616 vulnerable 2026-06-03 14:53:49.102633 Details available
In Ubuntu, gnome-control-center did not properly reflect SSH remote login status when the system was configured to use systemd socket activation for openssh-server. This could unknowingly leave the local machine exposed to remote SSH access contrary to expectation of the user.
Published: 2025-04-15T18:29:54.565Z
Updated: 2025-04-15T20:51:31.399Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-40283 vulnerable 2026-06-03 14:52:43.300383 Details available
An issue was discovered in l2cap_sock_release in net/bluetooth/l2cap_sock.c in the Linux kernel before 6.4.10. There is a use-after-free because the children of an sk are mishandled.
Published: 2023-08-14T00:00:00.000Z
Updated: 2026-02-25T17:20:11.768Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-3777 vulnerable 2026-06-03 14:52:41.873621 Use-after-free in Linux kernel's netfilter: nf_tables component
HIGH (7.8)
A use-after-free vulnerability in the Linux kernel's netfilter: nf_tables component can be exploited to achieve local privilege escalation. When nf_tables_delrule() is flushing table rules, it is not checked whether the chain is bound and the chain's owner rule can also release the objects in certain circumstances. We recommend upgrading past commit 6eaf41e87a223ae6f8e7a28d6e78384ad7e407f8.
Published: 2023-09-06T13:50:26.344Z
Updated: 2025-02-13T17:01:35.796Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-3567 vulnerable 2026-06-03 14:52:41.164970 Kernel: use after free in vcs_read in drivers/tty/vt/vc_screen.c due to race
HIGH (7.1)
A use-after-free flaw was found in vcs_read in drivers/tty/vt/vc_screen.c in vc_screen in the Linux Kernel. This issue may allow an attacker with local user access to cause a system crash or leak internal kernel information.
Published: 2023-07-24T15:19:19.795Z
Updated: 2025-11-06T19:46:34.822Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-3389 vulnerable 2026-06-03 14:52:40.709033 Use after free in io_uring in the Linux Kernel
HIGH (7.8)
A use-after-free vulnerability in the Linux Kernel io_uring subsystem can be exploited to achieve local privilege escalation. Racing a io_uring cancel poll request with a linked timeout can cause a UAF in a hrtimer. We recommend upgrading past commit ef7dfac51d8ed961b742218f526bd589f3900a59 (4716c73b188566865bdd79c3a6709696a224ac04 for 5.10 stable and 0e388fce7aec40992eadee654193cad345d62663 for 5.15 stable).
Published: 2023-06-28T19:33:55.097Z
Updated: 2025-03-05T18:55:17.919Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-3297 vulnerable 2026-06-03 14:52:40.381814 Details available
HIGH (8.1)
In Ubuntu's accountsservice an unprivileged local attacker can trigger a use-after-free vulnerability in accountsservice by sending a D-Bus message to the accounts-daemon process.
Published: 2023-09-01T20:49:43.576Z
Updated: 2024-09-30T20:19:08.943Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-3297 not_vulnerable 2026-06-03 14:52:40.381772 Details available
HIGH (8.1)
In Ubuntu's accountsservice an unprivileged local attacker can trigger a use-after-free vulnerability in accountsservice by sending a D-Bus message to the accounts-daemon process.
Published: 2023-09-01T20:49:43.576Z
Updated: 2024-09-30T20:19:08.943Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-35788 vulnerable 2026-06-03 14:52:18.862072 Details available
An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.
Published: 2023-06-16T00:00:00.000Z
Updated: 2025-05-05T15:57:20.355Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-31248 vulnerable 2026-06-03 14:51:55.156846 Linux Kernel nftables Use-After-Free Local Privilege Escalation Vulnerability
HIGH (7.8)
Linux Kernel nftables Use-After-Free Local Privilege Escalation Vulnerability; `nft_chain_lookup_byid()` failed to check whether a chain was active and CAP_NET_ADMIN is in any user or network namespace
Published: 2023-07-05T18:33:59.665Z
Updated: 2025-03-05T18:54:52.842Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-2612 vulnerable 2026-06-03 14:51:43.503421 shiftfs lock unbalance in Ubuntu-specific kernels
MEDIUM (4.4)
Jean-Baptiste Cayrou discovered that the shiftfs file system in the Ubuntu Linux kernel contained a race condition when handling inode locking in some situations. A local attacker could use this to cause a denial of service (kernel deadlock).
Published: 2023-05-30T23:12:29.867Z
Updated: 2025-02-13T16:44:50.457Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-1786 vulnerable 2026-06-03 14:48:56.500658 sensitive data exposure in cloud-init logs
MEDIUM (5.5)
Sensitive data could be exposed in logs of cloud-init before version 23.1.2. An attacker could use this information to find hashed passwords and possibly escalate their privilege.
Published: 2023-04-26T22:23:47.305Z
Updated: 2025-02-13T16:39:30.230Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-1523 vulnerable 2026-06-03 14:48:55.681585 Details available
CRITICAL (10)
Using the TIOCLINUX ioctl request, a malicious snap could inject contents into the input of the controlling terminal which could allow it to cause arbitrary commands to be executed outside of the snap sandbox after the snap exits. Graphical terminal emulators like xterm, gnome-terminal and others are not affected - this can only be exploited when snaps are run on a virtual console.
Published: 2023-09-01T18:41:47.820Z
Updated: 2024-10-01T13:08:45.851Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-1380 vulnerable 2026-06-03 14:48:55.368016 Details available
A slab-out-of-bound read problem was found in brcmf_get_assoc_ies in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c in the Linux Kernel. This issue could occur when assoc_info->req_len data is bigger than the size of the buffer, defined as WL_EXTRA_BUF_MAX, leading to a denial of service.
Published: 2023-03-27T00:00:00.000Z
Updated: 2024-08-02T05:49:10.358Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-1326 vulnerable 2026-06-03 14:48:54.289769 local privilege escalation in apport-cli
HIGH (7.7)
A privilege escalation attack was found in apport-cli 2.26.0 and earlier which is similar to CVE-2023-26604. If a system is specially configured to allow unprivileged users to run sudo apport-cli, less is configured as the pager, and the terminal size can be set: a local attacker can escalate privilege. It is extremely unlikely that a system administrator would configure sudo to allow unprivileged users to perform this class of exploit.
Published: 2023-04-13T22:35:19.704Z
Updated: 2025-02-07T15:54:48.365Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-0386 vulnerable 2026-06-03 14:48:46.182768 Details available
A flaw was found in the Linux kernel, where unauthorized access to the execution of the setuid file with capabilities was found in the Linux kernel’s OverlayFS subsystem in how a user copies a capable file from a nosuid mount into another mount. This uid mapping bug allows a local user to escalate their privileges on the system.
Published: 2023-03-22T00:00:00.000Z
Updated: 2025-10-21T23:15:22.744Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-0179 vulnerable 2026-06-03 14:48:45.787430 Details available
A buffer overflow vulnerability was found in the Netfilter subsystem in the Linux Kernel. This issue could allow the leakage of both stack and heap addresses, and potentially allow Local Privilege Escalation to the root user via arbitrary code execution.
Published: 2023-03-27T00:00:00.000Z
Updated: 2025-02-19T16:12:13.054Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-41222 vulnerable 2026-06-03 14:48:05.114920 Details available
mm/mremap.c in the Linux kernel before 5.13.3 has a use-after-free via a stale TLB because an rmap lock is not held during a PUD move.
Published: 2022-09-21T00:00:00.000Z
Updated: 2025-05-28T15:28:00.387Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-40617 vulnerable 2026-06-03 14:48:03.201735 Details available
strongSwan before 5.9.8 allows remote attackers to cause a denial of service in the revocation plugin by sending a crafted end-entity (and intermediate CA) certificate that contains a CRL/OCSP URL that points to a server (under the attacker's control) that doesn't properly respond but (for example) just does nothing after the initial TCP handshake, or sends an excessive amount of application data.
Published: 2022-10-31T00:00:00.000Z
Updated: 2025-05-06T18:29:51.839Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-3328 vulnerable 2026-06-03 14:47:52.902313 Details available
HIGH (7.8)
Race condition in snap-confine's must_mkdir_and_open_with_perms()
Published: 2024-01-08T18:04:10.534Z
Updated: 2025-06-03T14:35:04.952Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39177 vulnerable 2026-06-03 14:47:51.188711 Details available
BlueZ before 5.59 allows physically proximate attackers to cause a denial of service because malformed and invalid capabilities can be processed in profiles/audio/avdtp.c.
Published: 2022-09-02T00:00:00.000Z
Updated: 2026-04-15T21:07:14.236Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39176 vulnerable 2026-06-03 14:47:51.188113 Details available
BlueZ before 5.59 allows physically proximate attackers to obtain sensitive information because profiles/audio/avrcp.c does not validate params_len.
Published: 2022-09-02T00:00:00.000Z
Updated: 2026-04-15T21:07:28.126Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-34918 vulnerable 2026-06-03 14:47:37.469463 Details available
An issue was discovered in the Linux kernel through 5.18.9. A type confusion bug in nft_set_elem_init (leading to a buffer overflow) could be used by a local attacker to escalate privileges, a different vulnerability than CVE-2022-32250. (The attacker can obtain root access, but must start with an unprivileged user namespace to obtain CAP_NET_ADMIN access.) This can be fixed in nft_setelem_parse_data in net/netfilter/nf_tables_api.c.
Published: 2022-07-04T20:07:32.000Z
Updated: 2024-08-03T09:22:10.749Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-2602 vulnerable 2026-06-03 14:47:06.767181 Details available
MEDIUM (5.3)
io_uring UAF, Unix SCM garbage collection
Published: 2024-01-08T17:56:16.403Z
Updated: 2025-04-17T17:54:49.459Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-2588 vulnerable 2026-06-03 14:47:06.733837 Details available
MEDIUM (5.3)
It was discovered that the cls_route filter implementation in the Linux kernel would not remove an old filter from the hashtable before freeing it if its handle had the value 0.
Published: 2024-01-08T17:50:47.948Z
Updated: 2025-05-22T18:23:25.184Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-2586 vulnerable 2026-06-03 14:47:06.731693 Details available
MEDIUM (5.3)
It was discovered that a nft object or expression could reference a nft set on a different nft table, leading to a use-after-free once that table was deleted.
Published: 2024-01-08T17:46:06.110Z
Updated: 2025-10-21T23:05:29.297Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-2585 vulnerable 2026-06-03 14:47:06.727386 Details available
MEDIUM (5.3)
It was discovered that when exec'ing from a non-leader thread, armed POSIX CPU timers would be left on a list but freed, leading to a use-after-free.
Published: 2024-01-08T17:38:27.327Z
Updated: 2024-09-04T19:03:25.626Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-2084 vulnerable 2026-06-03 14:47:00.218035 sensitive data exposure in cloud-init logs
MEDIUM (5.5)
Sensitive data could be exposed in world readable logs of cloud-init before version 22.3 when schema failures are reported. This leak could include hashed passwords.
Published: 2023-04-19T21:47:41.034Z
Updated: 2025-02-05T14:42:29.207Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-29581 vulnerable 2026-06-03 14:46:58.639503 Details available
HIGH (7.8)
Improper Update of Reference Count vulnerability in net/sched of Linux Kernel allows local attacker to cause privilege escalation to root. This issue affects: Linux Kernel versions prior to 5.18; version 4.14 and later versions.
Published: 2022-05-17T16:50:12.000Z
Updated: 2025-04-21T13:53:27.216Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-28658 vulnerable 2026-06-03 14:46:55.161841 Details available
Apport argument parsing mishandles filename splitting on older kernels resulting in argument spoofing
Published: 2024-06-04T22:03:53.633Z
Updated: 2024-10-27T14:58:19.533Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-28657 vulnerable 2026-06-03 14:46:55.161378 Details available
Apport does not disable python crash handler before entering chroot
Published: 2024-06-04T22:02:26.017Z
Updated: 2024-08-03T05:56:16.428Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-28656 vulnerable 2026-06-03 14:46:55.160921 Details available
is_closing_session() allows users to consume RAM in the Apport process
Published: 2024-06-04T21:58:44.839Z
Updated: 2025-03-19T17:42:19.680Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-28655 vulnerable 2026-06-03 14:46:55.160481 Details available
is_closing_session() allows users to create arbitrary tcp dbus connections
Published: 2024-06-04T21:56:50.616Z
Updated: 2024-10-27T17:49:04.264Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-28654 vulnerable 2026-06-03 14:46:55.158676 Details available
is_closing_session() allows users to fill up apport.log
Published: 2024-06-04T21:54:37.199Z
Updated: 2024-10-27T17:48:06.702Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-28652 vulnerable 2026-06-03 14:46:55.155640 Details available
~/.config/apport/settings parsing is vulnerable to "billion laughs" attack
Published: 2024-06-04T21:38:44.324Z
Updated: 2025-03-13T18:21:18.146Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-20698 vulnerable 2026-06-03 14:46:07.115196 Clam AntiVirus (ClamAV) Denial of Service Vulnerability
HIGH (7.5)
A vulnerability in the OOXML parsing module in Clam AntiVirus (ClamAV) Software version 0.104.1 and LTS version 0.103.4 and prior versions could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. The vulnerability is due to improper checks that may result in an invalid pointer read. An attacker could exploit this vulnerability by sending a crafted OOXML file to an affected device. An exploit could allow the attacker to cause the ClamAV scanning process to crash, resulting in a denial of service condition.
Published: 2022-01-14T05:15:11.361Z
Updated: 2024-11-06T16:32:32.016Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-1736 vulnerable 2026-06-03 14:45:59.500315 Details available
Ubuntu's configuration of gnome-control-center allowed Remote Desktop Sharing to be enabled by default.
Published: 2025-01-31T01:35:46.759Z
Updated: 2025-02-07T16:07:47.540Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-1184 vulnerable 2026-06-03 14:45:58.213432 Details available
A use-after-free flaw was found in fs/ext4/namei.c:dx_insert_block() in the Linux kernel’s filesystem sub-component. This flaw allows a local attacker with a user privilege to cause a denial of service.
Published: 2022-08-29T00:00:00.000Z
Updated: 2024-08-02T23:55:24.530Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-1055 vulnerable 2026-06-03 14:45:57.917202 Use after Free in tc_new_tfilter allowing for privilege escalation in Linux Kernel
A use-after-free exists in the Linux Kernel in tc_new_tfilter that could allow a local attacker to gain privilege escalation. The exploit requires unprivileged user namespaces. We recommend upgrading past commit 04c2a47ffb13c29778e2a14e414ad4cb5a5db4b5
Published: 2022-03-29T15:05:13.000Z
Updated: 2024-08-02T23:47:43.302Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-0543 not_vulnerable 2026-06-03 14:45:56.367373 Details available
It was discovered, that redis, a persistent key-value database, due to a packaging issue, is prone to a (Debian-specific) Lua sandbox escape, which could result in remote code execution.
Published: 2022-02-18T19:25:16.932Z
Updated: 2025-10-21T23:15:45.813Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-0492 vulnerable 2026-06-03 14:45:56.272320 Details available
A vulnerability was found in the Linux kernel’s cgroup_release_agent_write in the kernel/cgroup/cgroup-v1.c function. This flaw, under certain circumstances, allows the use of the cgroups v1 release_agent feature to escalate privileges and bypass the namespace isolation unexpectedly.
Published: 2022-03-03T00:00:00.000Z
Updated: 2026-06-03T03:55:20.847Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-4120 vulnerable 2026-06-03 14:45:47.821143 snapd could be made to bypass intended access restrictions through snap content interfaces and layout paths
HIGH (8.2)
snapd 2.54.2 fails to perform sufficient validation of snap content interface and layout paths, resulting in the ability for snaps to inject arbitrary AppArmor policy rules via malformed content interface and layout declarations and hence escape strict snap confinement. Fixed in snapd versions 2.54.3+18.04, 2.54.3+20.04 and 2.54.3+21.10.1
Published: 2022-02-17T22:15:21.000Z
Updated: 2024-08-03T17:16:04.197Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-4115 vulnerable 2026-06-03 14:45:47.813556 Details available
There is a flaw in polkit which can allow an unprivileged user to cause polkit to crash, due to process file descriptor exhaustion. The highest threat from this vulnerability is to availability. NOTE: Polkit process outage duration is tied to the failing process being reaped and a new one being spawned
Published: 2022-02-21T00:00:00.000Z
Updated: 2024-08-03T17:16:04.361Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-4093 vulnerable 2026-06-03 14:45:47.730881 Details available
A flaw was found in the KVM's AMD code for supporting the Secure Encrypted Virtualization-Encrypted State (SEV-ES). A KVM guest using SEV-ES can trigger out-of-bounds reads and writes in the host kernel via a malicious VMGEXIT for a string I/O instruction (for example, outs or ins) using the exit reason SVM_EXIT_IOIO. This issue results in a crash of the entire system or a potential guest-to-host escape scenario.
Published: 2022-02-18T17:50:37.000Z
Updated: 2024-08-03T17:16:03.525Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-4034 vulnerable 2026-06-03 14:45:47.604899 Details available
A local privilege escalation vulnerability was found on polkit's pkexec utility. The pkexec application is a setuid tool designed to allow unprivileged users to run commands as privileged users according predefined policies. The current version of pkexec doesn't handle the calling parameters count correctly and ends trying to execute environment variables as commands. An attacker can leverage this by crafting environment variables in such a way it'll induce pkexec to execute arbitrary code. When successfully executed the attack can cause a local privilege escalation given unprivileged users administrative rights on the target machine.
Published: 2022-01-28T00:00:00.000Z
Updated: 2025-10-21T23:15:48.549Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-45417 vulnerable 2026-06-03 14:45:38.010860 Details available
AIDE before 0.17.4 allows local users to obtain root privileges via crafted file metadata (such as XFS extended attributes or tmpfs ACLs), because of a heap-based buffer overflow.
Published: 2022-01-20T00:00:00.000Z
Updated: 2024-08-04T04:39:20.711Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-45079 vulnerable 2026-06-03 14:45:37.722070 Details available
In strongSwan before 5.9.5, a malicious responder can send an EAP-Success message too early without actually authenticating the client and (in the case of EAP methods with mutual authentication and EAP-only authentication for IKEv2) even without server authentication.
Published: 2022-01-31T07:15:52.000Z
Updated: 2024-08-04T04:32:13.673Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-44731 vulnerable 2026-06-03 14:45:36.974963 snapd could be made to escalate privileges and run programs as administrator
HIGH (7.8)
A race condition existed in the snapd 2.54.2 snap-confine binary when preparing a private mount namespace for a snap. This could allow a local attacker to gain root privileges by bind-mounting their own contents inside the snap's private mount namespace and causing snap-confine to execute arbitrary code and hence gain privilege escalation. Fixed in snapd versions 2.54.3+18.04, 2.54.3+20.04 and 2.54.3+21.10.1
Published: 2022-02-17T00:00:00.000Z
Updated: 2024-08-04T04:32:12.887Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-44730 vulnerable 2026-06-03 14:45:36.974230 snapd could be made to escalate privileges and run programs as administrator
HIGH (7.8)
snapd 2.54.2 did not properly validate the location of the snap-confine binary. A local attacker who can hardlink this binary to another location to cause snap-confine to execute other arbitrary binaries and hence gain privilege escalation. Fixed in snapd versions 2.54.3+18.04, 2.54.3+20.04 and 2.54.3+21.10.1
Published: 2022-02-17T22:15:18.000Z
Updated: 2024-08-04T04:32:12.268Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-44420 vulnerable 2026-06-03 14:45:36.170166 Details available
In Django 2.2 before 2.2.25, 3.1 before 3.1.14, and 3.2 before 3.2.10, HTTP requests for URLs with trailing newlines could bypass upstream access control based on URL paths.
Published: 2021-12-07T22:55:40.000Z
Updated: 2024-08-04T04:17:25.193Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-44142 vulnerable 2026-06-03 14:45:35.518845 Details available
The Samba vfs_fruit module uses extended file attributes (EA, xattr) to provide "...enhanced compatibility with Apple SMB clients and interoperability with a Netatalk 3 AFP fileserver." Samba versions prior to 4.13.17, 4.14.12 and 4.15.5 with vfs_fruit configured allow out-of-bounds heap read and write via specially crafted extended file attributes. A remote attacker with write access to extended file attributes can execute arbitrary code with the privileges of smbd, typically root.
Published: 2022-02-21T14:30:12.659Z
Updated: 2025-04-23T19:02:19.767Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3939 vulnerable 2026-06-03 14:45:13.518416 Free of static data in accountsservice
HIGH (7.8)
Ubuntu-specific modifications to accountsservice (in patch file debian/patches/0010-set-language.patch) caused the fallback_locale variable, pointing to static storage, to be freed, in the user_change_language_authorized_cb function. This is reachable via the SetLanguage dbus function. This is fixed in versions 0.6.55-0ubuntu12~20.04.5, 0.6.55-0ubuntu13.3, 0.6.55-0ubuntu14.1.
Published: 2021-11-17T03:15:10.949Z
Updated: 2024-09-16T18:02:58.362Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3899 vulnerable 2026-06-03 14:45:13.420095 Details available
There is a race condition in the 'replaced executable' detection that, with the correct local configuration, allow an attacker to execute arbitrary code as root.
Published: 2024-06-03T18:40:32.847Z
Updated: 2024-08-19T14:10:41.358Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3748 vulnerable 2026-06-03 14:45:12.853262 Details available
A use-after-free vulnerability was found in the virtio-net device of QEMU. It could occur when the descriptor's address belongs to the non direct access region, due to num_buffers being set after the virtqueue elem has been unmapped. A malicious guest could use this flaw to crash QEMU, resulting in a denial of service condition, or potentially execute code on the host with the privileges of the QEMU process.
Published: 2022-03-23T19:46:40.000Z
Updated: 2024-08-03T17:09:08.293Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3737 vulnerable 2026-06-03 14:45:12.819397 Details available
A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability.
Published: 2022-03-04T00:00:00.000Z
Updated: 2025-12-17T21:32:47.732Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3640 vulnerable 2026-06-03 14:45:12.239234 Details available
A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with the call sco_sock_sendmsg() with the expected controllable faulting memory page. A privileged local user could use this flaw to crash the system or escalate their privileges on the system.
Published: 2022-03-03T22:04:15.000Z
Updated: 2024-08-03T17:01:07.744Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3491 vulnerable 2026-06-03 14:45:11.502379 Linux kernel io_uring PROVIDE_BUFFERS MAX_RW_COUNT bypass
HIGH (7.8)
The io_uring subsystem in the Linux kernel allowed the MAX_RW_COUNT limit to be bypassed in the PROVIDE_BUFFERS operation, which led to negative values being usedin mem_rw when reading /proc/<PID>/mem. This could be used to create a heap overflow leading to arbitrary code execution in the kernel. It was addressed via commit d1f82808877b ("io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers") (v5.13-rc1) and backported to the stable kernels in v5.12.4, v5.11.21, and v5.10.37. It was introduced in ddf0322db79c ("io_uring: add IORING_OP_PROVIDE_BUFFERS") (v5.7-rc1).
Published: 2021-06-04T01:40:20.936Z
Updated: 2024-09-16T22:09:25.883Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3490 vulnerable 2026-06-03 14:45:11.501451 Linux kernel eBPF bitwise ops ALU32 bounds tracking
HIGH (7.8)
The eBPF ALU32 bounds tracking for bitwise ops (AND, OR and XOR) in the Linux kernel did not properly update 32-bit bounds, which could be turned into out of bounds reads and writes in the Linux kernel and therefore, arbitrary code execution. This issue was fixed via commit 049c4e13714e ("bpf: Fix alu32 const subreg bound tracking on bitwise operations") (v5.13-rc4) and backported to the stable kernels in v5.12.4, v5.11.21, and v5.10.37. The AND/OR issues were introduced by commit 3f50f132d840 ("bpf: Verifier, do explicit ALU32 bounds tracking") (5.7-rc1) and the XOR variant was introduced by 2921c90d4718 ("bpf:Fix a verifier failure with xor") ( 5.10-rc1).
Published: 2021-06-04T01:40:20.129Z
Updated: 2024-09-16T22:29:57.625Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3489 vulnerable 2026-06-03 14:45:11.499254 Linux kernel eBPF RINGBUF map oversized allocation
HIGH (7.8)
The eBPF RINGBUF bpf_ringbuf_reserve() function in the Linux kernel did not check that the allocated size was smaller than the ringbuf size, allowing an attacker to perform out-of-bounds writes within the kernel and therefore, arbitrary code execution. This issue was fixed via commit 4b81ccebaeee ("bpf, ringbuf: Deny reserve of buffers larger than ringbuf") (v5.13-rc4) and backported to the stable kernels in v5.12.4, v5.11.21, and v5.10.37. It was introduced via 457f44363a88 ("bpf: Implement BPF ring buffer and verifier support for it") (v5.8-rc1).
Published: 2021-06-04T01:40:19.351Z
Updated: 2024-09-16T20:21:42.116Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3444 vulnerable 2026-06-03 14:45:11.136592 Linux kernel bpf verifier incorrect mod32 truncation
HIGH (7.8)
The bpf verifier in the Linux kernel did not properly handle mod32 destination register truncation when the source register was known to be 0. A local attacker with the ability to load bpf programs could use this gain out-of-bounds reads in kernel memory leading to information disclosure (kernel memory), and possibly out-of-bounds writes that could potentially lead to code execution. This issue was addressed in the upstream kernel in commit 9b00f1b78809 ("bpf: Fix truncation handling for mod32 dst reg wrt zero") and in Linux stable kernels 5.11.2, 5.10.19, and 5.4.101.
Published: 2021-03-23T17:45:13.714Z
Updated: 2024-09-16T17:27:58.788Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-3155 vulnerable 2026-06-03 14:45:10.183833 snapd created ~/snap with too-wide permissions
LOW (3.8)
snapd 2.54.2 and earlier created ~/snap directories in user home directories without specifying owner-only permissions. This could allow a local attacker to read information that should have been private. Fixed in snapd versions 2.54.3+18.04, 2.54.3+20.04 and 2.54.3+21.10.1
Published: 2022-02-17T22:15:16.000Z
Updated: 2024-08-03T16:45:51.372Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32555 vulnerable 2026-06-03 14:44:39.745528 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the xorg-hwe-18.04 package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:41.851Z
Updated: 2024-09-16T20:47:23.455Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32554 vulnerable 2026-06-03 14:44:39.745031 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the xorg package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:41.158Z
Updated: 2024-09-16T23:20:32.516Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32553 vulnerable 2026-06-03 14:44:39.740491 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-17 package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:40.514Z
Updated: 2024-09-16T22:51:04.819Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32552 vulnerable 2026-06-03 14:44:39.739746 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-16 package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:39.859Z
Updated: 2024-09-17T02:37:33.692Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32551 vulnerable 2026-06-03 14:44:39.739283 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-15 package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:39.210Z
Updated: 2024-09-16T20:21:31.720Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32550 vulnerable 2026-06-03 14:44:39.738810 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-14 package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:38.559Z
Updated: 2024-09-16T23:22:01.152Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32549 vulnerable 2026-06-03 14:44:39.738349 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-13 package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:37.848Z
Updated: 2024-09-16T23:11:32.731Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32548 vulnerable 2026-06-03 14:44:39.737856 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-8 package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:37.135Z
Updated: 2024-09-16T18:29:09.540Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-32547 vulnerable 2026-06-03 14:44:39.734082 apport read_file() function could follow maliciously constructed symbolic links
HIGH (7.3)
It was discovered that read_file() in apport/hookutils.py would follow symbolic links or open FIFOs. When this function is used by the openjdk-lts package apport hooks, it could expose private data to other local users.
Published: 2021-06-12T03:40:36.400Z
Updated: 2024-09-17T03:18:22.707Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-27364 vulnerable 2026-06-03 14:44:15.472246 Details available
An issue was discovered in the Linux kernel through 5.11.3. drivers/scsi/scsi_transport_iscsi.c is adversely affected by the ability of an unprivileged user to craft Netlink messages.
Published: 2021-03-07T04:03:38.000Z
Updated: 2024-08-03T20:48:16.468Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-9490 vulnerable 2026-06-03 14:43:19.182869 Details available
Apache HTTP Server versions 2.4.20 to 2.4.43. A specially crafted value for the 'Cache-Digest' header in a HTTP/2 request would result in a crash when the server actually tries to HTTP/2 PUSH a resource afterwards. Configuring the HTTP/2 feature via "H2Push off" will mitigate this vulnerability for unpatched servers.
Published: 2020-08-07T15:24:49.000Z
Updated: 2024-08-04T10:26:16.299Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-9484 vulnerable 2026-06-03 14:43:19.073720 Details available
When using Apache Tomcat versions 10.0.0-M1 to 10.0.0-M4, 9.0.0.M1 to 9.0.34, 8.5.0 to 8.5.54 and 7.0.0 to 7.0.103 if a) an attacker is able to control the contents and name of a file on the server; and b) the server is configured to use the PersistenceManager with a FileStore; and c) the PersistenceManager is configured with sessionAttributeValueClassNameFilter="null" (the default unless a SecurityManager is used) or a sufficiently lax filter to allow the attacker provided object to be deserialized; and d) the attacker knows the relative file path from the storage location used by FileStore to the file the attacker has control over; then, using a specifically crafted request, the attacker will be able to trigger remote code execution via deserialization of the file under their control. Note that all of conditions a) to d) must be true for the attack to succeed.
Published: 2020-05-20T18:26:41.000Z
Updated: 2024-08-04T10:26:16.293Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8927 vulnerable 2026-06-03 14:43:12.147337 Buffer overflow in Brotli library
MEDIUM (5.3)
A buffer overflow exists in the Brotli library versions prior to 1.0.8 where an attacker controlling the input length of a "one-shot" decompression request to a script can trigger a crash, which happens when copying over chunks of data larger than 2 GiB. It is recommended to update your Brotli library to 1.0.8 or later. If one cannot update, we recommend to use the "streaming" API as opposed to the "one-shot" API, and impose chunk size limits.
Published: 2020-09-15T09:15:12.000Z
Updated: 2026-05-29T20:52:34.416Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8624 vulnerable 2026-06-03 14:43:09.885826 update-policy rules of type "subdomain" are enforced incorrectly
MEDIUM (4.3)
In BIND 9.9.12 -> 9.9.13, 9.10.7 -> 9.10.8, 9.11.3 -> 9.11.21, 9.12.1 -> 9.16.5, 9.17.0 -> 9.17.3, also affects 9.9.12-S1 -> 9.9.13-S1, 9.11.3-S1 -> 9.11.21-S1 of the BIND 9 Supported Preview Edition, An attacker who has been granted privileges to change a specific subset of the zone's content could abuse these unintended additional privileges to update other contents of the zone.
Published: 2020-08-21T20:50:20.258Z
Updated: 2024-09-16T17:52:52.920Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8623 vulnerable 2026-06-03 14:43:09.884778 A flaw in native PKCS#11 code can lead to a remotely triggerable assertion failure in pk11.c
HIGH (7.5)
In BIND 9.10.0 -> 9.11.21, 9.12.0 -> 9.16.5, 9.17.0 -> 9.17.3, also affects 9.10.5-S1 -> 9.11.21-S1 of the BIND 9 Supported Preview Edition, An attacker that can reach a vulnerable system with a specially crafted query packet can trigger a crash. To be vulnerable, the system must: * be running BIND that was built with "--enable-native-pkcs11" * be signing one or more zones with an RSA key * be able to receive queries from a possible attacker
Published: 2020-08-21T20:50:19.797Z
Updated: 2024-09-17T03:19:11.433Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8622 vulnerable 2026-06-03 14:43:09.883542 A truncated TSIG response can lead to an assertion failure
MEDIUM (6.5)
In BIND 9.0.0 -> 9.11.21, 9.12.0 -> 9.16.5, 9.17.0 -> 9.17.3, also affects 9.9.3-S1 -> 9.11.21-S1 of the BIND 9 Supported Preview Edition, An attacker on the network path for a TSIG-signed request, or operating the server receiving the TSIG-signed request, could send a truncated response to that request, triggering an assertion failure, causing the server to exit. Alternately, an off-path attacker would have to correctly guess when a TSIG-signed request was sent, along with other characteristics of the packet and message, and spoof a truncated response to trigger an assertion failure, causing the server to exit.
Published: 2020-08-21T20:50:19.383Z
Updated: 2024-09-16T17:14:14.760Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8621 vulnerable 2026-06-03 14:43:09.879855 Attempting QNAME minimization after forwarding can lead to an assertion failure in resolver.c
HIGH (7.5)
In BIND 9.14.0 -> 9.16.5, 9.17.0 -> 9.17.3, If a server is configured with both QNAME minimization and 'forward first' then an attacker who can send queries to it may be able to trigger the condition that will cause the server to crash. Servers that 'forward only' are not affected.
Published: 2020-08-21T20:50:18.959Z
Updated: 2024-09-16T16:18:00.777Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8619 vulnerable 2026-06-03 14:43:09.872289 A buffer boundary check assertion in rdataset.c can fail incorrectly during zone transfer
MEDIUM (4.9)
In ISC BIND9 versions BIND 9.11.14 -> 9.11.19, BIND 9.14.9 -> 9.14.12, BIND 9.16.0 -> 9.16.3, BIND Supported Preview Edition 9.11.14-S1 -> 9.11.19-S1: Unless a nameserver is providing authoritative service for one or more zones and at least one zone contains an empty non-terminal entry containing an asterisk ("*") character, this defect cannot be encountered. A would-be attacker who is allowed to change zone content could theoretically introduce such a record in order to exploit this condition to cause denial of service, though we consider the use of this vector unlikely because any such attack would require a significant privilege level and be easily traceable.
Published: 2020-06-17T21:20:13.611Z
Updated: 2024-09-17T03:28:34.772Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8618 vulnerable 2026-06-03 14:43:09.863692 A buffer boundary check assertion in rdataset.c can fail incorrectly during zone transfer
MEDIUM (4.9)
An attacker who is permitted to send zone data to a server via zone transfer can exploit this to intentionally trigger the assertion failure with a specially constructed zone, denying service to clients.
Published: 2020-06-17T21:20:13.188Z
Updated: 2024-09-16T23:36:09.070Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8617 vulnerable 2026-06-03 14:43:09.862958 A logic error in code which checks TSIG validity can be used to trigger an assertion failure in tsig.c
HIGH (7.5)
Using a specially-crafted message, an attacker may potentially cause a BIND server to reach an inconsistent state if the attacker knows (or successfully guesses) the name of a TSIG key used by the server. Since BIND, by default, configures a local session key even on servers whose configuration does not otherwise make use of it, almost all current BIND servers are vulnerable. In releases of BIND dating from March 2018 and after, an assertion check in tsig.c detects this inconsistent state and deliberately exits. Prior to the introduction of the check the server would continue operating in an inconsistent state, with potentially harmful results.
Published: 2020-05-19T14:05:16.241Z
Updated: 2024-09-16T20:26:32.566Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-8492 vulnerable 2026-06-03 14:43:09.492150 Details available
Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.
Published: 2020-01-30T00:00:00.000Z
Updated: 2024-08-04T10:03:45.890Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-7663 vulnerable 2026-06-03 14:43:07.054750 Details available
websocket-extensions ruby module prior to 0.1.5 allows Denial of Service (DoS) via Regex Backtracking. The extension parser may take quadratic time when parsing a header containing an unclosed string parameter value whose content is a repeating two-byte sequence of a backslash and some other character. This could be abused by an attacker to conduct Regex Denial Of Service (ReDoS) on a single-threaded server by providing a malicious payload with the Sec-WebSocket-Extensions header.
Published: 2020-06-02T18:25:01.000Z
Updated: 2024-08-04T09:33:20.058Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-7070 vulnerable 2026-06-03 14:43:05.246057 PHP parses encoded cookie names so malicious `__Host-` cookies can be sent
MEDIUM (4.3)
In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when PHP is processing incoming HTTP cookie values, the cookie names are url-decoded. This may lead to cookies with prefixes like __Host confused with cookies that decode to such prefix, thus leading to an attacker being able to forge cookie which is supposed to be secure. See also CVE-2020-8184 for more information.
Published: 2020-10-02T14:14:45.406Z
Updated: 2024-09-16T16:28:36.773Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-7069 vulnerable 2026-06-03 14:43:05.243749 Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV
MEDIUM (5.4)
In PHP versions 7.2.x below 7.2.34, 7.3.x below 7.3.23 and 7.4.x below 7.4.11, when AES-CCM mode is used with openssl_encrypt() function with 12 bytes IV, only first 7 bytes of the IV is actually used. This can lead to both decreased security and incorrect encryption data.
Published: 2020-10-02T14:14:45.340Z
Updated: 2024-09-17T04:04:37.418Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-7065 vulnerable 2026-06-03 14:43:05.234608 mb_strtolower (UTF-32LE): stack-buffer-overflow at php_unicode_tolower_full
HIGH (7.4)
In PHP versions 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using mb_strtolower() function with UTF-32LE encoding, certain invalid strings could cause PHP to overwrite stack-allocated buffer. This could lead to memory corruption, crashes and potentially code execution.
Published: 2020-04-01T03:35:13.554Z
Updated: 2024-09-17T04:25:45.769Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-7064 vulnerable 2026-06-03 14:43:05.233828 Use-of-uninitialized-value in exif
MEDIUM (6.5)
In PHP versions 7.2.x below 7.2.9, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while parsing EXIF data with exif_read_data() function, it is possible for malicious data to cause PHP to read one byte of uninitialized memory. This could potentially lead to information disclosure or crash.
Published: 2020-04-01T03:35:13.144Z
Updated: 2024-09-16T23:56:45.058Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-7040 vulnerable 2026-06-03 14:43:05.179086 Details available
storeBackup.pl in storeBackup through 3.5 relies on the /tmp/storeBackup.lock pathname, which allows symlink attacks that possibly lead to privilege escalation. (Local users can also create a plain file named /tmp/storeBackup.lock to block use of storeBackup until an admin manually deletes that file.)
Published: 2020-01-21T20:03:11.000Z
Updated: 2024-08-04T09:18:02.843Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-6831 vulnerable 2026-06-03 14:42:59.163308 Details available
A buffer overflow could occur when parsing and validating SCTP chunks in WebRTC. This could have led to memory corruption and a potentially exploitable crash. This vulnerability affects Firefox ESR < 68.8, Firefox < 76, and Thunderbird < 68.8.0.
Published: 2020-05-26T17:05:57.000Z
Updated: 2024-08-04T09:11:05.112Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-6514 vulnerable 2026-06-03 14:42:58.833545 Details available
Inappropriate implementation in WebRTC in Google Chrome prior to 84.0.4147.89 allowed an attacker in a privileged network position to potentially exploit heap corruption via a crafted SCTP stream.
Published: 2020-07-22T16:16:01.000Z
Updated: 2024-08-04T09:02:40.886Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-6463 vulnerable 2026-06-03 14:42:58.737360 Details available
Use after free in ANGLE in Google Chrome prior to 81.0.4044.122 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
Published: 2020-05-21T03:46:06.000Z
Updated: 2024-08-04T09:02:40.687Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-6062 vulnerable 2026-06-03 14:42:57.903439 Details available
MEDIUM (5.9)
An exploitable denial-of-service vulnerability exists in the way CoTURN 4.5.1.1 web server parses POST requests. A specially crafted HTTP POST request can lead to server crash and denial of service. An attacker needs to send an HTTP request to trigger this vulnerability.
Published: 2020-02-19T18:25:22.000Z
Updated: 2024-08-04T08:47:40.953Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-6061 vulnerable 2026-06-03 14:42:57.902733 Details available
HIGH (7)
An exploitable heap out-of-bounds read vulnerability exists in the way CoTURN 4.5.1.1 web server parses POST requests. A specially crafted HTTP POST request can lead to information leaks and other misbehavior. An attacker needs to send an HTTPS request to trigger this vulnerability.
Published: 2020-02-19T18:27:20.000Z
Updated: 2024-08-04T08:47:41.018Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-5973 vulnerable 2026-06-03 14:42:57.834370 Details available
NVIDIA Virtual GPU Manager and the guest drivers contain a vulnerability in vGPU plugin, in which there is the potential to execute privileged operations, which may lead to denial of service. This affects vGPU version 8.x (prior to 8.4), version 9.x (prior to 9.4) and version 10.x (prior to 10.3).
Published: 2020-06-30T22:25:26.000Z
Updated: 2024-08-04T08:47:41.022Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-5967 vulnerable 2026-06-03 14:42:57.827468 Details available
NVIDIA Linux GPU Display Driver, all versions, contains a vulnerability in the UVM driver, in which a race condition may lead to a denial of service.
Published: 2020-06-25T21:55:12.000Z
Updated: 2024-08-04T08:47:40.974Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-5963 vulnerable 2026-06-03 14:42:57.821781 Details available
NVIDIA Windows GPU Display Driver, all versions, contains a vulnerability in the Inter Process Communication APIs, in which improper access control may lead to code execution, denial of service, or information disclosure.
Published: 2020-06-25T00:00:17.000Z
Updated: 2024-08-04T08:47:40.920Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-4067 vulnerable 2026-06-03 14:42:48.780030 Improper Initialization in coturn
HIGH (7)
In coturn before version 4.5.1.3, there is an issue whereby STUN/TURN response buffer is not initialized properly. There is a leak of information between different client connections. One client (an attacker) could use their connection to intelligently query coturn to get interesting bytes in the padding bytes from the connection of another client. This has been fixed in 4.5.1.3.
Published: 2020-06-29T19:55:13.000Z
Updated: 2024-08-04T07:52:20.848Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-4033 vulnerable 2026-06-03 14:42:48.694680 OOB Read in RLEDECOMPRESS in FreeRDP
LOW (3.1)
In FreeRDP before version 2.1.2, there is an out of bounds read in RLEDECOMPRESS. All FreeRDP based clients with sessions with color depth < 32 are affected. This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T07:52:20.833Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-4032 vulnerable 2026-06-03 14:42:48.693990 Integer casting vulnerability in `update_recv_secondary_order` in FreeRDP
LOW (3.1)
In FreeRDP before version 2.1.2, there is an integer casting vulnerability in update_recv_secondary_order. All clients with +glyph-cache /relax-order-checks are affected. This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T07:52:20.674Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-4031 vulnerable 2026-06-03 14:42:48.693271 Use-After-Free in gdi_SelectObject in FreeRDP
LOW (3.5)
In FreeRDP before version 2.1.2, there is a use-after-free in gdi_SelectObject. All FreeRDP clients using compatibility mode with /relax-order-checks are affected. This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T07:52:20.811Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-4030 vulnerable 2026-06-03 14:42:48.692454 OOB read in `TrioParse` in FreeRDP
LOW (3.5)
In FreeRDP before version 2.1.2, there is an out of bounds read in TrioParse. Logging might bypass string length checks due to an integer overflow. This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T07:52:20.821Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-3812 vulnerable 2026-06-03 14:42:47.688781 Details available
qmail-verify as used in netqmail 1.06 is prone to an information disclosure vulnerability. A local attacker can test for the existence of files and directories anywhere in the filesystem because qmail-verify runs as root and tests for the existence of files in the attacker's home directory, without dropping its privileges first.
Published: 2020-05-26T13:04:14.769Z
Updated: 2024-09-16T16:39:08.837Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-3811 vulnerable 2026-06-03 14:42:47.688218 Details available
qmail-verify as used in netqmail 1.06 is prone to a mail-address verification bypass vulnerability.
Published: 2020-05-26T13:04:41.753Z
Updated: 2024-09-17T00:11:39.242Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-3810 vulnerable 2026-06-03 14:42:47.683743 Details available
Missing input validation in the ar/tar implementations of APT before version 2.1.2 could result in denial of service when processing specially crafted deb files.
Published: 2020-05-15T13:42:05.044Z
Updated: 2024-09-17T01:01:33.109Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-3481 vulnerable 2026-06-03 14:42:45.682445 Clam AntiVirus (ClamAV) Software Null Pointer Dereference Vulnerability
HIGH (7.5)
A vulnerability in the EGG archive parsing module in Clam AntiVirus (ClamAV) Software versions 0.102.0 - 0.102.3 could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. The vulnerability is due to a null pointer dereference. An attacker could exploit this vulnerability by sending a crafted EGG file to an affected device. An exploit could allow the attacker to cause the ClamAV scanning process crash, resulting in a denial of service condition.
Published: 2020-07-20T17:45:13.687Z
Updated: 2024-11-13T18:18:48.870Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-3350 vulnerable 2026-06-03 14:42:45.061204 Cisco AMP for Endpoints and ClamAV Privilege Escalation Vulnerability
MEDIUM (5.5)
A vulnerability in the endpoint software of Cisco AMP for Endpoints and Clam AntiVirus could allow an authenticated, local attacker to cause the running software to delete arbitrary files on the system. The vulnerability is due to a race condition that could occur when scanning malicious files. An attacker with local shell access could exploit this vulnerability by executing a script that could trigger the race condition. A successful exploit could allow the attacker to delete arbitrary files on the system that the attacker would not normally have privileges to delete, producing system instability or causing the endpoint software to stop working.
Published: 2020-06-18T02:16:45.056Z
Updated: 2024-11-15T17:06:18.993Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-3341 vulnerable 2026-06-03 14:42:45.046947 ClamAV PDF Parsing Denial of Service Vulnerability
HIGH (7.5)
A vulnerability in the PDF archive parsing module in Clam AntiVirus (ClamAV) Software versions 0.101 - 0.102.2 could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. The vulnerability is due to a stack buffer overflow read. An attacker could exploit this vulnerability by sending a crafted PDF file to an affected device. An exploit could allow the attacker to cause the ClamAV scanning process crash, resulting in a denial of service condition.
Published: 2020-05-13T02:20:13.497Z
Updated: 2024-11-15T17:21:52.637Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-3327 vulnerable 2026-06-03 14:42:45.015792 ClamAV ARJ Archive Parsing Denial of Service Vulnerability
HIGH (7.5)
A vulnerability in the ARJ archive parsing module in Clam AntiVirus (ClamAV) Software versions 0.102.2 could allow an unauthenticated, remote attacker to cause a denial of service condition on an affected device. The vulnerability is due to a heap buffer overflow read. An attacker could exploit this vulnerability by sending a crafted ARJ file to an affected device. An exploit could allow the attacker to cause the ClamAV scanning process crash, resulting in a denial of service condition.
Published: 2020-05-13T02:20:13.063Z
Updated: 2024-11-15T17:22:05.241Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2930 vulnerable 2026-06-03 14:42:31.488034 Details available
MEDIUM (4.4)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Parser). Supported versions that are affected are 8.0.19 and prior. Difficult to exploit vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.4 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:52.000Z
Updated: 2024-09-27T18:49:20.520Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2925 vulnerable 2026-06-03 14:42:31.484915 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: PS). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:52.000Z
Updated: 2024-09-27T18:49:58.904Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2924 vulnerable 2026-06-03 14:42:31.483999 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:52.000Z
Updated: 2024-09-27T18:50:08.087Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2923 vulnerable 2026-06-03 14:42:31.483241 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:52.000Z
Updated: 2024-09-27T18:50:14.599Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2922 vulnerable 2026-06-03 14:42:31.482303 Details available
LOW (3.7)
Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.18 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Client accessible data. CVSS 3.0 Base Score 3.7 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N).
Published: 2020-04-15T13:29:52.000Z
Updated: 2024-09-27T18:50:21.453Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2904 vulnerable 2026-06-03 14:42:31.460534 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:51.000Z
Updated: 2024-09-27T18:51:59.293Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2903 vulnerable 2026-06-03 14:42:31.459680 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Connection Handling). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:51.000Z
Updated: 2024-09-27T18:52:10.820Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2901 vulnerable 2026-06-03 14:42:31.458273 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:51.000Z
Updated: 2024-09-27T18:52:23.604Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2897 vulnerable 2026-06-03 14:42:31.446370 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:51.000Z
Updated: 2024-09-27T18:52:57.852Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2896 vulnerable 2026-06-03 14:42:31.445452 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Information Schema). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:51.000Z
Updated: 2024-09-27T18:53:09.490Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2895 vulnerable 2026-06-03 14:42:31.444687 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:51.000Z
Updated: 2024-09-27T18:53:18.932Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2804 vulnerable 2026-06-03 14:42:31.285564 Details available
MEDIUM (5.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Memcached). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 5.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:47.000Z
Updated: 2024-09-30T15:01:56.890Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2780 vulnerable 2026-06-03 14:42:31.127052 Details available
MEDIUM (6.5)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:46.000Z
Updated: 2024-09-30T15:31:54.178Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2765 vulnerable 2026-06-03 14:42:31.078625 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:45.000Z
Updated: 2024-09-30T15:40:28.605Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2763 vulnerable 2026-06-03 14:42:31.058298 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Replication). Supported versions that are affected are 5.6.47 and prior, 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:45.000Z
Updated: 2024-09-30T15:40:47.253Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2762 vulnerable 2026-06-03 14:42:31.057425 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:45.000Z
Updated: 2024-09-30T15:40:55.528Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2760 vulnerable 2026-06-03 14:42:31.055736 Details available
MEDIUM (5.5)
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 5.7.29 and prior and 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).
Published: 2020-04-15T13:29:45.000Z
Updated: 2024-09-30T15:41:16.808Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-2759 vulnerable 2026-06-03 14:42:31.054662 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Replication). Supported versions that are affected are 8.0.19 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-04-15T13:29:45.000Z
Updated: 2024-09-30T15:41:25.127Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-29385 vulnerable 2026-06-03 14:42:29.413237 Details available
GNOME gdk-pixbuf (aka GdkPixbuf) before 2.42.2 allows a denial of service (infinite loop) in lzw.c in the function write_indexes. if c->self_code equals 10, self->code_table[10].extends will assign the value 11 to c. The next execution in the loop will assign self->code_table[11].extends to c, which will give the value of 10. This will make the loop run infinitely. This bug can, for example, be triggered by calling this function with a GIF image with LZW compression that is crafted in a special way.
Published: 2020-12-26T02:01:49.000Z
Updated: 2024-08-04T16:55:09.278Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-29372 vulnerable 2026-06-03 14:42:29.385635 Details available
An issue was discovered in do_madvise in mm/madvise.c in the Linux kernel before 5.6.8. There is a race condition between coredump operations and the IORING_OP_MADVISE implementation, aka CID-bc0c4d1e176e.
Published: 2020-11-28T06:19:36.000Z
Updated: 2026-05-29T15:41:47.131Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-28040 vulnerable 2026-06-03 14:42:18.986510 Details available
WordPress before 5.5.2 allows CSRF attacks that change a theme's background image.
Published: 2020-10-31T00:58:56.000Z
Updated: 2024-08-04T16:33:56.860Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-28039 vulnerable 2026-06-03 14:42:18.986032 Details available
is_protected_meta in wp-includes/meta.php in WordPress before 5.5.2 allows arbitrary file deletion because it does not properly determine whether a meta key is considered protected.
Published: 2020-10-31T00:58:46.000Z
Updated: 2024-08-04T16:33:56.907Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27352 vulnerable 2026-06-03 14:42:18.067411 Details available
CRITICAL (9.3)
When generating the systemd service units for the docker snap (and other similar snaps), snapd does not specify Delegate=yes - as a result systemd will move processes from the containers created and managed by these snaps into the cgroup of the main daemon within the snap itself when reloading system units. This may grant additional privileges to a container within the snap that were not originally intended.
Published: 2024-06-21T20:06:37.992Z
Updated: 2024-08-04T16:11:36.612Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27351 not_vulnerable 2026-06-03 14:42:18.062907 Various memory and file descriptor leaks in apt-python
LOW (2)
Various memory and file descriptor leaks were found in apt-python files python/arfile.cc, python/tag.cc, python/tarfile.cc, aka GHSL-2020-170. This issue affects: python-apt 1.1.0~beta1 versions prior to 1.1.0~beta1ubuntu0.16.04.10; 1.6.5ubuntu0 versions prior to 1.6.5ubuntu0.4; 2.0.0ubuntu0 versions prior to 2.0.0ubuntu0.20.04.2; 2.1.3ubuntu1 versions prior to 2.1.3ubuntu1.1;
Published: 2020-12-10T04:05:18.897Z
Updated: 2024-09-16T22:15:18.197Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27350 not_vulnerable 2026-06-03 14:42:18.059792 apt integer wraparound
MEDIUM (5.7)
APT had several integer overflows and underflows while parsing .deb packages, aka GHSL-2020-168 GHSL-2020-169, in files apt-pkg/contrib/extracttar.cc, apt-pkg/deb/debfile.cc, and apt-pkg/contrib/arfile.cc. This issue affects: apt 1.2.32ubuntu0 versions prior to 1.2.32ubuntu0.2; 1.6.12ubuntu0 versions prior to 1.6.12ubuntu0.2; 2.0.2ubuntu0 versions prior to 2.0.2ubuntu0.2; 2.1.10ubuntu0 versions prior to 2.1.10ubuntu0.1;
Published: 2020-12-10T04:05:18.456Z
Updated: 2024-09-17T04:29:18.208Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27349 vulnerable 2026-06-03 14:42:18.054992 aptdaemon performed policykit permissions checks too late
Aptdaemon performed policykit checks after interacting with potentially untrusted files with elevated privileges. This affected versions prior to 1.1.1+bzr982-0ubuntu34.1, 1.1.1+bzr982-0ubuntu32.3, 1.1.1+bzr982-0ubuntu19.5, 1.1.1+bzr982-0ubuntu14.5.
Published: 2020-12-09T03:35:17.337Z
Updated: 2024-09-16T18:50:26.180Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27171 vulnerable 2026-06-03 14:42:17.681518 Details available
An issue was discovered in the Linux kernel before 5.11.8. kernel/bpf/verifier.c has an off-by-one error (with a resultant integer underflow) affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory, aka CID-10d2bb2e6b1d.
Published: 2021-03-20T21:41:40.000Z
Updated: 2024-08-04T16:11:35.875Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27170 vulnerable 2026-06-03 14:42:17.680708 Details available
An issue was discovered in the Linux kernel before 5.11.8. kernel/bpf/verifier.c performs undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory, aka CID-f232326f6966. This affects pointer types that do not define a ptr_limit.
Published: 2021-03-20T21:30:36.000Z
Updated: 2024-08-04T16:11:35.904Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-26137 vulnerable 2026-06-03 14:42:15.844848 Details available
urllib3 before 1.25.9 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of putrequest(). NOTE: this is similar to CVE-2020-26116.
Published: 2020-09-29T00:00:00.000Z
Updated: 2024-08-04T15:49:07.138Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-25722 vulnerable 2026-06-03 14:42:09.624772 Details available
Multiple flaws were found in the way samba AD DC implemented access and conformance checking of stored data. An attacker could use this flaw to cause total domain compromise.
Published: 2022-02-18T00:00:00.000Z
Updated: 2024-08-04T15:40:36.640Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-25719 vulnerable 2026-06-03 14:42:09.622433 Details available
A flaw was found in the way Samba, as an Active Directory Domain Controller, implemented Kerberos name-based authentication. The Samba AD DC, could become confused about the user a ticket represents if it did not strictly require a Kerberos PAC and always use the SIDs found within. The result could include total domain compromise.
Published: 2022-02-18T00:00:00.000Z
Updated: 2024-08-04T15:40:36.654Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-25717 vulnerable 2026-06-03 14:42:09.619501 Details available
A flaw was found in the way Samba maps domain users to local users. An authenticated attacker could use this flaw to cause possible privilege escalation.
Published: 2022-02-18T00:00:00.000Z
Updated: 2024-08-04T15:40:36.637Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-25645 vulnerable 2026-06-03 14:42:09.383101 Details available
A flaw was found in the Linux kernel in versions before 5.9-rc7. Traffic between two Geneve endpoints may be unencrypted when IPsec is configured to encrypt traffic for the specific UDP port used by the GENEVE tunnel allowing anyone between the two endpoints to read the traffic unencrypted. The main threat from this vulnerability is to data confidentiality.
Published: 2020-10-13T19:52:35.000Z
Updated: 2024-08-04T15:40:36.536Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-25641 vulnerable 2026-06-03 14:42:09.366313 Details available
A flaw was found in the Linux kernel's implementation of biovecs in versions before 5.9-rc7. A zero-length biovec request issued by the block subsystem could cause the kernel to enter an infinite loop, causing a denial of service. This flaw allows a local attacker with basic privileges to issue requests to a block device, resulting in a denial of service. The highest threat from this vulnerability is to system availability.
Published: 2020-10-06T13:33:22.000Z
Updated: 2024-08-04T15:40:36.461Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-25285 vulnerable 2026-06-03 14:42:09.108524 Details available
A race condition between hugetlb sysctl handlers in mm/hugetlb.c in the Linux kernel before 5.8.8 could be used by local attackers to corrupt memory, cause a NULL pointer dereference, or possibly have unspecified other impact, aka CID-17743798d812.
Published: 2020-09-13T17:28:21.000Z
Updated: 2024-08-04T15:33:05.246Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-25219 vulnerable 2026-06-03 14:42:08.931117 Details available
url::recvline in url.cpp in libproxy 0.4.x through 0.4.15 allows a remote HTTP server to trigger uncontrolled recursion via a response composed of an infinite stream that lacks a newline character. This leads to stack exhaustion.
Published: 2020-09-09T20:30:41.000Z
Updated: 2024-08-04T15:33:05.285Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-25212 vulnerable 2026-06-03 14:42:08.907255 Details available
A TOCTOU mismatch in the NFS client code in the Linux kernel before 5.8.3 could be used by local attackers to corrupt memory or possibly have unspecified other impact because a size check is in fs/nfs/nfs4proc.c instead of fs/nfs/nfs4xdr.c, aka CID-b4487b935452.
Published: 2020-09-09T15:52:01.000Z
Updated: 2024-08-04T15:33:05.351Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-24659 vulnerable 2026-06-03 14:42:07.939696 Details available
An issue was discovered in GnuTLS before 3.6.15. A server can trigger a NULL pointer dereference in a TLS 1.3 client if a no_renegotiation alert is sent with unexpected timing, and then an invalid second handshake occurs. The crash happens in the application's error handling path, where the gnutls_deinit function is called after detecting a handshake failure.
Published: 2020-09-04T14:03:36.000Z
Updated: 2024-08-04T15:19:08.542Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-24654 vulnerable 2026-06-03 14:42:07.926449 Details available
In KDE Ark before 20.08.1, a crafted TAR archive with symlinks can install files outside the extraction directory, as demonstrated by a write operation to a user's home directory.
Published: 2020-09-02T16:22:10.000Z
Updated: 2024-08-04T15:19:08.343Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-24606 vulnerable 2026-06-03 14:42:07.795977 Details available
HIGH (8.6)
Squid before 4.13 and 5.x before 5.0.4 allows a trusted peer to perform Denial of Service by consuming all available CPU cycles during handling of a crafted Cache Digest response message. This only occurs when cache_peer is used with the cache digests feature. The problem exists because peerDigestHandleReply() livelocking in peer_digest.cc mishandles EOF.
Published: 2020-08-24T17:06:24.000Z
Updated: 2024-08-04T15:19:08.544Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-24584 vulnerable 2026-06-03 14:42:07.391266 Details available
An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). The intermediate-level directories of the filesystem cache had the system's standard umask rather than 0o077.
Published: 2020-09-01T12:36:06.000Z
Updated: 2024-08-04T15:19:08.642Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-24583 vulnerable 2026-06-03 14:42:07.389338 Details available
An issue was discovered in Django 2.2 before 2.2.16, 3.0 before 3.0.10, and 3.1 before 3.1.1 (when Python 3.7+ is used). FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied to intermediate-level directories created in the process of uploading files. It was also not applied to intermediate-level collected static directories when using the collectstatic management command.
Published: 2020-09-01T12:33:13.000Z
Updated: 2024-08-04T15:19:08.390Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-24394 vulnerable 2026-06-03 14:42:06.395253 Details available
In the Linux kernel before 5.7.8, fs/nfsd/vfs.c (in the NFS server) can set incorrect permissions on new filesystem objects when the filesystem lacks ACL support, aka CID-22cf8419f131. This occurs because the current umask is not considered.
Published: 2020-08-19T00:00:00.000Z
Updated: 2024-08-04T15:12:08.909Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-1983 vulnerable 2026-06-03 14:41:59.360341 libslirp: use after free vulnerability cause a denial of service.
HIGH (7.5)
A use after free vulnerability in ip_reass() in ip_input.c of libslirp 4.2.0 and prior releases allows crafted packets to cause a denial of service.
Published: 2020-04-22T19:30:14.844Z
Updated: 2024-09-16T19:41:29.761Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-1934 vulnerable 2026-06-03 14:41:59.099556 Details available
In Apache HTTP Server 2.4.0 to 2.4.41, mod_proxy_ftp may use uninitialized memory when proxying to a malicious FTP server.
Published: 2020-04-01T19:22:23.000Z
Updated: 2024-08-04T06:54:00.049Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-1927 vulnerable 2026-06-03 14:41:59.075927 Details available
In Apache HTTP Server 2.4.0 to 2.4.41, redirects configured with mod_rewrite that were intended to be self-referential might be fooled by encoded newlines and redirect instead to an an unexpected URL within the request URL.
Published: 2020-04-01T23:08:43.000Z
Updated: 2024-08-04T06:53:59.905Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-1472 vulnerable 2026-06-03 14:41:56.626230 Netlogon Elevation of Privilege Vulnerability
MEDIUM (5.5)
An elevation of privilege vulnerability exists when an attacker establishes a vulnerable Netlogon secure channel connection to a domain controller, using the Netlogon Remote Protocol (MS-NRPC). An attacker who successfully exploited the vulnerability could run a specially crafted application on a device on the network. To exploit the vulnerability, an unauthenticated attacker would be required to use MS-NRPC to connect to a domain controller to obtain domain administrator access. Microsoft is addressing the vulnerability in a phased two-part rollout. These updates address the vulnerability by modifying how Netlogon handles the usage of Netlogon secure channels. For guidelines on how to manage the changes required for this vulnerability and more information on the phased rollout, see How to manage the changes in Netlogon secure channel connections associated with CVE-2020-1472 (updated September 28, 2020). When the second phase of Windows updates become available in Q1 2021, customers will be notified via a revision to this security vulnerability. If you wish to be notified when these updates are released, we recommend that you register for the security notifications mailer to be alerted of content changes to this advisory. See Microsoft Technical Security Notifications.
Published: 2020-08-17T19:13:05.000Z
Updated: 2025-10-21T23:35:37.656Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-17538 vulnerable 2026-06-03 14:41:54.386163 Details available
A buffer overflow vulnerability in GetNumSameData() in contrib/lips4/gdevlips.c of Artifex Software GhostScript from v9.18 to v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:10:10.000Z
Updated: 2025-03-24T20:28:54.780Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-17489 vulnerable 2026-06-03 14:41:54.238602 Details available
An issue was discovered in certain configurations of GNOME gnome-shell through 3.36.4. When logging out of an account, the password box from the login dialog reappears with the password still visible. If the user had decided to have the password shown in cleartext at login time, it is then visible for a brief moment upon a logout. (If the password were never shown in cleartext, only the password length is revealed.)
Published: 2020-08-11T20:07:26.000Z
Updated: 2024-08-04T14:00:47.469Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16310 vulnerable 2026-06-03 14:41:47.720572 Details available
A division by zero vulnerability in dot24_print_page() in devices/gdevdm24.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:10:04.000Z
Updated: 2024-08-04T13:37:54.216Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16309 vulnerable 2026-06-03 14:41:47.720078 Details available
A buffer overflow vulnerability in lxm5700m_print_page() in devices/gdevlxm.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted eps file. This is fixed in v9.51.
Published: 2020-08-13T02:09:56.000Z
Updated: 2024-08-04T13:37:54.263Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16308 vulnerable 2026-06-03 14:41:47.719585 Details available
A buffer overflow vulnerability in p_print_image() in devices/gdevcdj.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:09:49.000Z
Updated: 2024-08-04T13:37:54.248Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16307 vulnerable 2026-06-03 14:41:47.719074 Details available
A null pointer dereference vulnerability in devices/vector/gdevtxtw.c and psi/zbfont.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted postscript file. This is fixed in v9.51.
Published: 2020-08-13T02:09:44.000Z
Updated: 2024-08-04T13:37:54.295Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16306 vulnerable 2026-06-03 14:41:47.718583 Details available
A null pointer dereference vulnerability in devices/gdevtsep.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted postscript file. This is fixed in v9.51.
Published: 2020-08-13T02:09:26.000Z
Updated: 2024-08-04T13:37:54.253Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16305 vulnerable 2026-06-03 14:41:47.718105 Details available
A buffer overflow vulnerability in pcx_write_rle() in contrib/japanese/gdev10v.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:09:22.000Z
Updated: 2024-08-04T13:37:54.242Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16304 vulnerable 2026-06-03 14:41:47.717612 Details available
A buffer overflow vulnerability in image_render_color_thresh() in base/gxicolor.c of Artifex Software GhostScript v9.18 to v9.50 allows a remote attacker to escalate privileges via a crafted eps file. This is fixed in v9.51.
Published: 2020-08-13T02:09:12.000Z
Updated: 2025-03-04T18:37:21.905Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16303 vulnerable 2026-06-03 14:41:47.717100 Details available
A use-after-free vulnerability in xps_finish_image_path() in devices/vector/gdevxps.c of Artifex Software GhostScript v9.50 allows a remote attacker to escalate privileges via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:09:06.000Z
Updated: 2024-08-04T13:37:54.291Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16302 vulnerable 2026-06-03 14:41:47.716598 Details available
A buffer overflow vulnerability in jetp3852_print_page() in devices/gdev3852.c of Artifex Software GhostScript v9.50 allows a remote attacker to escalate privileges via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:09:02.000Z
Updated: 2024-08-04T13:37:54.244Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16301 vulnerable 2026-06-03 14:41:47.716013 Details available
A buffer overflow vulnerability in okiibm_print_page1() in devices/gdevokii.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:58.000Z
Updated: 2024-08-04T13:37:54.247Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16300 vulnerable 2026-06-03 14:41:47.715525 Details available
A buffer overflow vulnerability in tiff12_print_page() in devices/gdevtfnx.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:50.000Z
Updated: 2024-08-04T13:37:54.214Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16299 vulnerable 2026-06-03 14:41:47.715021 Details available
A Division by Zero vulnerability in bj10v_print_page() in contrib/japanese/gdev10v.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:45.000Z
Updated: 2024-08-04T13:37:54.246Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16298 vulnerable 2026-06-03 14:41:47.714522 Details available
A buffer overflow vulnerability in mj_color_correct() in contrib/japanese/gdevmjc.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:40.000Z
Updated: 2024-08-04T13:37:54.254Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16297 vulnerable 2026-06-03 14:41:47.714034 Details available
A buffer overflow vulnerability in FloydSteinbergDitheringC() in contrib/gdevbjca.c of Artifex Software GhostScript v9.18 to v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:34.000Z
Updated: 2025-03-04T18:44:47.636Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16296 vulnerable 2026-06-03 14:41:47.713554 Details available
A buffer overflow vulnerability in GetNumWrongData() in contrib/lips4/gdevlips.c of Artifex Software GhostScript from v9.18 to v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:28.000Z
Updated: 2025-03-24T20:30:29.525Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16295 vulnerable 2026-06-03 14:41:47.713057 Details available
A null pointer dereference vulnerability in clj_media_size() in devices/gdevclj.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:22.000Z
Updated: 2024-08-04T13:37:54.249Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16294 vulnerable 2026-06-03 14:41:47.712568 Details available
A buffer overflow vulnerability in epsc_print_page() in devices/gdevepsc.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:17.000Z
Updated: 2024-08-04T13:37:54.237Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16293 vulnerable 2026-06-03 14:41:47.712064 Details available
A null pointer dereference vulnerability in compose_group_nonknockout_nonblend_isolated_allmask_common() in base/gxblend.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:12.000Z
Updated: 2024-08-04T13:37:54.250Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16292 vulnerable 2026-06-03 14:41:47.711464 Details available
A buffer overflow vulnerability in mj_raster_cmd() in contrib/japanese/gdevmjc.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:08.000Z
Updated: 2024-08-04T13:37:54.213Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16291 vulnerable 2026-06-03 14:41:47.710980 Details available
A buffer overflow vulnerability in contrib/gdevdj9.c of Artifex Software GhostScript v9.18 to v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:08:03.000Z
Updated: 2025-03-04T18:49:33.855Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16290 vulnerable 2026-06-03 14:41:47.710486 Details available
A buffer overflow vulnerability in jetp3852_print_page() in devices/gdev3852.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:07:58.000Z
Updated: 2024-08-04T13:37:54.285Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16289 vulnerable 2026-06-03 14:41:47.709973 Details available
A buffer overflow vulnerability in cif_print_page() in devices/gdevcif.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:07:50.000Z
Updated: 2024-08-04T13:37:54.252Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16288 vulnerable 2026-06-03 14:41:47.709467 Details available
A buffer overflow vulnerability in pj_common_print_page() in devices/gdevpjet.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:07:45.000Z
Updated: 2024-08-04T13:37:54.247Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16287 vulnerable 2026-06-03 14:41:47.708869 Details available
A buffer overflow vulnerability in lprn_is_black() in contrib/lips4/gdevlprn.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.
Published: 2020-08-13T02:07:31.000Z
Updated: 2024-08-04T13:37:54.215Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16166 vulnerable 2026-06-03 14:41:47.251701 Details available
The Linux kernel through 5.7.11 allows remote attackers to make observations that help to obtain sensitive information about the internal state of the network RNG, aka CID-f227e3ec3b5c. This is related to drivers/char/random.c and kernel/time/timer.c.
Published: 2020-07-30T20:05:24.000Z
Updated: 2024-08-04T13:37:53.889Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16135 vulnerable 2026-06-03 14:41:47.204954 Details available
libssh 0.9.4 has a NULL pointer dereference in tftpserver.c if ssh_buffer_new returns NULL.
Published: 2020-07-29T20:20:29.000Z
Updated: 2024-08-04T13:37:53.390Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16128 vulnerable 2026-06-03 14:41:47.193457 Aptdaemon error messages disclosed file existence to unprivileged users via dbus properties
LOW (3.8)
The aptdaemon DBus interface disclosed file existence disclosure by setting Terminal/DebconfSocket properties, aka GHSL-2020-192 and GHSL-2020-196. This affected versions prior to 1.1.1+bzr982-0ubuntu34.1, 1.1.1+bzr982-0ubuntu32.3, 1.1.1+bzr982-0ubuntu19.5, 1.1.1+bzr982-0ubuntu14.5.
Published: 2020-12-09T03:35:16.896Z
Updated: 2024-09-16T16:24:15.489Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16123 vulnerable 2026-06-03 14:41:47.184187 Bypass of snapd pulseaudio restrictions
MEDIUM (4.4)
An Ubuntu-specific patch in PulseAudio created a race condition where the snap policy module would fail to identify a client connection from a snap as coming from a snap if SCM_CREDENTIALS were missing, allowing the snap to connect to PulseAudio without proper confinement. This could be exploited by an attacker to expose sensitive information. Fixed in 1:13.99.3-1ubuntu2, 1:13.99.2-1ubuntu2.1, 1:13.99.1-1ubuntu3.8, 1:11.1-1ubuntu7.11, and 1:8.0-0ubuntu3.15.
Published: 2020-12-03T23:15:20.305Z
Updated: 2024-09-16T19:20:12.173Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16122 vulnerable 2026-06-03 14:41:47.183732 Packagekit's apt backend lets user install untrusted local packages
HIGH (8.2)
PackageKit's apt backend mistakenly treated all local debs as trusted. The apt security model is based on repository trust and not on the contents of individual files. On sites with configured PolicyKit rules this may allow users to install malicious packages.
Published: 2020-11-07T04:10:19.889Z
Updated: 2024-09-16T16:13:16.633Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16121 vulnerable 2026-06-03 14:41:47.183095 PackageKit error messages leak presence and mimetype of files to unprivileged users
LOW (3.3)
PackageKit provided detailed error messages to unprivileged callers that exposed information about file presence and mimetype of files that the user would be unable to determine on its own.
Published: 2020-11-07T04:10:19.447Z
Updated: 2024-09-17T04:04:03.119Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16120 vulnerable 2026-06-03 14:41:47.180343 Unprivileged overlay + shiftfs read access
MEDIUM (5.1)
Overlayfs did not properly perform permission checking when copying up files in an overlayfs and could be exploited from within a user namespace, if, for example, unprivileged user namespaces were allowed. It was possible to have a file not readable by an unprivileged user to be copied to a mountpoint controlled by the user, like a removable device. This was introduced in kernel version 4.19 by commit d1d04ef ("ovl: stack file ops"). This was fixed in kernel version 5.8 by commits 56230d9 ("ovl: verify permissions in ovl_path_open()"), 48bd024 ("ovl: switch to mounter creds in readdir") and 05acefb ("ovl: check permission to open real file"). Additionally, commits 130fdbc ("ovl: pass correct flags for opening real directory") and 292f902 ("ovl: call secutiry hook in ovl_real_ioctl()") in kernel 5.8 might also be desired or necessary. These additional commits introduced a regression in overlay mounts within user namespaces which prevented access to files with ownership outside of the user namespace. This regression was mitigated by subsequent commit b6650da ("ovl: do not fail because of O_NOATIMEi") in kernel 5.11.
Published: 2021-02-10T19:45:26.096Z
Updated: 2024-09-16T18:49:11.997Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16119 vulnerable 2026-06-03 14:41:47.178143 DCCP CCID structure use-after-free
MEDIUM (6.3)
Use-after-free vulnerability in the Linux kernel exploitable by a local attacker due to reuse of a DCCP socket with an attached dccps_hc_tx_ccid object as a listener after being released. Fixed in Ubuntu Linux kernel 5.4.0-51.56, 5.3.0-68.63, 4.15.0-121.123, 4.4.0-193.224, 3.13.0.182.191 and 3.2.0-149.196.
Published: 2021-01-14T01:10:20.401Z
Updated: 2024-09-16T18:19:48.160Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16116 vulnerable 2026-06-03 14:41:47.171221 Details available
In kerfuffle/jobs.cpp in KDE Ark before 20.08.0, a crafted archive can install files outside the extraction directory via ../ directory traversal.
Published: 2020-08-03T19:34:07.000Z
Updated: 2024-08-04T13:37:53.926Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-16092 vulnerable 2026-06-03 14:41:47.141875 Details available
In QEMU through 5.0.0, an assertion failure can occur in the network packet processing. This issue affects the e1000e and vmxnet3 network devices. A malicious guest user/process could use this flaw to abort the QEMU process on the host, resulting in a denial of service condition in net_tx_pkt_add_raw_fragment in hw/net/net_tx_pkt.c.
Published: 2020-08-11T15:55:29.000Z
Updated: 2024-08-04T13:37:53.323Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15900 vulnerable 2026-06-03 14:41:46.968783 Details available
A memory corruption issue was found in Artifex Ghostscript 9.50 and 9.52. Use of a non-standard PostScript operator can allow overriding of file access controls. The 'rsearch' calculation for the 'post' size resulted in a size that was too large, and could underflow to max uint32_t. This was fixed in commit 5d499272b95a6b890a1397e11d20937de000d31b.
Published: 2020-07-28T15:17:14.000Z
Updated: 2024-08-04T13:30:23.341Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15863 vulnerable 2026-06-03 14:41:46.892839 Details available
hw/net/xgmac.c in the XGMAC Ethernet controller in QEMU before 07-20-2020 has a buffer overflow. This occurs during packet transmission and affects the highbank and midway emulated machines. A guest user or process could use this flaw to crash the QEMU process on the host, resulting in a denial of service or potential privileged code execution. This was fixed in commit 5519724a13664b43e225ca05351c60b4468e4555.
Published: 2020-07-28T15:40:29.000Z
Updated: 2024-08-04T13:30:22.902Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15862 vulnerable 2026-06-03 14:41:46.889693 Details available
Net-SNMP through 5.8 has Improper Privilege Management because SNMP WRITE access to the EXTEND MIB provides the ability to run arbitrary commands as root.
Published: 2020-08-19T00:00:00.000Z
Updated: 2024-08-04T13:30:22.680Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15861 vulnerable 2026-06-03 14:41:46.887349 Details available
Net-SNMP through 5.7.3 allows Escalation of Privileges because of UNIX symbolic link (symlink) following.
Published: 2020-08-19T18:28:30.000Z
Updated: 2025-12-03T18:23:52.736Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15811 vulnerable 2026-06-03 14:41:46.718928 Details available
An issue was discovered in Squid before 4.13 and 5.x before 5.0.4. Due to incorrect data validation, HTTP Request Splitting attacks may succeed against HTTP and HTTPS traffic. This leads to cache poisoning. This allows any client, including browser scripts, to bypass local security and poison the browser cache and any downstream caches with content from an arbitrary source. Squid uses a string search instead of parsing the Transfer-Encoding header to find chunked encoding. This allows an attacker to hide a second request inside Transfer-Encoding: it is interpreted by Squid as chunked and split out into a second request delivered upstream. Squid will then deliver two distinct responses to the client, corrupting any downstream caches.
Published: 2020-09-02T16:35:04.000Z
Updated: 2024-08-04T13:30:22.344Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15810 vulnerable 2026-06-03 14:41:46.718125 Details available
An issue was discovered in Squid before 4.13 and 5.x before 5.0.4. Due to incorrect data validation, HTTP Request Smuggling attacks may succeed against HTTP and HTTPS traffic. This leads to cache poisoning. This allows any client, including browser scripts, to bypass local security and poison the proxy cache and any downstream caches with content from an arbitrary source. When configured for relaxed header parsing (the default), Squid relays headers containing whitespace characters to upstream servers. When this occurs as a prefix to a Content-Length header, the frame length specified will be ignored by Squid (allowing for a conflicting length to be used from another Content-Length header) but relayed upstream.
Published: 2020-09-02T16:34:04.000Z
Updated: 2024-08-04T13:30:21.842Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15780 vulnerable 2026-06-03 14:41:46.380544 Details available
An issue was discovered in drivers/acpi/acpi_configfs.c in the Linux kernel before 5.7.7. Injection of malicious ACPI tables via configfs could be used by attackers to bypass lockdown and secure boot restrictions, aka CID-75b0cea7bf30.
Published: 2020-07-15T21:24:16.000Z
Updated: 2024-08-04T13:22:30.716Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15708 vulnerable 2026-06-03 14:41:46.315271 Libvirt Service Arbitrary File Write Privilege Escalation Vulnerability
CRITICAL (9.3)
Ubuntu's packaging of libvirt in 20.04 LTS created a control socket with world read and write permissions. An attacker could use this to overwrite arbitrary files or execute arbitrary code.
Published: 2020-11-06T01:40:13.864Z
Updated: 2024-09-16T17:37:51.206Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15707 vulnerable 2026-06-03 14:41:46.307593 GRUB2 contained integer overflows when handling the initrd command, leading to a heap-based buffer overflow.
MEDIUM (5.7)
Integer overflows were discovered in the functions grub_cmd_initrd and grub_initrd_init in the efilinux component of GRUB2, as shipped in Debian, Red Hat, and Ubuntu (the functionality is not included in GRUB2 upstream), leading to a heap-based buffer overflow. These could be triggered by an extremely large number of arguments to the initrd command on 32-bit architectures, or a crafted filesystem with very large files on any architecture. An attacker could use this to execute arbitrary code and bypass UEFI Secure Boot restrictions. This issue affects GRUB2 version 2.04 and prior versions.
Published: 2020-07-29T17:45:34.577Z
Updated: 2024-09-17T03:07:49.301Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15706 vulnerable 2026-06-03 14:41:46.305780 GRUB2 contains a race condition leading to a use-after-free vulnerability which can be triggered by redefining a function whilst the same function is already executing.
MEDIUM (6.4)
GRUB2 contains a race condition in grub_script_function_create() leading to a use-after-free vulnerability which can be triggered by redefining a function whilst the same function is already executing, leading to arbitrary code execution and secure boot restriction bypass. This issue affects GRUB2 version 2.04 and prior versions.
Published: 2020-07-29T17:45:33.975Z
Updated: 2024-09-16T22:20:56.598Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15705 vulnerable 2026-06-03 14:41:46.289267 GRUB2: avoid loading unsigned kernels when GRUB is booted directly under secureboot without shim
MEDIUM (6.4)
GRUB2 fails to validate kernel signature when booted directly without shim, allowing secure boot to be bypassed. This only affects systems where the kernel signing certificate has been imported directly into the secure boot database and the GRUB image is booted directly without the use of shim. This issue affects GRUB2 version 2.04 and prior versions.
Published: 2020-07-29T17:45:33.422Z
Updated: 2024-09-17T00:06:01.169Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15704 not_vulnerable 2026-06-03 14:41:46.283795 pppd arbitrary file read information disclosure vulnerability
MEDIUM (5.5)
The modprobe child process in the ./debian/patches/load_ppp_generic_if_needed patch file incorrectly handled module loading. A local non-root attacker could exploit the MODPROBE_OPTIONS environment variable to read arbitrary root files. Fixed in 2.4.5-5ubuntu1.4, 2.4.5-5.1ubuntu2.3+esm2, 2.4.7-1+2ubuntu1.16.04.3, 2.4.7-2+2ubuntu1.3, 2.4.7-2+4.1ubuntu5.1, 2.4.7-2+4.1ubuntu6. Was ZDI-CAN-11504.
Published: 2020-08-31T23:15:14.261Z
Updated: 2024-09-17T00:35:29.021Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15702 not_vulnerable 2026-06-03 14:41:46.268050 TOCTOU in apport
HIGH (7)
TOCTOU Race Condition vulnerability in apport allows a local attacker to escalate privileges and execute arbitrary code. An attacker may exit the crashed process and exploit PID recycling to spawn a root process with the same PID as the crashed process, which can then be used to escalate privileges. Fixed in 2.20.1-0ubuntu2.24, 2.20.9 versions prior to 2.20.9-0ubuntu7.16 and 2.20.11 versions prior to 2.20.11-0ubuntu27.6. Was ZDI-CAN-11234.
Published: 2020-08-06T22:50:22.871Z
Updated: 2025-11-03T19:25:30.971Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15701 vulnerable 2026-06-03 14:41:46.266587 Unhandled exception in apport
MEDIUM (5.5)
An unhandled exception in check_ignored() in apport/report.py can be exploited by a local attacker to cause a denial of service. If the mtime attribute is a string value in apport-ignore.xml, it will trigger an unhandled exception, resulting in a crash. Fixed in 2.20.1-0ubuntu2.24, 2.20.9-0ubuntu7.16, 2.20.11-0ubuntu27.6.
Published: 2020-08-06T22:50:22.407Z
Updated: 2024-09-16T20:52:16.329Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15701 not_vulnerable 2026-06-03 14:41:46.227512 Unhandled exception in apport
MEDIUM (5.5)
An unhandled exception in check_ignored() in apport/report.py can be exploited by a local attacker to cause a denial of service. If the mtime attribute is a string value in apport-ignore.xml, it will trigger an unhandled exception, resulting in a crash. Fixed in 2.20.1-0ubuntu2.24, 2.20.9-0ubuntu7.16, 2.20.11-0ubuntu27.6.
Published: 2020-08-06T22:50:22.407Z
Updated: 2024-09-16T20:52:16.329Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15659 vulnerable 2026-06-03 14:41:46.169150 Details available
Mozilla developers and community members reported memory safety bugs present in Firefox 78 and Firefox ESR 78.0. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 79, Firefox ESR < 68.11, Firefox ESR < 78.1, Thunderbird < 68.11, and Thunderbird < 78.1.
Published: 2020-08-10T17:43:23.000Z
Updated: 2024-08-04T13:22:30.692Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15658 vulnerable 2026-06-03 14:41:46.168517 Details available
The code for downloading files did not properly take care of special characters, which led to an attacker being able to cut off the file ending at an earlier position, leading to a different file type being downloaded than shown in the dialog. This vulnerability affects Firefox ESR < 78.1, Firefox < 79, and Thunderbird < 78.1.
Published: 2020-08-10T17:43:23.000Z
Updated: 2024-08-04T13:22:30.558Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15656 vulnerable 2026-06-03 14:41:46.167589 Details available
JIT optimizations involving the Javascript arguments object could confuse later optimizations. This risk was already mitigated by various precautions in the code, resulting in this bug rated at only moderate severity. This vulnerability affects Firefox ESR < 78.1, Firefox < 79, and Thunderbird < 78.1.
Published: 2020-08-10T17:43:23.000Z
Updated: 2024-08-04T13:22:30.577Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15655 vulnerable 2026-06-03 14:41:46.167049 Details available
A redirected HTTP request which is observed or modified through a web extension could bypass existing CORS checks, leading to potential disclosure of cross-origin information. This vulnerability affects Firefox ESR < 78.1, Firefox < 79, and Thunderbird < 78.1.
Published: 2020-08-10T17:43:24.000Z
Updated: 2024-08-04T13:22:30.825Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15654 vulnerable 2026-06-03 14:41:46.166533 Details available
When in an endless loop, a website specifying a custom cursor using CSS could make it look like the user is interacting with the user interface, when they are not. This could lead to a perceived broken state, especially when interactions with existing browser dialogs and warnings do not work. This vulnerability affects Firefox ESR < 78.1, Firefox < 79, and Thunderbird < 78.1.
Published: 2020-08-10T17:43:24.000Z
Updated: 2024-08-04T13:22:30.565Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15653 vulnerable 2026-06-03 14:41:46.165919 Details available
An iframe sandbox element with the allow-popups flag could be bypassed when using noopener links. This could have led to security issues for websites relying on sandbox configurations that allowed popups and hosted arbitrary content. This vulnerability affects Firefox ESR < 78.1, Firefox < 79, and Thunderbird < 78.1.
Published: 2020-08-10T17:43:24.000Z
Updated: 2024-08-04T13:22:30.658Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15652 vulnerable 2026-06-03 14:41:46.165395 Details available
By observing the stack trace for JavaScript errors in web workers, it was possible to leak the result of a cross-origin redirect. This applied only to content that can be parsed as script. This vulnerability affects Firefox < 79, Firefox ESR < 68.11, Firefox ESR < 78.1, Thunderbird < 68.11, and Thunderbird < 78.1.
Published: 2020-08-10T17:43:24.000Z
Updated: 2024-08-04T13:22:30.541Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15393 vulnerable 2026-06-03 14:41:45.768261 Details available
In the Linux kernel 4.4 through 5.7.6, usbtest_disconnect in drivers/usb/misc/usbtest.c has a memory leak, aka CID-28ebeb8db770.
Published: 2020-06-29T21:58:55.000Z
Updated: 2024-08-04T13:15:20.679Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15358 vulnerable 2026-06-03 14:41:45.695583 Details available
In SQLite before 3.32.3, select.c mishandles query-flattener optimization, leading to a multiSelectOrderBy heap overflow because of misuse of transitive properties for constant propagation.
Published: 2020-06-27T11:39:37.000Z
Updated: 2024-08-04T13:15:20.050Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15306 vulnerable 2026-06-03 14:41:45.640646 Details available
An issue was discovered in OpenEXR before v2.5.2. Invalid chunkCount attributes could cause a heap buffer overflow in getChunkOffsetTableSize() in IlmImf/ImfMisc.cpp.
Published: 2020-06-26T00:38:02.000Z
Updated: 2024-08-04T13:15:20.087Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15305 vulnerable 2026-06-03 14:41:45.639904 Details available
An issue was discovered in OpenEXR before 2.5.2. Invalid input could cause a use-after-free in DeepScanLineInputFile::DeepScanLineInputFile() in IlmImf/ImfDeepScanLineInputFile.cpp.
Published: 2020-06-26T00:38:11.000Z
Updated: 2024-08-04T13:15:20.110Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15157 vulnerable 2026-06-03 14:41:45.367766 containerd can be coerced into leaking credentials during image pull
MEDIUM (6.1)
In containerd (an industry-standard container runtime) before version 1.2.14 there is a credential leaking vulnerability. If a container image manifest in the OCI Image format or Docker Image V2 Schema 2 format includes a URL for the location of a specific image layer (otherwise known as a “foreign layer”), the default containerd resolver will follow that URL to attempt to download it. In v1.2.x but not 1.3.0 or later, the default containerd resolver will provide its authentication credentials if the server where the URL is located presents an HTTP 401 status code along with registry-specific HTTP headers. If an attacker publishes a public image with a manifest that directs one of the layers to be fetched from a web server they control and they trick a user or system into pulling the image, they can obtain the credentials used for pulling that image. In some cases, this may be the user's username and password for the registry. In other cases, this may be the credentials attached to the cloud virtual instance which can grant access to other cloud resources in the account. The default containerd resolver is used by the cri-containerd plugin (which can be used by Kubernetes), the ctr development tool, and other client programs that have explicitly linked against it. This vulnerability has been fixed in containerd 1.2.14. containerd 1.3 and later are not affected. If you are using containerd 1.3 or later, you are not affected. If you are using cri-containerd in the 1.2 series or prior, you should ensure you only pull images from trusted sources. Other container runtimes built on top of containerd but not using the default resolver (such as Docker) are not affected.
Published: 2020-10-16T16:45:18.000Z
Updated: 2024-08-04T13:08:22.310Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15103 vulnerable 2026-06-03 14:41:45.248775 Integer Overflow in FreeRDP
LOW (3.5)
In FreeRDP less than or equal to 2.1.2, an integer overflow exists due to missing input sanitation in rdpegfx channel. All FreeRDP clients are affected. The input rectangles from the server are not checked against local surface coordinates and blindly accepted. A malicious server can send data that will crash the client later on (invalid length arguments to a `memcpy`) This has been fixed in 2.2.0. As a workaround, stop using command line arguments /gfx, /gfx-h264 and /network:auto
Published: 2020-07-27T00:00:00.000Z
Updated: 2024-08-04T13:08:21.774Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15078 vulnerable 2026-06-03 14:41:45.184147 Details available
OpenVPN 2.5.1 and earlier versions allows a remote attackers to bypass authentication and access control channel data on servers configured with deferred authentication, which can be used to potentially trigger further information leaks.
Published: 2021-04-26T13:19:45.000Z
Updated: 2024-08-04T13:08:21.675Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14954 vulnerable 2026-06-03 14:41:45.012531 Details available
Mutt before 1.14.4 and NeoMutt before 2020-06-19 have a STARTTLS buffering issue that affects IMAP, SMTP, and POP3. When a server sends a "begin TLS" response, the client reads additional data (e.g., from a man-in-the-middle attacker) and evaluates it in a TLS context, aka "response injection."
Published: 2020-06-21T16:55:41.000Z
Updated: 2024-08-04T13:00:52.083Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14928 vulnerable 2026-06-03 14:41:44.986580 Details available
evolution-data-server (eds) through 3.36.3 has a STARTTLS buffering issue that affects SMTP and POP3. When a server sends a "begin TLS" response, eds reads additional data and evaluates it in a TLS context, aka "response injection."
Published: 2020-07-17T15:30:42.000Z
Updated: 2024-08-04T13:00:52.067Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14837 vulnerable 2026-06-03 14:41:44.899340 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.21 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-10-21T14:04:27.000Z
Updated: 2024-09-26T20:13:54.016Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14702 vulnerable 2026-06-03 14:41:44.598512 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Privileges). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:34.000Z
Updated: 2024-09-26T20:40:05.463Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14697 vulnerable 2026-06-03 14:41:44.591445 Details available
HIGH (7.2)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Privileges). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in takeover of MySQL Server. CVSS 3.1 Base Score 7.2 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H).
Published: 2020-07-15T17:34:34.000Z
Updated: 2024-09-26T20:40:58.086Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14680 vulnerable 2026-06-03 14:41:44.562183 Details available
MEDIUM (6.5)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:33.000Z
Updated: 2024-09-27T18:23:20.427Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14678 vulnerable 2026-06-03 14:41:44.561026 Details available
HIGH (7.2)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Privileges). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in takeover of MySQL Server. CVSS 3.1 Base Score 7.2 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H).
Published: 2020-07-15T17:34:33.000Z
Updated: 2024-09-27T18:23:44.311Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14663 vulnerable 2026-06-03 14:41:44.538465 Details available
HIGH (7.2)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Privileges). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in takeover of MySQL Server. CVSS 3.1 Base Score 7.2 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H).
Published: 2020-07-15T17:34:32.000Z
Updated: 2024-09-27T18:25:35.595Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14656 vulnerable 2026-06-03 14:41:44.531676 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Locking). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:32.000Z
Updated: 2024-09-27T18:26:21.698Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14654 vulnerable 2026-06-03 14:41:44.527672 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:32.000Z
Updated: 2024-09-27T18:26:34.167Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14651 vulnerable 2026-06-03 14:41:44.519705 Details available
MEDIUM (5.5)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Roles). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.1 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).
Published: 2020-07-15T17:34:32.000Z
Updated: 2024-09-27T18:26:58.137Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14643 vulnerable 2026-06-03 14:41:44.514830 Details available
MEDIUM (5.5)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Roles). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.1 Base Score 5.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H).
Published: 2020-07-15T17:34:31.000Z
Updated: 2024-09-27T18:27:55.547Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14641 vulnerable 2026-06-03 14:41:44.503500 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Roles). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all MySQL Server accessible data. CVSS 3.1 Base Score 4.9 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N).
Published: 2020-07-15T17:34:31.000Z
Updated: 2024-09-27T18:28:12.922Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14634 vulnerable 2026-06-03 14:41:44.499859 Details available
LOW (2.7)
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Server accessible data. CVSS 3.1 Base Score 2.7 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N).
Published: 2020-07-15T17:34:31.000Z
Updated: 2024-09-27T18:29:20.906Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14633 vulnerable 2026-06-03 14:41:44.499265 Details available
LOW (2.7)
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.1 Base Score 2.7 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N).
Published: 2020-07-15T17:34:31.000Z
Updated: 2024-09-27T18:29:27.987Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14632 vulnerable 2026-06-03 14:41:44.498562 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Options). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:31.000Z
Updated: 2024-09-27T18:29:34.591Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14631 vulnerable 2026-06-03 14:41:44.497837 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Audit). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:31.000Z
Updated: 2024-09-27T18:29:43.112Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14624 vulnerable 2026-06-03 14:41:44.478047 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: JSON). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:30.000Z
Updated: 2024-09-27T18:30:41.409Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14623 vulnerable 2026-06-03 14:41:44.477279 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:30.000Z
Updated: 2024-09-27T18:30:48.972Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14621 vulnerable 2026-06-03 14:41:44.466339 Details available
MEDIUM (5.3)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: JAXP). Supported versions that are affected are Java SE: 7u261, 8u251, 11.0.7 and 14.0.1; Java SE Embedded: 8u251. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Java SE, Java SE Embedded accessible data. Note: This vulnerability can only be exploited by supplying data to APIs in the specified Component without using Untrusted Java Web Start applications or Untrusted Java applets, such as through a web service. CVSS 3.1 Base Score 5.3 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N).
Published: 2020-07-15T17:34:30.000Z
Updated: 2024-09-27T18:31:06.202Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14620 vulnerable 2026-06-03 14:41:44.464550 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:30.000Z
Updated: 2024-09-27T18:31:14.351Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14619 vulnerable 2026-06-03 14:41:44.463842 Details available
MEDIUM (6.5)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Parser). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:30.000Z
Updated: 2024-09-27T18:31:21.779Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14614 vulnerable 2026-06-03 14:41:44.452287 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:30.000Z
Updated: 2024-09-27T18:32:05.035Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14597 vulnerable 2026-06-03 14:41:44.425506 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:29.000Z
Updated: 2024-09-27T18:34:38.195Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14593 vulnerable 2026-06-03 14:41:44.408271 Details available
HIGH (7.4)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: 2D). Supported versions that are affected are Java SE: 7u261, 8u251, 11.0.7 and 14.0.1; Java SE Embedded: 8u251. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Java SE, Java SE Embedded, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Java SE, Java SE Embedded accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 7.4 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:N).
Published: 2020-07-15T17:34:29.000Z
Updated: 2024-09-27T18:35:33.800Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14586 vulnerable 2026-06-03 14:41:44.386920 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Security: Privileges). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:36:41.526Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14583 vulnerable 2026-06-03 14:41:44.383275 Details available
HIGH (8.3)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u261, 8u251, 11.0.7 and 14.0.1; Java SE Embedded: 8u251. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Java SE, Java SE Embedded, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in takeover of Java SE, Java SE Embedded. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 8.3 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:37:10.873Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14581 vulnerable 2026-06-03 14:41:44.368014 Details available
LOW (3.7)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: 2D). Supported versions that are affected are Java SE: 8u251, 11.0.7 and 14.0.1; Java SE Embedded: 8u251. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Java SE, Java SE Embedded accessible data. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.1 Base Score 3.7 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:37:38.551Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14579 vulnerable 2026-06-03 14:41:44.345537 Details available
LOW (3.7)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u261 and 8u251; Java SE Embedded: 8u251. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.1 Base Score 3.7 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:37:57.254Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14578 vulnerable 2026-06-03 14:41:44.335443 Details available
LOW (3.7)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u261 and 8u251; Java SE Embedded: 8u251. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.1 Base Score 3.7 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:38:05.115Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14577 vulnerable 2026-06-03 14:41:44.309424 Details available
LOW (3.7)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: JSSE). Supported versions that are affected are Java SE: 7u261, 8u251, 11.0.7 and 14.0.1; Java SE Embedded: 8u251. Difficult to exploit vulnerability allows unauthenticated attacker with network access via TLS to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Java SE, Java SE Embedded accessible data. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.1 Base Score 3.7 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:38:12.047Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14576 vulnerable 2026-06-03 14:41:44.304455 Details available
MEDIUM (6.5)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: UDF). Supported versions that are affected are 5.7.30 and prior and 8.0.20 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:38:20.355Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14575 vulnerable 2026-06-03 14:41:44.303506 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:38:29.729Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14573 vulnerable 2026-06-03 14:41:44.298600 Details available
LOW (3.7)
Vulnerability in the Java SE product of Oracle Java SE (component: Hotspot). Supported versions that are affected are Java SE: 11.0.7 and 14.0.1. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Java SE accessible data. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.1 Base Score 3.7 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N).
Published: 2020-07-15T17:34:28.000Z
Updated: 2024-09-27T18:38:46.882Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14568 vulnerable 2026-06-03 14:41:44.285096 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: InnoDB). Supported versions that are affected are 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:27.000Z
Updated: 2024-09-27T18:39:27.521Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14562 vulnerable 2026-06-03 14:41:44.274644 Details available
MEDIUM (5.3)
Vulnerability in the Java SE product of Oracle Java SE (component: ImageIO). Supported versions that are affected are Java SE: 11.0.7 and 14.0.1. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2020-07-15T17:34:27.000Z
Updated: 2024-09-27T18:40:16.398Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14559 vulnerable 2026-06-03 14:41:44.265906 Details available
MEDIUM (4.3)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Information Schema). Supported versions that are affected are 5.6.48 and prior, 5.7.30 and prior and 8.0.20 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized read access to a subset of MySQL Server accessible data. CVSS 3.1 Base Score 4.3 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N).
Published: 2020-07-15T17:34:27.000Z
Updated: 2024-09-27T18:40:38.588Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14556 vulnerable 2026-06-03 14:41:44.216838 Details available
MEDIUM (4.8)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 8u251, 11.0.7 and 14.0.1; Java SE Embedded: 8u251. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Java SE, Java SE Embedded accessible data as well as unauthorized read access to a subset of Java SE, Java SE Embedded accessible data. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.1 Base Score 4.8 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N).
Published: 2020-07-15T17:34:27.000Z
Updated: 2024-09-27T18:41:03.969Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14553 vulnerable 2026-06-03 14:41:44.204553 Details available
MEDIUM (4.3)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Pluggable Auth). Supported versions that are affected are 5.7.30 and prior and 8.0.20 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.1 Base Score 4.3 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).
Published: 2020-07-15T17:34:26.000Z
Updated: 2024-09-27T18:41:26.923Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14550 vulnerable 2026-06-03 14:41:44.196071 Details available
MEDIUM (5.3)
Vulnerability in the MySQL Client product of Oracle MySQL (component: C API). Supported versions that are affected are 5.6.48 and prior, 5.7.30 and prior and 8.0.20 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Client. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Client. CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:26.000Z
Updated: 2024-09-27T18:41:49.876Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14547 vulnerable 2026-06-03 14:41:44.190011 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 5.7.30 and prior and 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:26.000Z
Updated: 2024-09-27T18:42:14.957Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14540 vulnerable 2026-06-03 14:41:44.178212 Details available
MEDIUM (4.9)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: DML). Supported versions that are affected are 5.7.30 and prior and 8.0.20 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 4.9 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:26.000Z
Updated: 2024-09-27T18:43:14.141Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14539 vulnerable 2026-06-03 14:41:44.177284 Details available
MEDIUM (6.5)
Vulnerability in the MySQL Server product of Oracle MySQL (component: Server: Optimizer). Supported versions that are affected are 5.6.48 and prior, 5.7.30 and prior and 8.0.20 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.1 Base Score 6.5 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).
Published: 2020-07-15T17:34:26.000Z
Updated: 2024-09-27T18:43:21.229Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14404 vulnerable 2026-06-03 14:41:43.675589 Details available
An issue was discovered in LibVNCServer before 0.9.13. libvncserver/rre.c allows out-of-bounds access via encodings.
Published: 2020-06-17T15:11:43.000Z
Updated: 2024-08-04T12:46:34.464Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14403 vulnerable 2026-06-03 14:41:43.674596 Details available
An issue was discovered in LibVNCServer before 0.9.13. libvncserver/hextile.c allows out-of-bounds access via encodings.
Published: 2020-06-17T15:12:21.000Z
Updated: 2024-08-04T12:46:34.094Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14402 vulnerable 2026-06-03 14:41:43.673695 Details available
An issue was discovered in LibVNCServer before 0.9.13. libvncserver/corre.c allows out-of-bounds access via encodings.
Published: 2020-06-17T15:12:32.000Z
Updated: 2024-08-04T12:46:34.255Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14400 vulnerable 2026-06-03 14:41:43.672065 Details available
An issue was discovered in LibVNCServer before 0.9.13. Byte-aligned data is accessed through uint16_t pointers in libvncserver/translate.c. NOTE: Third parties do not consider this to be a vulnerability as there is no known path of exploitation or cross of a trust boundary
Published: 2020-06-17T15:12:50.000Z
Updated: 2024-08-04T12:46:34.597Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14399 vulnerable 2026-06-03 14:41:43.671355 Details available
An issue was discovered in LibVNCServer before 0.9.13. Byte-aligned data is accessed through uint32_t pointers in libvncclient/rfbproto.c. NOTE: there is reportedly "no trust boundary crossed.
Published: 2020-06-17T15:12:57.000Z
Updated: 2024-08-04T12:46:34.416Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14398 vulnerable 2026-06-03 14:41:43.665421 Details available
An issue was discovered in LibVNCServer before 0.9.13. An improperly closed TCP connection causes an infinite loop in libvncclient/sockets.c.
Published: 2020-06-17T15:13:21.000Z
Updated: 2024-08-04T12:46:34.308Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14397 vulnerable 2026-06-03 14:41:43.664456 Details available
An issue was discovered in LibVNCServer before 0.9.13. libvncserver/rfbregion.c has a NULL pointer dereference.
Published: 2020-06-17T15:13:30.000Z
Updated: 2024-08-04T12:46:34.192Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14396 vulnerable 2026-06-03 14:41:43.656014 Details available
An issue was discovered in LibVNCServer before 0.9.13. libvncclient/tls_openssl.c has a NULL pointer dereference.
Published: 2020-06-17T15:13:40.000Z
Updated: 2024-08-04T12:46:34.415Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14385 vulnerable 2026-06-03 14:41:43.627783 Details available
MEDIUM (5.5)
A flaw was found in the Linux kernel before 5.9-rc4. A failure of the file system metadata validator in XFS can cause an inode with a valid, user-creatable extended attribute to be flagged as corrupt. This can lead to the filesystem being shutdown, or otherwise rendered inaccessible until it is remounted, leading to a denial of service. The highest threat from this vulnerability is to system availability.
Published: 2020-09-15T21:14:53.000Z
Updated: 2024-08-04T12:46:34.096Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14382 vulnerable 2026-06-03 14:41:43.620848 Details available
A vulnerability was found in upstream release cryptsetup-2.2.0 where, there's a bug in LUKS2 format validation code, that is effectively invoked on every device/image presenting itself as LUKS2 container. The bug is in segments validation code in file 'lib/luks2/luks2_json_metadata.c' in function hdr_validate_segments(struct crypt_device *cd, json_object *hdr_jobj) where the code does not check for possible overflow on memory allocation used for intervals array (see statement "intervals = malloc(first_backup * sizeof(*intervals));"). Due to the bug, library can be *tricked* to expect such allocation was successful but for far less memory then originally expected. Later it may read data FROM image crafted by an attacker and actually write such data BEYOND allocated memory.
Published: 2020-09-16T14:37:52.000Z
Updated: 2024-08-04T12:46:34.336Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14378 vulnerable 2026-06-03 14:41:43.607220 Details available
An integer underflow in dpdk versions before 18.11.10 and before 19.11.5 in the `move_desc` function can lead to large amounts of CPU cycles being eaten up in a long running loop. An attacker could cause `move_desc` to get stuck in a 4,294,967,295-count iteration loop. Depending on how `vhost_crypto` is being used this could prevent other VMs or network tasks from being serviced by the busy DPDK lcore for an extended period.
Published: 2020-09-30T00:00:00.000Z
Updated: 2024-08-04T12:46:33.313Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14377 vulnerable 2026-06-03 14:41:43.606717 Details available
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. A complete lack of validation of attacker-controlled parameters can lead to a buffer over read. The results of the over read are then written back to the guest virtual machine memory. This vulnerability can be used by an attacker in a virtual machine to read significant amounts of host memory. The highest threat from this vulnerability is to data confidentiality and system availability.
Published: 2020-09-30T18:53:44.000Z
Updated: 2024-08-04T12:46:33.887Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14376 vulnerable 2026-06-03 14:41:43.606011 Details available
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. A lack of bounds checking when copying iv_data from the VM guest memory into host memory can lead to a large buffer overflow. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-09-30T18:49:04.000Z
Updated: 2024-08-04T12:46:34.601Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14375 vulnerable 2026-06-03 14:41:43.605470 Details available
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. Virtio ring descriptors, and the data they describe are in a region of memory accessible by from both the virtual machine and the host. An attacker in a VM can change the contents of the memory after vhost_crypto has validated it. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-09-30T18:42:58.000Z
Updated: 2024-08-04T12:46:34.328Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14374 vulnerable 2026-06-03 14:41:43.604839 Details available
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. A flawed bounds checking in the copy_data function leads to a buffer overflow allowing an attacker in a virtual machine to write arbitrary data to any address in the vhost_crypto application. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-09-30T19:10:16.000Z
Updated: 2024-08-04T12:46:34.327Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14367 vulnerable 2026-06-03 14:41:43.580158 Details available
A flaw was found in chrony versions before 3.5.1 when creating the PID file under the /var/run/chrony folder. The file is created during chronyd startup while still running as the root user, and when it's opened for writing, chronyd does not check for an existing symbolic link with the same file name. This flaw allows an attacker with privileged access to create a symlink with the default PID file name pointing to any destination file in the system, resulting in data loss and a denial of service due to the path traversal.
Published: 2020-08-24T14:07:19.000Z
Updated: 2024-08-04T12:46:33.289Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14364 vulnerable 2026-06-03 14:41:43.570400 Details available
An out-of-bounds read/write access flaw was found in the USB emulator of the QEMU in versions before 5.2.0. This issue occurs while processing USB packets from a guest when USBDevice 'setup_len' exceeds its 'data_buf[4096]' in the do_token_in, do_token_out routines. This flaw allows a guest user to crash the QEMU process, resulting in a denial of service, or the potential execution of arbitrary code with the privileges of the QEMU process on the host.
Published: 2020-08-31T17:11:52.000Z
Updated: 2024-08-04T12:46:34.192Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14356 vulnerable 2026-06-03 14:41:43.557146 Details available
A flaw null pointer dereference in the Linux kernel cgroupv2 subsystem in versions before 5.7.10 was found in the way when reboot the system. A local user could use this flaw to crash the system or escalate their privileges on the system.
Published: 2020-08-19T14:37:50.000Z
Updated: 2024-08-04T12:39:36.532Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14355 vulnerable 2026-06-03 14:41:43.553114 Details available
Multiple buffer overflow vulnerabilities were found in the QUIC image decoding process of the SPICE remote display system, before spice-0.14.2-1. Both the SPICE client (spice-gtk) and server are affected by these flaws. These flaws allow a malicious client or server to send specially crafted messages that, when processed by the QUIC image compression algorithm, result in a process crash or potential code execution.
Published: 2020-10-07T14:41:18.000Z
Updated: 2024-08-04T12:39:36.601Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14350 vulnerable 2026-06-03 14:41:43.540487 Details available
It was found that some PostgreSQL extensions did not use search_path safely in their installation script. An attacker with sufficient privileges could use this flaw to trick an administrator into executing a specially crafted script, during the installation or update of such extension. This affects PostgreSQL versions before 12.4, before 11.9, before 10.14, before 9.6.19, and before 9.5.23.
Published: 2020-08-24T12:42:45.000Z
Updated: 2024-08-04T12:39:36.524Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14347 vulnerable 2026-06-03 14:41:43.535449 Details available
MEDIUM (5.5)
A flaw was found in the way xserver memory was not properly initialized. This could leak parts of server memory to the X client. In cases where Xorg server runs with elevated privileges, this could result in possible ASLR bypass. Xorg-server before version 1.20.9 is vulnerable.
Published: 2020-08-05T13:08:43.000Z
Updated: 2024-08-04T12:39:36.535Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14345 vulnerable 2026-06-03 14:41:43.529757 Details available
A flaw was found in X.Org Server before xorg-x11-server 1.20.9. An Out-Of-Bounds access in XkbSetNames function may lead to a privilege escalation vulnerability. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Published: 2020-09-15T13:51:39.000Z
Updated: 2024-08-04T12:39:36.524Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14344 vulnerable 2026-06-03 14:41:43.525490 Details available
MEDIUM (6.7)
An integer overflow leading to a heap-buffer overflow was found in The X Input Method (XIM) client was implemented in libX11 before version 1.6.10. As per upstream this is security relevant when setuid programs call XIM client functions while running with elevated privileges. No such programs are shipped with Red Hat Enterprise Linux.
Published: 2020-08-05T13:08:33.000Z
Updated: 2024-08-04T12:39:36.520Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14314 vulnerable 2026-06-03 14:41:43.441421 Details available
MEDIUM (5.5)
A memory out-of-bounds read flaw was found in the Linux kernel before 5.9-rc2 with the ext3/ext4 file system, in the way it accesses a directory with broken indexing. This flaw allows a local user to crash the system if the directory exists. The highest threat from this vulnerability is to system availability.
Published: 2020-09-15T00:00:00.000Z
Updated: 2024-08-04T12:39:36.409Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14311 vulnerable 2026-06-03 14:41:43.433861 Details available
MEDIUM (5.7)
There is an issue with grub2 before version 2.06 while handling symlink on ext filesystems. A filesystem containing a symbolic link with an inode size of UINT32_MAX causes an arithmetic overflow leading to a zero-sized memory allocation with subsequent heap-based buffer overflow.
Published: 2020-07-31T20:56:30.000Z
Updated: 2024-08-04T12:39:36.229Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14310 vulnerable 2026-06-03 14:41:43.432974 Details available
MEDIUM (5.7)
There is an issue on grub2 before version 2.06 at function read_section_as_string(). It expects a font name to be at max UINT32_MAX - 1 length in bytes but it doesn't verify it before proceed with buffer allocation to read the value from the font value. An attacker may leverage that by crafting a malicious font file which has a name with UINT32_MAX, leading to read_section_as_string() to an arithmetic overflow, zero-sized allocation and further heap-based buffer overflow.
Published: 2020-07-31T20:55:55.000Z
Updated: 2024-08-04T12:39:36.404Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14303 vulnerable 2026-06-03 14:41:43.409480 Details available
A flaw was found in the AD DC NBT server in all Samba versions before 4.10.17, before 4.11.11 and before 4.12.4. A samba user could send an empty UDP packet to cause the samba server to crash.
Published: 2020-07-06T17:12:08.000Z
Updated: 2024-08-04T12:39:36.168Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14154 vulnerable 2026-06-03 14:41:38.023419 Details available
Mutt before 1.14.3 proceeds with a connection even if, in response to a GnuTLS certificate prompt, the user rejects an expired intermediate certificate.
Published: 2020-06-15T16:51:17.000Z
Updated: 2024-08-04T12:39:36.045Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14093 vulnerable 2026-06-03 14:41:37.921293 Details available
Mutt before 1.14.3 allows an IMAP fcc/postpone man-in-the-middle attack via a PREAUTH response.
Published: 2020-06-15T04:06:04.000Z
Updated: 2024-08-04T12:39:35.895Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-14001 vulnerable 2026-06-03 14:41:37.656066 Details available
The kramdown gem before 2.3.0 for Ruby processes the template option inside Kramdown documents by default, which allows unintended read access (such as template="/etc/passwd") or unintended embedded Ruby code execution (such as a string that begins with template="string://<%= `). NOTE: kramdown is used in Jekyll, GitLab Pages, GitHub Pages, and Thredded Forum.
Published: 2020-07-17T15:27:54.000Z
Updated: 2024-08-04T12:32:14.657Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13974 vulnerable 2026-06-03 14:41:37.621678 Details available
An issue was discovered in the Linux kernel 4.4 through 5.7.1. drivers/tty/vt/keyboard.c has an integer overflow if k_ascii is called several times in a row, aka CID-b86dab054059. NOTE: Members in the community argue that the integer overflow does not lead to a security issue in this case.
Published: 2020-06-09T04:06:41.000Z
Updated: 2024-08-04T12:32:14.647Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13935 vulnerable 2026-06-03 14:41:37.398024 Details available
The payload length in a WebSocket frame was not correctly validated in Apache Tomcat 10.0.0-M1 to 10.0.0-M6, 9.0.0.M1 to 9.0.36, 8.5.0 to 8.5.56 and 7.0.27 to 7.0.104. Invalid payload lengths could trigger an infinite loop. Multiple requests with invalid payload lengths could lead to a denial of service.
Published: 2020-07-14T15:00:21.000Z
Updated: 2024-08-04T12:32:14.307Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13934 vulnerable 2026-06-03 14:41:37.389730 Details available
An h2c direct connection to Apache Tomcat 10.0.0-M1 to 10.0.0-M6, 9.0.0.M5 to 9.0.36 and 8.5.1 to 8.5.56 did not release the HTTP/1.1 processor after the upgrade to HTTP/2. If a sufficient number of such requests were made, an OutOfMemoryException could occur leading to a denial of service.
Published: 2020-07-14T14:59:11.000Z
Updated: 2024-08-04T12:32:14.414Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13904 vulnerable 2026-06-03 14:41:37.311949 Details available
FFmpeg 2.8 and 4.2.3 has a use-after-free via a crafted EXTINF duration in an m3u8 file because parse_playlist in libavformat/hls.c frees a pointer, and later that pointer is accessed in av_probe_input_format3 in libavformat/format.c.
Published: 2020-06-07T18:07:08.000Z
Updated: 2024-08-04T12:32:14.480Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13881 vulnerable 2026-06-03 14:41:37.279699 Details available
In support.c in pam_tacplus 1.3.8 through 1.5.1, the TACACS+ shared secret gets logged via syslog if the DEBUG loglevel and journald are used.
Published: 2020-06-06T18:18:36.000Z
Updated: 2024-08-04T12:32:14.180Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13800 vulnerable 2026-06-03 14:41:37.116516 Details available
ati-vga in hw/display/ati.c in QEMU 4.2.0 allows guest OS users to trigger infinite recursion via a crafted mm_index value during an ati_mm_read or ati_mm_write call.
Published: 2020-06-04T15:23:08.000Z
Updated: 2024-08-04T12:25:16.567Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13777 vulnerable 2026-06-03 14:41:37.086071 Details available
GnuTLS 3.6.x before 3.6.14 uses incorrect cryptography for encrypting a session ticket (a loss of confidentiality in TLS 1.2, and an authentication bypass in TLS 1.3). The earliest affected version is 3.6.4 (2018-09-24) because of an error in a 2018-09-18 commit. Until the first key rotation, the TLS server always uses wrong data in place of an encryption key derived from an application.
Published: 2020-06-04T07:01:07.000Z
Updated: 2024-08-04T12:25:16.491Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13765 vulnerable 2026-06-03 14:41:37.071346 Details available
rom_copy() in hw/core/loader.c in QEMU 4.0 and 4.1.0 does not validate the relationship between two addresses, which allows attackers to trigger an invalid memory copy operation.
Published: 2020-06-04T15:26:17.000Z
Updated: 2024-08-04T12:25:16.492Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13754 vulnerable 2026-06-03 14:41:37.045061 Details available
hw/pci/msix.c in QEMU 4.2.0 allows guest OS users to trigger an out-of-bounds access via a crafted address in an msi-x mmio operation.
Published: 2020-06-02T13:37:25.000Z
Updated: 2024-08-04T12:25:16.559Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13753 vulnerable 2026-06-03 14:41:37.044504 Details available
The bubblewrap sandbox of WebKitGTK and WPE WebKit, prior to 2.28.3, failed to properly block access to CLONE_NEWUSER and the TIOCSTI ioctl. CLONE_NEWUSER could potentially be used to confuse xdg-desktop-portal, which allows access outside the sandbox. TIOCSTI can be used to directly execute commands outside the sandbox by writing to the controlling terminal's input buffer, similar to CVE-2017-5226.
Published: 2020-07-14T13:07:18.000Z
Updated: 2024-08-04T12:25:16.519Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13659 vulnerable 2026-06-03 14:41:37.000922 Details available
address_space_map in exec.c in QEMU 4.2.0 can trigger a NULL pointer dereference related to BounceBuffer.
Published: 2020-06-02T12:50:44.000Z
Updated: 2024-08-04T12:25:16.410Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13645 vulnerable 2026-06-03 14:41:36.975325 Details available
In GNOME glib-networking through 2.64.2, the implementation of GTlsClientConnection skips hostname verification of the server's TLS certificate if the application fails to specify the expected server identity. This is in contrast to its intended documented behavior, to fail the certificate verification. Applications that fail to provide the server identity, including Balsa before 2.5.11 and 2.6.x before 2.6.1, accept a TLS certificate if the certificate is valid for any host.
Published: 2020-05-28T11:55:39.000Z
Updated: 2024-08-04T12:25:16.135Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13632 vulnerable 2026-06-03 14:41:36.950531 Details available
ext/fts3/fts3_snippet.c in SQLite before 3.32.0 has a NULL pointer dereference via a crafted matchinfo() query.
Published: 2020-05-27T14:42:17.000Z
Updated: 2024-08-04T12:25:16.387Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13631 vulnerable 2026-06-03 14:41:36.949512 Details available
SQLite before 3.32.0 allows a virtual table to be renamed to the name of one of its shadow tables, related to alter.c and build.c.
Published: 2020-05-27T14:42:28.000Z
Updated: 2024-08-04T12:25:16.415Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13630 vulnerable 2026-06-03 14:41:36.942361 Details available
ext/fts3/fts3.c in SQLite before 3.32.0 has a use-after-free in fts3EvalNextRow, related to the snippet feature.
Published: 2020-05-27T14:42:44.000Z
Updated: 2024-08-04T12:25:16.317Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13596 vulnerable 2026-06-03 14:41:36.863847 Details available
An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. Query parameters generated by the Django admin ForeignKeyRawIdWidget were not properly URL encoded, leading to a possibility of an XSS attack.
Published: 2020-06-03T13:13:55.000Z
Updated: 2024-08-04T12:25:16.180Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13434 vulnerable 2026-06-03 14:41:36.660664 Details available
SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c.
Published: 2020-05-24T21:55:27.000Z
Updated: 2024-08-04T12:18:18.326Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13398 vulnerable 2026-06-03 14:41:36.615316 Details available
An issue was discovered in FreeRDP before 2.1.1. An out-of-bounds (OOB) write vulnerability has been detected in crypto_rsa_common in libfreerdp/crypto/crypto.c.
Published: 2020-05-22T00:00:00.000Z
Updated: 2024-08-04T12:18:17.772Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13397 vulnerable 2026-06-03 14:41:36.614710 Details available
An issue was discovered in FreeRDP before 2.1.1. An out-of-bounds (OOB) read vulnerability has been detected in security_fips_decrypt in libfreerdp/core/security.c due to an uninitialized value.
Published: 2020-05-22T00:00:00.000Z
Updated: 2024-08-04T12:18:17.726Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13396 vulnerable 2026-06-03 14:41:36.614065 Details available
An issue was discovered in FreeRDP before 2.1.1. An out-of-bounds (OOB) read vulnerability has been detected in ntlm_read_ChallengeMessage in winpr/libwinpr/sspi/NTLM/ntlm_message.c.
Published: 2020-05-22T00:00:00.000Z
Updated: 2024-08-04T12:18:17.917Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13362 vulnerable 2026-06-03 14:41:36.570432 Details available
In QEMU 5.0.0 and earlier, megasas_lookup_frame in hw/scsi/megasas.c has an out-of-bounds read via a crafted reply_queue_head field from a guest OS user.
Published: 2020-05-28T14:35:24.000Z
Updated: 2024-08-04T12:18:18.087Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13361 vulnerable 2026-06-03 14:41:36.569793 Details available
In QEMU 5.0.0 and earlier, es1370_transfer_audio in hw/audio/es1370.c does not properly validate the frame count, which allows guest OS users to trigger an out-of-bounds access during an es1370_write() operation.
Published: 2020-05-28T13:42:06.000Z
Updated: 2024-08-04T12:18:17.617Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13254 vulnerable 2026-06-03 14:41:36.490677 Details available
An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. In cases where a memcached backend does not perform key validation, passing malformed cache keys could result in a key collision, and potential data leakage.
Published: 2020-06-03T13:11:57.000Z
Updated: 2024-08-04T12:11:19.484Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13253 vulnerable 2026-06-03 14:41:36.488253 Details available
sd_wp_addr in hw/sd/sd.c in QEMU 4.2.0 uses an unvalidated address, which leads to an out-of-bounds read during sdhci_write() operations. A guest OS user can crash the QEMU process.
Published: 2020-05-27T14:09:55.000Z
Updated: 2024-08-04T12:11:19.480Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13143 vulnerable 2026-06-03 14:41:36.313085 Details available
gadget_dev_desc_UDC_store in drivers/usb/gadget/configfs.c in the Linux kernel 3.16 through 5.6.13 relies on kstrdup without considering the possibility of an internal '\0' value, which allows attackers to trigger an out-of-bounds read, aka CID-15753588bcd4.
Published: 2020-05-18T17:50:53.000Z
Updated: 2024-08-04T12:11:19.057Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13114 vulnerable 2026-06-03 14:41:36.268181 Details available
An issue was discovered in libexif before 0.6.22. An unrestricted size in handling Canon EXIF MakerNote data could lead to consumption of large amounts of compute time for decoding EXIF data.
Published: 2020-05-21T15:50:42.000Z
Updated: 2024-08-04T12:11:18.798Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13113 vulnerable 2026-06-03 14:41:36.267616 Details available
An issue was discovered in libexif before 0.6.22. Use of uninitialized memory in EXIF Makernote handling could lead to crashes and potential use-after-free conditions.
Published: 2020-05-21T16:03:03.000Z
Updated: 2024-08-04T12:11:19.105Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13112 vulnerable 2026-06-03 14:41:36.266953 Details available
An issue was discovered in libexif before 0.6.22. Several buffer over-reads in EXIF MakerNote handling could lead to information disclosure and crashes. This is different from CVE-2020-0093.
Published: 2020-05-21T15:56:28.000Z
Updated: 2024-08-04T12:11:19.027Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12888 vulnerable 2026-06-03 14:41:35.709282 Details available
The VFIO PCI driver in the Linux kernel through 5.6.13 mishandles attempts to access disabled memory space.
Published: 2020-05-15T17:02:20.000Z
Updated: 2024-08-04T12:11:18.700Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12867 vulnerable 2026-06-03 14:41:35.676294 Details available
A NULL pointer dereference in sanei_epson_net_read in SANE Backends before 1.0.30 allows a malicious device connected to the same local network as the victim to cause a denial of service, aka GHSL-2020-075.
Published: 2020-06-01T13:50:43.000Z
Updated: 2024-08-04T12:11:18.203Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12866 vulnerable 2026-06-03 14:41:35.670572 Details available
A NULL pointer dereference in SANE Backends before 1.0.30 allows a malicious device connected to the same local network as the victim to cause a denial of service, GHSL-2020-079.
Published: 2020-06-24T12:52:23.000Z
Updated: 2024-08-04T12:11:18.232Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12865 vulnerable 2026-06-03 14:41:35.670077 Details available
A heap buffer overflow in SANE Backends before 1.0.30 may allow a malicious device connected to the same local network as the victim to execute arbitrary code, aka GHSL-2020-084.
Published: 2020-06-24T12:52:38.000Z
Updated: 2024-08-04T12:11:18.221Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12864 vulnerable 2026-06-03 14:41:35.669580 Details available
An out-of-bounds read in SANE Backends before 1.0.30 may allow a malicious device connected to the same local network as the victim to read important information, such as the ASLR offsets of the program, aka GHSL-2020-081.
Published: 2020-06-24T12:52:44.000Z
Updated: 2024-08-04T12:11:18.240Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12863 vulnerable 2026-06-03 14:41:35.669038 Details available
An out-of-bounds read in SANE Backends before 1.0.30 may allow a malicious device connected to the same local network as the victim to read important information, such as the ASLR offsets of the program, aka GHSL-2020-083.
Published: 2020-06-24T12:52:51.000Z
Updated: 2024-08-04T12:11:18.805Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12862 vulnerable 2026-06-03 14:41:35.668474 Details available
An out-of-bounds read in SANE Backends before 1.0.30 may allow a malicious device connected to the same local network as the victim to read important information, such as the ASLR offsets of the program, aka GHSL-2020-082.
Published: 2020-06-24T12:52:54.000Z
Updated: 2024-08-04T12:11:19.045Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12861 vulnerable 2026-06-03 14:41:35.667845 Details available
A heap buffer overflow in SANE Backends before 1.0.30 allows a malicious device connected to the same local network as the victim to execute arbitrary code, aka GHSL-2020-080.
Published: 2020-06-24T00:00:00.000Z
Updated: 2024-08-04T12:04:22.886Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12829 vulnerable 2026-06-03 14:41:35.624402 Details available
In QEMU through 5.0.0, an integer overflow was found in the SM501 display driver implementation. This flaw occurs in the COPY_AREA macro while handling MMIO write operations through the sm501_2d_engine_write() callback. A local attacker could abuse this flaw to crash the QEMU process in sm501_2d_operation() in hw/display/sm501.c on the host, resulting in a denial of service.
Published: 2020-08-31T14:41:14.000Z
Updated: 2024-08-04T12:04:22.879Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12826 vulnerable 2026-06-03 14:41:35.608106 Details available
A signal access-control issue was discovered in the Linux kernel before 5.6.5, aka CID-7395ea4e65c2. Because exec_id in include/linux/sched.h is only 32 bits, an integer overflow can interfere with a do_notify_parent protection mechanism. A child process can send an arbitrary signal to a parent process in a different security domain. Exploitation limitations include the amount of elapsed time before an integer overflow occurs, and the lack of scenarios where signals to a parent process present a substantial operational threat.
Published: 2020-05-12T18:58:48.000Z
Updated: 2024-08-04T12:04:22.878Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12783 vulnerable 2026-06-03 14:41:35.411361 Details available
Exim through 4.93 has an out-of-bounds read in the SPA authenticator that could result in SPA/NTLM authentication bypass in auths/spa.c and auths/auth-spa.c.
Published: 2020-05-11T13:51:54.000Z
Updated: 2024-08-04T12:04:22.871Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12771 vulnerable 2026-06-03 14:41:35.361330 Details available
An issue was discovered in the Linux kernel through 5.6.11. btree_gc_coalesce in drivers/md/bcache/btree.c has a deadlock if a coalescing operation fails.
Published: 2020-05-09T20:16:20.000Z
Updated: 2024-08-04T12:04:22.892Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12770 vulnerable 2026-06-03 14:41:35.359716 Details available
An issue was discovered in the Linux kernel through 5.6.11. sg_write lacks an sg_remove_request call in a certain failure case, aka CID-83c6f2390040.
Published: 2020-05-09T20:16:36.000Z
Updated: 2024-08-04T12:04:22.871Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12768 vulnerable 2026-06-03 14:41:35.357110 Details available
An issue was discovered in the Linux kernel before 5.6. svm_cpu_uninit in arch/x86/kvm/svm.c has a memory leak, aka CID-d80b64ff297e. NOTE: third parties dispute this issue because it's a one-time leak at the boot, the size is negligible, and it can't be triggered at will
Published: 2020-05-09T20:16:53.000Z
Updated: 2024-08-04T12:04:22.878Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12767 vulnerable 2026-06-03 14:41:35.356525 Details available
exif_entry_get_value in exif-entry.c in libexif 0.6.21 has a divide-by-zero error.
Published: 2020-05-09T20:17:00.000Z
Updated: 2024-08-04T12:04:22.894Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12762 vulnerable 2026-06-03 14:41:35.346557 Details available
json-c through 0.14 has an integer overflow and out-of-bounds write via a large JSON file, as demonstrated by printbuf_memappend.
Published: 2020-05-09T00:00:00.000Z
Updated: 2025-11-03T19:25:29.557Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12695 vulnerable 2026-06-03 14:41:35.235828 Details available
The Open Connectivity Foundation UPnP specification before 2020-04-17 does not forbid the acceptance of a subscription request with a delivery URL on a different network segment than the fully qualified event-subscription URL, aka the CallStranger issue.
Published: 2020-06-08T16:45:04.000Z
Updated: 2024-08-04T12:04:22.578Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12674 vulnerable 2026-06-03 14:41:35.090820 Details available
In Dovecot before 2.3.11.3, sending a specially formatted RPA request will crash the auth service because a length of zero is mishandled.
Published: 2020-08-12T15:20:29.000Z
Updated: 2024-08-04T12:04:22.541Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12673 vulnerable 2026-06-03 14:41:35.090051 Details available
In Dovecot before 2.3.11.3, sending a specially formatted NTLM request will crash the auth service because of an out-of-bounds read.
Published: 2020-08-12T15:18:13.000Z
Updated: 2024-08-04T12:04:22.551Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12663 vulnerable 2026-06-03 14:41:35.076878 Details available
Unbound before 1.10.1 has an infinite loop via malformed DNS answers received from upstream servers.
Published: 2020-05-19T13:48:46.000Z
Updated: 2024-08-04T12:04:22.545Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12662 vulnerable 2026-06-03 14:41:35.076182 Details available
Unbound before 1.10.1 has Insufficient Control of Network Message Volume, aka an "NXNSAttack" issue. This is triggered by random subdomains in the NSDNAME in NS records.
Published: 2020-05-19T13:50:18.000Z
Updated: 2024-08-04T12:04:22.549Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12656 vulnerable 2026-06-03 14:41:35.068701 Details available
gss_mech_free in net/sunrpc/auth_gss/gss_mech_switch.c in the rpcsec_gss_krb5 implementation in the Linux kernel through 5.6.10 lacks certain domain_release calls, leading to a memory leak. Note: This was disputed with the assertion that the issue does not grant any access not already available. It is a problem that on unloading a specific kernel module some memory is leaked, but loading kernel modules is a privileged operation. A user could also write a kernel module to consume any amount of memory they like and load that replicating the effect of this bug
Published: 2020-05-05T05:42:21.000Z
Updated: 2024-08-04T12:04:22.563Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12421 vulnerable 2026-06-03 14:41:34.577385 Details available
When performing add-on updates, certificate chains terminating in non-built-in-roots were rejected (even if they were legitimately added by an administrator.) This could have caused add-ons to become out-of-date silently without notification to the user. This vulnerability affects Firefox ESR < 68.10, Firefox < 78, and Thunderbird < 68.10.0.
Published: 2020-07-09T14:39:37.000Z
Updated: 2024-08-04T11:56:51.888Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12420 vulnerable 2026-06-03 14:41:34.576765 Details available
When trying to connect to a STUN server, a race condition could have caused a use-after-free of a pointer, leading to memory corruption and a potentially exploitable crash. This vulnerability affects Firefox ESR < 68.10, Firefox < 78, and Thunderbird < 68.10.0.
Published: 2020-07-09T14:39:37.000Z
Updated: 2024-08-04T11:56:51.667Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12419 vulnerable 2026-06-03 14:41:34.576129 Details available
When processing callbacks that occurred during window flushing in the parent process, the associated window may die; causing a use-after-free condition. This could have led to memory corruption and a potentially exploitable crash. This vulnerability affects Firefox ESR < 68.10, Firefox < 78, and Thunderbird < 68.10.0.
Published: 2020-07-09T14:39:37.000Z
Updated: 2024-08-04T11:56:51.741Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12418 vulnerable 2026-06-03 14:41:34.575484 Details available
Manipulating individual parts of a URL object could have caused an out-of-bounds read, leaking process memory to malicious JavaScript. This vulnerability affects Firefox ESR < 68.10, Firefox < 78, and Thunderbird < 68.10.0.
Published: 2020-07-09T14:19:50.000Z
Updated: 2024-08-04T11:56:51.647Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12417 vulnerable 2026-06-03 14:41:34.574750 Details available
Due to confusion about ValueTags on JavaScript Objects, an object may pass through the type barrier, resulting in memory corruption and a potentially exploitable crash. *Note: this issue only affects Firefox on ARM64 platforms.* This vulnerability affects Firefox ESR < 68.10, Firefox < 78, and Thunderbird < 68.10.0.
Published: 2020-07-09T14:39:37.000Z
Updated: 2024-08-04T11:56:51.772Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12410 vulnerable 2026-06-03 14:41:34.572168 Details available
Mozilla developers reported memory safety bugs present in Firefox 76 and Firefox ESR 68.8. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Thunderbird < 68.9.0, Firefox < 77, and Firefox ESR < 68.9.
Published: 2020-07-09T14:45:30.000Z
Updated: 2024-08-04T11:56:51.579Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12406 vulnerable 2026-06-03 14:41:34.570856 Details available
Mozilla Developer Iain Ireland discovered a missing type check during unboxed objects removal, resulting in a crash. We presume that with enough effort that it could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 68.9.0, Firefox < 77, and Firefox ESR < 68.9.
Published: 2020-07-09T14:45:21.000Z
Updated: 2024-08-04T11:56:51.745Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12405 vulnerable 2026-06-03 14:41:34.570346 Details available
When browsing a malicious page, a race condition in our SharedWorkerService could occur and lead to a potentially exploitable crash. This vulnerability affects Thunderbird < 68.9.0, Firefox < 77, and Firefox ESR < 68.9.
Published: 2020-07-09T14:45:23.000Z
Updated: 2024-08-04T11:56:51.680Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12398 vulnerable 2026-06-03 14:41:34.555963 Details available
If Thunderbird is configured to use STARTTLS for an IMAP server, and the server sends a PREAUTH response, then Thunderbird will continue with an unencrypted connection, causing email data to be sent without protection. This vulnerability affects Thunderbird < 68.9.0.
Published: 2020-07-09T14:45:35.000Z
Updated: 2024-08-04T11:56:52.019Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12397 vulnerable 2026-06-03 14:41:34.555562 Details available
By encoding Unicode whitespace characters within the From email header, an attacker can spoof the sender email address that Thunderbird displays. This vulnerability affects Thunderbird < 68.8.0.
Published: 2020-05-22T18:57:12.000Z
Updated: 2024-08-04T11:56:52.038Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12395 vulnerable 2026-06-03 14:41:34.554859 Details available
Mozilla developers and community members reported memory safety bugs present in Firefox 75 and Firefox ESR 68.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox ESR < 68.8, Firefox < 76, and Thunderbird < 68.8.0.
Published: 2020-05-26T16:58:58.000Z
Updated: 2024-08-04T11:56:51.802Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12392 vulnerable 2026-06-03 14:41:34.553611 Details available
The 'Copy as cURL' feature of Devtools' network tab did not properly escape the HTTP POST data of a request, which can be controlled by the website. If a user used the 'Copy as cURL' feature and pasted the command into a terminal, it could have resulted in the disclosure of local files. This vulnerability affects Firefox ESR < 68.8, Firefox < 76, and Thunderbird < 68.8.0.
Published: 2020-05-26T17:01:54.000Z
Updated: 2024-08-04T11:56:51.781Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12284 vulnerable 2026-06-03 14:41:33.651948 Details available
cbs_jpeg_split_fragment in libavcodec/cbs_jpeg.c in FFmpeg 4.1 and 4.2.2 has a heap-based buffer overflow during JPEG_MARKER_SOS handling because of a missing length check.
Published: 2020-04-28T05:16:43.000Z
Updated: 2024-08-04T11:48:58.777Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12243 vulnerable 2026-06-03 14:41:33.534334 Details available
In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters with nested boolean expressions can result in denial of service (daemon crash).
Published: 2020-04-28T18:07:29.000Z
Updated: 2024-08-04T11:48:58.368Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12100 vulnerable 2026-06-03 14:41:33.358805 Details available
In Dovecot before 2.3.11.3, uncontrolled recursion in submission, lmtp, and lda allows remote attackers to cause a denial of service (resource consumption) via a crafted e-mail message with deeply nested MIME parts.
Published: 2020-08-12T15:07:52.000Z
Updated: 2024-08-04T11:48:57.941Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12066 vulnerable 2026-06-03 14:41:33.228474 Details available
CServer::SendMsg in engine/server/server.cpp in Teeworlds 0.7.x before 0.7.5 allows remote attackers to shut down the server.
Published: 2020-04-22T16:20:06.000Z
Updated: 2024-08-04T11:48:57.918Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12049 vulnerable 2026-06-03 14:41:33.208880 Details available
An issue was discovered in dbus >= 1.3.0 before 1.12.18. The DBusServer in libdbus, as used in dbus-daemon, leaks file descriptors when a message exceeds the per-message file descriptor limit. A local attacker with access to the D-Bus system bus or another system service's private AF_UNIX socket could use this to make the system service reach its file descriptor limit, denying service to subsequent D-Bus clients.
Published: 2020-06-08T00:00:00.000Z
Updated: 2024-08-04T11:48:57.950Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11996 vulnerable 2026-06-03 14:41:33.066015 Details available
A specially crafted sequence of HTTP/2 requests sent to Apache Tomcat 10.0.0-M1 to 10.0.0-M5, 9.0.0.M1 to 9.0.35 and 8.5.0 to 8.5.55 could trigger high CPU usage for several seconds. If a sufficient number of such requests were made on concurrent HTTP/2 connections, the server could become unresponsive.
Published: 2020-06-26T16:27:20.000Z
Updated: 2024-08-04T11:48:57.318Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11993 vulnerable 2026-06-03 14:41:33.038933 Details available
Apache HTTP Server versions 2.4.20 to 2.4.43 When trace/debug was enabled for the HTTP/2 module and on certain traffic edge patterns, logging statements were made on the wrong connection, causing concurrent use of memory pools. Configuring the LogLevel of mod_http2 above "info" will mitigate this vulnerability for unpatched servers.
Published: 2020-08-07T15:32:55.000Z
Updated: 2024-08-04T11:48:57.265Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11984 vulnerable 2026-06-03 14:41:32.995280 Details available
Apache HTTP server 2.4.32 to 2.4.44 mod_proxy_uwsgi info disclosure and possible RCE
Published: 2020-08-07T15:27:15.000Z
Updated: 2024-08-04T11:48:57.555Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11958 vulnerable 2026-06-03 14:41:32.903575 Details available
re2c 1.3 has a heap-based buffer overflow in Scanner::fill in parse/scanner.cc via a long lexeme.
Published: 2020-04-21T00:37:45.000Z
Updated: 2024-08-04T11:42:00.539Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11945 vulnerable 2026-06-03 14:41:32.474403 Details available
An issue was discovered in Squid before 5.0.2. A remote attacker can replay a sniffed Digest Authentication nonce to gain access to resources that are otherwise forbidden. This occurs because the attacker can overflow the nonce reference counter (a short integer). Remote code execution may occur if the pooled token credentials are freed (instead of replayed as valid credentials).
Published: 2020-04-23T14:16:55.000Z
Updated: 2024-08-04T11:42:00.741Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11937 not_vulnerable 2026-06-03 14:41:32.451326 Resource exhaustion vulnerability in whoopsie
MEDIUM (5.5)
In whoopsie, parse_report() from whoopsie.c allows a local attacker to cause a denial of service via a crafted file. The DoS is caused by resource exhaustion due to a memory leak. Fixed in 0.2.52.5ubuntu0.5, 0.2.62ubuntu0.5 and 0.2.69ubuntu0.1.
Published: 2020-08-06T22:50:21.967Z
Updated: 2024-09-17T04:15:20.926Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11935 vulnerable 2026-06-03 14:41:32.392342 aufs: improperly managed inode reference counts in the vfsub_dentry_open() method
MEDIUM (4.4)
It was discovered that aufs improperly managed inode reference counts in the vfsub_dentry_open() method. A local attacker could use this vulnerability to cause a denial of service attack.
Published: 2023-04-07T00:00:00.000Z
Updated: 2024-08-04T11:42:00.593Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11934 vulnerable 2026-06-03 14:41:32.388605 Sandbox escape vulnerability via snapctl user-open (xdg-open)
MEDIUM (5.9)
It was discovered that snapctl user-open allowed altering the $XDG_DATA_DIRS environment variable when calling the system xdg-open. OpenURL() in usersession/userd/launcher.go would alter $XDG_DATA_DIRS to append a path to a directory controlled by the calling snap. A malicious snap could exploit this to bypass intended access restrictions to control how the host system xdg-open script opens the URL and, for example, execute a script shipped with the snap without confinement. This issue did not affect Ubuntu Core systems. Fixed in snapd versions 2.45.1ubuntu0.2, 2.45.1+18.04.2 and 2.45.1+20.04.2.
Published: 2020-07-29T16:25:26.118Z
Updated: 2024-09-17T04:04:04.329Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11933 vulnerable 2026-06-03 14:41:32.388063 local snapd exploit through cloud-init
HIGH (7.3)
cloud-init as managed by snapd on Ubuntu Core 16 and Ubuntu Core 18 devices was run without restrictions on every boot, which a physical attacker could exploit by crafting cloud-init user-data/meta-data via external media to perform arbitrary changes on the device to bypass intended security mechanisms such as full disk encryption. This issue did not affect traditional Ubuntu systems. Fixed in snapd version 2.45.2, revision 8539 and core version 2.45.2, revision 9659.
Published: 2020-07-29T16:25:25.690Z
Updated: 2024-09-17T00:40:28.129Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11931 vulnerable 2026-06-03 14:41:32.383432 Ubuntu modifications to pulseaudio to provide snap security enforcement could be unloaded
LOW (3.3)
An Ubuntu-specific modification to Pulseaudio to provide security mediation for Snap-packaged applications was found to have a bypass of intended access restriction for snaps which plugs any of pulseaudio, audio-playback or audio-record via unloading the pulseaudio snap policy module. This issue affects: pulseaudio 1:8.0 versions prior to 1:8.0-0ubuntu3.12; 1:11.1 versions prior to 1:11.1-1ubuntu7.7; 1:13.0 versions prior to 1:13.0-1ubuntu1.2; 1:13.99.1 versions prior to 1:13.99.1-1ubuntu3.2;
Published: 2020-05-15T03:25:11.587Z
Updated: 2024-09-17T00:41:25.129Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11884 vulnerable 2026-06-03 14:41:32.311070 Details available
In the Linux kernel 4.19 through 5.6.7 on the s390 platform, code execution may occur because of a race condition, as demonstrated by code in enable_sacf_uaccess in arch/s390/lib/uaccess.c that fails to protect against a concurrent page table upgrade, aka CID-3f777e19d171. A crash could also occur.
Published: 2020-04-29T12:07:37.000Z
Updated: 2024-08-04T11:42:00.533Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11765 vulnerable 2026-06-03 14:41:31.922740 Details available
An issue was discovered in OpenEXR before 2.4.1. There is an off-by-one error in use of the ImfXdr.h read function by DwaCompressor::Classifier::Classifier, leading to an out-of-bounds read.
Published: 2020-04-14T22:41:03.000Z
Updated: 2024-08-04T11:41:59.514Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11764 vulnerable 2026-06-03 14:41:26.607515 Details available
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds write in copyIntoFrameBuffer in ImfMisc.cpp.
Published: 2020-04-14T22:41:32.000Z
Updated: 2024-08-04T11:41:58.759Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11763 vulnerable 2026-06-03 14:41:26.606014 Details available
An issue was discovered in OpenEXR before 2.4.1. There is an std::vector out-of-bounds read and write, as demonstrated by ImfTileOffsets.cpp.
Published: 2020-04-14T22:41:51.000Z
Updated: 2024-08-04T11:42:00.887Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11762 vulnerable 2026-06-03 14:41:26.604575 Details available
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds read and write in DwaCompressor::uncompress in ImfDwaCompressor.cpp when handling the UNKNOWN compression case.
Published: 2020-04-14T22:42:13.000Z
Updated: 2024-08-04T11:41:59.519Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11761 vulnerable 2026-06-03 14:41:26.603094 Details available
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds read during Huffman uncompression, as demonstrated by FastHufDecoder::refill in ImfFastHuf.cpp.
Published: 2020-04-14T22:42:31.000Z
Updated: 2024-08-04T11:42:00.425Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11760 vulnerable 2026-06-03 14:41:26.601685 Details available
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds read during RLE uncompression in rleUncompress in ImfRle.cpp.
Published: 2020-04-14T22:42:50.000Z
Updated: 2024-08-04T11:41:59.458Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11759 vulnerable 2026-06-03 14:41:26.600150 Details available
An issue was discovered in OpenEXR before 2.4.1. Because of integer overflows in CompositeDeepScanLine::Data::handleDeepFrameBuffer and readSampleCountForLineBlock, an attacker can write to an out-of-bounds pointer.
Published: 2020-04-14T22:43:08.000Z
Updated: 2024-08-04T11:41:59.597Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11758 vulnerable 2026-06-03 14:41:26.594388 Details available
An issue was discovered in OpenEXR before 2.4.1. There is an out-of-bounds read in ImfOptimizedPixelReading.h.
Published: 2020-04-14T22:43:18.000Z
Updated: 2024-08-04T11:41:59.590Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11736 vulnerable 2026-06-03 14:41:26.574328 Details available
fr-archive-libarchive.c in GNOME file-roller through 3.36.1 allows Directory Traversal during extraction because it lacks a check of whether a file's parent is a symlink to a directory outside of the intended extraction location.
Published: 2020-04-13T18:39:26.000Z
Updated: 2024-08-04T11:41:58.820Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11655 vulnerable 2026-06-03 14:41:26.465495 Details available
SQLite through 3.31.1 allows attackers to cause a denial of service (segmentation fault) via a malformed window-function query because the AggInfo object's initialization is mishandled.
Published: 2020-04-09T02:49:33.000Z
Updated: 2024-08-04T11:35:13.644Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11565 vulnerable 2026-06-03 14:41:26.320638 Details available
An issue was discovered in the Linux kernel through 5.6.2. mpol_parse_str in mm/mempolicy.c has a stack-based out-of-bounds write because an empty nodelist is mishandled during mount option parsing, aka CID-aa9f7d5172fa. NOTE: Someone in the security community disagrees that this is a vulnerability because the issue “is a bug in parsing mount options which can only be specified by a privileged user, so triggering the bug does not grant any powers not already held.”
Published: 2020-04-06T00:08:41.000Z
Updated: 2024-08-04T11:35:13.515Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11538 vulnerable 2026-06-03 14:41:26.286458 Details available
In libImaging/SgiRleDecode.c in Pillow through 7.0.0, a number of out-of-bounds reads exist in the parsing of SGI image files, a different issue than CVE-2020-5311.
Published: 2020-06-25T18:32:06.000Z
Updated: 2024-08-04T11:35:13.102Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11526 vulnerable 2026-06-03 14:41:26.235523 Details available
libfreerdp/core/update.c in FreeRDP versions > 1.1 through 2.0.0-rc4 has an Out-of-bounds Read.
Published: 2020-05-15T16:18:18.000Z
Updated: 2024-08-04T11:35:12.877Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11525 vulnerable 2026-06-03 14:41:26.234837 Details available
libfreerdp/cache/bitmap.c in FreeRDP versions > 1.0 through 2.0.0-rc4 has an Out of bounds read.
Published: 2020-05-15T16:16:02.000Z
Updated: 2024-08-04T11:35:13.256Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11524 vulnerable 2026-06-03 14:41:26.234165 Details available
libfreerdp/codec/interleaved.c in FreeRDP versions > 1.0 through 2.0.0-rc4 has an Out-of-bounds Write.
Published: 2020-05-15T16:14:32.000Z
Updated: 2024-08-04T11:35:13.081Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11523 vulnerable 2026-06-03 14:41:26.233549 Details available
libfreerdp/gdi/region.c in FreeRDP versions > 1.0 through 2.0.0-rc4 has an Integer Overflow.
Published: 2020-05-15T16:12:56.000Z
Updated: 2024-08-04T11:35:12.831Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11522 vulnerable 2026-06-03 14:41:26.232897 Details available
libfreerdp/gdi/gdi.c in FreeRDP > 1.0 through 2.0.0-rc4 has an Out-of-bounds Read.
Published: 2020-05-15T16:10:32.000Z
Updated: 2024-08-04T11:35:12.885Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11521 vulnerable 2026-06-03 14:41:26.232110 Details available
libfreerdp/codec/planar.c in FreeRDP version > 1.0 through 2.0.0-rc4 has an Out-of-bounds Write.
Published: 2020-05-15T16:07:52.000Z
Updated: 2024-08-04T11:35:13.172Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11099 vulnerable 2026-06-03 14:41:01.094710 OOB Read in license_read_new_or_upgrade_license_packet in FreeRDP
LOW (3.5)
In FreeRDP before version 2.1.2, there is an out of bounds read in license_read_new_or_upgrade_license_packet. A manipulated license packet can lead to out of bound reads to an internal buffer. This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T11:21:14.623Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11098 vulnerable 2026-06-03 14:41:01.094198 Out-of-bound read in glyph_cache_put in FreeRDP
LOW (3.5)
In FreeRDP before version 2.1.2, there is an out-of-bound read in glyph_cache_put. This affects all FreeRDP clients with `+glyph-cache` option enabled This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T11:21:14.493Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11097 vulnerable 2026-06-03 14:41:01.093667 OOB read in ntlm_av_pair_get in FreeRDP
LOW (3.5)
In FreeRDP before version 2.1.2, an out of bounds read occurs resulting in accessing a memory location that is outside of the boundaries of the static array PRIMARY_DRAWING_ORDER_FIELD_BYTES. This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T11:21:14.615Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11096 vulnerable 2026-06-03 14:41:01.093126 Global OOB read in update_read_cache_bitmap_v3_order in FreeRDP
LOW (3.5)
In FreeRDP before version 2.1.2, there is a global OOB read in update_read_cache_bitmap_v3_order. As a workaround, one can disable bitmap cache with -bitmap-cache (default). This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T11:21:14.608Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11095 vulnerable 2026-06-03 14:41:01.092574 Global OOB read in update_recv_primary_order in FreeRDP
LOW (3.5)
In FreeRDP before version 2.1.2, an out of bound reads occurs resulting in accessing a memory location that is outside of the boundaries of the static array PRIMARY_DRAWING_ORDER_FIELD_BYTES. This is fixed in version 2.1.2.
Published: 2020-06-22T00:00:00.000Z
Updated: 2024-08-04T11:21:14.625Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11058 vulnerable 2026-06-03 14:41:01.021193 Improper Restriction of Operations within the Bounds of a Memory Buffer in FreeRDP
LOW (2.2)
In FreeRDP after 1.1 and before 2.0.0, a stream out-of-bounds seek in rdp_read_font_capability_set could lead to a later out-of-bounds read. As a result, a manipulated client or server might force a disconnect due to an invalid data read. This has been fixed in 2.0.0.
Published: 2020-05-12T00:00:00.000Z
Updated: 2024-08-04T11:21:14.624Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11049 vulnerable 2026-06-03 14:41:01.002173 Out-of-bounds Read in FreeRDPrdp_read_share_control_header
MEDIUM (5.5)
In FreeRDP after 1.1 and before 2.0.0, there is an out-of-bound read of client memory that is then passed on to the protocol parser. This has been patched in 2.0.0.
Published: 2020-05-07T00:00:00.000Z
Updated: 2024-08-04T11:21:14.582Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11048 vulnerable 2026-06-03 14:41:01.001662 Out-of-bounds Read in FreeRDPrdp_read_flow_control_pdu
LOW (2.2)
In FreeRDP after 1.0 and before 2.0.0, there is an out-of-bounds read. It only allows to abort a session. No data extraction is possible. This has been fixed in 2.0.0.
Published: 2020-05-07T00:00:00.000Z
Updated: 2024-08-04T11:21:14.514Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11047 vulnerable 2026-06-03 14:41:01.001129 Out-of-bounds Read in FreeRDP
MEDIUM (5.5)
In FreeRDP after 1.1 and before 2.0.0, there is an out-of-bounds read in autodetect_recv_bandwidth_measure_results. A malicious server can extract up to 8 bytes of client memory with a manipulated message by providing a short input and reading the measurement result data. This has been patched in 2.0.0.
Published: 2020-05-07T00:00:00.000Z
Updated: 2024-08-04T11:21:14.613Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11046 vulnerable 2026-06-03 14:41:01.000570 Improper Restriction of Operations within the Bounds of a Memory Buffer in FreeRDP
MEDIUM (5.5)
In FreeRDP after 1.0 and before 2.0.0, there is a stream out-of-bounds seek in update_read_synchronize that could lead to a later out-of-bounds read.
Published: 2020-05-07T00:00:00.000Z
Updated: 2024-08-04T11:21:14.384Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11045 vulnerable 2026-06-03 14:41:00.996070 Out-of-bounds Read in FreeRDP
LOW (2.2)
In FreeRDP after 1.0 and before 2.0.0, there is an out-of-bound read in in update_read_bitmap_data that allows client memory to be read to an image buffer. The result displayed on screen as colour.
Published: 2020-05-07T00:00:00.000Z
Updated: 2024-08-04T11:21:14.543Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11044 vulnerable 2026-06-03 14:41:00.995540 Double Free in FreeRDP
LOW (2.2)
In FreeRDP greater than 1.2 and before 2.0.0, a double free in update_read_cache_bitmap_v3_order crashes the client application if corrupted data from a manipulated server is parsed. This has been patched in 2.0.0.
Published: 2020-05-07T00:00:00.000Z
Updated: 2024-08-04T11:21:14.476Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11042 vulnerable 2026-06-03 14:41:00.994616 Out-of-bounds Read in FreeRDP
MEDIUM (5.5)
In FreeRDP greater than 1.1 and before 2.0.0, there is an out-of-bounds read in update_read_icon_info. It allows reading a attacker-defined amount of client memory (32bit unsigned -> 4GB) to an intermediate buffer. This can be used to crash the client or store information for later retrieval. This has been patched in 2.0.0.
Published: 2020-05-07T00:00:00.000Z
Updated: 2024-08-04T11:21:14.407Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10761 vulnerable 2026-06-03 14:41:00.533046 Details available
MEDIUM (5)
An assertion failure issue was found in the Network Block Device(NBD) Server in all QEMU versions before QEMU 5.0.1. This flaw occurs when an nbd-client sends a spec-compliant request that is near the boundary of maximum permitted request length. A remote nbd-client could use this flaw to crash the qemu-nbd server resulting in a denial of service.
Published: 2020-06-09T12:07:53.000Z
Updated: 2024-08-04T11:14:14.997Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10760 vulnerable 2026-06-03 14:41:00.530310 Details available
A use-after-free flaw was found in all samba LDAP server versions before 4.10.17, before 4.11.11, before 4.12.4 used in a AC DC configuration. A Samba LDAP user could use this flaw to crash samba.
Published: 2020-07-06T18:02:10.000Z
Updated: 2024-08-04T11:14:15.429Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10757 vulnerable 2026-06-03 14:41:00.524259 Details available
A flaw was found in the Linux Kernel in versions after 4.5-rc1 in the way mremap handled DAX Huge Pages. This flaw allows a local attacker with access to a DAX enabled storage to escalate their privileges on the system.
Published: 2020-06-09T12:40:56.000Z
Updated: 2024-08-04T11:14:15.434Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10756 vulnerable 2026-06-03 14:41:00.520780 Details available
An out-of-bounds read vulnerability was found in the SLiRP networking implementation of the QEMU emulator. This flaw occurs in the icmp6_send_echoreply() routine while replying to an ICMP echo request, also known as ping. This flaw allows a malicious guest to leak the contents of the host memory, resulting in possible information disclosure. This flaw affects versions of libslirp before 4.3.1.
Published: 2020-07-09T15:34:52.000Z
Updated: 2024-08-04T11:14:14.767Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10755 vulnerable 2026-06-03 14:41:00.516821 Details available
MEDIUM (6.5)
An insecure-credentials flaw was found in all openstack-cinder versions before openstack-cinder 14.1.0, all openstack-cinder 15.x.x versions before openstack-cinder 15.2.0 and all openstack-cinder 16.x.x versions before openstack-cinder 16.1.0. When using openstack-cinder with the Dell EMC ScaleIO or VxFlex OS backend storage driver, credentials for the entire backend are exposed in the ``connection_info`` element in all Block Storage v3 Attachments API calls containing that element. This flaw enables an end-user to create a volume, make an API call to show the attachment detail information, and retrieve a username and password that may be used to connect to another user's volume. Additionally, these credentials are valid for the ScaleIO or VxFlex OS Management API, should an attacker discover the Management API endpoint. Source: OpenStack project
Published: 2020-06-10T15:55:43.000Z
Updated: 2024-08-04T11:14:15.584Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10732 vulnerable 2026-06-03 14:41:00.450815 Details available
LOW (3.3)
A flaw was found in the Linux kernel's implementation of Userspace core dumps. This flaw allows an attacker with a local account to crash a trivial program and exfiltrate private kernel data.
Published: 2020-06-12T00:00:00.000Z
Updated: 2024-08-04T11:14:14.998Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10724 vulnerable 2026-06-03 14:41:00.433850 Details available
MEDIUM (5.1)
A vulnerability was found in DPDK versions 18.11 and above. The vhost-crypto library code is missing validations for user-supplied values, potentially allowing an information leak through an out-of-bounds memory read.
Published: 2020-05-19T17:59:21.000Z
Updated: 2024-08-04T11:14:15.210Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10723 vulnerable 2026-06-03 14:41:00.433233 Details available
MEDIUM (5.1)
A memory corruption issue was found in DPDK versions 17.05 and above. This flaw is caused by an integer truncation on the index of a payload. Under certain circumstances, the index (a UInt) is copied and truncated into a uint16, which can lead to out of bound indexing and possible memory corruption.
Published: 2020-05-19T18:02:46.000Z
Updated: 2024-08-04T11:14:14.697Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10722 vulnerable 2026-06-03 14:41:00.430172 Details available
MEDIUM (5.1)
A vulnerability was found in DPDK versions 18.05 and above. A missing check for an integer overflow in vhost_user_set_log_base() could result in a smaller memory map than requested, possibly allowing memory corruption.
Published: 2020-05-19T18:04:15.000Z
Updated: 2024-08-04T11:14:14.909Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10711 vulnerable 2026-06-03 14:41:00.399758 Details available
MEDIUM (5.9)
A NULL pointer dereference flaw was found in the Linux kernel's SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the' ebitmap_netlbl_import' routine. While processing the CIPSO restricted bitmap tag in the 'cipso_v4_parsetag_rbm' routine, it sets the security attribute to indicate that the category bitmap is present, even if it has not been allocated. This issue leads to a NULL pointer dereference issue while importing the same category bitmap into SELinux. This flaw allows a remote network user to crash the system kernel, resulting in a denial of service.
Published: 2020-05-22T14:09:46.000Z
Updated: 2024-08-04T11:14:14.192Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10379 vulnerable 2026-06-03 14:40:59.903848 Details available
In Pillow before 7.1.0, there are two Buffer Overflows in libImaging/TiffDecode.c.
Published: 2020-06-25T18:24:32.000Z
Updated: 2024-08-04T10:58:40.541Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10378 vulnerable 2026-06-03 14:40:59.903398 Details available
In libImaging/PcxDecode.c in Pillow before 7.1.0, an out-of-bounds read can occur when reading PCX files where state->shuffle is instructed to read beyond state->buffer.
Published: 2020-06-25T18:22:30.000Z
Updated: 2024-08-04T10:58:40.510Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-10177 vulnerable 2026-06-03 14:40:59.382327 Details available
Pillow before 7.1.0 has multiple out-of-bounds reads in libImaging/FliDecode.c.
Published: 2020-06-25T18:33:15.000Z
Updated: 2024-08-04T10:50:57.930Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-0549 vulnerable 2026-06-03 14:40:56.552896 Details available
Cleanup errors in some data cache evictions for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.
Published: 2020-01-28T00:03:16.000Z
Updated: 2024-08-04T06:02:52.333Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-0543 vulnerable 2026-06-03 14:40:56.056893 Details available
Incomplete cleanup from specific special register read operations in some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.
Published: 2020-06-15T13:55:00.000Z
Updated: 2024-08-04T06:02:52.330Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-0198 vulnerable 2026-06-03 14:40:50.572792 Details available
In exif_data_load_data_content of exif-data.c, there is a possible UBSAN abort due to an integer overflow. This could lead to remote denial of service with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-146428941
Published: 2020-06-11T14:43:48.000Z
Updated: 2024-08-04T05:55:12.544Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-0093 vulnerable 2026-06-03 14:40:50.371393 Details available
In exif_data_save_data_entry of exif-data.c, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9 Android-10Android ID: A-148705132
Published: 2020-05-14T20:10:39.000Z
Updated: 2024-08-04T05:47:40.659Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-0067 vulnerable 2026-06-03 14:40:50.331970 Details available
In f2fs_xattr_generic_list of xattr.c, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not required for exploitation.Product: Android. Versions: Android kernel. Android ID: A-120551147.
Published: 2020-04-17T18:03:45.000Z
Updated: 2024-08-04T05:47:40.785Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-9674 vulnerable 2026-06-03 14:40:49.580716 Details available
Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.
Published: 2020-02-04T14:05:49.000Z
Updated: 2024-08-04T21:54:45.475Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-20907 vulnerable 2026-06-03 14:40:17.804572 Details available
In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.
Published: 2020-07-13T00:00:00.000Z
Updated: 2024-08-05T02:53:09.456Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-20840 vulnerable 2026-06-03 14:40:17.725630 Details available
An issue was discovered in LibVNCServer before 0.9.13. libvncserver/ws_decode.c can lead to a crash because of unaligned accesses in hybiReadAndDecode.
Published: 2020-06-17T15:11:10.000Z
Updated: 2024-08-05T02:53:09.404Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-20839 vulnerable 2026-06-03 14:40:17.724673 Details available
libvncclient/sockets.c in LibVNCServer before 0.9.13 has a buffer overflow via a long socket filename.
Published: 2020-06-17T15:11:26.000Z
Updated: 2024-08-05T02:53:09.275Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-20810 vulnerable 2026-06-03 14:40:17.700252 Details available
go7007_snd_init in drivers/media/usb/go7007/snd-go7007.c in the Linux kernel before 5.6 does not call snd_card_free for a failure path, which causes a memory leak, aka CID-9453264ef586.
Published: 2020-06-02T23:14:11.000Z
Updated: 2024-08-05T02:53:09.119Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-20382 vulnerable 2026-06-03 14:40:16.608632 Details available
QEMU 4.1.0 has a memory leak in zrle_compress_data in ui/vnc-enc-zrle.c during a VNC disconnect operation because libz is misused, resulting in a situation where memory allocated in deflateInit2 is not freed in deflateEnd.
Published: 2020-03-05T18:27:21.000Z
Updated: 2024-08-05T02:39:09.409Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-19949 vulnerable 2026-06-03 14:40:06.138396 Details available
In ImageMagick 7.0.8-43 Q16, there is a heap-based buffer over-read in the function WritePNGImage of coders/png.c, related to Magick_png_write_raw_profile and LocaleNCompare.
Published: 2019-12-24T00:06:26.000Z
Updated: 2024-08-05T02:32:10.047Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-19948 vulnerable 2026-06-03 14:40:06.136297 Details available
In ImageMagick 7.0.8-43 Q16, there is a heap-based buffer overflow in the function WriteSGIImage of coders/sgi.c.
Published: 2019-12-24T00:07:19.000Z
Updated: 2024-08-05T02:32:10.499Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-19462 vulnerable 2026-06-03 14:40:05.129823 Details available
relay_open in kernel/relay.c in the Linux kernel through 5.4.1 allows local users to cause a denial of service (such as relay blockage) by triggering a NULL alloc_percpu result.
Published: 2019-11-30T00:57:13.000Z
Updated: 2024-08-05T02:16:47.410Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-19054 vulnerable 2026-06-03 14:40:03.809930 Details available
A memory leak in the cx23888_ir_probe() function in drivers/media/pci/cx23885/cx23888-ir.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering kfifo_alloc() failures, aka CID-a7b2df76b42b.
Published: 2019-11-18T05:23:53.000Z
Updated: 2024-08-05T02:09:39.134Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-18860 vulnerable 2026-06-03 14:39:58.124441 Details available
Squid before 4.9, when certain web browsers are used, mishandles HTML in the host (aka hostname) parameter to cachemgr.cgi.
Published: 2020-03-20T20:32:16.000Z
Updated: 2025-11-05T17:04:14.102Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-18808 vulnerable 2026-06-03 14:39:57.988993 Details available
A memory leak in the ccp_run_sha_cmd() function in drivers/crypto/ccp/ccp-ops.c in the Linux kernel through 5.3.9 allows attackers to cause a denial of service (memory consumption), aka CID-128c66429247.
Published: 2019-11-07T15:29:46.000Z
Updated: 2024-08-05T02:02:39.733Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-17542 vulnerable 2026-06-03 14:39:56.479542 Details available
FFmpeg before 4.2 has a heap-based buffer overflow in vqa_decode_chunk because of an out-of-array access in vqa_decode_init in libavcodec/vqavideo.c.
Published: 2019-10-14T01:09:18.000Z
Updated: 2024-08-05T01:40:15.800Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-17539 vulnerable 2026-06-03 14:39:56.475910 Details available
In FFmpeg before 4.2, avcodec_open2 in libavcodec/utils.c allows a NULL pointer dereference and possibly unspecified other impact when there is no valid close function pointer.
Published: 2019-10-14T01:09:40.000Z
Updated: 2024-08-05T01:40:15.806Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-17455 vulnerable 2026-06-03 14:39:56.384957 Details available
Libntlm through 1.5 relies on a fixed buffer size for tSmbNtlmAuthRequest, tSmbNtlmAuthChallenge, and tSmbNtlmAuthResponse read and write operations, as demonstrated by a stack-based buffer over-read in buildSmbNtlmAuthRequest in smbutil.c for a crafted NTLM request.
Published: 2019-10-10T17:17:48.000Z
Updated: 2024-08-05T01:40:15.921Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-17023 vulnerable 2026-06-03 14:39:55.712210 Details available
After a HelloRetryRequest has been sent, the client may negotiate a lower protocol that TLS 1.3, resulting in an invalid state transition in the TLS State Machine. If the client gets into this state, incoming Application Data records will be ignored. This vulnerability affects Firefox < 72.
Published: 2020-01-08T21:30:29.000Z
Updated: 2024-08-05T01:24:48.748Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-12521 vulnerable 2026-06-03 14:39:34.979320 Details available
An issue was discovered in Squid through 4.7. When Squid is parsing ESI, it keeps the ESI elements in ESIContext. ESIContext contains a buffer for holding a stack of ESIElements. When a new ESIElement is parsed, it is added via addStackElement. addStackElement has a check for the number of elements in this buffer, but it's off by 1, leading to a Heap Overflow of 1 element. The overflow is within the same structure so it can't affect adjacent memory blocks, and thus just leads to a crash while processing.
Published: 2020-04-15T18:47:43.000Z
Updated: 2024-08-04T23:24:38.850Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-12519 vulnerable 2026-06-03 14:39:34.977919 Details available
An issue was discovered in Squid through 4.7. When handling the tag esi:when when ESI is enabled, Squid calls ESIExpression::Evaluate. This function uses a fixed stack buffer to hold the expression while it's being evaluated. When processing the expression, it could either evaluate the top of the stack, or add a new member to the stack. When adding a new member, there is no check to ensure that the stack won't overflow.
Published: 2020-04-15T19:20:41.000Z
Updated: 2024-08-04T23:24:37.851Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-11338 vulnerable 2026-06-03 14:39:32.743518 Details available
libavcodec/hevcdec.c in FFmpeg 3.4 and 4.1.2 mishandles detection of duplicate first slices, which allows remote attackers to cause a denial of service (NULL pointer dereference and out-of-array access) or possibly have unspecified other impact via crafted HEVC data.
Published: 2019-04-18T23:52:00.000Z
Updated: 2024-08-04T22:48:09.222Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-15822 vulnerable 2026-06-03 14:38:19.482236 Details available
The flv_write_packet function in libavformat/flvenc.c in FFmpeg through 2.8 does not check for an empty audio packet, leading to an assertion failure.
Published: 2018-08-23T22:00:00.000Z
Updated: 2024-08-05T10:01:54.691Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-1000852 vulnerable 2026-06-03 14:37:52.914434 Details available
FreeRDP FreeRDP 2.0.0-rc3 released version before commit 205c612820dac644d665b5bb1cdf437dc5ca01e3 contains a Other/Unknown vulnerability in channels/drdynvc/client/drdynvc_main.c, drdynvc_process_capability_request that can result in The RDP server can read the client's memory.. This attack appear to be exploitable via RDPClient must connect the rdp server with echo option. This vulnerability appears to have been fixed in after commit 205c612820dac644d665b5bb1cdf437dc5ca01e3.
Published: 2018-12-20T15:00:00.000Z
Updated: 2024-08-05T12:47:57.451Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2017-18922 vulnerable 2026-06-03 14:36:58.404043 Details available
It was discovered that websockets.c in LibVNCServer prior to 0.9.12 did not properly decode certain WebSocket frames. A malicious attacker could exploit this by sending specially crafted WebSocket frames to a server, causing a heap-based buffer overflow.
Published: 2020-06-30T11:00:01.000Z
Updated: 2024-08-05T21:45:24.570Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2016-2124 vulnerable 2026-06-03 14:35:37.031521 Details available
A flaw was found in the way samba implemented SMB1 authentication. An attacker could use this flaw to retrieve the plaintext password sent over the wire even if Kerberos authentication was required.
Published: 2022-02-18T00:00:00.000Z
Updated: 2024-08-05T23:17:50.581Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2005-1513 vulnerable 2026-06-03 14:26:59.530670 Details available
Integer overflow in the stralloc_readyplus function in qmail, when running on 64 bit platforms with a large amount of virtual memory, allows remote attackers to cause a denial of service and possibly execute arbitrary code via a large SMTP request.
Published: 2005-05-11T00:00:00.000Z
Updated: 2024-08-07T21:51:50.277Z
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.