Canonical Ubuntu Linux 16.04 LTS (Long-Term Support)
Approved changes feed: RSS · Atom
cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*
part: o version: 16.04 update: *
| Vendor | Canonical (bedcba35-8c3d-5a60-8532-2ba876a6ec88) |
|---|---|
| Product | Ubuntu Linux (f82c71f7-7613-59c6-b78d-a15b5eb77bd3) |
| Edition | * |
| Language | * |
| Software edition | lts |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from NVD CPE 2.0 feed |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2025-5054 |
vulnerable | 2026-06-03 15:06:26.889464 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-0179 |
vulnerable | 2026-06-03 14:48:45.786119 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-3444 |
vulnerable | 2026-06-03 14:45:11.136518 |
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-27364 |
vulnerable | 2026-06-03 14:44:15.470261 |
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-9484 |
vulnerable | 2026-06-03 14:43:19.072922 |
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-8834 |
vulnerable | 2026-06-03 14:43:11.971554 |
Linux kernel KVM Power8 conflicting use of HSTATE_HOST_R1
MEDIUM (6.5)
KVM in the Linux kernel on Power8 processors has a conflicting use of HSTATE_HOST_R1 to store r1 state in kvmppc_hv_entry plus in kvmppc_{save,restore}_tm, leading to a stack corruption. Because of this, an attacker with the ability run code in kernel space of a guest VM can cause the host kernel to panic. There were two commits that, according to the reporter, introduced the vulnerability: f024ee098476 ("KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures") 87a11bb6a7f7 ("KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode") The former landed in 4.8, the latter in 4.17. This was fixed without realizing the impact in 4.18 with the following three commits, though it's believed the first is the only strictly necessary commit: 6f597c6b63b6 ("KVM: PPC: Book3S PR: Add guest MSR parameter for kvmppc_save_tm()/kvmppc_restore_tm()") 7b0e827c6970 ("KVM: PPC: Book3S HV: Factor fake-suspend handling out of kvmppc_save/restore_tm") 009c872a8bc4 ("KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file")
Published: 2020-04-09T22:10:14.975Z
Updated: 2024-09-16T22:03:01.562Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8648 |
vulnerable | 2026-06-03 14:43:09.928515 |
Details available
There is a use-after-free vulnerability in the Linux kernel through 5.5.2 in the n_tty_receive_buf_common function in drivers/tty/n_tty.c.
Published: 2020-02-06T00:06:36.000Z
Updated: 2024-08-04T10:03:46.257Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8517 |
vulnerable | 2026-06-03 14:43:09.527232 |
Details available
An issue was discovered in Squid before 4.10. Due to incorrect input validation, the NTLM authentication credentials parser in ext_lm_group_acl may write to memory outside the credentials buffer. On systems with memory access protections, this can result in the helper process being terminated unexpectedly. This leads to the Squid process also terminating and a denial of service for all clients using the proxy.
Published: 2020-02-04T19:54:31.000Z
Updated: 2024-08-04T10:03:46.372Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8450 |
vulnerable | 2026-06-03 14:43:09.387196 |
Details available
An issue was discovered in Squid before 4.10. Due to incorrect buffer management, a remote client can cause a buffer overflow in a Squid instance acting as a reverse proxy.
Published: 2020-02-04T19:51:21.000Z
Updated: 2024-08-04T09:56:28.485Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8449 |
vulnerable | 2026-06-03 14:43:09.386409 |
Details available
An issue was discovered in Squid before 4.10. Due to incorrect input validation, it can interpret crafted HTTP requests in unexpected ways to access server resources prohibited by earlier security filters.
Published: 2020-02-04T19:50:21.000Z
Updated: 2024-08-04T09:56:28.402Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-8130 |
vulnerable | 2026-06-03 14:43:08.102311 |
Details available
There is an OS command injection vulnerability in Ruby Rake < 12.3.3 in Rake::FileList when supplying a filename that begins with the pipe character `|`.
Published: 2020-02-24T14:41:26.000Z
Updated: 2024-08-04T09:48:25.624Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7595 |
vulnerable | 2026-06-03 14:43:06.857473 |
Details available
xmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation.
Published: 2020-01-21T22:54:14.000Z
Updated: 2025-12-03T15:50:13.875Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7070 |
vulnerable | 2026-06-03 14:43:05.246023 |
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.243712 |
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.234556 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7064 |
vulnerable | 2026-06-03 14:43:05.233727 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-6831 |
vulnerable | 2026-06-03 14:42:59.163250 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-6514 |
vulnerable | 2026-06-03 14:42:58.833496 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-5312 |
vulnerable | 2026-06-03 14:42:55.448775 |
Details available
libImaging/PcxDecode.c in Pillow before 6.2.2 has a PCX P mode buffer overflow.
Published: 2020-01-03T00:52:34.000Z
Updated: 2024-08-04T08:22:09.259Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-5260 |
vulnerable | 2026-06-03 14:42:55.379717 |
malicious URLs may cause Git to present stored credentials to the wrong server
CRITICAL (9.3)
Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that contain an encoded newline can inject unintended values into the credential helper protocol stream, causing the credential helper to retrieve the password for one server (e.g., good.example.com) for an HTTP request being made to another server (e.g., evil.example.com), resulting in credentials for the former being sent to the latter. There are no restrictions on the relationship between the two, meaning that an attacker can craft a URL that will present stored credentials for any host to a host of their choosing. The vulnerability can be triggered by feeding a malicious URL to git clone. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The problem has been patched in the versions published on April 14th, 2020, going back to v2.17.x. Anyone wishing to backport the change further can do so by applying commit 9a6bbee (the full release includes extra checks for git fsck, but that commit is sufficient to protect clients against the vulnerability). The patched versions are: 2.17.4, 2.18.3, 2.19.4, 2.20.3, 2.21.2, 2.22.3, 2.23.2, 2.24.2, 2.25.3, 2.26.1.
Published: 2020-04-14T22:50:12.000Z
Updated: 2024-08-04T08:22:09.095Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-2659 |
vulnerable | 2026-06-03 14:42:30.843059 |
Details available
LOW (3.7)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Networking). Supported versions that are affected are Java SE: 7u241 and 8u231; Java SE Embedded: 8u231. 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: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets (in Java SE 8), that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.0 Base Score 3.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2020-01-15T16:34:05.000Z
Updated: 2024-09-30T15:58:31.274Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-2654 |
vulnerable | 2026-06-03 14:42:30.829652 |
Details available
LOW (3.7)
Vulnerability in the Java SE product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u241, 8u231, 11.0.5 and 13.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 ability to cause a partial denial of service (partial DOS) of Java SE. 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.0 Base Score 3.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2020-01-15T16:34:05.000Z
Updated: 2024-09-30T15:59:18.682Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-2604 |
vulnerable | 2026-06-03 14:42:30.766280 |
Details available
HIGH (8.1)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Serialization). Supported versions that are affected are Java SE: 7u241, 8u231, 11.0.5 and 13.0.1; Java SE Embedded: 8u231. 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 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 (in Java SE 8), that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS v3.0 Base Score 8.1 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).
Published: 2020-01-15T16:34:03.000Z
Updated: 2024-09-30T14:51:54.874Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-2601 |
vulnerable | 2026-06-03 14:42:30.749029 |
Details available
MEDIUM (6.8)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Security). Supported versions that are affected are Java SE: 7u241, 8u231, 11.0.5 and 13.0.1; Java SE Embedded: 8u231. Difficult to exploit vulnerability allows unauthenticated attacker with network access via Kerberos to compromise Java SE, Java SE Embedded. 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 access to critical data or complete access to 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 (in Java SE 8), that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.0 Base Score 6.8 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N).
Published: 2020-01-15T16:34:02.000Z
Updated: 2024-09-30T16:22:28.344Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-2593 |
vulnerable | 2026-06-03 14:42:30.727045 |
Details available
MEDIUM (4.8)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Networking). Supported versions that are affected are Java SE: 7u241, 8u231, 11.0.5 and 13.0.1; Java SE Embedded: 8u231. 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: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets (in Java SE 8), that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.0 Base Score 4.8 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N).
Published: 2020-01-15T16:34:02.000Z
Updated: 2024-09-30T16:29:29.014Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-2590 |
vulnerable | 2026-06-03 14:42:30.713231 |
Details available
LOW (3.7)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Security). Supported versions that are affected are Java SE: 7u241, 8u231, 11.0.5 and 13.0.1; Java SE Embedded: 8u231. Difficult to exploit vulnerability allows unauthenticated attacker with network access via Kerberos 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 applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets (in Java SE 8), that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.0 Base Score 3.7 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N).
Published: 2020-01-15T16:34:02.000Z
Updated: 2024-09-30T16:30:10.889Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-2583 |
vulnerable | 2026-06-03 14:42:30.678528 |
Details available
LOW (3.7)
Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Serialization). Supported versions that are affected are Java SE: 7u241, 8u231, 11.0.5 and 13.0.1; Java SE Embedded: 8u231. 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: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets (in Java SE 8), that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.0 Base Score 3.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2020-01-15T16:34:02.000Z
Updated: 2024-09-30T16:31:41.183Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-29372 |
vulnerable | 2026-06-03 14:42:29.384364 |
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-27352 |
vulnerable | 2026-06-03 14:42:18.067364 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-27351 |
not_vulnerable | 2026-06-03 14:42:18.062865 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-27350 |
not_vulnerable | 2026-06-03 14:42:18.059745 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-27349 |
vulnerable | 2026-06-03 14:42:18.054942 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-27171 |
vulnerable | 2026-06-03 14:42:17.681481 |
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.680628 |
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-25645 |
vulnerable | 2026-06-03 14:42:09.383064 |
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-24654 |
vulnerable | 2026-06-03 14:42:07.926401 |
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.795894 |
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-1968 |
vulnerable | 2026-06-03 14:41:59.295815 |
Raccoon attack
The Raccoon attack exploits a flaw in the TLS specification which can lead to an attacker being able to compute the pre-master secret in connections which have used a Diffie-Hellman (DH) based ciphersuite. In such a case this would result in the attacker being able to eavesdrop on all encrypted communications sent over that TLS connection. The attack can only be exploited if an implementation re-uses a DH secret across multiple TLS connections. Note that this issue only impacts DH ciphersuites and not ECDH ciphersuites. This issue affects OpenSSL 1.0.2 which is out of support and no longer receiving public updates. OpenSSL 1.1.1 is not vulnerable to this issue. Fixed in OpenSSL 1.0.2w (Affected 1.0.2-1.0.2v).
Published: 2020-09-09T13:50:12.423Z
Updated: 2026-04-16T14:10:35.131Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-1935 |
vulnerable | 2026-06-03 14:41:59.110231 |
Details available
In Apache Tomcat 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50 and 7.0.0 to 7.0.99 the HTTP header parsing code used an approach to end-of-line parsing that allowed some invalid HTTP headers to be parsed as valid. This led to a possibility of HTTP Request Smuggling if Tomcat was located behind a reverse proxy that incorrectly handled the invalid Transfer-Encoding header in a particular manner. Such a reverse proxy is considered unlikely.
Published: 2020-02-24T21:11:38.000Z
Updated: 2024-08-04T06:53:59.921Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-1752 |
vulnerable | 2026-06-03 14:41:58.578091 |
Details available
HIGH (7)
A use-after-free vulnerability introduced in glibc upstream version 2.14 was found in the way the tilde expansion was carried out. Directory paths containing an initial tilde followed by a valid username were affected by this issue. A local attacker could exploit this flaw by creating a specially crafted path that, when processed by the glob function, would potentially lead to arbitrary code execution. This was fixed in version 2.32.
Published: 2020-04-30T00:00:00.000Z
Updated: 2024-08-04T06:46:30.943Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-1472 |
vulnerable | 2026-06-03 14:41:56.626159 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-16166 |
vulnerable | 2026-06-03 14:41:47.251663 |
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-16128 |
vulnerable | 2026-06-03 14:41:47.193412 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-16123 |
vulnerable | 2026-06-03 14:41:47.184142 |
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.183695 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-16120 |
vulnerable | 2026-06-03 14:41:47.180304 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-16119 |
vulnerable | 2026-06-03 14:41:47.178100 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-15863 |
vulnerable | 2026-06-03 14:41:46.892710 |
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-15811 |
vulnerable | 2026-06-03 14:41:46.718890 |
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.718077 |
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-15710 |
not_vulnerable | 2026-06-03 14:41:46.328431 |
Potential double-free in pulseaudio
MEDIUM (5.3)
Potential double free in Bluez 5 module of PulseAudio could allow a local attacker to leak memory or crash the program. The modargs variable may be freed twice in the fail condition in src/modules/bluetooth/module-bluez5-device.c and src/modules/bluetooth/module-bluez5-device.c. Fixed in 1:8.0-0ubuntu3.14.
Published: 2020-11-19T02:30:17.080Z
Updated: 2024-09-17T04:04:44.247Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-15706 |
vulnerable | 2026-06-03 14:41:46.305745 |
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.289226 |
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.283748 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-15702 |
not_vulnerable | 2026-06-03 14:41:46.269521 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-15701 |
not_vulnerable | 2026-06-03 14:41:46.266501 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-15659 |
vulnerable | 2026-06-03 14:41:46.169118 |
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-15157 |
vulnerable | 2026-06-03 14:41:45.367716 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-15011 |
vulnerable | 2026-06-03 14:41:45.086880 |
Details available
GNU Mailman before 2.1.33 allows arbitrary content injection via the Cgi/private.py private archive login page.
Published: 2020-06-24T11:34:56.000Z
Updated: 2024-08-04T13:00:52.078Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14928 |
vulnerable | 2026-06-03 14:41:44.986542 |
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-14405 |
vulnerable | 2026-06-03 14:41:43.676452 |
Details available
An issue was discovered in LibVNCServer before 0.9.13. libvncclient/rfbproto.c does not limit TextChat size.
Published: 2020-06-17T15:11:35.000Z
Updated: 2024-08-04T12:46:34.475Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14404 |
vulnerable | 2026-06-03 14:41:43.675537 |
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.674547 |
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.673645 |
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-14398 |
vulnerable | 2026-06-03 14:41:43.665369 |
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.664404 |
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.654946 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14392 |
vulnerable | 2026-06-03 14:41:43.645261 |
Details available
An untrusted pointer dereference flaw was found in Perl-DBI < 1.643. A local attacker who is able to manipulate calls to dbd_db_login6_sv() could cause memory corruption, affecting the service's availability.
Published: 2020-09-16T13:00:20.000Z
Updated: 2024-08-04T12:46:34.386Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14355 |
vulnerable | 2026-06-03 14:41:43.553072 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-14345 |
vulnerable | 2026-06-03 14:41:43.529691 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-13754 |
vulnerable | 2026-06-03 14:41:37.045024 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-13645 |
vulnerable | 2026-06-03 14:41:36.975261 |
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-13254 |
vulnerable | 2026-06-03 14:41:36.490618 |
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.488212 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-12829 |
vulnerable | 2026-06-03 14:41:35.624365 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-12674 |
vulnerable | 2026-06-03 14:41:35.090783 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-12673 |
vulnerable | 2026-06-03 14:41:35.090010 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-12049 |
vulnerable | 2026-06-03 14:41:33.208820 |
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-11993 |
vulnerable | 2026-06-03 14:41:33.038894 |
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.995229 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11945 |
vulnerable | 2026-06-03 14:41:32.474351 |
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.458456 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11934 |
vulnerable | 2026-06-03 14:41:32.388546 |
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.387994 |
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.383362 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11884 |
vulnerable | 2026-06-03 14:41:32.310974 |
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-11655 |
vulnerable | 2026-06-03 14:41:26.465439 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11609 |
vulnerable | 2026-06-03 14:41:26.346523 |
Details available
An issue was discovered in the stv06xx subsystem in the Linux kernel before 5.6.1. drivers/media/usb/gspca/stv06xx/stv06xx.c and drivers/media/usb/gspca/stv06xx/stv06xx_pb0100.c mishandle invalid descriptors, as demonstrated by a NULL pointer dereference, aka CID-485b06aadb93.
Published: 2020-04-07T16:05:56.000Z
Updated: 2024-08-04T11:35:13.502Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11608 |
vulnerable | 2026-06-03 14:41:26.345772 |
Details available
An issue was discovered in the Linux kernel before 5.6.1. drivers/media/usb/gspca/ov519.c allows NULL pointer dereferences in ov511_mode_init_regs and ov518_mode_init_regs when there are zero endpoints, aka CID-998912346c0d.
Published: 2020-04-07T13:55:08.000Z
Updated: 2024-08-04T11:35:13.670Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11565 |
vulnerable | 2026-06-03 14:41:26.320602 |
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-11058 |
vulnerable | 2026-06-03 14:41:01.021125 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11046 |
vulnerable | 2026-06-03 14:41:00.996501 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-11008 |
vulnerable | 2026-06-03 14:41:00.861237 |
Malicious URLs can still cause Git to send a stored credential to the wrong server
MEDIUM (4)
Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where _some_ credential is leaked (but the attacker cannot control which one). Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a "blank" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching _any_ URL, and will return some unspecified stored password, leaking the password to an attacker's server. The vulnerability can be triggered by feeding a malicious URL to `git clone`. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git's "store" helper - Git's "cache" helper - the "osxkeychain" helper that ships in Git's "contrib" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability.
Published: 2020-04-21T18:40:13.000Z
Updated: 2024-08-04T11:21:14.528Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-0556 |
vulnerable | 2026-06-03 14:40:57.050523 |
Details available
Improper access control in subsystem for BlueZ before version 5.54 may allow an unauthenticated user to potentially enable escalation of privilege and denial of service via adjacent access
Published: 2020-03-12T20:47:26.000Z
Updated: 2024-08-04T06:02:52.334Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-0543 |
vulnerable | 2026-06-03 14:40:56.055102 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9928 |
vulnerable | 2026-06-03 14:40:50.032697 |
Details available
GStreamer before 1.16.0 has a heap-based buffer overflow in the RTSP connection parser via a crafted response from a server, potentially allowing remote code execution.
Published: 2019-04-24T14:48:24.000Z
Updated: 2024-08-04T22:01:55.184Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9854 |
vulnerable | 2026-06-03 14:40:49.913114 |
Unsafe URL assembly flaw in allowed script location check
LibreOffice has a feature where documents can specify that pre-installed macros can be executed on various script events such as mouse-over, document-open etc. Access is intended to be restricted to scripts under the share/Scripts/python, user/Scripts/python sub-directories of the LibreOffice install. Protection was added, to address CVE-2019-9852, to avoid a directory traversal attack where scripts in arbitrary locations on the file system could be executed by employing a URL encoding attack to defeat the path verification step. However this protection could be bypassed by taking advantage of a flaw in how LibreOffice assembled the final script URL location directly from components of the passed in path as opposed to solely from the sanitized output of the path verification step. This issue affects: Document Foundation LibreOffice 6.2 versions prior to 6.2.7; 6.3 versions prior to 6.3.1.
Published: 2019-09-06T18:30:08.910Z
Updated: 2024-09-16T19:24:19.650Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9849 |
vulnerable | 2026-06-03 14:40:49.909698 |
Details available
LibreOffice has a 'stealth mode' in which only documents from locations deemed 'trusted' are allowed to retrieve remote resources. This mode is not the default mode, but can be enabled by users who want to disable LibreOffice's ability to include remote resources within a document. A flaw existed where bullet graphics were omitted from this protection prior to version 6.2.5. This issue affects: Document Foundation LibreOffice versions prior to 6.2.5.
Published: 2019-07-17T11:26:03.387Z
Updated: 2024-09-17T00:06:18.219Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9848 |
vulnerable | 2026-06-03 14:40:49.908579 |
Details available
LibreOffice has a feature where documents can specify that pre-installed scripts can be executed on various document events such as mouse-over, etc. LibreOffice is typically also bundled with LibreLogo, a programmable turtle vector graphics script, which can be manipulated into executing arbitrary python commands. By using the document event feature to trigger LibreLogo to execute python contained within a document a malicious document could be constructed which would execute arbitrary python commands silently without warning. In the fixed versions, LibreLogo cannot be called from a document event handler. This issue affects: Document Foundation LibreOffice versions prior to 6.2.5.
Published: 2019-07-17T11:21:57.813Z
Updated: 2024-09-16T22:50:55.703Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9641 |
vulnerable | 2026-06-03 14:40:49.522807 |
Details available
An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_TIFF.
Published: 2019-03-08T23:00:00.000Z
Updated: 2024-08-04T21:54:45.449Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9640 |
vulnerable | 2026-06-03 14:40:49.521983 |
Details available
An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an Invalid Read in exif_process_SOFn.
Published: 2019-03-08T23:00:00.000Z
Updated: 2024-08-04T21:54:45.054Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9639 |
vulnerable | 2026-06-03 14:40:49.521142 |
Details available
An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_MAKERNOTE because of mishandling the data_len variable.
Published: 2019-03-08T23:00:00.000Z
Updated: 2024-08-04T21:54:45.448Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9638 |
vulnerable | 2026-06-03 14:40:49.520274 |
Details available
An issue was discovered in the EXIF component in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. There is an uninitialized read in exif_process_IFD_in_MAKERNOTE because of mishandling the maker_note->offset relationship to value_len.
Published: 2019-03-08T23:00:00.000Z
Updated: 2024-08-04T21:54:45.455Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9637 |
vulnerable | 2026-06-03 14:40:49.519409 |
Details available
An issue was discovered in PHP before 7.1.27, 7.2.x before 7.2.16, and 7.3.x before 7.3.3. Due to the way rename() across filesystems is implemented, it is possible that file being renamed is briefly available with wrong permissions while the rename is ongoing, thus enabling unauthorized users to access the data.
Published: 2019-03-08T23:00:00.000Z
Updated: 2024-08-04T21:54:45.245Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9628 |
vulnerable | 2026-06-03 14:40:49.496194 |
Details available
The XMLTooling library all versions prior to V3.0.4, provided with the OpenSAML and Shibboleth Service Provider software, contains an XML parsing class. Invalid data in the XML declaration causes an exception of a type that was not handled properly in the parser class and propagates an unexpected exception type.
Published: 2019-04-11T19:26:11.000Z
Updated: 2024-08-04T21:54:44.999Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9518 |
vulnerable | 2026-06-03 14:40:49.322490 |
Some HTTP/2 implementations are vulnerable to a flood of empty frames, potentially leading to a denial of service
HIGH (7.5)
Some HTTP/2 implementations are vulnerable to a flood of empty frames, potentially leading to a denial of service. The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU.
Published: 2019-08-13T20:50:59.000Z
Updated: 2024-08-04T21:54:44.510Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9517 |
vulnerable | 2026-06-03 14:40:49.314259 |
Some HTTP/2 implementations are vulnerable to unconstrained interal data buffering, potentially leading to a denial of service
HIGH (7.5)
Some HTTP/2 implementations are vulnerable to unconstrained interal data buffering, potentially leading to a denial of service. The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write (many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or both.
Published: 2019-08-13T20:50:59.000Z
Updated: 2024-08-04T21:54:44.675Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9516 |
vulnerable | 2026-06-03 14:40:49.305072 |
Some HTTP/2 implementations are vulnerable to a header leak, potentially leading to a denial of service
HIGH (7.5)
Some HTTP/2 implementations are vulnerable to a header leak, potentially leading to a denial of service. The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory.
Published: 2019-08-13T20:50:59.000Z
Updated: 2024-08-04T21:54:44.285Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9515 |
vulnerable | 2026-06-03 14:40:49.303352 |
Some HTTP/2 implementations are vulnerable to a settings flood, potentially leading to a denial of service
HIGH (7.5)
Some HTTP/2 implementations are vulnerable to a settings flood, potentially leading to a denial of service. The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both.
Published: 2019-08-13T20:50:59.000Z
Updated: 2024-08-04T21:54:44.327Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9514 |
vulnerable | 2026-06-03 14:40:49.287878 |
Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service
HIGH (7.5)
Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both.
Published: 2019-08-13T00:00:00.000Z
Updated: 2024-08-04T21:54:44.511Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9513 |
vulnerable | 2026-06-03 14:40:49.285734 |
Some HTTP/2 implementations are vulnerable to resource loops, potentially leading to a denial of service
HIGH (7.5)
Some HTTP/2 implementations are vulnerable to resource loops, potentially leading to a denial of service. The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU.
Published: 2019-08-13T20:50:59.000Z
Updated: 2024-08-04T21:54:44.842Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9511 |
vulnerable | 2026-06-03 14:40:49.270411 |
Some HTTP/2 implementations are vulnerable to window size manipulation and stream prioritization manipulation, potentially leading to a denial of service
HIGH (7.5)
Some HTTP/2 implementations are vulnerable to window size manipulation and stream prioritization manipulation, potentially leading to a denial of service. The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both.
Published: 2019-08-13T20:50:59.000Z
Updated: 2024-08-04T21:54:44.157Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9210 |
vulnerable | 2026-06-03 14:40:48.854413 |
Details available
In AdvanceCOMP 2.1, png_compress in pngex.cc in advpng has an integer overflow upon encountering an invalid PNG size, which results in an attempted memcpy to write into a buffer that is too small. (There is also a heap-based buffer over-read.)
Published: 2019-02-27T14:00:00.000Z
Updated: 2024-08-04T21:38:46.577Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9200 |
vulnerable | 2026-06-03 14:40:48.835109 |
Details available
A heap-based buffer underwrite exists in ImageStream::getLine() located at Stream.cc in Poppler 0.74.0 that can (for example) be triggered by sending a crafted PDF file to the pdfimages binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact.
Published: 2019-02-26T23:00:00.000Z
Updated: 2024-08-04T21:38:46.571Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9024 |
vulnerable | 2026-06-03 14:40:48.629615 |
Details available
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. xmlrpc_decode() can allow a hostile XMLRPC server to cause PHP to read memory outside of allocated areas in base64_decode_xmlrpc in ext/xmlrpc/libxmlrpc/base64.c.
Published: 2019-02-22T23:00:00.000Z
Updated: 2024-08-04T21:38:45.149Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9023 |
vulnerable | 2026-06-03 14:40:48.628874 |
Details available
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. A number of heap-based buffer over-read instances are present in mbstring regular expression functions when supplied with invalid multibyte data. These occur in ext/mbstring/oniguruma/regcomp.c, ext/mbstring/oniguruma/regexec.c, ext/mbstring/oniguruma/regparse.c, ext/mbstring/oniguruma/enc/unicode.c, and ext/mbstring/oniguruma/src/utf32_be.c when a multibyte regular expression pattern contains invalid multibyte sequences.
Published: 2019-02-22T23:00:00.000Z
Updated: 2024-08-04T21:38:45.186Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9022 |
vulnerable | 2026-06-03 14:40:48.628012 |
Details available
An issue was discovered in PHP 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.2. dns_get_record misparses a DNS response, which can allow a hostile DNS server to cause PHP to misuse memcpy, leading to read operations going past the buffer allocated for DNS data. This affects php_parserr in ext/standard/dns.c for DNS_CAA and DNS_ANY queries.
Published: 2019-02-22T23:00:00.000Z
Updated: 2024-08-04T21:31:37.646Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9021 |
vulnerable | 2026-06-03 14:40:48.627187 |
Details available
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. A heap-based buffer over-read in PHAR reading functions in the PHAR extension may allow an attacker to read allocated or unallocated memory past the actual data when trying to parse the file name, a different vulnerability than CVE-2018-20783. This is related to phar_detect_phar_fname_ext in ext/phar/phar.c.
Published: 2019-02-22T23:00:00.000Z
Updated: 2024-08-04T21:31:37.497Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-9020 |
vulnerable | 2026-06-03 14:40:48.625478 |
Details available
An issue was discovered in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1. Invalid input to the function xmlrpc_decode() can lead to an invalid memory access (heap out of bounds read or read after free). This is related to xml_elem_parse_buf in ext/xmlrpc/libxmlrpc/xml_element.c.
Published: 2019-02-22T23:00:00.000Z
Updated: 2024-08-04T21:31:37.504Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-8907 |
vulnerable | 2026-06-03 14:40:48.416086 |
Details available
do_core_note in readelf.c in libmagic.a in file 5.35 allows remote attackers to cause a denial of service (stack corruption and application crash) or possibly have unspecified other impact.
Published: 2019-02-18T17:00:00.000Z
Updated: 2024-08-04T21:31:37.482Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-8906 |
vulnerable | 2026-06-03 14:40:48.415473 |
Details available
do_core_note in readelf.c in libmagic.a in file 5.35 has an out-of-bounds read because memcpy is misused.
Published: 2019-02-18T17:00:00.000Z
Updated: 2024-08-04T21:31:37.463Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-8905 |
vulnerable | 2026-06-03 14:40:48.414875 |
Details available
do_core_note in readelf.c in libmagic.a in file 5.35 has a stack-based buffer over-read, related to file_printable, a different vulnerability than CVE-2018-10360.
Published: 2019-02-18T17:00:00.000Z
Updated: 2024-08-04T21:31:37.515Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-8904 |
vulnerable | 2026-06-03 14:40:48.414267 |
Details available
do_bid_note in readelf.c in libmagic.a in file 5.35 has a stack-based buffer over-read, related to file_printf and file_vprintf.
Published: 2019-02-18T17:00:00.000Z
Updated: 2024-08-04T21:31:37.501Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-8457 |
vulnerable | 2026-06-03 14:40:47.840791 |
Details available
SQLite3 from 3.6.0 to and including 3.27.2 is vulnerable to heap out-of-bound read in the rtreenode() function when handling invalid rtree tables.
Published: 2019-05-30T15:51:52.000Z
Updated: 2024-08-04T21:17:31.585Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7663 |
vulnerable | 2026-06-03 14:40:42.009980 |
Details available
An Invalid Address dereference was discovered in TIFFWriteDirectoryTagTransferfunction in libtiff/tif_dirwrite.c in LibTIFF 4.0.10, affecting the cpSeparateBufToContigBuf function in tiffcp.c. Remote attackers could leverage this vulnerability to cause a denial-of-service via a crafted tiff file. This is different from CVE-2018-12900.
Published: 2019-02-09T16:00:00.000Z
Updated: 2024-08-04T20:54:28.439Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7638 |
vulnerable | 2026-06-03 14:40:41.980949 |
Details available
SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in Map1toN in video/SDL_pixels.c.
Published: 2019-02-08T00:00:00.000Z
Updated: 2024-08-04T20:54:28.222Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7636 |
vulnerable | 2026-06-03 14:40:41.979343 |
Details available
SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in SDL_GetRGB in video/SDL_pixels.c.
Published: 2019-02-08T00:00:00.000Z
Updated: 2024-08-04T20:54:27.838Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7635 |
vulnerable | 2026-06-03 14:40:41.978522 |
Details available
SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in Blit1to4 in video/SDL_blit_1.c.
Published: 2019-02-08T00:00:00.000Z
Updated: 2024-08-04T20:54:28.411Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7578 |
vulnerable | 2026-06-03 14:40:41.922111 |
Details available
SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in InitIMA_ADPCM in audio/SDL_wave.c.
Published: 2019-02-07T00:00:00.000Z
Updated: 2024-08-04T20:54:28.373Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7577 |
vulnerable | 2026-06-03 14:40:41.921384 |
Details available
SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a buffer over-read in SDL_LoadWAV_RW in audio/SDL_wave.c.
Published: 2019-02-07T00:00:00.000Z
Updated: 2024-08-04T20:54:28.252Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7575 |
vulnerable | 2026-06-03 14:40:41.919713 |
Details available
SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer overflow in MS_ADPCM_decode in audio/SDL_wave.c.
Published: 2019-02-07T00:00:00.000Z
Updated: 2024-08-04T20:54:27.839Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7524 |
vulnerable | 2026-06-03 14:40:41.881550 |
Details available
HIGH (8.8)
In Dovecot before 2.2.36.3 and 2.3.x before 2.3.5.1, a local attacker can cause a buffer overflow in the indexer-worker process, which can be used to elevate to root. This occurs because of missing checks in the fts and pop3-uidl components.
Published: 2019-03-28T13:45:20.000Z
Updated: 2024-08-04T20:54:27.055Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7398 |
vulnerable | 2026-06-03 14:40:41.786820 |
Details available
In ImageMagick before 7.0.8-25, a memory leak exists in WriteDIBImage in coders/dib.c.
Published: 2019-02-05T00:00:00.000Z
Updated: 2024-08-04T20:46:46.365Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7397 |
vulnerable | 2026-06-03 14:40:41.786243 |
Details available
In ImageMagick before 7.0.8-25 and GraphicsMagick through 1.3.31, several memory leaks exist in WritePDFImage in coders/pdf.c.
Published: 2019-02-05T00:00:00.000Z
Updated: 2024-08-04T20:46:46.267Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7396 |
vulnerable | 2026-06-03 14:40:41.782296 |
Details available
In ImageMagick before 7.0.8-25, a memory leak exists in ReadSIXELImage in coders/sixel.c.
Published: 2019-02-05T00:00:00.000Z
Updated: 2024-08-04T20:46:46.132Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7395 |
vulnerable | 2026-06-03 14:40:41.781633 |
Details available
In ImageMagick before 7.0.8-25, a memory leak exists in WritePSDChannel in coders/psd.c.
Published: 2019-02-05T00:00:00.000Z
Updated: 2024-08-04T20:46:46.310Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7310 |
vulnerable | 2026-06-03 14:40:41.621887 |
Details available
In Poppler 0.73.0, a heap-based buffer over-read (due to an integer signedness error in the XRef::getEntry function in XRef.cc) allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted PDF document, as demonstrated by pdftocairo.
Published: 2019-02-03T03:00:00.000Z
Updated: 2024-08-04T20:46:46.065Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7308 |
vulnerable | 2026-06-03 14:40:41.617161 |
Details available
kernel/bpf/verifier.c in the Linux kernel before 4.20.6 performs undesirable out-of-bounds speculation on pointer arithmetic in various cases, including cases of different branches with different state or limits to sanitize, leading to side-channel attacks.
Published: 2019-02-01T22:00:00.000Z
Updated: 2024-08-04T20:46:45.926Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7307 |
not_vulnerable | 2026-06-03 14:40:41.614665 |
Apport contains a TOCTTOU vulnerability when reading the users ~/.apport-ignore.xml
MEDIUM (6.5)
Apport before versions 2.14.1-0ubuntu3.29+esm1, 2.20.1-0ubuntu2.19, 2.20.9-0ubuntu7.7, 2.20.10-0ubuntu27.1, 2.20.11-0ubuntu5 contained a TOCTTOU vulnerability when reading the users ~/.apport-ignore.xml file, which allows a local attacker to replace this file with a symlink to any other file on the system and so cause Apport to include the contents of this other file in the resulting crash report. The crash report could then be read by that user either by causing it to be uploaded and reported to Launchpad, or by leveraging some other vulnerability to read the resulting crash report, and so allow the user to read arbitrary files on the system.
Published: 2019-08-29T14:40:18.750Z
Updated: 2024-09-16T23:56:02.156Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7306 |
vulnerable | 2026-06-03 14:40:41.610941 |
Byobu apport hook uploads user's ~/.screenrc
MEDIUM (4.3)
Byobu Apport hook may disclose sensitive information since it automatically uploads the local user's .screenrc which may contain private hostnames, usernames and passwords. This issue affects: byobu
Published: 2020-04-17T01:45:14.788Z
Updated: 2024-09-17T02:42:21.021Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7304 |
vulnerable | 2026-06-03 14:40:41.603671 |
Local privilege escalation via snapd socket
HIGH (8.8)
Canonical snapd before version 2.37.1 incorrectly performed socket owner validation, allowing an attacker to run arbitrary commands as root. This issue affects: Canonical snapd versions prior to 2.37.1.
Published: 2019-04-23T15:57:32.649Z
Updated: 2024-09-16T18:38:22.569Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7303 |
vulnerable | 2026-06-03 14:40:41.603168 |
Snapd seccomp filter TIOCSTI ioctl bypass
MEDIUM (5.7)
A vulnerability in the seccomp filters of Canonical snapd before version 2.37.4 allows a strict mode snap to insert characters into a terminal on a 64-bit host. The seccomp rules were generated to match 64-bit ioctl(2) commands on a 64-bit platform; however, the Linux kernel only uses the lower 32 bits to determine which ioctl(2) commands to run. This issue affects: Canonical snapd versions prior to 2.37.4.
Published: 2019-04-23T15:57:32.592Z
Updated: 2024-09-17T01:46:16.086Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7222 |
vulnerable | 2026-06-03 14:40:41.480733 |
Details available
The KVM implementation in the Linux kernel through 4.20.5 has an Information Leak.
Published: 2019-03-17T18:52:17.000Z
Updated: 2024-08-04T20:46:46.063Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7221 |
vulnerable | 2026-06-03 14:40:41.477376 |
Details available
The KVM implementation in the Linux kernel through 4.20.5 has a Use-after-Free.
Published: 2019-03-17T18:26:10.000Z
Updated: 2024-08-04T20:46:44.758Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-7175 |
vulnerable | 2026-06-03 14:40:41.418317 |
Details available
In ImageMagick before 7.0.8-25, some memory leaks exist in DecodeImage in coders/pcd.c.
Published: 2019-03-07T22:00:00.000Z
Updated: 2024-08-04T20:38:33.498Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6978 |
vulnerable | 2026-06-03 14:40:41.092950 |
Details available
The GD Graphics Library (aka LibGD) 2.2.5 has a double free in the gdImage*Ptr() functions in gd_gif_out.c, gd_jpeg.c, and gd_wbmp.c. NOTE: PHP is unaffected.
Published: 2019-01-28T07:00:00.000Z
Updated: 2024-08-04T20:38:32.579Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6977 |
vulnerable | 2026-06-03 14:40:41.090195 |
Details available
gdImageColorMatch in gd_color_match.c in the GD Graphics Library (aka LibGD) 2.2.5, as used in the imagecolormatch function in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1, has a heap-based buffer overflow. This can be exploited by an attacker who is able to trigger imagecolormatch calls with crafted image data.
Published: 2019-01-27T02:00:00.000Z
Updated: 2024-08-04T20:38:32.847Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6975 |
vulnerable | 2026-06-03 14:40:41.085254 |
Details available
Django 1.11.x before 1.11.19, 2.0.x before 2.0.11, and 2.1.x before 2.1.6 allows Uncontrolled Memory Consumption via a malicious attacker-supplied value to the django.utils.numberformat.format() function.
Published: 2019-02-11T13:00:00.000Z
Updated: 2024-08-04T20:38:32.322Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6974 |
vulnerable | 2026-06-03 14:40:41.078339 |
Details available
In the Linux kernel before 4.20.8, kvm_ioctl_create_device in virt/kvm/kvm_main.c mishandles reference counting because of a race condition, leading to a use-after-free.
Published: 2019-02-15T15:00:00.000Z
Updated: 2024-08-04T20:38:32.373Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6778 |
vulnerable | 2026-06-03 14:40:40.636827 |
Details available
In QEMU 3.0.0, tcp_emu in slirp/tcp_subr.c has a heap-based buffer overflow.
Published: 2019-03-17T18:00:46.000Z
Updated: 2024-08-04T20:31:04.394Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6706 |
vulnerable | 2026-06-03 14:40:40.554323 |
Details available
Lua 5.3.5 has a use-after-free in lua_upvaluejoin in lapi.c. For example, a crash outcome might be achieved by an attacker who is able to trigger a debug.upvaluejoin call in which the arguments have certain relationships.
Published: 2019-01-23T00:00:00.000Z
Updated: 2024-08-04T20:31:04.249Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6454 |
vulnerable | 2026-06-03 14:40:39.273802 |
Details available
An issue was discovered in sd-bus in systemd 239. bus_process_object() in libsystemd/sd-bus/bus-objects.c allocates a variable-length stack buffer for temporarily storing the object path of incoming D-Bus messages. An unprivileged local user can exploit this by sending a specially crafted message to PID1, causing the stack pointer to jump over the stack guard pages into an unmapped memory region and trigger a denial of service (systemd PID1 crash and kernel panic).
Published: 2019-03-17T16:38:57.000Z
Updated: 2024-08-04T20:23:21.049Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6133 |
vulnerable | 2026-06-03 14:40:36.815555 |
Details available
In PolicyKit (aka polkit) 0.115, the "start time" protection mechanism can be bypassed because fork() is not atomic, and therefore authorization decisions are improperly cached. This is related to lack of uid checking in polkitbackend/polkitbackendinteractiveauthority.c.
Published: 2019-01-11T14:00:00.000Z
Updated: 2024-08-04T20:16:23.781Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6128 |
vulnerable | 2026-06-03 14:40:36.805997 |
Details available
The TIFFFdOpen function in tif_unix.c in LibTIFF 4.0.10 has a memory leak, as demonstrated by pal2rgb.
Published: 2019-01-11T05:00:00.000Z
Updated: 2024-08-04T20:16:23.937Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6116 |
vulnerable | 2026-06-03 14:40:36.792625 |
Details available
In Artifex Ghostscript through 9.26, ephemeral or transient procedures can allow access to system operators, leading to remote code execution.
Published: 2019-03-19T18:27:21.000Z
Updated: 2024-08-04T20:16:23.195Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6111 |
vulnerable | 2026-06-03 14:40:36.777555 |
Details available
An issue was discovered in OpenSSH 7.9. Due to the scp implementation being derived from 1983 rcp, the server chooses which files/directories are sent to the client. However, the scp client only performs cursory validation of the object name returned (only directory traversal attacks are prevented). A malicious scp server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the scp client target directory. If recursive operation (-r) is performed, the server can manipulate subdirectories as well (for example, to overwrite the .ssh/authorized_keys file).
Published: 2019-01-31T00:00:00.000Z
Updated: 2025-12-18T14:35:00.730Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-6109 |
vulnerable | 2026-06-03 14:40:36.757255 |
Details available
An issue was discovered in OpenSSH 7.9. Due to missing character encoding in the progress display, a malicious server (or Man-in-The-Middle attacker) can employ crafted object names to manipulate the client output, e.g., by using ANSI control codes to hide additional files being transferred. This affects refresh_progress_meter() in progressmeter.c.
Published: 2019-01-31T00:00:00.000Z
Updated: 2026-05-28T18:13:56.906Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5882 |
vulnerable | 2026-06-03 14:40:36.126321 |
Details available
Irssi 1.1.x before 1.1.2 has a use after free when hidden lines are expired from the scroll buffer.
Published: 2019-01-09T22:00:00.000Z
Updated: 2024-08-04T20:09:23.655Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5747 |
vulnerable | 2026-06-03 14:40:36.003468 |
Details available
An issue was discovered in BusyBox through 1.30.0. An out of bounds read in udhcp components (consumed by the DHCP client, server, and/or relay) might allow a remote attacker to leak sensitive information from the stack by sending a crafted DHCP message. This is related to assurance of a 4-byte length when decoding DHCP_SUBNET. NOTE: this issue exists because of an incomplete fix for CVE-2018-20679.
Published: 2019-01-09T16:00:00.000Z
Updated: 2025-06-09T15:28:24.805Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5736 |
vulnerable | 2026-06-03 14:40:35.993046 |
Details available
runc through 1.0-rc6, as used in Docker before 18.09.2 and other products, allows attackers to overwrite the host runc binary (and consequently obtain host root access) by leveraging the ability to execute a command as root within one of these types of containers: (1) a new container with an attacker-controlled image, or (2) an existing container, to which the attacker previously had write access, that can be attached with docker exec. This occurs because of file-descriptor mishandling, related to /proc/self/exe.
Published: 2019-02-11T00:00:00.000Z
Updated: 2024-08-04T20:01:52.208Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5477 |
vulnerable | 2026-06-03 14:40:30.248956 |
Details available
A command injection vulnerability in Nokogiri v1.10.3 and earlier allows commands to be executed in a subprocess via Ruby's `Kernel.open` method. Processes are vulnerable only if the undocumented method `Nokogiri::CSS::Tokenizer#load_file` is being called with unsafe user input as the filename. This vulnerability appears in code generated by the Rexical gem versions v1.0.6 and earlier. Rexical is used by Nokogiri to generate lexical scanner code for parsing CSS queries. The underlying vulnerability was addressed in Rexical v1.0.7 and Nokogiri upgraded to this version of Rexical in Nokogiri v1.10.4.
Published: 2019-08-16T00:00:00.000Z
Updated: 2024-08-04T19:54:53.581Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5188 |
vulnerable | 2026-06-03 14:40:29.042368 |
Details available
HIGH (7.5)
A code execution vulnerability exists in the directory rehashing functionality of E2fsprogs e2fsck 1.45.4. A specially crafted ext4 directory can cause an out-of-bounds write on the stack, resulting in code execution. An attacker can corrupt a partition to trigger this vulnerability.
Published: 2020-01-08T15:45:09.000Z
Updated: 2025-05-30T19:48:23.229Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-5094 |
vulnerable | 2026-06-03 14:40:28.935913 |
Details available
HIGH (7.5)
An exploitable code execution vulnerability exists in the quota file functionality of E2fsprogs 1.45.3. A specially crafted ext4 partition can cause an out-of-bounds write on the heap, resulting in code execution. An attacker can corrupt a partition to trigger this vulnerability.
Published: 2019-09-24T21:21:27.000Z
Updated: 2025-05-30T19:48:11.112Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3900 |
vulnerable | 2026-06-03 14:40:27.795742 |
Details available
MEDIUM (6.3)
An infinite loop issue was found in the vhost_net kernel module in Linux Kernel up to and including v5.1-rc6, while handling incoming packets in handle_rx(). It could occur if one end sends packets faster than the other end can process them. A guest user, maybe remote one, could use this flaw to stall the vhost_net kernel thread, resulting in a DoS scenario.
Published: 2019-04-25T14:41:08.000Z
Updated: 2024-08-04T19:26:26.695Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3885 |
vulnerable | 2026-06-03 14:40:27.765560 |
Details available
LOW (3.3)
A use-after-free flaw was found in pacemaker up to and including version 2.0.1 which could result in certain sensitive information to be leaked via the system logs.
Published: 2019-04-18T00:00:00.000Z
Updated: 2024-08-04T19:19:18.606Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3882 |
vulnerable | 2026-06-03 14:40:27.752911 |
Details available
MEDIUM (4.7)
A flaw was found in the Linux kernel's vfio interface implementation that permits violation of the user's locked memory limit. If a device is bound to a vfio driver, such as vfio-pci, and the local attacker is administratively granted ownership of the device, it may cause a system memory exhaustion and thus a denial of service (DoS). Versions 3.10, 4.14 and 4.18 are vulnerable.
Published: 2019-04-24T15:23:10.000Z
Updated: 2024-08-04T19:19:18.633Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3874 |
vulnerable | 2026-06-03 14:40:27.733377 |
Details available
MEDIUM (5.3)
The SCTP socket buffer used by a userspace application is not accounted by the cgroups subsystem. An attacker can use this flaw to cause a denial of service attack. Kernel 3.10.x and 4.18.x branches are believed to be vulnerable.
Published: 2019-03-25T18:30:37.000Z
Updated: 2024-08-04T19:19:18.619Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3846 |
vulnerable | 2026-06-03 14:40:27.673866 |
Details available
HIGH (8)
A flaw that allowed an attacker to corrupt memory and possibly escalate privileges was found in the mwifiex kernel module while connecting to a malicious wireless network.
Published: 2019-06-03T18:25:57.000Z
Updated: 2024-08-04T19:19:18.683Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3844 |
vulnerable | 2026-06-03 14:40:27.668095 |
Details available
MEDIUM (4.5)
It was discovered that a systemd service that uses DynamicUser property can get new privileges through the execution of SUID binaries, which would allow to create binaries owned by the service transient group with the setgid bit set. A local attacker may use this flaw to access resources that will be owned by a potentially different service in the future, when the GID will be recycled.
Published: 2019-04-26T20:26:53.000Z
Updated: 2025-06-09T15:49:20.110Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3843 |
vulnerable | 2026-06-03 14:40:27.663849 |
Details available
MEDIUM (4.5)
It was discovered that a systemd service that uses DynamicUser property can create a SUID/SGID binary that would be allowed to run as the transient service UID/GID even after the service is terminated. A local attacker may use this flaw to access resources that will be owned by a potentially different service in the future, when the UID/GID will be recycled.
Published: 2019-04-26T20:27:30.000Z
Updated: 2025-06-09T15:49:53.235Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3839 |
vulnerable | 2026-06-03 14:40:27.649587 |
Details available
HIGH (7.3)
It was found that in ghostscript some privileged operators remained accessible from various places after the CVE-2019-6116 fix. A specially crafted PostScript file could use this flaw in order to, for example, have access to the file system outside of the constrains imposed by -dSAFER. Ghostscript versions before 9.27 are vulnerable.
Published: 2019-05-16T18:31:08.000Z
Updated: 2024-08-04T19:19:18.593Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3824 |
vulnerable | 2026-06-03 14:40:27.616629 |
Details available
A flaw was found in the way an LDAP search expression could crash the shared LDAP server process of a samba AD DC in samba before version 4.10. An authenticated user, having read permissions on the LDAP server, could use this flaw to cause denial of service.
Published: 2019-03-06T15:00:00.000Z
Updated: 2024-08-04T19:19:18.600Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3823 |
vulnerable | 2026-06-03 14:40:27.612868 |
Details available
MEDIUM (4.3)
libcurl versions from 7.34.0 to before 7.64.0 are vulnerable to a heap out-of-bounds read in the code handling the end-of-response for SMTP. If the buffer passed to `smtp_endofresp()` isn't NUL terminated and contains no character ending the parsed number, and `len` is set to 5, then the `strtol()` call reads beyond the allocated buffer. The read contents will not be returned to the caller.
Published: 2019-02-06T20:00:00.000Z
Updated: 2026-04-15T20:52:15.885Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3822 |
vulnerable | 2026-06-03 14:40:27.605704 |
Details available
HIGH (7.1)
libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large 'nt response' data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a 'large value' needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header.
Published: 2019-02-06T20:00:00.000Z
Updated: 2026-04-15T20:52:52.914Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3821 |
vulnerable | 2026-06-03 14:40:27.603003 |
Details available
HIGH (7.5)
A flaw was found in the way civetweb frontend was handling requests for ceph RGW server with SSL enabled. An unauthenticated attacker could create multiple connections to ceph RADOS gateway to exhaust file descriptors for ceph-radosgw service resulting in a remote denial of service.
Published: 2019-03-27T12:22:00.000Z
Updated: 2024-08-04T19:19:18.564Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3819 |
vulnerable | 2026-06-03 14:40:27.597025 |
Details available
MEDIUM (4.2)
A flaw was found in the Linux kernel in the function hid_debug_events_read() in drivers/hid/hid-debug.c file which may enter an infinite loop with certain parameters passed from a userspace. A local privileged user ("root") can cause a system lock up and a denial of service. Versions from v4.18 and newer are vulnerable.
Published: 2019-01-25T18:00:00.000Z
Updated: 2024-08-04T19:19:18.612Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3814 |
vulnerable | 2026-06-03 14:40:27.582486 |
Details available
HIGH (7.7)
It was discovered that Dovecot before versions 2.2.36.1 and 2.3.4.1 incorrectly handled client certificates. A remote attacker in possession of a valid certificate with an empty username field could possibly use this issue to impersonate other users.
Published: 2019-03-27T12:20:45.000Z
Updated: 2024-08-04T19:19:18.590Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3813 |
vulnerable | 2026-06-03 14:40:27.580215 |
Details available
Spice, versions 0.5.2 through 0.14.1, are vulnerable to an out-of-bounds read due to an off-by-one error in memslot_get_virt. This may lead to a denial of service, or, in the worst case, code-execution by unauthenticated attackers.
Published: 2019-02-04T18:00:00.000Z
Updated: 2024-09-16T16:23:33.117Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3701 |
vulnerable | 2026-06-03 14:40:26.806325 |
Details available
An issue was discovered in can_can_gw_rcv in net/can/gw.c in the Linux kernel through 4.19.13. The CAN frame modification rules allow bitwise logical operations that can be also applied to the can_dlc field. The privileged user "root" with CAP_NET_ADMIN can create a CAN frame modification rule that makes the data length code a higher value than the available CAN frame data size. In combination with a configured checksum calculation where the result is stored relatively to the end of the data (e.g. cgw_csum_xor_rel) the tail of the skb (e.g. frag_list pointer in skb_shared_info) can be rewritten which finally can cause a system crash. Because of a missing check, the CAN drivers may write arbitrary content beyond the data registers in the CAN controller's I/O memory when processing can-gw manipulated outgoing frames.
Published: 2019-01-03T16:00:00.000Z
Updated: 2024-08-04T19:19:16.818Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3498 |
vulnerable | 2026-06-03 14:40:26.554564 |
Details available
In Django 1.11.x before 1.11.18, 2.0.x before 2.0.10, and 2.1.x before 2.1.5, an Improper Neutralization of Special Elements in Output Used by a Downstream Component issue exists in django.views.defaults.page_not_found(), leading to content spoofing (in a 404 error page) if a user fails to recognize that a crafted URL has malicious content.
Published: 2019-01-09T22:00:00.000Z
Updated: 2024-08-04T19:12:09.465Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3466 |
vulnerable | 2026-06-03 14:40:26.508676 |
Details available
The pg_ctlcluster script in postgresql-common in versions prior to 210 didn't drop privileges when creating socket/statistics temporary directories, which could result in local privilege escalation.
Published: 2019-11-20T17:16:16.000Z
Updated: 2024-08-04T19:12:09.467Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3462 |
vulnerable | 2026-06-03 14:40:26.493990 |
Details available
Incorrect sanitation of the 302 redirect field in HTTP transport method of apt versions 1.4.8 and earlier can lead to content injection by a MITM attacker, potentially leading to remote code execution on the target machine.
Published: 2019-01-28T21:00:00.000Z
Updated: 2024-09-16T16:32:28.586Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3460 |
vulnerable | 2026-06-03 14:40:26.482324 |
Details available
A heap data infoleak in multiple locations including L2CAP_PARSE_CONF_RSP was found in the Linux kernel before 5.1-rc1.
Published: 2019-04-11T16:00:20.000Z
Updated: 2024-08-04T19:12:09.515Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-3459 |
vulnerable | 2026-06-03 14:40:26.470284 |
Details available
A heap address information leak while using L2CAP_GET_CONF_OPT was discovered in the Linux kernel before 5.1-rc1.
Published: 2019-04-11T15:53:35.000Z
Updated: 2024-08-04T19:12:09.320Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2819 |
vulnerable | 2026-06-03 14:40:26.028045 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Audit). Supported versions that are affected are 5.6.44 and prior, 5.7.26 and prior and 8.0.16 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: 2019-07-23T22:31:48.000Z
Updated: 2024-10-01T16:38:27.055Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2797 |
vulnerable | 2026-06-03 14:40:25.979193 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client programs). Supported versions that are affected are 5.7.26 and prior and 8.0.16 and prior. Difficult to exploit vulnerability allows high privileged attacker with access to the physical communication segment attached to the hardware where the MySQL Server executes 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.2 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:A/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2019-07-23T22:31:47.000Z
Updated: 2024-10-01T16:40:38.459Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2791 |
vulnerable | 2026-06-03 14:40:25.975612 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Audit Plug-in). Supported versions that are affected are 5.7.26 and prior and 8.0.16 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 as well as unauthorized read access to a subset of MySQL Server accessible data. CVSS 3.0 Base Score 3.8 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N).
Published: 2019-07-23T22:31:46.000Z
Updated: 2024-10-01T16:41:14.173Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2778 |
vulnerable | 2026-06-03 14:40:25.948129 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Privileges). Supported versions that are affected are 5.7.26 and prior and 8.0.16 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 and unauthorized ability to cause a partial denial of service (partial DOS) of MySQL Server. CVSS 3.0 Base Score 5.4 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L).
Published: 2019-07-23T22:31:45.000Z
Updated: 2024-10-01T16:42:28.021Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2774 |
vulnerable | 2026-06-03 14:40:25.942110 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.26 and prior and 8.0.16 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: 2019-07-23T22:31:45.000Z
Updated: 2024-10-01T16:42:48.633Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2758 |
vulnerable | 2026-06-03 14:40:25.899777 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.26 and prior and 8.0.16 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: 2019-07-23T22:31:44.000Z
Updated: 2024-10-01T16:43:28.265Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2757 |
vulnerable | 2026-06-03 14:40:25.898763 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.26 and prior and 8.0.16 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: 2019-07-23T22:31:44.000Z
Updated: 2024-10-01T16:43:34.802Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2741 |
vulnerable | 2026-06-03 14:40:25.863577 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Audit Log). Supported versions that are affected are 5.7.26 and prior and 8.0.16 and prior. Difficult to exploit 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 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).
Published: 2019-07-23T22:31:43.000Z
Updated: 2024-10-01T16:44:57.875Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2738 |
vulnerable | 2026-06-03 14:40:25.849730 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server : Compiling). Supported versions that are affected are 5.6.44 and prior, 5.7.26 and prior and 8.0.16 and prior. Difficult to exploit 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.0 Base Score 3.1 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N).
Published: 2019-07-23T22:31:42.000Z
Updated: 2024-10-01T16:45:18.602Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2683 |
vulnerable | 2026-06-03 14:40:20.768795 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Options). Supported versions that are affected are 5.6.43 and prior, 5.7.25 and prior and 8.0.15 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: 2019-04-23T18:16:44.000Z
Updated: 2024-10-02T15:40:34.579Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2632 |
vulnerable | 2026-06-03 14:40:20.665840 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server : Pluggable Auth). Supported versions that are affected are 5.7.25 and prior and 8.0.15 and prior. Easily exploitable vulnerability allows unauthenticated 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.0 Base Score 7.5 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).
Published: 2019-04-23T18:16:41.000Z
Updated: 2024-10-02T15:58:55.977Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2592 |
vulnerable | 2026-06-03 14:40:20.572621 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: PS). Supported versions that are affected are 5.7.25 and prior and 8.0.15 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: 2019-04-23T18:16:40.000Z
Updated: 2024-10-02T15:47:51.194Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2581 |
vulnerable | 2026-06-03 14:40:20.545556 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.25 and prior and 8.0.15 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: 2019-04-23T18:16:39.000Z
Updated: 2024-10-02T15:49:01.143Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2566 |
vulnerable | 2026-06-03 14:40:20.522320 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Audit Plug-in). Supported versions that are affected are 5.7.25 and prior and 8.0.15 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: 2019-04-23T18:16:39.000Z
Updated: 2024-10-02T15:49:53.146Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2534 |
vulnerable | 2026-06-03 14:40:20.468180 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Replication). Supported versions that are affected are 5.6.42 and prior, 5.7.24 and prior and 8.0.13 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 access to critical data or complete access to all MySQL Server accessible data as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 7.1 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N).
Published: 2019-01-16T19:00:00.000Z
Updated: 2024-10-02T15:53:21.581Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2532 |
vulnerable | 2026-06-03 14:40:20.466387 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Privileges). Supported versions that are affected are 5.7.24 and prior and 8.0.13 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: 2019-01-16T19:00:00.000Z
Updated: 2024-10-02T16:03:16.094Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2531 |
vulnerable | 2026-06-03 14:40:20.465439 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Replication). Supported versions that are affected are 5.6.42 and prior, 5.7.24 and prior and 8.0.13 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: 2019-01-16T19:00:00.000Z
Updated: 2024-10-02T16:03:23.259Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2529 |
vulnerable | 2026-06-03 14:40:20.463146 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.6.42 and prior, 5.7.24 and prior and 8.0.13 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: 2019-01-16T19:00:00.000Z
Updated: 2024-10-02T16:03:36.060Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2434 |
vulnerable | 2026-06-03 14:40:20.329489 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Parser). Supported versions that are affected are 5.7.24 and prior and 8.0.13 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: 2019-01-16T19:00:00.000Z
Updated: 2024-10-02T16:18:39.243Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2422 |
vulnerable | 2026-06-03 14:40:20.299149 |
Details available
Vulnerability in the Java SE component of Oracle Java SE (subcomponent: Libraries). Supported versions that are affected are Java SE: 7u201, 8u192 and 11.0.1; Java SE Embedded: 8u191. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Java SE accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets (in Java SE 8), 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.0 Base Score 3.1 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N).
Published: 2019-01-16T19:00:00.000Z
Updated: 2024-10-02T16:20:23.900Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2420 |
vulnerable | 2026-06-03 14:40:20.282185 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.24 and prior and 8.0.13 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: 2019-01-16T19:00:00.000Z
Updated: 2024-10-02T16:20:39.135Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2201 |
vulnerable | 2026-06-03 14:40:19.161683 |
Details available
In generate_jsimd_ycc_rgb_convert_neon of jsimd_arm64_neon.S, there is a possible out of bounds write due to a missing bounds check. This could lead to remote code execution in an unprivileged process 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-120551338
Published: 2019-11-13T17:35:51.000Z
Updated: 2024-08-04T18:42:50.884Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20908 |
vulnerable | 2026-06-03 14:40:17.807920 |
Details available
An issue was discovered in drivers/firmware/efi/efi.c in the Linux kernel before 5.4. Incorrect access permissions for the efivar_ssdt ACPI variable could be used by attackers to bypass lockdown or secure boot restrictions, aka CID-1957a85b0032.
Published: 2020-07-15T21:24:27.000Z
Updated: 2024-08-05T02:53:09.612Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20907 |
vulnerable | 2026-06-03 14:40:17.804532 |
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.725580 |
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.724620 |
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.700194 |
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-20788 |
vulnerable | 2026-06-03 14:40:17.661652 |
Details available
libvncclient/cursor.c in LibVNCServer through 0.9.12 has a HandleCursorShape integer overflow and heap-based buffer overflow via a large height or width value. NOTE: this may overlap CVE-2019-15690.
Published: 2020-04-23T18:06:55.000Z
Updated: 2024-08-05T02:53:09.241Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20446 |
vulnerable | 2026-06-03 14:40:16.711503 |
Details available
In xml.rs in GNOME librsvg before 2.46.2, a crafted SVG file with nested patterns can cause denial of service when passed to the library for processing. The attacker constructs pattern elements so that the number of final rendered objects grows exponentially.
Published: 2020-02-02T00:00:00.000Z
Updated: 2024-08-05T02:39:09.924Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20421 |
vulnerable | 2026-06-03 14:40:16.677326 |
Details available
In Jp2Image::readMetadata() in jp2image.cpp in Exiv2 0.27.2, an input file can result in an infinite loop and hang, with high CPU consumption. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted file.
Published: 2020-01-27T04:22:10.000Z
Updated: 2024-08-05T02:39:09.878Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20367 |
vulnerable | 2026-06-03 14:40:16.590404 |
Details available
nlist.c in libbsd before 0.10.0 has an out-of-bounds read during a comparison for a symbol name from the string table (strtab).
Published: 2020-01-08T16:50:03.000Z
Updated: 2024-08-05T02:39:09.447Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20079 |
vulnerable | 2026-06-03 14:40:11.457051 |
Details available
The autocmd feature in window.c in Vim before 8.1.2136 accesses freed memory.
Published: 2019-12-30T00:04:13.000Z
Updated: 2024-08-05T02:32:10.523Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-1551 |
vulnerable | 2026-06-03 14:40:07.736107 |
rsaz_512_sqr overflow bug on x86_64
There is an overflow bug in the x64_64 Montgomery squaring procedure used in exponentiation with 512-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against 2-prime RSA1024, 3-prime RSA1536, and DSA1024 as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH512 are considered just feasible. However, for an attack the target would have to re-use the DH512 private key, which is not recommended anyway. Also applications directly using the low level API BN_mod_exp may be affected if they use BN_FLG_CONSTTIME. Fixed in OpenSSL 1.1.1e (Affected 1.1.1-1.1.1d). Fixed in OpenSSL 1.0.2u (Affected 1.0.2-1.0.2t).
Published: 2019-12-06T17:20:14.842Z
Updated: 2024-09-16T19:40:14.240Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19959 |
vulnerable | 2026-06-03 14:40:06.155117 |
Details available
ext/misc/zipfile.c in SQLite 3.30.1 mishandles certain uses of INSERT INTO in situations involving embedded '\0' characters in filenames, leading to a memory-management error that can be detected by (for example) valgrind.
Published: 2020-01-03T21:37:42.000Z
Updated: 2024-08-05T02:32:10.141Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19956 |
vulnerable | 2026-06-03 14:40:06.150211 |
Details available
xmlParseBalancedChunkMemoryRecover in parser.c in libxml2 before 2.9.10 has a memory leak related to newDoc->oldNs.
Published: 2019-12-24T15:12:57.000Z
Updated: 2025-12-03T18:29:29.480Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19844 |
vulnerable | 2026-06-03 14:40:05.968689 |
Details available
Django before 1.11.27, 2.x before 2.2.9, and 3.x before 3.0.1 allows account takeover. A suitably crafted email address (that is equal to an existing user's email address after case transformation of Unicode characters) would allow an attacker to be sent a password reset token for the matched user account. (One mitigation in the new releases is to send password reset tokens only to the registered user email address.)
Published: 2019-12-18T18:07:11.000Z
Updated: 2024-08-05T02:25:12.834Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19816 |
vulnerable | 2026-06-03 14:40:05.868659 |
Details available
In the Linux kernel 5.0.21, mounting a crafted btrfs filesystem image and performing some operations can cause slab-out-of-bounds write access in __btrfs_map_block in fs/btrfs/volumes.c, because a value of 1 for the number of data stripes is mishandled.
Published: 2019-12-17T05:58:39.000Z
Updated: 2024-08-05T02:25:12.674Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19813 |
vulnerable | 2026-06-03 14:40:05.867098 |
Details available
In the Linux kernel 5.0.21, mounting a crafted btrfs filesystem image, performing some operations, and then making a syncfs system call can lead to a use-after-free in __mutex_lock in kernel/locking/mutex.c. This is related to mutex_can_spin_on_owner in kernel/locking/mutex.c, __btrfs_qgroup_free_meta in fs/btrfs/qgroup.c, and btrfs_insert_delayed_items in fs/btrfs/delayed-inode.c.
Published: 2019-12-17T05:43:52.000Z
Updated: 2024-08-05T02:25:12.703Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19807 |
vulnerable | 2026-06-03 14:40:05.863828 |
Details available
In the Linux kernel before 5.3.11, sound/core/timer.c has a use-after-free caused by erroneous code refactoring, aka CID-e7af6307a8a5. This is related to snd_timer_open and snd_timer_close_locked. The timeri variable was originally intended to be for a newly created timer instance, but was used for a different purpose after refactoring.
Published: 2019-12-15T22:59:14.000Z
Updated: 2024-08-05T02:25:12.799Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19529 |
vulnerable | 2026-06-03 14:40:05.202997 |
Details available
In the Linux kernel before 5.3.11, there is a use-after-free bug that can be caused by a malicious USB device in the drivers/net/can/usb/mcba_usb.c driver, aka CID-4d6636498c41.
Published: 2019-12-03T15:40:58.000Z
Updated: 2024-08-05T02:16:48.168Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19462 |
vulnerable | 2026-06-03 14:40:05.129789 |
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-19344 |
vulnerable | 2026-06-03 14:40:04.522728 |
Details available
MEDIUM (6.5)
There is a use-after-free issue in all samba 4.9.x versions before 4.9.18, all samba 4.10.x versions before 4.10.12 and all samba 4.11.x versions before 4.11.5, essentially due to a call to realloc() while other local variables still point at the original buffer.
Published: 2020-01-21T00:00:00.000Z
Updated: 2024-08-05T02:16:47.118Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19318 |
vulnerable | 2026-06-03 14:40:04.466432 |
Details available
In the Linux kernel 5.3.11, mounting a crafted btrfs image twice can cause an rwsem_down_write_slowpath use-after-free because (in rwsem_can_spin_on_owner in kernel/locking/rwsem.c) rwsem_owner_flags returns an already freed pointer,
Published: 2019-11-27T23:41:36.000Z
Updated: 2024-08-05T02:16:47.014Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19242 |
vulnerable | 2026-06-03 14:40:04.155423 |
Details available
SQLite 3.30.1 mishandles pExpr->y.pTab, as demonstrated by the TK_COLUMN case in sqlite3ExprCodeTarget in expr.c.
Published: 2019-11-25T15:30:11.000Z
Updated: 2024-08-05T02:09:39.513Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19083 |
vulnerable | 2026-06-03 14:40:03.856763 |
Details available
Memory leaks in *clock_source_create() functions under drivers/gpu/drm/amd/display/dc in the Linux kernel before 5.3.8 allow attackers to cause a denial of service (memory consumption). This affects the dce112_clock_source_create() function in drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c, the dce100_clock_source_create() function in drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c, the dcn10_clock_source_create() function in drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c, the dcn20_clock_source_create() function in drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c, the dce120_clock_source_create() function in drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c, the dce110_clock_source_create() function in drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c, and the dce80_clock_source_create() function in drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c, aka CID-055e547478a1.
Published: 2019-11-18T05:24:33.000Z
Updated: 2024-08-05T02:09:38.894Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19082 |
vulnerable | 2026-06-03 14:40:03.856243 |
Details available
Memory leaks in *create_resource_pool() functions under drivers/gpu/drm/amd/display/dc in the Linux kernel through 5.3.11 allow attackers to cause a denial of service (memory consumption). This affects the dce120_create_resource_pool() function in drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c, the dce110_create_resource_pool() function in drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c, the dce100_create_resource_pool() function in drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c, the dcn10_create_resource_pool() function in drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c, and the dce112_create_resource_pool() function in drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c, aka CID-104c307147ad.
Published: 2019-11-18T05:24:31.000Z
Updated: 2024-08-05T02:09:38.997Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19068 |
vulnerable | 2026-06-03 14:40:03.839664 |
Details available
A memory leak in the rtl8xxxu_submit_int_urb() function in drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering usb_submit_urb() failures, aka CID-a2cdd07488e6.
Published: 2019-11-18T05:24:12.000Z
Updated: 2024-08-05T02:09:39.148Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19066 |
vulnerable | 2026-06-03 14:40:03.838513 |
Details available
A memory leak in the bfad_im_get_stats() function in drivers/scsi/bfa/bfad_attr.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering bfa_port_get_stats() failures, aka CID-0e62395da2bd.
Published: 2019-11-18T05:24:09.000Z
Updated: 2024-08-05T02:09:39.658Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19065 |
vulnerable | 2026-06-03 14:40:03.837702 |
Details available
A memory leak in the sdma_init() function in drivers/infiniband/hw/hfi1/sdma.c in the Linux kernel before 5.3.9 allows attackers to cause a denial of service (memory consumption) by triggering rhashtable_init() failures, aka CID-34b3be18a04e. NOTE: This has been disputed as not a vulnerability because "rhashtable_init() can only fail if it is passed invalid values in the second parameter's struct, but when invoked from sdma_init() that is a pointer to a static const struct, so an attacker could only trigger failure if they could corrupt kernel memory (in which case a small memory leak is not a significant problem).
Published: 2019-11-18T05:24:08.000Z
Updated: 2024-08-05T02:09:38.445Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19063 |
vulnerable | 2026-06-03 14:40:03.836065 |
Details available
Two memory leaks in the rtl_usb_probe() function in drivers/net/wireless/realtek/rtlwifi/usb.c in the Linux kernel through 5.3.11 allow attackers to cause a denial of service (memory consumption), aka CID-3f9361695113.
Published: 2019-11-18T05:24:05.000Z
Updated: 2024-08-05T02:09:39.242Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19062 |
vulnerable | 2026-06-03 14:40:03.818088 |
Details available
A memory leak in the crypto_report() function in crypto/crypto_user_base.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering crypto_report_alg() failures, aka CID-ffdde5932042.
Published: 2019-11-18T05:24:04.000Z
Updated: 2024-08-05T02:09:38.532Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19058 |
vulnerable | 2026-06-03 14:40:03.814294 |
Details available
A memory leak in the alloc_sgtable() function in drivers/net/wireless/intel/iwlwifi/fw/dbg.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering alloc_page() failures, aka CID-b4b814fec1a5.
Published: 2019-11-18T05:23:58.000Z
Updated: 2024-08-05T02:09:38.134Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19056 |
vulnerable | 2026-06-03 14:40:03.811872 |
Details available
A memory leak in the mwifiex_pcie_alloc_cmdrsp_buf() function in drivers/net/wireless/marvell/mwifiex/pcie.c in the Linux kernel through 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering mwifiex_map_pci_memory() failures, aka CID-db8fd2cde932.
Published: 2019-11-18T05:23:56.000Z
Updated: 2024-08-05T02:09:38.154Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-19045 |
vulnerable | 2026-06-03 14:40:03.778618 |
Details available
A memory leak in the mlx5_fpga_conn_create_cq() function in drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c in the Linux kernel before 5.3.11 allows attackers to cause a denial of service (memory consumption) by triggering mlx5_vector2eqn() failures, aka CID-c8c2a057fdc7.
Published: 2019-11-18T05:23:40.000Z
Updated: 2024-08-05T02:09:38.347Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18809 |
vulnerable | 2026-06-03 14:39:57.989529 |
Details available
A memory leak in the af9005_identify_state() function in drivers/media/usb/dvb-usb/af9005.c in the Linux kernel through 5.3.9 allows attackers to cause a denial of service (memory consumption), aka CID-2289adbfa559.
Published: 2019-11-07T15:29:36.000Z
Updated: 2024-08-05T02:02:39.848Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18679 |
vulnerable | 2026-06-03 14:39:57.832130 |
Details available
An issue was discovered in Squid 2.x, 3.x, and 4.x through 4.8. Due to incorrect data management, it is vulnerable to information disclosure when processing HTTP Digest Authentication. Nonce tokens contain the raw byte value of a pointer that sits within heap memory allocation. This information reduces ASLR protections and may aid attackers isolating memory areas to target for remote code execution attacks.
Published: 2019-11-26T16:14:03.000Z
Updated: 2024-08-05T02:02:39.623Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18678 |
vulnerable | 2026-06-03 14:39:57.831316 |
Details available
An issue was discovered in Squid 3.x and 4.x through 4.8. It allows attackers to smuggle HTTP requests through frontend software to a Squid instance that splits the HTTP Request pipeline differently. The resulting Response messages corrupt caches (between a client and Squid) with attacker-controlled content at arbitrary URLs. Effects are isolated to software between the attacker client and Squid. There are no effects on Squid itself, nor on any upstream servers. The issue is related to a request header containing whitespace between a header name and a colon.
Published: 2019-11-26T16:15:42.000Z
Updated: 2024-08-05T02:02:38.289Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18677 |
vulnerable | 2026-06-03 14:39:57.830584 |
Details available
An issue was discovered in Squid 3.x and 4.x through 4.8 when the append_domain setting is used (because the appended characters do not properly interact with hostname length restrictions). Due to incorrect message processing, it can inappropriately redirect traffic to origins it should not be delivered to.
Published: 2019-11-26T16:21:59.000Z
Updated: 2024-08-05T01:54:14.540Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18676 |
vulnerable | 2026-06-03 14:39:57.824211 |
Details available
An issue was discovered in Squid 3.x and 4.x through 4.8. Due to incorrect input validation, there is a heap-based buffer overflow that can result in Denial of Service to all clients using the proxy. Severity is high due to this vulnerability occurring before normal security checks; any remote client that can reach the proxy port can trivially perform the attack via a crafted URI scheme.
Published: 2019-11-26T16:23:49.000Z
Updated: 2024-08-05T01:54:14.482Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18660 |
vulnerable | 2026-06-03 14:39:57.798484 |
Details available
The Linux kernel before 5.4.1 on powerpc allows Information Exposure because the Spectre-RSB mitigation is not in place for all applicable CPUs, aka CID-39e72bf96f58. This is related to arch/powerpc/kernel/entry_64.S and arch/powerpc/kernel/security.c.
Published: 2019-11-27T22:11:42.000Z
Updated: 2024-08-05T01:54:14.648Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18609 |
vulnerable | 2026-06-03 14:39:57.431451 |
Details available
An issue was discovered in amqp_handle_input in amqp_connection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTION_STATE_HEADER. A rogue server could return a malicious frame header that leads to a smaller target_size value than needed. This condition is then carried on to a memcpy function that copies too much data into a heap buffer.
Published: 2019-12-01T21:50:08.000Z
Updated: 2024-08-05T01:54:14.437Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18408 |
vulnerable | 2026-06-03 14:39:57.271744 |
Details available
archive_read_format_rar_read_data in archive_read_support_format_rar.c in libarchive before 3.4.0 has a use-after-free in a certain ARCHIVE_FAILED situation, related to Ppmd7_DecodeSymbol.
Published: 2019-10-24T13:37:39.000Z
Updated: 2024-08-05T01:54:14.375Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-18197 |
vulnerable | 2026-06-03 14:39:56.801862 |
Details available
In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn't reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.
Published: 2019-10-18T20:07:17.000Z
Updated: 2026-05-28T18:27:59.540Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17563 |
vulnerable | 2026-06-03 14:39:56.515884 |
Details available
When using FORM authentication with Apache Tomcat 9.0.0.M1 to 9.0.29, 8.5.0 to 8.5.49 and 7.0.0 to 7.0.98 there was a narrow window where an attacker could perform a session fixation attack. The window was considered too narrow for an exploit to be practical but, erring on the side of caution, this issue has been treated as a security vulnerability.
Published: 2019-12-23T16:39:01.000Z
Updated: 2024-08-05T01:40:15.805Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17544 |
vulnerable | 2026-06-03 14:39:56.484777 |
Details available
libaspell.a in GNU Aspell before 0.60.8 has a stack-based buffer over-read in acommon::unescape in common/getdata.cpp via an isolated \ character.
Published: 2019-10-14T01:07:53.000Z
Updated: 2024-08-05T01:40:15.856Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17542 |
vulnerable | 2026-06-03 14:39:56.479502 |
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-17455 |
vulnerable | 2026-06-03 14:39:56.384909 |
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-17025 |
vulnerable | 2026-06-03 14:39:55.715962 |
Details available
Mozilla developers reported memory safety bugs present in Firefox 71. 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 < 72.
Published: 2020-01-08T21:31:26.000Z
Updated: 2024-08-05T01:24:48.686Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17023 |
vulnerable | 2026-06-03 14:39:55.706985 |
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 |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17022 |
vulnerable | 2026-06-03 14:39:55.706366 |
Details available
When pasting a <style> tag from the clipboard into a rich text editor, the CSS sanitizer does not escape < and > characters. Because the resulting string is pasted directly into the text node of the element this does not result in a direct injection into the webpage; however, if a webpage subsequently copies the node's innerHTML, assigning it to another innerHTML, this would result in an XSS vulnerability. Two WYSIWYG editors were identified with this behavior, more may exist. This vulnerability affects Firefox ESR < 68.4 and Firefox < 72.
Published: 2020-01-08T21:30:09.000Z
Updated: 2024-08-05T01:24:48.712Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17020 |
vulnerable | 2026-06-03 14:39:55.705103 |
Details available
If an XML file is served with a Content Security Policy and the XML file includes an XSL stylesheet, the Content Security Policy will not be applied to the contents of the XSL stylesheet. If the XSL sheet e.g. includes JavaScript, it would bypass any of the restrictions of the Content Security Policy applied to the XML document. This vulnerability affects Firefox < 72.
Published: 2020-01-08T21:29:16.000Z
Updated: 2024-08-05T01:24:48.668Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17017 |
vulnerable | 2026-06-03 14:39:55.703890 |
Details available
Due to a missing case handling object types, a type confusion vulnerability could occur, resulting in a crash. We presume that with enough effort that it could be exploited to run arbitrary code. This vulnerability affects Firefox ESR < 68.4 and Firefox < 72.
Published: 2020-01-08T21:27:36.000Z
Updated: 2024-08-05T01:24:48.752Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-17016 |
vulnerable | 2026-06-03 14:39:55.693531 |
Details available
When pasting a <style> tag from the clipboard into a rich text editor, the CSS sanitizer incorrectly rewrites a @namespace rule. This could allow for injection into certain types of websites resulting in data exfiltration. This vulnerability affects Firefox ESR < 68.4 and Firefox < 72.
Published: 2020-01-08T21:27:03.000Z
Updated: 2024-08-05T01:24:48.588Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16680 |
vulnerable | 2026-06-03 14:39:55.227851 |
Details available
An issue was discovered in GNOME file-roller before 3.29.91. It allows a single ./../ path traversal via a filename contained in a TAR archive, possibly overwriting a file during extraction.
Published: 2019-09-21T20:33:21.000Z
Updated: 2024-08-05T01:17:41.208Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16275 |
vulnerable | 2026-06-03 14:39:54.199865 |
Details available
hostapd before 2.10 and wpa_supplicant before 2.10 allow an incorrect indication of disconnection in certain situations because source address validation is mishandled. This is a denial of service that should have been prevented by PMF (aka management frame protection). The attacker must send a crafted 802.11 frame from a location that is within the 802.11 communications range.
Published: 2019-09-12T19:07:09.000Z
Updated: 2024-08-05T01:10:41.709Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16234 |
vulnerable | 2026-06-03 14:39:54.025785 |
Details available
drivers/net/wireless/intel/iwlwifi/pcie/trans.c in the Linux kernel 5.2.14 does not check the alloc_workqueue return value, leading to a NULL pointer dereference.
Published: 2019-09-11T15:29:40.000Z
Updated: 2024-08-05T01:10:41.706Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16233 |
vulnerable | 2026-06-03 14:39:54.025271 |
Details available
drivers/scsi/qla2xxx/qla_os.c in the Linux kernel 5.2.14 does not check the alloc_workqueue return value, leading to a NULL pointer dereference.
Published: 2019-09-11T15:30:01.000Z
Updated: 2024-08-05T01:10:41.666Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16232 |
vulnerable | 2026-06-03 14:39:54.024690 |
Details available
drivers/net/wireless/marvell/libertas/if_sdio.c in the Linux kernel 5.2.14 does not check the alloc_workqueue return value, leading to a NULL pointer dereference.
Published: 2019-09-11T15:30:13.000Z
Updated: 2024-08-05T01:10:41.560Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16231 |
vulnerable | 2026-06-03 14:39:54.024069 |
Details available
drivers/net/fjes/fjes_main.c in the Linux kernel 5.2.14 does not check the alloc_workqueue return value, leading to a NULL pointer dereference.
Published: 2019-09-11T15:30:23.000Z
Updated: 2024-08-05T01:10:41.646Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16229 |
vulnerable | 2026-06-03 14:39:54.021352 |
Details available
drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c in the Linux kernel 5.2.14 does not check the alloc_workqueue return value, leading to a NULL pointer dereference. NOTE: The security community disputes this issues as not being serious enough to be deserving a CVE id
Published: 2019-09-11T15:30:55.000Z
Updated: 2024-08-05T01:10:41.614Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16168 |
vulnerable | 2026-06-03 14:39:53.952987 |
Details available
In SQLite through 3.29.0, whereLoopAddBtreeIndex in sqlite3.c can crash a browser or other application because of missing validation of a sqlite_stat1 sz field, aka a "severe division by zero in the query planner."
Published: 2019-09-09T16:07:15.000Z
Updated: 2026-05-28T18:37:58.079Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15845 |
vulnerable | 2026-06-03 14:39:48.398851 |
Details available
Ruby through 2.4.7, 2.5.x through 2.5.6, and 2.6.x through 2.6.4 mishandles path checking within File.fnmatch functions.
Published: 2019-11-26T16:45:08.000Z
Updated: 2024-08-05T01:03:32.086Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15796 |
not_vulnerable | 2026-06-03 14:39:48.299473 |
python-apt downloads from untrusted sources
MEDIUM (4.7)
Python-apt doesn't check if hashes are signed in `Version.fetch_binary()` and `Version.fetch_source()` of apt/package.py or in `_fetch_archives()` of apt/cache.py in version 1.9.3ubuntu2 and earlier. This allows downloads from unsigned repositories which shouldn't be allowed and has been fixed in verisions 1.9.5, 1.9.0ubuntu1.2, 1.6.5ubuntu0.1, 1.1.0~beta1ubuntu0.16.04.7, 0.9.3.5ubuntu3+esm2, and 0.8.3ubuntu7.5.
Published: 2020-03-26T13:00:21.745Z
Updated: 2024-09-16T22:14:45.095Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15795 |
not_vulnerable | 2026-06-03 14:39:48.284129 |
python-apt uses MD5 for validation
MEDIUM (4.7)
python-apt only checks the MD5 sums of downloaded files in `Version.fetch_binary()` and `Version.fetch_source()` of apt/package.py in version 1.9.0ubuntu1 and earlier. This allows a man-in-the-middle attack which could potentially be used to install altered packages and has been fixed in versions 1.9.0ubuntu1.2, 1.6.5ubuntu0.1, 1.1.0~beta1ubuntu0.16.04.7, 0.9.3.5ubuntu3+esm2, and 0.8.3ubuntu7.5.
Published: 2020-03-26T13:00:21.299Z
Updated: 2024-09-16T19:45:50.191Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15790 |
vulnerable | 2026-06-03 14:39:48.252196 |
Apport reads PID files with elevated privileges
LOW (2.8)
Apport reads and writes information on a crashed process to /proc/pid with elevated privileges. Apport then determines which user the crashed process belongs to by reading /proc/pid through get_pid_info() in data/apport. An unprivileged user could exploit this to read information about a privileged running process by exploiting PID recycling. This information could then be used to obtain ASLR offsets for a process with an existing memory corruption vulnerability. The initial fix introduced regressions in the Python Apport library due to a missing argument in Report.add_proc_environ in apport/report.py. It also caused an autopkgtest failure when reading /proc/pid and with Python 2 compatibility by reading /proc maps. The initial and subsequent regression fixes are in 2.20.11-0ubuntu16, 2.20.11-0ubuntu8.6, 2.20.9-0ubuntu7.12, 2.20.1-0ubuntu2.22 and 2.14.1-0ubuntu3.29+esm3.
Published: 2020-04-27T23:25:19.961Z
Updated: 2025-11-03T19:25:26.757Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15681 |
vulnerable | 2026-06-03 14:39:48.074400 |
Details available
LibVNC commit before d01e1bb4246323ba6fcee3b82ef1faa9b1dac82a contains a memory leak (CWE-655) in VNC server code, which allow an attacker to read stack memory and can be abused for information disclosure. Combined with another vulnerability, it can be used to leak stack memory and bypass ASLR. This attack appear to be exploitable via network connectivity. These vulnerabilities have been fixed in commit d01e1bb4246323ba6fcee3b82ef1faa9b1dac82a.
Published: 2019-10-29T16:04:51.000Z
Updated: 2024-08-05T00:56:22.452Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15214 |
vulnerable | 2026-06-03 14:39:47.174360 |
Details available
An issue was discovered in the Linux kernel before 5.0.10. There is a use-after-free in the sound subsystem because card disconnection causes certain data structures to be deleted too early. This is related to sound/core/init.c and sound/core/info.c.
Published: 2019-08-19T21:46:57.000Z
Updated: 2024-08-05T00:42:03.681Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15133 |
vulnerable | 2026-06-03 14:39:47.121977 |
Details available
In GIFLIB before 2019-02-16, a malformed GIF file triggers a divide-by-zero exception in the decoder function DGifSlurp in dgif_lib.c if the height field of the ImageSize data structure is equal to zero.
Published: 2019-08-17T00:00:00.000Z
Updated: 2024-08-05T00:34:53.382Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15098 |
vulnerable | 2026-06-03 14:39:47.072083 |
Details available
drivers/net/wireless/ath/ath6kl/usb.c in the Linux kernel through 5.2.9 has a NULL pointer dereference via an incomplete address in an endpoint descriptor.
Published: 2019-08-16T01:15:39.000Z
Updated: 2024-08-05T00:34:53.238Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15090 |
vulnerable | 2026-06-03 14:39:47.063449 |
Details available
An issue was discovered in drivers/scsi/qedi/qedi_dbg.c in the Linux kernel before 5.1.12. In the qedi_dbg_* family of functions, there is an out-of-bounds read.
Published: 2019-08-15T23:47:47.000Z
Updated: 2024-08-05T00:34:53.231Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15031 |
vulnerable | 2026-06-03 14:39:46.984776 |
Details available
In the Linux kernel through 5.2.14 on the powerpc platform, a local user can read vector registers of other users' processes via an interrupt. To exploit the venerability, a local user starts a transaction (via the hardware transactional memory instruction tbegin) and then accesses vector registers. At some point, the vector registers will be corrupted with the values from a different local Linux process, because MSR_TM_ACTIVE is misused in arch/powerpc/kernel/process.c.
Published: 2019-09-13T12:45:49.000Z
Updated: 2024-08-05T00:34:53.153Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-15030 |
vulnerable | 2026-06-03 14:39:46.984174 |
Details available
In the Linux kernel through 5.2.14 on the powerpc platform, a local user can read vector registers of other users' processes via a Facility Unavailable exception. To exploit the venerability, a local user starts a transaction (via the hardware transactional memory instruction tbegin) and then accesses vector registers. At some point, the vector registers will be corrupted with the values from a different local Linux process because of a missing arch/powerpc/kernel/process.c check.
Published: 2019-09-13T12:37:22.000Z
Updated: 2024-08-05T00:34:53.134Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-14981 |
vulnerable | 2026-06-03 14:39:46.915501 |
Details available
In ImageMagick 7.x before 7.0.8-41 and 6.x before 6.9.10-41, there is a divide-by-zero vulnerability in the MeanShiftImage function. It allows an attacker to cause a denial of service by sending a crafted file.
Published: 2019-08-12T22:06:50.000Z
Updated: 2024-08-05T00:34:53.021Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-14907 |
vulnerable | 2026-06-03 14:39:46.830682 |
Details available
MEDIUM (6.5)
All samba versions 4.9.x before 4.9.18, 4.10.x before 4.10.12 and 4.11.x before 4.11.5 have an issue where if it is set with "log level = 3" (or above) then the string obtained from the client, after a failed character conversion, is printed. Such strings can be provided during the NTLMSSP authentication exchange. In the Samba AD DC in particular, this may cause a long-lived process(such as the RPC server) to terminate. (In the file server case, the most likely target, smbd, operates as process-per-client and so a crash there is harmless).
Published: 2020-01-21T00:00:00.000Z
Updated: 2024-08-05T00:34:52.321Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-14902 |
vulnerable | 2026-06-03 14:39:46.821814 |
Details available
MEDIUM (5.4)
There is an issue in all samba 4.11.x versions before 4.11.5, all samba 4.10.x versions before 4.10.12 and all samba 4.9.x versions before 4.9.18, where the removal of the right to create or modify a subtree would not automatically be taken away on all domain controllers.
Published: 2020-01-21T00:00:00.000Z
Updated: 2024-08-05T00:26:39.142Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-14889 |
vulnerable | 2026-06-03 14:39:46.780920 |
Details available
HIGH (7.1)
A flaw was found with the libssh API function ssh_scp_new() in versions before 0.9.3 and before 0.8.8. When the libssh SCP client connects to a server, the scp command, which includes a user-provided path, is executed on the server-side. In case the library is used in a way where users can influence the third parameter of the function, it would become possible for an attacker to inject arbitrary commands, leading to a compromise of the remote target.
Published: 2019-12-10T00:00:00.000Z
Updated: 2024-08-05T00:26:39.148Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-14861 |
vulnerable | 2026-06-03 14:39:46.725057 |
Details available
MEDIUM (5.3)
All Samba versions 4.x.x before 4.9.17, 4.10.x before 4.10.11 and 4.11.x before 4.11.3 have an issue, where the (poorly named) dnsserver RPC pipe provides administrative facilities to modify DNS records and zones. Samba, when acting as an AD DC, stores DNS records in LDAP. In AD, the default permissions on the DNS partition allow creation of new records by authenticated users. This is used for example to allow machines to self-register in DNS. If a DNS record was created that case-insensitively matched the name of the zone, the ldb_qsort() and dns_name_compare() routines could be confused into reading memory prior to the list of DNS entries when responding to DnssrvEnumRecords() or DnssrvEnumRecords2() and so following invalid memory as a pointer.
Published: 2019-12-10T22:19:05.000Z
Updated: 2024-08-05T00:26:39.136Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-14615 |
vulnerable | 2026-06-03 14:39:46.020447 |
Details available
Insufficient control flow in certain data structures for some Intel(R) Processors with Intel(R) Processor Graphics may allow an unauthenticated user to potentially enable information disclosure via local access.
Published: 2020-01-17T17:36:57.000Z
Updated: 2024-08-05T00:19:41.439Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-14452 |
vulnerable | 2026-06-03 14:39:45.372331 |
Details available
Sigil before 0.9.16 is vulnerable to a directory traversal, allowing attackers to write arbitrary files via a ../ (dot dot slash) in a ZIP archive entry that is mishandled during extraction.
Published: 2019-07-31T01:33:44.000Z
Updated: 2024-08-05T00:19:41.064Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-14287 |
vulnerable | 2026-06-03 14:39:44.922716 |
Details available
In Sudo before 1.8.28, an attacker with access to a Runas ALL sudoer account can bypass certain policy blacklists and session PAM modules, and can cause incorrect logging, by invoking sudo with a crafted user ID. For example, this allows bypass of !root configuration, and USER= logging, for a "sudo -u \#$((0xffffffff))" command.
Published: 2019-10-17T17:03:28.000Z
Updated: 2024-08-05T00:12:43.383Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13627 |
vulnerable | 2026-06-03 14:39:42.995698 |
Details available
It was discovered that there was a ECDSA timing attack in the libgcrypt20 cryptographic library. Version affected: 1.8.4-5, 1.7.6-2+deb9u3, and 1.6.3-2+deb8u4. Versions fixed: 1.8.5-2 and 1.6.3-2+deb8u7.
Published: 2019-09-25T14:44:45.000Z
Updated: 2024-08-04T23:57:39.524Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13619 |
vulnerable | 2026-06-03 14:39:42.988260 |
Details available
In Wireshark 3.0.0 to 3.0.2, 2.6.0 to 2.6.9, and 2.4.0 to 2.4.15, the ASN.1 BER dissector and related dissectors could crash. This was addressed in epan/asn1.c by properly restricting buffer increments.
Published: 2019-07-17T19:18:03.000Z
Updated: 2024-08-04T23:57:39.523Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13616 |
vulnerable | 2026-06-03 14:39:42.979300 |
Details available
SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer over-read in BlitNtoN in video/SDL_blit_N.c when called from SDL_SoftBlit in video/SDL_blit.c.
Published: 2019-07-16T00:00:00.000Z
Updated: 2024-08-04T23:57:39.517Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13565 |
vulnerable | 2026-06-03 14:39:42.903411 |
Details available
An issue was discovered in OpenLDAP 2.x before 2.4.48. When using SASL authentication and session encryption, and relying on the SASL security layers in slapd access controls, it is possible to obtain access that would otherwise be denied via a simple bind for any identity covered in those ACLs. After the first SASL bind is completed, the sasl_ssf value is retained for all new non-SASL connections. Depending on the ACL configuration, this can affect different types of operations (searches, modifications, etc.). In other words, a successful authorization step completed by one user affects the authorization requirement for a different user.
Published: 2019-07-26T12:30:58.000Z
Updated: 2024-08-04T23:57:39.435Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13454 |
vulnerable | 2026-06-03 14:39:37.669216 |
Details available
ImageMagick 7.0.1-0 to 7.0.8-54 Q16 allows Division by Zero in RemoveDuplicateLayers in MagickCore/layer.c.
Published: 2019-07-09T16:07:30.000Z
Updated: 2025-03-04T18:54:17.832Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13297 |
vulnerable | 2026-06-03 14:39:37.509506 |
Details available
ImageMagick 7.0.8-50 Q16 has a heap-based buffer over-read at MagickCore/threshold.c in AdaptiveThresholdImage because a height of zero is mishandled.
Published: 2019-07-05T00:51:07.000Z
Updated: 2024-08-04T23:49:24.565Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13295 |
vulnerable | 2026-06-03 14:39:37.508256 |
Details available
ImageMagick 7.0.8-50 Q16 has a heap-based buffer over-read at MagickCore/threshold.c in AdaptiveThresholdImage because a width of zero is mishandled.
Published: 2019-07-05T00:50:46.000Z
Updated: 2024-08-04T23:49:24.570Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13137 |
vulnerable | 2026-06-03 14:39:36.578655 |
Details available
ImageMagick before 7.0.8-50 has a memory leak vulnerability in the function ReadPSImage in coders/ps.c.
Published: 2019-07-01T19:27:56.000Z
Updated: 2024-08-04T23:41:10.509Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13135 |
vulnerable | 2026-06-03 14:39:36.577799 |
Details available
ImageMagick before 7.0.8-50 has a "use of uninitialized value" vulnerability in the function ReadCUTImage in coders/cut.c.
Published: 2019-07-01T19:27:35.000Z
Updated: 2024-08-04T23:41:10.476Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13132 |
vulnerable | 2026-06-03 14:39:36.573909 |
Details available
In ZeroMQ libzmq before 4.0.9, 4.1.x before 4.1.7, and 4.2.x before 4.3.2, a remote, unauthenticated client connecting to a libzmq application, running with a socket listening with CURVE encryption/authentication enabled, may cause a stack overflow and overwrite the stack with arbitrary data, due to a buffer overflow in the library. Users running public servers with the above configuration are highly encouraged to upgrade as soon as possible, as there are no known mitigations.
Published: 2019-07-10T00:00:00.000Z
Updated: 2024-08-04T23:41:10.464Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-13057 |
vulnerable | 2026-06-03 14:39:36.445035 |
Details available
An issue was discovered in the server in OpenLDAP before 2.4.48. When the server administrator delegates rootDN (database admin) privileges for certain databases but wants to maintain isolation (e.g., for multi-tenant deployments), slapd does not properly stop a rootDN from requesting authorization as an identity from another database during a SASL bind or with a proxyAuthz (RFC 4370) control. (It is not a common configuration to deploy a system where the server administrator and a DB administrator enjoy different levels of trust.)
Published: 2019-07-26T12:19:25.000Z
Updated: 2024-08-04T23:41:10.083Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12979 |
vulnerable | 2026-06-03 14:39:36.366005 |
Details available
ImageMagick 7.0.8-34 has a "use of uninitialized value" vulnerability in the SyncImageSettings function in MagickCore/image.c. This is related to AcquireImage in magick/image.c.
Published: 2019-06-26T17:09:24.000Z
Updated: 2024-08-04T23:41:09.181Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12781 |
vulnerable | 2026-06-03 14:39:36.115148 |
Details available
An issue was discovered in Django 1.11 before 1.11.22, 2.1 before 2.1.10, and 2.2 before 2.2.3. An HTTP request is not redirected to HTTPS when the SECURE_PROXY_SSL_HEADER and SECURE_SSL_REDIRECT settings are used, and the proxy connects to Django via HTTPS. In other words, django.http.HttpRequest.scheme has incorrect behavior when a client uses HTTP.
Published: 2019-07-01T13:56:37.000Z
Updated: 2024-08-04T23:32:54.914Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12749 |
vulnerable | 2026-06-03 14:39:35.992281 |
Details available
dbus before 1.10.28, 1.12.x before 1.12.16, and 1.13.x before 1.13.12, as used in DBusServer in Canonical Upstart in Ubuntu 14.04 (and in some, less common, uses of dbus-daemon), allows cookie spoofing because of symlink mishandling in the reference implementation of DBUS_COOKIE_SHA1 in the libdbus library. (This only affects the DBUS_COOKIE_SHA1 authentication mechanism.) A malicious client with write access to its own home directory could manipulate a ~/.dbus-keyrings symlink to cause a DBusServer with a different uid to read and write in unintended locations. In the worst case, this could result in the DBusServer reusing a cookie that is known to the malicious client, and treating that cookie as evidence that a subsequent client connection came from an attacker-chosen uid, allowing authentication bypass.
Published: 2019-06-11T16:11:45.000Z
Updated: 2026-02-13T19:57:55.649Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12614 |
vulnerable | 2026-06-03 14:39:35.107121 |
Details available
An issue was discovered in dlpar_parse_cc_property in arch/powerpc/platforms/pseries/dlpar.c in the Linux kernel through 5.1.6. There is an unchecked kstrdup of prop->name, which might allow an attacker to cause a denial of service (NULL pointer dereference and system crash).
Published: 2019-06-03T21:58:24.000Z
Updated: 2024-08-04T23:24:38.998Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12526 |
vulnerable | 2026-06-03 14:39:34.982271 |
Details available
An issue was discovered in Squid before 4.9. URN response handling in Squid suffers from a heap-based buffer overflow. When receiving data from a remote server in response to an URN request, Squid fails to ensure that the response can fit within the buffer. This leads to attacker controlled data overflowing in the heap.
Published: 2019-11-26T16:41:57.000Z
Updated: 2024-08-04T23:24:38.860Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12524 |
vulnerable | 2026-06-03 14:39:34.980889 |
Details available
An issue was discovered in Squid through 4.7. When handling requests from users, Squid checks its rules to see if the request should be denied. Squid by default comes with rules to block access to the Cache Manager, which serves detailed server information meant for the maintainer. This rule is implemented via url_regex. The handler for url_regex rules URL decodes an incoming request. This allows an attacker to encode their URL to bypass the url_regex check, and gain access to the blocked resource.
Published: 2020-04-15T18:35:11.000Z
Updated: 2024-08-04T23:24:38.617Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12523 |
vulnerable | 2026-06-03 14:39:34.980214 |
Details available
An issue was discovered in Squid before 4.9. When handling a URN request, a corresponding HTTP request is made. This HTTP request doesn't go through the access checks that incoming HTTP requests go through. This causes all access checks to be bypassed and allows access to restricted HTTP servers, e.g., an attacker can connect to HTTP servers that only listen on localhost.
Published: 2019-11-26T16:39:59.000Z
Updated: 2024-08-04T23:24:39.198Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12521 |
vulnerable | 2026-06-03 14:39:34.979268 |
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-12520 |
vulnerable | 2026-06-03 14:39:34.978694 |
Details available
An issue was discovered in Squid through 4.7 and 5. When receiving a request, Squid checks its cache to see if it can serve up a response. It does this by making a MD5 hash of the absolute URL of the request. If found, it servers the request. The absolute URL can include the decoded UserInfo (username and password) for certain protocols. This decoded info is prepended to the domain. This allows an attacker to provide a username that has special characters to delimit the domain, and treat the rest of the URL as a path or query string. An attacker could first make a request to their domain using an encoded username, then when a request for the target domain comes in that decodes to the exact URL, it will serve the attacker's HTML instead of the real HTML. On Squid servers that also act as reverse proxies, this allows an attacker to gain access to features that only reverse proxies can use, such as ESI.
Published: 2020-04-15T19:14:25.000Z
Updated: 2024-08-04T23:24:38.487Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12519 |
vulnerable | 2026-06-03 14:39:34.977860 |
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-12449 |
vulnerable | 2026-06-03 14:39:34.874753 |
Details available
An issue was discovered in GNOME gvfs 1.29.4 through 1.41.2. daemon/gvfsbackendadmin.c mishandles a file's user and group ownership during move (and copy with G_FILE_COPY_ALL_METADATA) operations from admin:// to file:// URIs, because root privileges are unavailable.
Published: 2019-05-29T16:16:06.000Z
Updated: 2024-08-04T23:17:40.051Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12447 |
vulnerable | 2026-06-03 14:39:34.873668 |
Details available
An issue was discovered in GNOME gvfs 1.29.4 through 1.41.2. daemon/gvfsbackendadmin.c mishandles file ownership because setfsuid is not used.
Published: 2019-05-29T16:15:29.000Z
Updated: 2024-08-04T23:17:40.030Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-12068 |
vulnerable | 2026-06-03 14:39:34.253321 |
Details available
In QEMU 1:4.1-1, 1:2.1+dfsg-12+deb8u6, 1:2.8+dfsg-6+deb9u8, 1:3.1+dfsg-8~deb10u1, 1:3.1+dfsg-8+deb10u2, and 1:2.1+dfsg-12+deb8u12 (fixed), when executing script in lsi_execute_script(), the LSI scsi adapter emulator advances 's->dsp' index to read next opcode. This can lead to an infinite loop if the next opcode is empty. Move the existing loop exit after 10k iterations so that it covers no-op opcodes as well.
Published: 2019-09-24T19:59:44.000Z
Updated: 2024-08-04T23:10:30.158Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11745 |
vulnerable | 2026-06-03 14:39:33.791123 |
Details available
When encrypting with a block cipher, if a call to NSC_EncryptUpdate was made with data smaller than the block size, a small out of bounds write could occur. This could have caused heap corruption and a potentially exploitable crash. This vulnerability affects Thunderbird < 68.3, Firefox ESR < 68.3, and Firefox < 71.
Published: 2020-01-08T19:22:00.000Z
Updated: 2024-08-04T23:03:32.560Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11485 |
vulnerable | 2026-06-03 14:39:33.078526 |
apport created lock file in wrong directory
LOW (3.3)
Sander Bos discovered Apport's lock file was in a world-writable directory which allowed all users to prevent crash handling.
Published: 2020-02-08T04:50:23.604Z
Updated: 2024-09-16T16:57:41.110Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11484 |
vulnerable | 2026-06-03 14:39:33.077949 |
Integer overflow in bson_ensure_space
MEDIUM (6.3)
Kevin Backhouse discovered an integer overflow in bson_ensure_space, as used in whoopsie.
Published: 2020-02-08T04:50:23.208Z
Updated: 2024-09-17T01:50:56.647Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11483 |
vulnerable | 2026-06-03 14:39:33.074908 |
Details available
HIGH (7)
Sander Bos discovered Apport mishandled crash dumps originating from containers. This could be used by a local attacker to generate a crash report for a privileged process that is readable by an unprivileged user.
Published: 2020-02-08T04:50:22.806Z
Updated: 2025-11-03T19:25:22.572Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11482 |
vulnerable | 2026-06-03 14:39:33.074384 |
Race condition between reading current working directory and writing a core dump
MEDIUM (4.2)
Sander Bos discovered a time of check to time of use (TOCTTOU) vulnerability in apport that allowed a user to cause core files to be written in arbitrary directories.
Published: 2020-02-08T04:50:22.302Z
Updated: 2024-09-17T00:00:44.526Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11481 |
vulnerable | 2026-06-03 14:39:33.071832 |
Apport reads arbitrary files if ~/.config/apport/settings is a symlink
LOW (3.8)
Kevin Backhouse discovered that apport would read a user-supplied configuration file with elevated privileges. By replacing the file with a symbolic link, a user could get apport to read any file on the system as root, with unknown consequences.
Published: 2020-02-08T04:50:21.892Z
Updated: 2024-09-16T23:25:27.956Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11479 |
vulnerable | 2026-06-03 14:39:33.057672 |
Details available
MEDIUM (5.3)
Jonathan Looney discovered that the Linux kernel default MSS is hard-coded to 48 bytes. This allows a remote peer to fragment TCP resend queues significantly more than if a larger MSS were enforced. A remote attacker could use this to cause a denial of service. This has been fixed in stable kernel releases 4.4.182, 4.9.182, 4.14.127, 4.19.52, 5.1.11, and is fixed in commits 967c05aee439e6e5d7d805e195b3a20ef5c433d6 and 5f3e2bf008c2221478101ee72f5cb4654b9fc363.
Published: 2019-06-18T23:34:51.124Z
Updated: 2024-09-16T23:22:00.170Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11478 |
vulnerable | 2026-06-03 14:39:33.055563 |
SACK can cause extensive memory use via fragmented resend queue
MEDIUM (5.3)
Jonathan Looney discovered that the TCP retransmission queue implementation in tcp_fragment in the Linux kernel could be fragmented when handling certain TCP Selective Acknowledgment (SACK) sequences. A remote attacker could use this to cause a denial of service. This has been fixed in stable kernel releases 4.4.182, 4.9.182, 4.14.127, 4.19.52, 5.1.11, and is fixed in commit f070ef2ac66716357066b683fb0baf55f8191a2e.
Published: 2019-06-18T23:34:51.077Z
Updated: 2024-09-16T23:45:54.779Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11477 |
vulnerable | 2026-06-03 14:39:33.044710 |
Integer overflow in TCP_SKB_CB(skb)->tcp_gso_segs
HIGH (7.5)
Jonathan Looney discovered that the TCP_SKB_CB(skb)->tcp_gso_segs value was subject to an integer overflow in the Linux kernel when handling TCP Selective Acknowledgments (SACKs). A remote attacker could use this to cause a denial of service. This has been fixed in stable kernel releases 4.4.182, 4.9.182, 4.14.127, 4.19.52, 5.1.11, and is fixed in commit 3b4929f65b0d8249f19a50245cd88ed1a2f78cff.
Published: 2019-06-18T23:34:51.026Z
Updated: 2024-09-17T02:21:15.995Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11476 |
vulnerable | 2026-06-03 14:39:33.030227 |
Integer overflow in whoopsie results in out-of-bounds heap write
MEDIUM (6.5)
An integer overflow in whoopsie before versions 0.2.52.5ubuntu0.1, 0.2.62ubuntu0.1, 0.2.64ubuntu0.1, 0.2.66, results in an out-of-bounds write to a heap allocated buffer when processing large crash dumps. This results in a crash or possible code-execution in the context of the whoopsie process.
Published: 2019-08-29T14:38:46.242Z
Updated: 2024-09-16T19:15:47.644Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11459 |
vulnerable | 2026-06-03 14:39:33.004684 |
Details available
The tiff_document_render() and tiff_document_get_thumbnail() functions in the TIFF document backend in GNOME Evince through 3.32.0 did not handle errors from TIFFReadRGBAImageOriented(), leading to uninitialized memory use when processing certain TIFF image files.
Published: 2019-04-22T20:26:32.000Z
Updated: 2024-08-04T22:55:40.119Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11324 |
vulnerable | 2026-06-03 14:39:32.677013 |
Details available
The urllib3 library before 1.24.2 for Python mishandles certain cases where the desired set of CA certificates is different from the OS store of CA certificates, which results in SSL connections succeeding in situations where a verification failure is the correct outcome. This is related to use of the ssl_context, ca_certs, or ca_certs_dir argument.
Published: 2019-04-18T00:00:00.000Z
Updated: 2024-08-04T22:48:09.221Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11068 |
vulnerable | 2026-06-03 14:39:30.857050 |
Details available
libxslt through 1.1.33 allows bypass of a protection mechanism because callers of xsltCheckRead and xsltCheckWrite permit access even upon receiving a -1 error code. xsltCheckRead can return -1 for a crafted URL that is not actually invalid and is subsequently loaded.
Published: 2019-04-10T19:38:18.000Z
Updated: 2026-05-28T18:18:27.604Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11050 |
vulnerable | 2026-06-03 14:39:25.426537 |
Use-after-free in exif parsing under memory sanitizer
MEDIUM (4.8)
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.2.x below 7.2.26, 7.3.x below 7.3.13 and 7.4.0 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
Published: 2019-12-23T02:40:18.861Z
Updated: 2024-09-16T18:33:19.281Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11043 |
vulnerable | 2026-06-03 14:39:25.404995 |
Underflow in PHP-FPM can lead to RCE
HIGH (8.7)
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it is possible to cause FPM module to write past allocated buffers into the space reserved for FCGI protocol data, thus opening the possibility of remote code execution.
Published: 2019-10-28T14:19:04.252Z
Updated: 2025-10-21T23:45:28.408Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11042 |
vulnerable | 2026-06-03 14:39:25.403404 |
heap-buffer-overflow on exif_process_user_comment in EXIF extension
MEDIUM (4.8)
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
Published: 2019-08-09T19:26:34.193Z
Updated: 2024-09-17T02:15:56.650Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11041 |
vulnerable | 2026-06-03 14:39:25.396526 |
heap-buffer-overflow on exif_scan_thumbnail in EXIF extension
MEDIUM (4.8)
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
Published: 2019-08-09T19:26:34.152Z
Updated: 2024-09-16T19:31:07.181Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11038 |
vulnerable | 2026-06-03 14:39:25.387399 |
Uninitialized read in gdImageCreateFromXbm
LOW (3.1)
When using the gdImageCreateFromXbm() function in the GD Graphics Library (aka LibGD) 2.2.5, as used in the PHP GD extension in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6, it is possible to supply data that will cause the function to use the value of uninitialized variable. This may lead to disclosing contents of the stack that has been left there by previous code.
Published: 2019-06-18T23:28:28.236Z
Updated: 2024-09-16T21:04:15.889Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11036 |
vulnerable | 2026-06-03 14:39:25.377995 |
Heap over-read in PHP EXIF extension
MEDIUM (4.8)
When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.29, 7.2.x below 7.2.18 and 7.3.x below 7.3.5 can be caused to read past allocated buffer in exif_process_IFD_TAG function. This may lead to information disclosure or crash.
Published: 2019-05-03T19:28:15.566Z
Updated: 2024-09-16T22:30:46.095Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11035 |
vulnerable | 2026-06-03 14:39:25.376819 |
Heap over-read in PHP EXIF extension
MEDIUM (4.8)
When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.28, 7.2.x below 7.2.17 and 7.3.x below 7.3.4 can be caused to read past allocated buffer in exif_iif_add_value function. This may lead to information disclosure or crash.
Published: 2019-04-18T16:57:00.996Z
Updated: 2024-09-17T03:43:08.668Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-11034 |
vulnerable | 2026-06-03 14:39:25.375571 |
Heap over-read in PHP EXIF extension
MEDIUM (4.8)
When processing certain files, PHP EXIF extension in versions 7.1.x below 7.1.28, 7.2.x below 7.2.17 and 7.3.x below 7.3.4 can be caused to read past allocated buffer in exif_process_IFD_TAG function. This may lead to information disclosure or crash.
Published: 2019-04-18T16:57:00.954Z
Updated: 2024-09-17T02:31:25.024Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-10193 |
vulnerable | 2026-06-03 14:39:21.644617 |
Details available
HIGH (7.2)
A stack-buffer overflow vulnerability was found in the Redis hyperloglog data structure versions 3.x before 3.2.13, 4.x before 4.0.14 and 5.x before 5.0.4. By corrupting a hyperloglog using the SETRANGE command, an attacker could cause Redis to perform controlled increments of up to 12 bytes past the end of a stack-allocated buffer.
Published: 2019-07-11T18:30:33.000Z
Updated: 2024-08-04T22:17:18.421Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-10192 |
vulnerable | 2026-06-03 14:39:21.640031 |
Details available
HIGH (7.2)
A heap-buffer overflow vulnerability was found in the Redis hyperloglog data structure versions 3.x before 3.2.13, 4.x before 4.0.14 and 5.x before 5.0.4. By carefully corrupting a hyperloglog using the SETRANGE command, an attacker could trick Redis interpretation of dense HLL encoding to write up to 3 bytes beyond the end of a heap-allocated buffer.
Published: 2019-07-11T18:30:33.000Z
Updated: 2024-08-04T22:17:18.947Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-10131 |
vulnerable | 2026-06-03 14:39:21.490184 |
Details available
MEDIUM (6.5)
An off-by-one read vulnerability was discovered in ImageMagick before version 7.0.7-28 in the formatIPTCfromBuffer function in coders/meta.c. A local attacker may use this flaw to read beyond the end of the buffer or to crash the program.
Published: 2019-04-30T18:01:57.000Z
Updated: 2024-08-04T22:10:10.025Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-10092 |
vulnerable | 2026-06-03 14:39:21.416729 |
Details available
In Apache HTTP Server 2.4.0-2.4.39, a limited cross-site scripting issue was reported affecting the mod_proxy error page. An attacker could cause the link on the error page to be malformed and instead point to a page of their choice. This would only be exploitable where a server was set up with proxying enabled but was misconfigured in such a way that the Proxy Error page was displayed.
Published: 2019-09-26T14:07:46.000Z
Updated: 2024-08-04T22:10:09.500Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-1010305 |
vulnerable | 2026-06-03 14:39:21.043718 |
Details available
libmspack 0.9.1alpha is affected by: Buffer Overflow. The impact is: Information Disclosure. The component is: function chmd_read_headers() in libmspack(file libmspack/mspack/chmd.c). The attack vector is: the victim must open a specially crafted chm file. The fixed version is: after commit 2f084136cfe0d05e5bf5703f3e83c6d955234b4d.
Published: 2019-07-15T14:39:55.000Z
Updated: 2024-08-05T03:07:18.456Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-1000020 |
vulnerable | 2026-06-03 14:39:20.579746 |
Details available
libarchive version commit 5a98dcf8a86364b3c2c469c85b93647dfb139961 onwards (version v2.8.0 onwards) contains a CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in ISO9660 parser, archive_read_support_format_iso9660.c, read_CE()/parse_rockridge() that can result in DoS by infinite loop. This attack appears to be exploitable via the victim opening a specially crafted ISO9660 file.
Published: 2019-02-04T21:00:00.000Z
Updated: 2024-08-05T03:00:19.261Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-1000019 |
vulnerable | 2026-06-03 14:39:20.578963 |
Details available
libarchive version commit bf9aec176c6748f0ee7a678c5f9f9555b9a757c1 onwards (release v3.0.2 onwards) contains a CWE-125: Out-of-bounds Read vulnerability in 7zip decompression, archive_read_support_format_7zip.c, header_bytes() that can result in a crash (denial of service). This attack appears to be exploitable via the victim opening a specially crafted 7zip file.
Published: 2019-02-04T21:00:00.000Z
Updated: 2024-08-05T03:00:19.319Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-0220 |
vulnerable | 2026-06-03 14:39:18.791934 |
Details available
A vulnerability was found in Apache HTTP Server 2.4.0 to 2.4.38. When the path component of a request URL contains multiple consecutive slashes ('/'), directives such as LocationMatch and RewriteRule must account for duplicates in regular expressions while other aspects of the servers processing will implicitly collapse them.
Published: 2019-06-11T20:49:50.000Z
Updated: 2024-08-04T17:44:15.395Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-0217 |
vulnerable | 2026-06-03 14:39:18.778251 |
Details available
In Apache HTTP Server 2.4 release 2.4.38 and prior, a race condition in mod_auth_digest when running in a threaded server could allow a user with valid credentials to authenticate using another username, bypassing configured access control restrictions.
Published: 2019-04-08T20:11:20.000Z
Updated: 2024-08-04T17:44:15.383Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-0196 |
vulnerable | 2026-06-03 14:39:18.672689 |
Details available
A vulnerability was found in Apache HTTP Server 2.4.17 to 2.4.38. Using fuzzed network input, the http/2 request handling could be made to access freed memory in string comparison when determining the method of a request and thus process the request incorrectly.
Published: 2019-06-11T21:02:48.000Z
Updated: 2024-08-04T17:44:14.775Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-9918 |
vulnerable | 2026-06-03 14:39:11.062643 |
Details available
libqpdf.a in QPDF through 8.0.2 mishandles certain "expected dictionary key but found non-name object" cases, allowing remote attackers to cause a denial of service (stack exhaustion), related to the QPDFObjectHandle and QPDF_Dictionary classes, because nesting in direct objects is not restricted.
Published: 2018-04-10T18:00:00.000Z
Updated: 2024-08-05T07:24:56.362Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-9516 |
vulnerable | 2026-06-03 14:39:10.929140 |
Details available
In hid_debug_events_read of drivers/hid/hid-debug.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Product: Android Versions: Android kernel Android ID: A-71361580.
Published: 2018-11-06T17:00:00.000Z
Updated: 2024-09-16T17:09:12.114Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-9415 |
vulnerable | 2026-06-03 14:39:10.867806 |
Details available
In driver_override_store and driver_override_show of bus.c, there is a possible double free due to improper locking. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. Product: Android Versions: Android kernel Android ID: A-69129004 References: Upstream kernel.
Published: 2018-11-06T17:00:00.000Z
Updated: 2024-09-16T20:42:41.131Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-9363 |
vulnerable | 2026-06-03 14:39:10.841667 |
Details available
In the hidp_process_report in bluetooth, there is an integer overflow. This could lead to an out of bounds write with no additional execution privileges needed. User interaction is not needed for exploitation. Product: Android Versions: Android kernel Android ID: A-65853588 References: Upstream kernel.
Published: 2018-11-06T17:00:00.000Z
Updated: 2024-09-16T18:38:38.597Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-9234 |
vulnerable | 2026-06-03 14:39:10.724237 |
Details available
GnuPG 2.2.4 and 2.2.5 does not enforce a configuration in which key certification requires an offline master Certify key, which results in apparently valid certifications that occurred only with access to a signing subkey.
Published: 2018-04-04T00:00:00.000Z
Updated: 2024-08-05T07:17:52.005Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-9133 |
vulnerable | 2026-06-03 14:39:10.640380 |
Details available
ImageMagick 7.0.7-26 Q16 has excessive iteration in the DecodeLabImage and EncodeLabImage functions (coders/tiff.c), which results in a hang (tens of minutes) with a tiny PoC file. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted tiff file.
Published: 2018-03-30T08:00:00.000Z
Updated: 2024-08-05T07:17:51.240Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8960 |
vulnerable | 2026-06-03 14:39:09.622804 |
Details available
The ReadTIFFImage function in coders/tiff.c in ImageMagick 7.0.7-26 Q16 does not properly restrict memory allocation, leading to a heap-based buffer over-read.
Published: 2018-03-23T21:00:00.000Z
Updated: 2024-08-05T07:10:47.354Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8905 |
vulnerable | 2026-06-03 14:39:09.554968 |
Details available
In LibTIFF 4.0.9, a heap-based buffer overflow occurs in the function LZWDecodeCompat in tif_lzw.c via a crafted TIFF file, as demonstrated by tiff2ps.
Published: 2018-03-22T04:00:00.000Z
Updated: 2024-08-05T07:10:46.630Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8897 |
vulnerable | 2026-06-03 14:39:09.534379 |
Details available
A statement in the System Programming Guide of the Intel 64 and IA-32 Architectures Software Developer's Manual (SDM) was mishandled in the development of some or all operating-system kernels, resulting in unexpected behavior for #DB exceptions that are deferred by MOV SS or POP SS, as demonstrated by (for example) privilege escalation in Windows, macOS, some Xen configurations, or FreeBSD, or a Linux kernel crash. The MOV to SS and POP SS instructions inhibit interrupts (including NMIs), data breakpoints, and single step trap exceptions until the instruction boundary following the next instruction (SDM Vol. 3A; section 6.8.3). (The inhibited data breakpoints are those on memory accessed by the MOV to SS or POP to SS instruction itself.) Note that debug exceptions are not inhibited by the interrupt enable (EFLAGS.IF) system flag (SDM Vol. 3A; section 2.3). If the instruction following the MOV to SS or POP to SS instruction is an instruction like SYSCALL, SYSENTER, INT 3, etc. that transfers control to the operating system at CPL < 3, the debug exception is delivered after the transfer to CPL < 3 is complete. OS kernels may not expect this order of events and may therefore experience unexpected behavior when it occurs.
Published: 2018-05-08T18:00:00.000Z
Updated: 2024-08-05T07:10:46.698Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8885 |
vulnerable | 2026-06-03 14:39:09.521356 |
Details available
screenresolution-mechanism in screen-resolution-extra 0.17.2 does not properly use the PolicyKit D-Bus API, which allows local users to bypass intended access restrictions by leveraging a race condition via a setuid or pkexec process that is mishandled in a PolicyKitService._check_permission call.
Published: 2018-03-28T20:00:00.000Z
Updated: 2024-08-05T07:10:46.961Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8822 |
vulnerable | 2026-06-03 14:39:09.375910 |
Details available
Incorrect buffer length handling in the ncp_read_kernel function in fs/ncpfs/ncplib_kernel.c in the Linux kernel through 4.15.11, and in drivers/staging/ncpfs/ncplib_kernel.c in the Linux kernel 4.16-rc through 4.16-rc6, could be exploited by malicious NCPFS servers to crash the kernel or execute code.
Published: 2018-03-20T00:00:00.000Z
Updated: 2024-08-05T07:02:26.101Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8804 |
vulnerable | 2026-06-03 14:39:09.357712 |
Details available
WriteEPTImage in coders/ept.c in ImageMagick 7.0.7-25 Q16 allows remote attackers to cause a denial of service (MagickCore/memory.c double free and application crash) or possibly have unspecified other impact via a crafted file.
Published: 2018-03-20T05:00:00.000Z
Updated: 2024-08-05T07:02:26.049Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8789 |
vulnerable | 2026-06-03 14:39:09.334183 |
Details available
FreeRDP prior to version 2.0.0-rc4 contains several Out-Of-Bounds Reads in the NTLM Authentication module that results in a Denial of Service (segfault).
Published: 2018-11-29T18:00:00.000Z
Updated: 2024-09-16T20:52:36.224Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8788 |
vulnerable | 2026-06-03 14:39:09.333606 |
Details available
FreeRDP prior to version 2.0.0-rc4 contains an Out-Of-Bounds Write of up to 4 bytes in function nsc_rle_decode() that results in a memory corruption and possibly even a remote code execution.
Published: 2018-11-29T17:00:00.000Z
Updated: 2024-09-16T17:28:15.906Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8787 |
vulnerable | 2026-06-03 14:39:09.332905 |
Details available
FreeRDP prior to version 2.0.0-rc4 contains an Integer Overflow that leads to a Heap-Based Buffer Overflow in function gdi_Bitmap_Decompress() and results in a memory corruption and probably even a remote code execution.
Published: 2018-11-29T17:00:00.000Z
Updated: 2024-09-16T20:16:21.329Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8786 |
vulnerable | 2026-06-03 14:39:09.329757 |
Details available
FreeRDP prior to version 2.0.0-rc4 contains an Integer Truncation that leads to a Heap-Based Buffer Overflow in function update_read_bitmap_update() and results in a memory corruption and probably even a remote code execution.
Published: 2018-11-29T17:00:00.000Z
Updated: 2024-09-17T01:56:15.397Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8781 |
vulnerable | 2026-06-03 14:39:09.323647 |
Details available
The udl_fb_mmap function in drivers/gpu/drm/udl/udl_fb.c at the Linux kernel version 3.4 and up to and including 4.15 has an integer-overflow vulnerability allowing local users with access to the udldrmfb driver to obtain full read and write permissions on kernel physical pages, resulting in a code execution in kernel space.
Published: 2018-04-23T19:00:00.000Z
Updated: 2024-09-16T23:56:54.630Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8780 |
vulnerable | 2026-06-03 14:39:09.317938 |
Details available
In Ruby before 2.2.10, 2.3.x before 2.3.7, 2.4.x before 2.4.4, 2.5.x before 2.5.1, and 2.6.0-preview1, the Dir.open, Dir.new, Dir.entries and Dir.empty? methods do not check NULL characters. When using the corresponding method, unintentional directory traversal may be performed.
Published: 2018-04-03T22:00:00.000Z
Updated: 2024-08-05T07:02:26.043Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8779 |
vulnerable | 2026-06-03 14:39:09.317157 |
Details available
In Ruby before 2.2.10, 2.3.x before 2.3.7, 2.4.x before 2.4.4, 2.5.x before 2.5.1, and 2.6.0-preview1, the UNIXServer.open and UNIXSocket.open methods are not checked for null characters. It may be connected to an unintended socket.
Published: 2018-04-03T22:00:00.000Z
Updated: 2024-08-05T07:02:26.095Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8778 |
vulnerable | 2026-06-03 14:39:09.316309 |
Details available
In Ruby before 2.2.10, 2.3.x before 2.3.7, 2.4.x before 2.4.4, 2.5.x before 2.5.1, and 2.6.0-preview1, an attacker controlling the unpacking format (similar to format string vulnerabilities) can trigger a buffer under-read in the String#unpack method, resulting in a massive and controlled information disclosure.
Published: 2018-04-03T22:00:00.000Z
Updated: 2024-08-05T07:02:26.126Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8777 |
vulnerable | 2026-06-03 14:39:09.312516 |
Details available
In Ruby before 2.2.10, 2.3.x before 2.3.7, 2.4.x before 2.4.4, 2.5.x before 2.5.1, and 2.6.0-preview1, an attacker can pass a large HTTP request with a crafted header to WEBrick server or a crafted body to WEBrick server/handler and cause a denial of service (memory consumption).
Published: 2018-04-03T22:00:00.000Z
Updated: 2024-08-05T07:02:26.039Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8087 |
vulnerable | 2026-06-03 14:39:08.303899 |
Details available
Memory leak in the hwsim_new_radio_nl function in drivers/net/wireless/mac80211_hwsim.c in the Linux kernel through 4.15.9 allows local users to cause a denial of service (memory consumption) by triggering an out-of-array error case.
Published: 2018-03-13T06:00:00.000Z
Updated: 2024-08-05T06:46:13.153Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8043 |
vulnerable | 2026-06-03 14:39:08.266760 |
Details available
The unimac_mdio_probe function in drivers/net/phy/mdio-bcm-unimac.c in the Linux kernel through 4.15.8 does not validate certain resource availability, which allows local users to cause a denial of service (NULL pointer dereference).
Published: 2018-03-10T22:00:00.000Z
Updated: 2024-08-05T06:46:12.147Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8034 |
vulnerable | 2026-06-03 14:39:08.248947 |
Details available
The host name verification when using TLS with the WebSocket client was missing. It is now enabled by default. Versions Affected: Apache Tomcat 9.0.0.M1 to 9.0.9, 8.5.0 to 8.5.31, 8.0.0.RC1 to 8.0.52, and 7.0.35 to 7.0.88.
Published: 2018-08-01T18:00:00.000Z
Updated: 2024-10-21T16:09:49.791Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-8014 |
vulnerable | 2026-06-03 14:39:08.143976 |
Details available
The defaults settings for the CORS filter provided in Apache Tomcat 9.0.0.M1 to 9.0.8, 8.5.0 to 8.5.31, 8.0.0.RC1 to 8.0.52, 7.0.41 to 7.0.88 are insecure and enable 'supportsCredentials' for all origins. It is expected that users of the CORS filter will have configured it appropriately for their environment rather than using it in the default configuration. Therefore, it is expected that most users will not be impacted by this issue.
Published: 2018-05-16T16:00:00.000Z
Updated: 2024-08-05T06:46:11.468Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7995 |
vulnerable | 2026-06-03 14:39:08.087875 |
Details available
Race condition in the store_int_with_restart() function in arch/x86/kernel/cpu/mcheck/mce.c in the Linux kernel through 4.15.7 allows local users to cause a denial of service (panic) by leveraging root access to write to the check_interval file in a /sys/devices/system/machinecheck/machinecheck<cpu number> directory. NOTE: a third party has indicated that this report is not security relevant
Published: 2018-03-09T15:00:00.000Z
Updated: 2024-08-05T06:37:59.702Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7858 |
vulnerable | 2026-06-03 14:39:07.779480 |
Details available
Quick Emulator (aka QEMU), when built with the Cirrus CLGD 54xx VGA Emulator support, allows local guest OS privileged users to cause a denial of service (out-of-bounds access and QEMU process crash) by leveraging incorrect region calculation when updating VGA display.
Published: 2018-03-12T21:00:00.000Z
Updated: 2024-08-05T06:37:59.526Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7755 |
vulnerable | 2026-06-03 14:39:07.266164 |
Details available
An issue was discovered in the fd_locked_ioctl function in drivers/block/floppy.c in the Linux kernel through 4.15.7. The floppy driver will copy a kernel pointer to user memory in response to the FDGETPRM ioctl. An attacker can send the FDGETPRM ioctl and use the obtained kernel pointer to discover the location of kernel code and data and bypass kernel security protections such as KASLR.
Published: 2018-03-08T07:00:00.000Z
Updated: 2024-08-05T06:37:58.053Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7752 |
vulnerable | 2026-06-03 14:39:07.259534 |
Details available
GPAC through 0.7.1 has a Buffer Overflow in the gf_media_avc_read_sps function in media_tools/av_parsers.c, a different vulnerability than CVE-2018-1000100.
Published: 2018-03-07T23:00:00.000Z
Updated: 2024-08-05T06:37:59.532Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7740 |
vulnerable | 2026-06-03 14:39:07.235298 |
Details available
The resv_map_release function in mm/hugetlb.c in the Linux kernel through 4.15.7 allows local users to cause a denial of service (BUG) via a crafted application that makes mmap system calls and has a large pgoff argument to the remap_file_pages system call.
Published: 2018-03-07T08:00:00.000Z
Updated: 2024-08-05T06:37:57.887Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7731 |
vulnerable | 2026-06-03 14:39:07.222214 |
Details available
An issue was discovered in Exempi through 2.4.4. XMPFiles/source/FormatSupport/WEBP_Support.cpp does not check whether a bitstream has a NULL value, leading to a NULL pointer dereference in the WEBP::VP8XChunk class.
Published: 2018-03-06T18:00:00.000Z
Updated: 2024-08-05T06:31:05.056Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7730 |
vulnerable | 2026-06-03 14:39:07.221810 |
Details available
An issue was discovered in Exempi through 2.4.4. A certain case of a 0xffffffff length is mishandled in XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp, leading to a heap-based buffer over-read in the PSD_MetaHandler::CacheFileData() function.
Published: 2018-03-06T18:00:00.000Z
Updated: 2024-08-05T06:31:05.229Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7729 |
vulnerable | 2026-06-03 14:39:07.221312 |
Details available
An issue was discovered in Exempi through 2.4.4. There is a stack-based buffer over-read in the PostScript_MetaHandler::ParsePSFile() function in XMPFiles/source/FileHandlers/PostScript_Handler.cpp.
Published: 2018-03-06T18:00:00.000Z
Updated: 2024-08-05T06:31:05.245Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7728 |
vulnerable | 2026-06-03 14:39:07.220796 |
Details available
An issue was discovered in Exempi through 2.4.4. XMPFiles/source/FileHandlers/TIFF_Handler.cpp mishandles a case of a zero length, leading to a heap-based buffer over-read in the MD5Update() function in third-party/zuid/interfaces/MD5.cpp.
Published: 2018-03-06T18:00:00.000Z
Updated: 2024-08-05T06:31:05.178Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7726 |
vulnerable | 2026-06-03 14:39:07.217512 |
Details available
An issue was discovered in ZZIPlib 0.13.68. There is a bus error caused by the __zzip_parse_root_directory function of zip.c. Attackers could leverage this vulnerability to cause a denial of service via a crafted zip file.
Published: 2018-03-06T17:00:00.000Z
Updated: 2024-08-05T06:31:05.122Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7725 |
vulnerable | 2026-06-03 14:39:07.215451 |
Details available
An issue was discovered in ZZIPlib 0.13.68. An invalid memory address dereference was discovered in zzip_disk_fread in mmapped.c. The vulnerability causes an application crash, which leads to denial of service.
Published: 2018-03-06T17:00:00.000Z
Updated: 2024-08-05T06:31:05.095Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7584 |
vulnerable | 2026-06-03 14:39:07.112607 |
Details available
In PHP through 5.6.33, 7.0.x before 7.0.28, 7.1.x through 7.1.14, and 7.2.x through 7.2.2, there is a stack-based buffer under-read while parsing an HTTP response in the php_stream_url_wrap_http_ex function in ext/standard/http_fopen_wrapper.c. This subsequently results in copying a large string.
Published: 2018-03-01T18:00:00.000Z
Updated: 2024-08-05T06:31:04.995Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7566 |
vulnerable | 2026-06-03 14:39:07.083061 |
Details available
The Linux kernel 4.15 has a Buffer Overflow via an SNDRV_SEQ_IOCTL_SET_CLIENT_POOL ioctl write operation to /dev/snd/seq by a local user.
Published: 2018-03-30T21:00:00.000Z
Updated: 2024-08-05T06:31:04.728Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7550 |
vulnerable | 2026-06-03 14:39:07.061237 |
Details available
The load_multiboot function in hw/i386/multiboot.c in Quick Emulator (aka QEMU) allows local guest OS users to execute arbitrary code on the QEMU host via a mh_load_end_addr value greater than mh_bss_end_addr, which triggers an out-of-bounds read or write memory access.
Published: 2018-03-01T00:00:00.000Z
Updated: 2024-08-05T06:31:04.536Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7549 |
vulnerable | 2026-06-03 14:39:07.058881 |
Details available
In params.c in zsh through 5.4.2, there is a crash during a copy of an empty hash table, as demonstrated by typeset -p.
Published: 2018-02-27T22:00:00.000Z
Updated: 2024-08-05T06:31:04.386Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7537 |
vulnerable | 2026-06-03 14:39:07.042163 |
Details available
An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. If django.utils.text.Truncator's chars() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a regular expression. The chars() and words() methods are used to implement the truncatechars_html and truncatewords_html template filters, which were thus vulnerable.
Published: 2018-03-09T20:00:00.000Z
Updated: 2024-08-05T06:31:04.518Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7536 |
vulnerable | 2026-06-03 14:39:07.038795 |
Details available
An issue was discovered in Django 2.0 before 2.0.3, 1.11 before 1.11.11, and 1.8 before 1.8.19. The django.utils.html.urlize() function was extremely slow to evaluate certain inputs due to catastrophic backtracking vulnerabilities in two regular expressions (only one regular expression for Django 1.8.x). The urlize() function is used to implement the urlize and urlizetrunc template filters, which were thus vulnerable.
Published: 2018-03-09T00:00:00.000Z
Updated: 2024-08-05T06:31:04.144Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7492 |
vulnerable | 2026-06-03 14:39:06.960375 |
Details available
A NULL pointer dereference was found in the net/rds/rdma.c __rds_rdma_map() function in the Linux kernel before 4.14.7 allowing local attackers to cause a system panic and a denial-of-service, related to RDS_GET_MR and RDS_GET_MR_FOR_DEST.
Published: 2018-02-26T20:00:00.000Z
Updated: 2024-08-05T06:31:03.662Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7480 |
vulnerable | 2026-06-03 14:39:06.943035 |
Details available
The blkcg_init_queue function in block/blk-cgroup.c in the Linux kernel before 4.11 allows local users to cause a denial of service (double free) or possibly have unspecified other impact by triggering a creation failure.
Published: 2018-02-25T20:00:00.000Z
Updated: 2024-08-05T06:31:03.602Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7456 |
vulnerable | 2026-06-03 14:39:06.922468 |
Details available
A NULL Pointer Dereference occurs in the function TIFFPrintDirectory in tif_print.c in LibTIFF 3.9.3, 3.9.4, 3.9.5, 3.9.6, 3.9.7, 4.0.0alpha4, 4.0.0alpha5, 4.0.0alpha6, 4.0.0beta7, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.4beta, 4.0.5, 4.0.6, 4.0.7, 4.0.8 and 4.0.9 when using the tiffinfo tool to print crafted TIFF information, a different vulnerability than CVE-2017-18013. (This affects an earlier part of the TIFFPrintDirectory function that was not addressed by the CVE-2017-18013 patch.)
Published: 2018-02-24T06:00:00.000Z
Updated: 2024-08-05T06:24:12.048Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7443 |
vulnerable | 2026-06-03 14:39:06.896283 |
Details available
The ReadTIFFImage function in coders/tiff.c in ImageMagick 7.0.7-23 Q16 does not properly validate the amount of image data in a file, which allows remote attackers to cause a denial of service (memory allocation failure in the AcquireMagickMemory function in MagickCore/memory.c).
Published: 2018-02-23T22:00:00.000Z
Updated: 2024-08-05T06:24:11.871Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7225 |
vulnerable | 2026-06-03 14:39:06.537787 |
Details available
An issue was discovered in LibVNCServer through 0.9.11. rfbProcessClientNormalMessage() in rfbserver.c does not sanitize msg.cct.length, leading to access to uninitialized and potentially sensitive data or possibly unspecified other impact (e.g., an integer overflow) via specially crafted VNC packets.
Published: 2018-02-19T15:00:00.000Z
Updated: 2024-08-05T06:24:11.789Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7185 |
vulnerable | 2026-06-03 14:39:01.599347 |
Details available
The protocol engine in ntp 4.2.6 before 4.2.8p11 allows a remote attackers to cause a denial of service (disruption) by continually sending a packet with a zero-origin timestamp and source IP address of the "other side" of an interleaved association causing the victim ntpd to reset its association.
Published: 2018-03-06T20:00:00.000Z
Updated: 2024-08-05T06:24:11.467Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7184 |
vulnerable | 2026-06-03 14:39:01.595090 |
Details available
ntpd in ntp 4.2.8p4 before 4.2.8p11 drops bad packets before updating the "received" timestamp, which allows remote attackers to cause a denial of service (disruption) by sending a packet with a zero-origin timestamp causing the association to reset and setting the contents of the packet as the most recent timestamp. This issue is a result of an incomplete fix for CVE-2015-7704.
Published: 2018-03-06T20:00:00.000Z
Updated: 2024-08-05T06:24:11.248Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7183 |
vulnerable | 2026-06-03 14:39:01.586857 |
Details available
Buffer overflow in the decodearr function in ntpq in ntp 4.2.8p6 through 4.2.8p10 allows remote attackers to execute arbitrary code by leveraging an ntpq query and sending a response with a crafted array.
Published: 2018-03-08T20:00:00.000Z
Updated: 2024-08-05T06:24:11.482Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7073 |
vulnerable | 2026-06-03 14:39:01.252547 |
Details available
A local arbitrary file modification vulnerability was identified in HPE Moonshot Provisioning Manager prior to v1.24.
Published: 2018-08-06T20:00:00.000Z
Updated: 2024-08-05T06:17:17.440Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7054 |
vulnerable | 2026-06-03 14:39:01.226611 |
Details available
An issue was discovered in Irssi before 1.0.7 and 1.1.x before 1.1.1. There is a use-after-free when a server is disconnected during netsplits. NOTE: this issue exists because of an incomplete fix for CVE-2017-7191.
Published: 2018-02-15T20:00:00.000Z
Updated: 2024-08-05T06:17:17.393Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7053 |
vulnerable | 2026-06-03 14:39:01.226183 |
Details available
An issue was discovered in Irssi before 1.0.7 and 1.1.x before 1.1.1. There is a use-after-free when SASL messages are received in an unexpected order.
Published: 2018-02-15T20:00:00.000Z
Updated: 2024-08-05T06:17:17.418Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7052 |
vulnerable | 2026-06-03 14:39:01.225751 |
Details available
An issue was discovered in Irssi before 1.0.7 and 1.1.x before 1.1.1. When the number of windows exceeds the available space, a crash due to a NULL pointer dereference would occur.
Published: 2018-02-15T20:00:00.000Z
Updated: 2024-08-05T06:17:17.377Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7051 |
vulnerable | 2026-06-03 14:39:01.225293 |
Details available
An issue was discovered in Irssi before 1.0.7 and 1.1.x before 1.1.1. Certain nick names could result in out-of-bounds access when printing theme strings.
Published: 2018-02-15T20:00:00.000Z
Updated: 2024-08-05T06:17:17.441Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-7050 |
vulnerable | 2026-06-03 14:39:01.224710 |
Details available
An issue was discovered in Irssi before 1.0.7 and 1.1.x before 1.1.1. A NULL pointer dereference occurs for an "empty" nick.
Published: 2018-02-15T20:00:00.000Z
Updated: 2024-08-05T06:17:17.355Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6954 |
vulnerable | 2026-06-03 14:39:01.000001 |
Details available
systemd-tmpfiles in systemd through 237 mishandles symlinks present in non-terminal path components, which allows local users to obtain ownership of arbitrary files via vectors involving creation of a directory and a file under that directory, and later replacing that directory with a symlink. This occurs even if the fs.protected_symlinks sysctl is turned on.
Published: 2018-02-13T20:00:00.000Z
Updated: 2025-06-09T15:54:51.003Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6951 |
vulnerable | 2026-06-03 14:39:00.997095 |
Details available
An issue was discovered in GNU patch through 2.7.6. There is a segmentation fault, associated with a NULL pointer dereference, leading to a denial of service in the intuit_diff_type function in pch.c, aka a "mangled rename" issue.
Published: 2018-02-13T19:00:00.000Z
Updated: 2024-08-05T06:17:17.195Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6927 |
vulnerable | 2026-06-03 14:39:00.977112 |
Details available
The futex_requeue function in kernel/futex.c in the Linux kernel before 4.14.15 might allow attackers to cause a denial of service (integer overflow) or possibly have unspecified other impact by triggering a negative wake or requeue value.
Published: 2018-02-12T19:00:00.000Z
Updated: 2024-08-05T06:17:17.281Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6914 |
vulnerable | 2026-06-03 14:39:00.929865 |
Details available
Directory traversal vulnerability in the Dir.mktmpdir method in the tmpdir library in Ruby before 2.2.10, 2.3.x before 2.3.7, 2.4.x before 2.4.4, 2.5.x before 2.5.1, and 2.6.0-preview1 might allow attackers to create arbitrary directories or files via a .. (dot dot) in the prefix argument.
Published: 2018-04-03T22:00:00.000Z
Updated: 2024-08-05T06:17:17.120Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6913 |
vulnerable | 2026-06-03 14:39:00.926459 |
Details available
Heap-based buffer overflow in the pack function in Perl before 5.26.2 allows context-dependent attackers to execute arbitrary code via a large item count.
Published: 2018-04-17T20:00:00.000Z
Updated: 2024-08-05T06:17:17.123Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6871 |
vulnerable | 2026-06-03 14:39:00.875947 |
Details available
LibreOffice before 5.4.5 and 6.x before 6.0.1 allows remote attackers to read arbitrary files via =WEBSERVICE calls in a document, which use the COM.MICROSOFT.WEBSERVICE function.
Published: 2018-02-09T06:00:00.000Z
Updated: 2024-08-05T06:17:16.567Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6869 |
vulnerable | 2026-06-03 14:39:00.869547 |
Details available
In ZZIPlib 0.13.68, there is an uncontrolled memory allocation and a crash in the __zzip_parse_root_directory function of zzip/zip.c. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted zip file.
Published: 2018-02-09T06:00:00.000Z
Updated: 2024-08-05T06:17:16.648Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6798 |
vulnerable | 2026-06-03 14:39:00.724671 |
Details available
An issue was discovered in Perl 5.22 through 5.26. Matching a crafted locale dependent regular expression can cause a heap-based buffer over-read and potentially information disclosure.
Published: 2018-04-17T20:00:00.000Z
Updated: 2024-08-05T06:10:11.392Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6797 |
vulnerable | 2026-06-03 14:39:00.721561 |
Details available
An issue was discovered in Perl 5.18 through 5.26. A crafted regular expression can cause a heap-based buffer overflow, with control over the bytes written.
Published: 2018-04-17T20:00:00.000Z
Updated: 2024-08-05T06:10:11.385Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6767 |
vulnerable | 2026-06-03 14:39:00.699385 |
Details available
A stack-based buffer over-read in the ParseRiffHeaderConfig function of cli/riff.c file of WavPack 5.1.0 allows a remote attacker to cause a denial-of-service attack or possibly have unspecified other impact via a maliciously crafted RF64 file.
Published: 2018-02-06T22:00:00.000Z
Updated: 2024-08-05T06:10:11.257Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6764 |
vulnerable | 2026-06-03 14:39:00.693591 |
Details available
util/virlog.c in libvirt does not properly determine the hostname on LXC container startup, which allows local guest OS users to bypass an intended container protection mechanism and execute arbitrary commands via a crafted NSS module.
Published: 2018-02-23T17:00:00.000Z
Updated: 2024-08-05T06:10:11.370Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6634 |
not_vulnerable | 2026-06-03 14:39:00.603923 |
Details available
A vulnerability in Parsec Windows 142-0 and Parsec 'Linux Ubuntu 16.04 LTS Desktop' Build 142-1 allows unauthorized users to maintain access to an account.
Published: 2019-05-07T19:28:59.000Z
Updated: 2024-08-05T06:10:11.453Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6594 |
vulnerable | 2026-06-03 14:39:00.563964 |
Details available
lib/Crypto/PublicKey/ElGamal.py in PyCrypto through 2.6.1 generates weak ElGamal key parameters, which allows attackers to obtain sensitive information by reading ciphertext data (i.e., it does not have semantic security in face of a ciphertext-only attack). The Decisional Diffie-Hellman (DDH) assumption does not hold for PyCrypto's ElGamal implementation.
Published: 2018-02-03T03:00:00.000Z
Updated: 2024-08-05T06:10:10.652Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6559 |
vulnerable | 2026-06-03 14:39:00.512970 |
Details available
The Linux kernel, as used in Ubuntu 18.04 LTS and Ubuntu 18.10, allows local users to obtain names of files in which they would not normally be able to access via an overlayfs mount inside of a user namespace.
Published: 2018-10-26T17:00:00.000Z
Updated: 2024-09-16T19:19:23.303Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6555 |
vulnerable | 2026-06-03 14:39:00.496685 |
Details available
The irda_setsockopt function in net/irda/af_irda.c and later in drivers/staging/irda/net/af_irda.c in the Linux kernel before 4.17 allows local users to cause a denial of service (ias_object use-after-free and system crash) or possibly have unspecified other impact via an AF_IRDA socket.
Published: 2018-09-04T18:00:00.000Z
Updated: 2024-09-16T23:42:04.264Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6554 |
vulnerable | 2026-06-03 14:39:00.495940 |
Details available
Memory leak in the irda_bind function in net/irda/af_irda.c and later in drivers/staging/irda/net/af_irda.c in the Linux kernel before 4.17 allows local users to cause a denial of service (memory consumption) by repeatedly binding an AF_IRDA socket.
Published: 2018-09-04T18:00:00.000Z
Updated: 2024-09-17T01:41:05.683Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6553 |
vulnerable | 2026-06-03 14:39:00.492616 |
AppArmor cupsd Sandbox Bypass Due to Use of Hard Links
The CUPS AppArmor profile incorrectly confined the dnssd backend due to use of hard links. A local attacker could possibly use this issue to escape confinement. This flaw affects versions prior to 2.2.7-1ubuntu2.1 in Ubuntu 18.04 LTS, prior to 2.2.4-7ubuntu3.1 in Ubuntu 17.10, prior to 2.1.3-4ubuntu0.5 in Ubuntu 16.04 LTS, and prior to 1.7.2-0ubuntu1.10 in Ubuntu 14.04 LTS.
Published: 2018-08-10T15:00:00.000Z
Updated: 2024-09-16T19:51:16.287Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6552 |
not_vulnerable | 2026-06-03 14:39:00.490289 |
Apport treats the container PID as the global PID when /proc/<global_pid>/ is missing
Apport does not properly handle crashes originating from a PID namespace allowing local users to create certain files as root which an attacker could leverage to perform a denial of service via resource exhaustion, possibly gain root privileges, or escape from containers. The is_same_ns() function returns True when /proc/<global pid>/ does not exist in order to indicate that the crash should be handled in the global namespace rather than inside of a container. However, the portion of the data/apport code that decides whether or not to forward a crash to a container does not always replace sys.argv[1] with the value stored in the host_pid variable when /proc/<global pid>/ does not exist which results in the container pid being used in the global namespace. This flaw affects versions 2.20.8-0ubuntu4 through 2.20.9-0ubuntu7, 2.20.7-0ubuntu3.7, 2.20.7-0ubuntu3.8, 2.20.1-0ubuntu2.15 through 2.20.1-0ubuntu2.17, and 2.14.1-0ubuntu3.28.
Published: 2018-05-31T22:00:00.000Z
Updated: 2024-09-17T03:07:21.752Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6541 |
vulnerable | 2026-06-03 14:39:00.475671 |
Details available
In ZZIPlib 0.13.67, there is a bus error caused by loading of a misaligned address (when handling disk64_trailer local entries) in __zzip_fetch_disk_trailer (zzip/zip.c). Remote attackers could leverage this vulnerability to cause a denial of service via a crafted zip file.
Published: 2018-02-02T09:00:00.000Z
Updated: 2024-08-05T06:10:10.159Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6540 |
vulnerable | 2026-06-03 14:39:00.475208 |
Details available
In ZZIPlib 0.13.67, there is a bus error caused by loading of a misaligned address in the zzip_disk_findfirst function of zzip/mmapped.c. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted zip file.
Published: 2018-02-02T09:00:00.000Z
Updated: 2024-08-05T06:10:10.125Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6484 |
vulnerable | 2026-06-03 14:39:00.321874 |
Details available
In ZZIPlib 0.13.67, there is a memory alignment error and bus error in the __zzip_fetch_disk_trailer function of zzip/zip.c. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted zip file.
Published: 2018-02-01T05:00:00.000Z
Updated: 2024-08-05T06:01:49.090Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6405 |
vulnerable | 2026-06-03 14:39:00.242120 |
Details available
In the ReadDCMImage function in coders/dcm.c in ImageMagick before 7.0.7-23, each redmap, greenmap, and bluemap variable can be overwritten by a new pointer. The previous pointer is lost, which leads to a memory leak. This allows remote attackers to cause a denial of service.
Published: 2018-01-30T21:00:00.000Z
Updated: 2024-08-05T06:01:49.240Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6381 |
vulnerable | 2026-06-03 14:39:00.213595 |
Details available
In ZZIPlib 0.13.67, 0.13.66, 0.13.65, 0.13.64, 0.13.63, 0.13.62, 0.13.61, 0.13.60, 0.13.59, 0.13.58, 0.13.57 and 0.13.56 there is a segmentation fault caused by invalid memory access in the zzip_disk_fread function (zzip/mmapped.c) because the size variable is not validated against the amount of file->stored data.
Published: 2018-01-29T17:00:00.000Z
Updated: 2024-08-05T06:01:49.247Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6307 |
vulnerable | 2026-06-03 14:39:00.113242 |
Details available
LibVNC before commit ca2a5ac02fbbadd0a21fabba779c1ea69173d10b contains heap use-after-free vulnerability in server code of file transfer extension that can result remote code execution.
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T06:01:48.679Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6198 |
vulnerable | 2026-06-03 14:39:00.006963 |
Details available
w3m through 0.5.3 does not properly handle temporary files when the ~/.w3m directory is unwritable, which allows a local attacker to craft a symlink attack to overwrite arbitrary files.
Published: 2018-01-25T03:00:00.000Z
Updated: 2024-08-05T05:54:53.173Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6197 |
vulnerable | 2026-06-03 14:39:00.006487 |
Details available
w3m through 0.5.3 is prone to a NULL pointer dereference flaw in formUpdateBuffer in form.c.
Published: 2018-01-25T03:00:00.000Z
Updated: 2024-08-05T05:54:53.143Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-6196 |
vulnerable | 2026-06-03 14:39:00.005921 |
Details available
w3m through 0.5.3 is prone to an infinite recursion flaw in HTMLlineproc0 because the feed_table_block_tag function in table.c does not prevent a negative indent value.
Published: 2018-01-25T03:00:00.000Z
Updated: 2024-08-05T05:54:53.170Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5950 |
vulnerable | 2026-06-03 14:38:59.727834 |
Details available
Cross-site scripting (XSS) vulnerability in the web UI in Mailman before 2.1.26 allows remote attackers to inject arbitrary web script or HTML via a user-options URL.
Published: 2018-01-23T16:00:00.000Z
Updated: 2024-08-05T05:47:56.171Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5816 |
vulnerable | 2026-06-03 14:38:58.622218 |
Details available
An integer overflow error within the "identify()" function (internal/dcraw_common.cpp) in LibRaw versions prior to 0.18.12 can be exploited to trigger a division by zero via specially crafted NOKIARAW file (Note: This vulnerability is caused due to an incomplete fix of CVE-2018-5804).
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:56.117Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5815 |
vulnerable | 2026-06-03 14:38:58.621809 |
Details available
An integer overflow error within the "parse_qt()" function (internal/dcraw_common.cpp) in LibRaw versions prior to 0.18.12 can be exploited to trigger an infinite loop via a specially crafted Apple QuickTime file.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:56.115Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5814 |
vulnerable | 2026-06-03 14:38:58.621388 |
Details available
In the Linux Kernel before version 4.16.11, 4.14.43, 4.9.102, and 4.4.133, multiple race condition errors when handling probe, disconnect, and rebind operations can be exploited to trigger a use-after-free condition or a NULL pointer dereference by sending multiple USB over IP packets.
Published: 2018-06-12T16:00:00.000Z
Updated: 2024-08-05T05:47:55.989Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5813 |
vulnerable | 2026-06-03 14:38:58.620725 |
Details available
An error within the "parse_minolta()" function (dcraw/dcraw.c) in LibRaw versions prior to 0.18.11 can be exploited to trigger an infinite loop via a specially crafted file.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:55.193Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5812 |
vulnerable | 2026-06-03 14:38:58.620315 |
Details available
An error within the "nikon_coolscan_load_raw()" function (internal/dcraw_common.cpp) in LibRaw versions prior to 0.18.9 can be exploited to trigger a NULL pointer dereference.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:54.564Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5811 |
vulnerable | 2026-06-03 14:38:58.619900 |
Details available
An error within the "nikon_coolscan_load_raw()" function (internal/dcraw_common.cpp) in LibRaw versions prior to 0.18.9 can be exploited to cause an out-of-bounds read memory access and subsequently cause a crash.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:56.175Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5810 |
vulnerable | 2026-06-03 14:38:58.619222 |
Details available
An error within the "rollei_load_raw()" function (internal/dcraw_common.cpp) in LibRaw versions prior to 0.18.9 can be exploited to cause a heap-based buffer overflow and subsequently cause a crash.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:55.407Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5807 |
vulnerable | 2026-06-03 14:38:58.618097 |
Details available
An error within the "samsung_load_raw()" function (internal/dcraw_common.cpp) in LibRaw versions prior to 0.18.9 can be exploited to cause an out-of-bounds read memory access and subsequently cause a crash.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:55.522Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5802 |
vulnerable | 2026-06-03 14:38:58.612108 |
Details available
An error within the "kodak_radc_load_raw()" function (internal/dcraw_common.cpp) related to the "buf" variable in LibRaw versions prior to 0.18.7 can be exploited to cause an out-of-bounds read memory access and subsequently cause a crash.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:55.933Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5801 |
vulnerable | 2026-06-03 14:38:58.611526 |
Details available
An error within the "LibRaw::unpack()" function (src/libraw_cxx.cpp) in LibRaw versions prior to 0.18.7 can be exploited to trigger a NULL pointer dereference.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:55.835Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5800 |
vulnerable | 2026-06-03 14:38:58.610878 |
Details available
An off-by-one error within the "LibRaw::kodak_ycbcr_load_raw()" function (internal/dcraw_common.cpp) in LibRaw versions prior to 0.18.7 can be exploited to cause a heap-based buffer overflow and subsequently cause a crash.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T05:47:54.579Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5784 |
vulnerable | 2026-06-03 14:38:58.591219 |
Details available
In LibTIFF 4.0.9, there is an uncontrolled resource consumption in the TIFFSetDirectory function of tif_dir.c. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted tif file. This occurs because the declared number of directory entries is not validated against the actual number of directory entries.
Published: 2018-01-19T08:00:00.000Z
Updated: 2024-08-05T05:47:54.574Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5764 |
vulnerable | 2026-06-03 14:38:58.574870 |
Details available
The parse_arguments function in options.c in rsyncd in rsync before 3.1.3 does not prevent multiple --protect-args uses, which allows remote attackers to bypass an argument-sanitization protection mechanism.
Published: 2018-01-17T22:00:00.000Z
Updated: 2024-08-05T05:40:51.281Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5750 |
vulnerable | 2026-06-03 14:38:58.489215 |
Details available
The acpi_smbus_hc_add function in drivers/acpi/sbshc.c in the Linux kernel through 4.14.15 allows local users to obtain sensitive address information by reading dmesg data from an SBS HC printk call.
Published: 2018-01-26T19:00:00.000Z
Updated: 2024-08-05T05:40:51.209Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5740 |
vulnerable | 2026-06-03 14:38:58.447021 |
A flaw in the "deny-answer-aliases" feature can cause an assertion failure in named
HIGH (7.5)
"deny-answer-aliases" is a little-used feature intended to help recursive server operators protect end users against DNS rebinding attacks, a potential method of circumventing the security model used by client browsers. However, a defect in this feature makes it easy, when the feature is in use, to experience an assertion failure in name.c. Affects BIND 9.7.0->9.8.8, 9.9.0->9.9.13, 9.10.0->9.10.8, 9.11.0->9.11.4, 9.12.0->9.12.2, 9.13.0->9.13.2.
Published: 2019-01-16T20:00:00.000Z
Updated: 2024-09-16T17:58:43.029Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5733 |
vulnerable | 2026-06-03 14:38:58.418989 |
A malicious client can overflow a reference counter in ISC dhcpd
MEDIUM (5.9)
A malicious client which is allowed to send very large amounts of traffic (billions of packets) to a DHCP server can eventually overflow a 32-bit reference counter, potentially causing dhcpd to crash. Affects ISC DHCP 4.1.0 -> 4.1-ESV-R15, 4.2.0 -> 4.2.8, 4.3.0 -> 4.3.6, 4.4.0.
Published: 2019-01-16T20:00:00.000Z
Updated: 2025-04-25T23:02:52.084Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5712 |
vulnerable | 2026-06-03 14:38:58.356745 |
Details available
An issue was discovered in PHP before 5.6.33, 7.0.x before 7.0.27, 7.1.x before 7.1.13, and 7.2.x before 7.2.1. There is Reflected XSS on the PHAR 404 error page via the URI of a request for a .phar file.
Published: 2018-01-16T09:00:00.000Z
Updated: 2024-08-05T05:40:51.160Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5711 |
vulnerable | 2026-06-03 14:38:58.356023 |
Details available
gd_gif_in.c in the GD Graphics Library (aka libgd), as used in PHP before 5.6.33, 7.0.x before 7.0.27, 7.1.x before 7.1.13, and 7.2.x before 7.2.1, has an integer signedness error that leads to an infinite loop via a crafted GIF file, as demonstrated by a call to the imagecreatefromgif or imagecreatefromstring PHP function. This is related to GetCode_ and gdImageCreateFromGifCtx.
Published: 2018-01-16T09:00:00.000Z
Updated: 2024-08-05T05:40:51.271Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5683 |
vulnerable | 2026-06-03 14:38:58.320972 |
Details available
The vga_draw_text function in Qemu allows local OS guest privileged users to cause a denial of service (out-of-bounds read and QEMU process crash) by leveraging improper memory address validation.
Published: 2018-01-23T18:00:00.000Z
Updated: 2024-08-05T05:40:51.051Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5407 |
vulnerable | 2026-06-03 14:38:57.665651 |
Details available
Simultaneous Multi-threading (SMT) in processors can enable local users to exploit software vulnerable to timing attacks via a side-channel timing attack on 'port contention'.
Published: 2018-11-15T21:00:00.000Z
Updated: 2024-08-05T05:33:44.232Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5391 |
vulnerable | 2026-06-03 14:38:57.589201 |
The Linux kernel, versions 3.9+, IP implementation is vulnerable to denial of service conditions with low rates of specially modified packets
The Linux kernel, versions 3.9+, is vulnerable to a denial of service attack with low rates of specially modified packets targeting IP fragment re-assembly. An attacker may cause a denial of service condition by sending specially crafted IP fragments. Various vulnerabilities in IP fragmentation have been discovered and fixed over the years. The current vulnerability (CVE-2018-5391) became exploitable in the Linux kernel with the increase of the IP fragment reassembly queue size.
Published: 2018-09-06T21:00:00.000Z
Updated: 2024-08-05T05:33:44.368Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5390 |
vulnerable | 2026-06-03 14:38:57.546739 |
Linux kernel versions 4.9+ can be forced to make very expensive calls to tcp_collapse_ofo_queue() and tcp_prune_ofo_queue() for every incoming packet which can lead to a denial of service
Linux kernel versions 4.9+ can be forced to make very expensive calls to tcp_collapse_ofo_queue() and tcp_prune_ofo_queue() for every incoming packet which can lead to a denial of service.
Published: 2018-08-06T20:00:00.000Z
Updated: 2024-08-05T05:33:44.409Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5388 |
vulnerable | 2026-06-03 14:38:57.531618 |
Details available
In stroke_socket.c in strongSwan before 5.6.3, a missing packet length check could allow a buffer underflow, which may lead to resource exhaustion and denial of service while reading from the socket.
Published: 2018-05-31T00:00:00.000Z
Updated: 2024-08-05T05:33:44.315Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5381 |
vulnerable | 2026-06-03 14:38:57.505729 |
Details available
MEDIUM (6.5)
The Quagga BGP daemon (bgpd) prior to version 1.2.3 has a bug in its parsing of "Capabilities" in BGP OPEN messages, in the bgp_packet.c:bgp_capability_msg_parse function. The parser can enter an infinite loop on invalid capabilities if a Multi-Protocol capability does not have a recognized AFI/SAFI, causing a denial of service.
Published: 2018-02-19T13:00:00.000Z
Updated: 2024-09-16T16:17:27.709Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5380 |
vulnerable | 2026-06-03 14:38:57.504897 |
Details available
MEDIUM (4.3)
The Quagga BGP daemon (bgpd) prior to version 1.2.3 can overrun internal BGP code-to-string conversion tables used for debug by 1 pointer value, based on input.
Published: 2018-02-19T13:00:00.000Z
Updated: 2024-09-17T01:05:46.243Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5379 |
vulnerable | 2026-06-03 14:38:57.497661 |
Details available
HIGH (7.5)
The Quagga BGP daemon (bgpd) prior to version 1.2.3 can double-free memory when processing certain forms of UPDATE message, containing cluster-list and/or unknown attributes. A successful attack could cause a denial of service or potentially allow an attacker to execute arbitrary code.
Published: 2018-02-19T13:00:00.000Z
Updated: 2024-09-17T03:22:36.451Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5378 |
vulnerable | 2026-06-03 14:38:57.496574 |
Details available
HIGH (7.1)
The Quagga BGP daemon (bgpd) prior to version 1.2.3 does not properly bounds check the data sent with a NOTIFY to a peer, if an attribute length is invalid. Arbitrary data from the bgpd process may be sent over the network to a peer and/or bgpd may crash.
Published: 2018-02-19T13:00:00.000Z
Updated: 2024-09-16T20:16:44.677Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5358 |
vulnerable | 2026-06-03 14:38:57.461478 |
Details available
ImageMagick 7.0.7-22 Q16 has memory leaks in the EncodeImageAttributes function in coders/json.c, as demonstrated by the ReadPSDLayersInternal function in coders/psd.c.
Published: 2018-01-12T09:00:00.000Z
Updated: 2024-08-05T05:33:44.158Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5357 |
vulnerable | 2026-06-03 14:38:57.460773 |
Details available
ImageMagick 7.0.7-22 Q16 has memory leaks in the ReadDCMImage function in coders/dcm.c.
Published: 2018-01-12T09:00:00.000Z
Updated: 2024-08-05T05:33:44.148Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5345 |
vulnerable | 2026-06-03 14:38:57.434922 |
Details available
A stack-based buffer overflow within GNOME gcab through 0.7.4 can be exploited by malicious attackers to cause a crash or, potentially, execute arbitrary code via a crafted .cab file.
Published: 2018-01-12T00:00:00.000Z
Updated: 2024-08-05T05:33:43.858Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5344 |
vulnerable | 2026-06-03 14:38:57.428171 |
Details available
In the Linux kernel through 4.14.13, drivers/block/loop.c mishandles lo_release serialization, which allows attackers to cause a denial of service (__lock_acquire use-after-free) or possibly have unspecified other impact.
Published: 2018-01-12T09:00:00.000Z
Updated: 2024-08-05T05:33:43.863Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5333 |
vulnerable | 2026-06-03 14:38:57.416559 |
Details available
In the Linux kernel through 4.14.13, the rds_cmsg_atomic function in net/rds/rdma.c mishandles cases where page pinning fails or an invalid address is supplied, leading to an rds_atomic_free_op NULL pointer dereference.
Published: 2018-01-11T07:00:00.000Z
Updated: 2024-08-05T05:33:43.683Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5332 |
vulnerable | 2026-06-03 14:38:57.415605 |
Details available
In the Linux kernel through 3.2, the rds_message_alloc_sgs() function does not validate a value that is used during DMA page allocation, leading to a heap-based out-of-bounds write (related to the rds_rdma_extra_size function in net/rds/rdma.c).
Published: 2018-01-11T07:00:00.000Z
Updated: 2024-08-05T05:33:43.754Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5248 |
vulnerable | 2026-06-03 14:38:57.314867 |
Details available
In ImageMagick 7.0.7-17 Q16, there is a heap-based buffer over-read in coders/sixel.c in the ReadSIXELImage function, related to the sixel_decode function.
Published: 2018-01-05T19:00:00.000Z
Updated: 2024-08-05T05:33:42.735Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5247 |
vulnerable | 2026-06-03 14:38:57.314350 |
Details available
In ImageMagick 7.0.7-17 Q16, there are memory leaks in ReadRLAImage in coders/rla.c.
Published: 2018-01-05T19:00:00.000Z
Updated: 2024-08-05T05:33:42.720Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5246 |
vulnerable | 2026-06-03 14:38:57.313897 |
Details available
In ImageMagick 7.0.7-17 Q16, there are memory leaks in ReadPATTERNImage in coders/pattern.c.
Published: 2018-01-05T19:00:00.000Z
Updated: 2024-08-05T05:33:43.747Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5205 |
vulnerable | 2026-06-03 14:38:57.251708 |
Details available
When using incomplete escape codes, Irssi before 1.0.6 may access data beyond the end of the string.
Published: 2018-01-06T16:00:00.000Z
Updated: 2024-08-05T05:26:47.168Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5188 |
vulnerable | 2026-06-03 14:38:57.199050 |
Details available
Memory safety bugs present in Firefox 60, Firefox ESR 60, and Firefox ESR 52.8. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T05:26:46.950Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5187 |
vulnerable | 2026-06-03 14:38:57.198211 |
Details available
Memory safety bugs present in Firefox 60 and Firefox ESR 60. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 60, Firefox ESR < 60.1, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T05:26:47.047Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5186 |
vulnerable | 2026-06-03 14:38:57.197588 |
Details available
Memory safety bugs present in Firefox 60. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T05:26:47.205Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5185 |
vulnerable | 2026-06-03 14:38:57.197145 |
Details available
Plaintext of decrypted emails can leak through by user submitting an embedded form. This vulnerability affects Thunderbird ESR < 52.8 and Thunderbird < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.969Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5184 |
vulnerable | 2026-06-03 14:38:57.196133 |
Details available
Using remote content in encrypted messages can lead to the disclosure of plaintext. This vulnerability affects Thunderbird ESR < 52.8 and Thunderbird < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.204Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5183 |
vulnerable | 2026-06-03 14:38:57.195424 |
Details available
Mozilla developers backported selected changes in the Skia library. These changes correct memory corruption issues including invalid buffer reads and writes during graphic operations. This vulnerability affects Thunderbird ESR < 52.8, Thunderbird < 52.8, and Firefox ESR < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.203Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5182 |
vulnerable | 2026-06-03 14:38:57.194405 |
Details available
If a text string that happens to be a filename in the operating system's native format is dragged and dropped onto the addressbar the specified local file will be opened. This is contrary to policy and is what would happen if the string were the equivalent "file:" URL. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.148Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5181 |
vulnerable | 2026-06-03 14:38:57.193994 |
Details available
If a URL using the "file:" protocol is dragged and dropped onto an open tab that is running in a different child process the tab will open a local file corresponding to the dropped URL, contrary to policy. One way to make the target tab open more reliably in a separate process is to open it with the "noopener" keyword. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.013Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5180 |
vulnerable | 2026-06-03 14:38:57.193578 |
Details available
A use-after-free vulnerability can occur during WebGL operations. While this results in a potentially exploitable crash, the vulnerability is limited because the memory is freed and reused in a brief window of time during the freeing of the same callstack. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.098Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5178 |
vulnerable | 2026-06-03 14:38:57.192694 |
Details available
A buffer overflow was found during UTF8 to Unicode string conversion within JavaScript with extremely large amounts of data. This vulnerability requires the use of a malicious or vulnerable legacy extension in order to occur. This vulnerability affects Thunderbird ESR < 52.8, Thunderbird < 52.8, and Firefox ESR < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.980Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5177 |
vulnerable | 2026-06-03 14:38:57.191900 |
Details available
A vulnerability exists in XSLT during number formatting where a negative buffer size may be allocated in some instances, leading to a buffer overflow and crash if it occurs. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.996Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5176 |
vulnerable | 2026-06-03 14:38:57.191472 |
Details available
The JSON Viewer displays clickable hyperlinks for strings that are parseable as URLs, including "javascript:" links. If a JSON file contains malicious JavaScript script embedded as "javascript:" links, users may be tricked into clicking and running this code in the context of the JSON Viewer. This can allow for the theft of cookies and authorization tokens which are accessible to that context. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.989Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5175 |
vulnerable | 2026-06-03 14:38:57.190854 |
Details available
A mechanism to bypass Content Security Policy (CSP) protections on sites that have a "script-src" policy of "'strict-dynamic'". If a target website contains an HTML injection flaw an attacker could inject a reference to a copy of the "require.js" library that is part of Firefox's Developer Tools, and then use a known technique using that library to bypass the CSP restrictions on executing injected scripts. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.000Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5173 |
vulnerable | 2026-06-03 14:38:57.189846 |
Details available
The filename appearing in the "Downloads" panel improperly renders some Unicode characters, allowing for the file name to be spoofed. This can be used to obscure the file extension of potentially executable files from user view in the panel. Note: the dialog to open the file will show the full, correct filename and whether it is executable or not. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.982Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5172 |
vulnerable | 2026-06-03 14:38:57.189421 |
Details available
The Live Bookmarks page and the PDF viewer can run injected script content if a user pastes script from the clipboard into them while viewing RSS feeds or PDF files. This could allow a malicious site to socially engineer a user to copy and paste malicious script content that could then run with the context of either page but does not allow for privilege escalation. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.957Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5170 |
vulnerable | 2026-06-03 14:38:57.188981 |
Details available
It is possible to spoof the filename of an attachment and display an arbitrary attachment name. This could lead to a user opening a remote attachment which is a different file type than expected. This vulnerability affects Thunderbird ESR < 52.8 and Thunderbird < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.040Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5169 |
vulnerable | 2026-06-03 14:38:57.188165 |
Details available
If manipulated hyperlinked text with "chrome:" URL contained in it is dragged and dropped on the "home" icon, the home page can be reset to include a normally-unlinkable chrome page as one of the home page tabs. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.981Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5168 |
vulnerable | 2026-06-03 14:38:57.187541 |
Details available
Sites can bypass security checks on permissions to install lightweight themes by manipulating the "baseURI" property of the theme element. This could allow a malicious site to install a theme without user interaction which could contain offensive or embarrassing images. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.983Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5167 |
vulnerable | 2026-06-03 14:38:57.186662 |
Details available
The web console and JavaScript debugger do not sanitize all output that can be hyperlinked. Both will display "chrome:" links as active, clickable hyperlinks in their output. Web sites should not be able to directly link to internal chrome pages. Additionally, the JavaScript debugger will display "javascript:" links, which users could be tricked into clicking by malicious sites. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.993Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5166 |
vulnerable | 2026-06-03 14:38:57.186193 |
Details available
WebExtensions can use request redirection and a "filterReponseData" filter to bypass host permission settings to redirect network traffic and access content from a host for which they do not have explicit user permission. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.980Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5164 |
vulnerable | 2026-06-03 14:38:57.166672 |
Details available
Content Security Policy (CSP) is not applied correctly to all parts of multipart content sent with the "multipart/x-mixed-replace" MIME type. This could allow for script to run where CSP should block it, allowing for cross-site scripting (XSS) and other attacks. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.998Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5163 |
vulnerable | 2026-06-03 14:38:57.166242 |
Details available
If a malicious attacker has used another vulnerability to gain full control over a content process, they may be able to replace the alternate data resources stored in the JavaScript Start-up Bytecode Cache (JSBC) for other JavaScript code. If the parent process then runs this replaced code, the executed script would be run with the parent process' privileges, escaping the sandbox on content processes. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.037Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5162 |
vulnerable | 2026-06-03 14:38:57.165606 |
Details available
Plaintext of decrypted emails can leak through the src attribute of remote images, or links. This vulnerability affects Thunderbird ESR < 52.8 and Thunderbird < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.974Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5161 |
vulnerable | 2026-06-03 14:38:57.164782 |
Details available
Crafted message headers can cause a Thunderbird process to hang on receiving the message. This vulnerability affects Thunderbird ESR < 52.8 and Thunderbird < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.999Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5160 |
vulnerable | 2026-06-03 14:38:57.164009 |
Details available
WebRTC can use a "WrappedI420Buffer" pixel buffer but the owning image object can be freed while it is still in use. This can result in the WebRTC encoder using uninitialized memory, leading to a potentially exploitable crash. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.989Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5159 |
vulnerable | 2026-06-03 14:38:57.163557 |
Details available
An integer overflow can occur in the Skia library due to 32-bit integer use in an array without integer overflow checks, resulting in possible out-of-bounds writes. This could lead to a potentially exploitable crash triggerable by web content. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.960Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5158 |
vulnerable | 2026-06-03 14:38:57.162438 |
Details available
The PDF viewer does not sufficiently sanitize PostScript calculator functions, allowing malicious JavaScript to be injected through a crafted PDF file. This JavaScript can then be run with the permissions of the PDF viewer by its worker. This vulnerability affects Firefox ESR < 52.8 and Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.026Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5157 |
vulnerable | 2026-06-03 14:38:57.161597 |
Details available
Same-origin protections for the PDF viewer can be bypassed, allowing a malicious site to intercept messages meant for the viewer. This could allow the site to retrieve PDF files restricted to viewing by an authenticated user on a third-party website. This vulnerability affects Firefox ESR < 52.8 and Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.995Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5156 |
vulnerable | 2026-06-03 14:38:57.160728 |
Details available
A vulnerability can occur when capturing a media stream when the media source type is changed as the capture is occurring. This can result in stream data being cast to the wrong type causing a potentially exploitable crash. This vulnerability affects Thunderbird < 60, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T05:26:46.986Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5155 |
vulnerable | 2026-06-03 14:38:57.159650 |
Details available
A use-after-free vulnerability can occur while adjusting layout during SVG animations with text paths. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.016Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5154 |
vulnerable | 2026-06-03 14:38:57.158614 |
Details available
A use-after-free vulnerability can occur while enumerating attributes during SVG animations with clip paths. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.975Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5153 |
vulnerable | 2026-06-03 14:38:57.157624 |
Details available
If websocket data is sent with mixed text and binary in a single message, the binary data can be corrupted. This can result in an out-of-bounds read with the read memory sent to the originating server in response. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.992Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5152 |
vulnerable | 2026-06-03 14:38:57.157188 |
Details available
WebExtensions with the appropriate permissions can attach content scripts to Mozilla sites such as accounts.firefox.com and listen to network traffic to the site through the "webRequest" API. For example, this allows for the interception of username and an encrypted password during login to Firefox Accounts. This issue does not expose synchronization traffic directly and is limited to the process of user login to the website and the data displayed to the user once logged in. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.963Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5151 |
vulnerable | 2026-06-03 14:38:57.156715 |
Details available
Memory safety bugs were reported in Firefox 59. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 60.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.992Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5150 |
vulnerable | 2026-06-03 14:38:57.156197 |
Details available
Memory safety bugs were reported in Firefox 59, Firefox ESR 52.7, and Thunderbird 52.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 52.8, Thunderbird ESR < 52.8, Firefox < 60, and Firefox ESR < 52.8.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.983Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5148 |
vulnerable | 2026-06-03 14:38:57.149753 |
Details available
A use-after-free vulnerability can occur in the compositor during certain graphics operations when a raw pointer is used instead of a reference counted one. This results in a potentially exploitable crash. This vulnerability affects Firefox ESR < 52.7.3 and Firefox < 59.0.2.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.951Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5146 |
vulnerable | 2026-06-03 14:38:57.148327 |
Details available
An out of bounds memory write while processing Vorbis audio data was reported through the Pwn2Own contest. This vulnerability affects Firefox < 59.0.1, Firefox ESR < 52.7.2, and Thunderbird < 52.7.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.948Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5145 |
vulnerable | 2026-06-03 14:38:57.146969 |
Details available
Memory safety bugs were reported in Firefox ESR 52.6. These bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox ESR < 52.7 and Thunderbird < 52.7.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.970Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5144 |
vulnerable | 2026-06-03 14:38:57.139677 |
Details available
An integer overflow can occur during conversion of text to some Unicode character sets due to an unchecked length parameter. This vulnerability affects Firefox ESR < 52.7 and Thunderbird < 52.7.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.979Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5143 |
vulnerable | 2026-06-03 14:38:57.125282 |
Details available
URLs using "javascript:" have the protocol removed when pasted into the addressbar to protect users from cross-site scripting (XSS) attacks, but if a tab character is embedded in the "javascript:" URL the protocol is not removed and the script will execute. This could allow users to be socially engineered to run an XSS attack against themselves. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.997Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5142 |
vulnerable | 2026-06-03 14:38:57.124890 |
Details available
If Media Capture and Streams API permission is requested from documents with "data:" or "blob:" URLs, the permission notifications do not properly display the originating domain. The notification states "Unknown protocol" as the requestee, leading to user confusion about which site is asking for this permission. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.871Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5141 |
vulnerable | 2026-06-03 14:38:57.124495 |
Details available
A vulnerability in the notifications Push API where notifications can be sent through service workers by web content without direct user interaction. This could be used to open new tabs in a denial of service (DOS) attack or to display unwanted content from arbitrary URLs to users. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.981Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5140 |
vulnerable | 2026-06-03 14:38:57.124109 |
Details available
Image for moz-icons can be accessed through the "moz-icon:" protocol through script in web content even when otherwise prohibited. This could allow for information leakage of which applications are associated with specific MIME types by a malicious page. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.945Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5137 |
vulnerable | 2026-06-03 14:38:57.123201 |
Details available
A legacy extension's non-contentaccessible, defined resources can be loaded by an arbitrary web page through script. This script does this by using a maliciously crafted path string to reference the resources. Note: this vulnerability does not affect WebExtensions. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.945Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5136 |
vulnerable | 2026-06-03 14:38:57.122816 |
Details available
A shared worker created from a "data:" URL in one tab can be shared by another tab with a different origin, bypassing the same-origin policy. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.971Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5133 |
vulnerable | 2026-06-03 14:38:57.121775 |
Details available
If the "app.support.baseURL" preference is changed by a malicious local program to contain HTML and script content, this content is not sanitized. It will be executed if a user loads "chrome://browser/content/preferences/in-content/preferences.xul" directly in a tab and executes a search. This stored preference is also executed whenever an EME video player plugin displays a CDM-disabled message as a notification message. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.987Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5132 |
vulnerable | 2026-06-03 14:38:57.121350 |
Details available
The Find API for WebExtensions can search some privileged pages, such as "about:debugging", if these pages are open in a tab. This could allow a malicious WebExtension to search for otherwise protected data if a user has it open. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.978Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5131 |
vulnerable | 2026-06-03 14:38:57.120933 |
Details available
Under certain circumstances the "fetch()" API can return transient local copies of resources that were sent with a "no-store" or "no-cache" cache header instead of downloading a copy from the network as it should. This can result in previously stored, locally cached data of a website being accessible to users if they share a common profile while browsing. This vulnerability affects Firefox ESR < 52.7 and Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.949Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5130 |
vulnerable | 2026-06-03 14:38:57.120102 |
Details available
When packets with a mismatched RTP payload type are sent in WebRTC connections, in some circumstances a potentially exploitable crash is triggered. This vulnerability affects Firefox ESR < 52.7 and Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.968Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5129 |
vulnerable | 2026-06-03 14:38:57.119222 |
Details available
A lack of parameter validation on IPC messages results in a potential out-of-bounds write through malformed IPC messages. This can potentially allow for sandbox escape through memory corruption in the parent process. This vulnerability affects Thunderbird < 52.7, Firefox ESR < 52.7, and Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.961Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5128 |
vulnerable | 2026-06-03 14:38:57.118266 |
Details available
A use-after-free vulnerability can occur when manipulating elements, events, and selection ranges during editor operations. This results in a potentially exploitable crash. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.869Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5127 |
vulnerable | 2026-06-03 14:38:57.117848 |
Details available
A buffer overflow can occur when manipulating the SVG "animatedPathSegList" through script. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.7, Firefox ESR < 52.7, and Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.976Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5126 |
vulnerable | 2026-06-03 14:38:57.116910 |
Details available
Memory safety bugs were reported in Firefox 58. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.859Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5125 |
vulnerable | 2026-06-03 14:38:57.116327 |
Details available
Memory safety bugs were reported in Firefox 58 and Firefox ESR 52.6. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 52.7, Firefox ESR < 52.7, and Firefox < 59.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.946Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5122 |
vulnerable | 2026-06-03 14:38:57.090886 |
Details available
A potential integer overflow in the "DoCrypt" function of WebCrypto was identified. If a means was found of exploiting it, it could result in an out-of-bounds write. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.973Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5119 |
vulnerable | 2026-06-03 14:38:57.090141 |
Details available
The reader view will display cross-origin content when CORS headers are set to prohibit the loading of cross-origin content by a site. This could allow access to content that should be restricted in reader view. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.978Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5118 |
vulnerable | 2026-06-03 14:38:57.089666 |
Details available
The screenshot images displayed in the Activity Stream page displayed when a new tab is opened is created from the meta tags of websites. An issue was discovered where the page could attempt to create these images through "file:" URLs from the local file system. This loading is blocked by the sandbox but could expose local data if combined with another attack that escapes sandbox protections. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.969Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5117 |
vulnerable | 2026-06-03 14:38:57.089251 |
Details available
If right-to-left text is used in the addressbar with left-to-right alignment, it is possible in some circumstances to scroll this text to spoof the displayed URL. This issue could result in the wrong URL being displayed as a location, which can mislead users to believe they are on a different site than the one loaded. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.943Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5116 |
vulnerable | 2026-06-03 14:38:57.088268 |
Details available
WebExtensions with the "ActiveTab" permission are able to access frames hosted within the active tab even if the frames are cross-origin. Malicious extensions can inject frames from arbitrary origins into the loaded page and then interact with them, bypassing same-origin user expectations with this permission. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.975Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5115 |
vulnerable | 2026-06-03 14:38:57.087865 |
Details available
If an HTTP authentication prompt is triggered by a background network request from a page or extension, it is displayed over the currently loaded foreground page. Although the prompt contains the real domain making the request, this can result in user confusion about the originating site of the authentication request and may cause users to mistakenly send private credential information to a third party site. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.685Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5114 |
vulnerable | 2026-06-03 14:38:57.087474 |
Details available
If an existing cookie is changed to be "HttpOnly" while a document is open, the original value remains accessible through script until that document is closed. Network requests correctly use the changed HttpOnly cookie. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.784Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5113 |
vulnerable | 2026-06-03 14:38:57.087076 |
Details available
The "browser.identity.launchWebAuthFlow" function of WebExtensions is only allowed to load content over "https:" but this requirement was not properly enforced. This can potentially allow privileged pages to be loaded by the extension. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.766Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5112 |
vulnerable | 2026-06-03 14:38:57.086666 |
Details available
Development Tools panels of an extension are required to load URLs for the panels as relative URLs from the extension manifest file but this requirement was not enforced in all instances. This could allow the development tools panel for the extension to load a URL that it should not be able to access, including potentially privileged pages. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.832Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5111 |
vulnerable | 2026-06-03 14:38:57.086285 |
Details available
When the text of a specially formatted URL is dragged to the addressbar from page content, the displayed URL can be spoofed to show a different site than the one loaded. This allows for phishing attacks where a malicious page can spoof the identify of another site. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.826Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5109 |
vulnerable | 2026-06-03 14:38:57.085466 |
Details available
An audio capture session can started under an incorrect origin from the site making the capture request. Users are still prompted to allow the request but the prompt can display the wrong origin, leading to user confusion about which site is making the request to capture an audio stream. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.892Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5108 |
vulnerable | 2026-06-03 14:38:57.084889 |
Details available
A Blob URL can violate origin attribute segregation, allowing it to be accessed from a private browsing tab and for data to be passed between the private browsing tab and a normal tab. This could allow for the leaking of private information specific to the private browsing context. This issue is mitigated by the requirement that the user enter the Blob URL manually in order for the access violation to occur. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.804Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5107 |
vulnerable | 2026-06-03 14:38:57.084485 |
Details available
The printing process can bypass local access protections to read files available through symlinks, bypassing local file restrictions. The printing process requires files in a specific format so arbitrary data cannot be read but it is possible that some local file information could be exposed. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.745Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5106 |
vulnerable | 2026-06-03 14:38:57.084093 |
Details available
Style editor traffic in the Developer Tools can be routed through a service worker hosted on a third party website if a user selects error links when these tools are open. This can allow style editor information used within Developer Tools to leak cross-origin. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.796Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5105 |
vulnerable | 2026-06-03 14:38:57.083705 |
Details available
WebExtensions can bypass user prompts to first save and then open an arbitrarily downloaded file. This can result in an executable file running with local user privileges without explicit user consent. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.665Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5104 |
vulnerable | 2026-06-03 14:38:57.083297 |
Details available
A use-after-free vulnerability can occur during font face manipulation when a font face is freed while still in use, resulting in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.991Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5103 |
vulnerable | 2026-06-03 14:38:57.082426 |
Details available
A use-after-free vulnerability can occur during mouse event handling due to issues with multiprocess support. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.737Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5102 |
vulnerable | 2026-06-03 14:38:57.081529 |
Details available
A use-after-free vulnerability can occur when manipulating HTML media elements with media streams, resulting in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.667Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5101 |
vulnerable | 2026-06-03 14:38:57.080679 |
Details available
A use-after-free vulnerability can occur when manipulating floating "first-letter" style elements, resulting in a potentially exploitable crash. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.785Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5100 |
vulnerable | 2026-06-03 14:38:57.080232 |
Details available
A use-after-free vulnerability can occur when arguments passed to the "IsPotentiallyScrollable" function are freed while still in use by scripts. This results in a potentially exploitable crash. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.808Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5099 |
vulnerable | 2026-06-03 14:38:57.079801 |
Details available
A use-after-free vulnerability can occur when the widget listener is holding strong references to browser objects that have previously been freed, resulting in a potentially exploitable crash when these references are used. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.818Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5098 |
vulnerable | 2026-06-03 14:38:57.078949 |
Details available
A use-after-free vulnerability can occur when form input elements, focus, and selections are manipulated by script content. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.825Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5097 |
vulnerable | 2026-06-03 14:38:57.078038 |
Details available
A use-after-free vulnerability can occur during XSL transformations when the source document for the transformation is manipulated by script content during the transformation. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.623Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5095 |
vulnerable | 2026-06-03 14:38:57.076197 |
Details available
An integer overflow vulnerability in the Skia library when allocating memory for edge builders on some systems with at least 8 GB of RAM. This results in the use of uninitialized memory, resulting in a potentially exploitable crash. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.649Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5094 |
vulnerable | 2026-06-03 14:38:57.075197 |
Details available
A heap buffer overflow vulnerability may occur in WebAssembly when "shrinkElements" is called followed by garbage collection on memory that is now uninitialized. This results in a potentially exploitable crash. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.806Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5093 |
vulnerable | 2026-06-03 14:38:57.074785 |
Details available
A heap buffer overflow vulnerability may occur in WebAssembly during Memory/Table resizing, resulting in a potentially exploitable crash. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.835Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5092 |
vulnerable | 2026-06-03 14:38:57.074181 |
Details available
A use-after-free vulnerability can occur when the thread for a Web Worker is freed from memory prematurely instead of from memory in the main thread while cancelling fetch operations. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.545Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5091 |
vulnerable | 2026-06-03 14:38:57.073711 |
Details available
A use-after-free vulnerability can occur during WebRTC connections when interacting with the DTMF timers. This results in a potentially exploitable crash. This vulnerability affects Firefox ESR < 52.6 and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.599Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5090 |
vulnerable | 2026-06-03 14:38:57.066710 |
Details available
Memory safety bugs were reported in Firefox 57. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:46.716Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-5089 |
vulnerable | 2026-06-03 14:38:57.061294 |
Details available
Memory safety bugs were reported in Firefox 57 and Firefox ESR 52.5. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 52.6, Firefox ESR < 52.6, and Firefox < 58.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T05:26:47.041Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4278 |
vulnerable | 2026-06-03 14:38:51.016042 |
Details available
In Safari before 11.1.2, iTunes before 12.8 for Windows, iOS before 11.4.1, tvOS before 11.4.1, iCloud for Windows before 7.6, sound fetched through audio elements may be exfiltrated cross-origin. This issue was addressed with improved audio taint tracking.
Published: 2019-01-11T18:00:00.000Z
Updated: 2024-08-05T05:11:22.385Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4262 |
vulnerable | 2026-06-03 14:38:51.009141 |
Details available
In Safari before 11.1.2, iTunes before 12.8 for Windows, iOS before 11.4.1, tvOS before 11.4.1, iCloud for Windows before 7.6, multiple memory corruption issues were addressed with improved memory handling.
Published: 2019-01-11T18:00:00.000Z
Updated: 2024-08-05T05:11:22.356Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4246 |
vulnerable | 2026-06-03 14:38:50.995115 |
Details available
An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. watchOS before 4.3.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code via a crafted web site that leverages type confusion.
Published: 2018-06-08T18:00:00.000Z
Updated: 2024-08-05T05:11:21.383Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4233 |
vulnerable | 2026-06-03 14:38:50.990293 |
Details available
An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. watchOS before 4.3.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-06-08T18:00:00.000Z
Updated: 2024-08-05T05:11:21.385Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4232 |
vulnerable | 2026-06-03 14:38:50.980936 |
Details available
An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. The issue involves the "WebKit" component. It allows remote attackers to overwrite cookies via a crafted web site.
Published: 2018-06-08T18:00:00.000Z
Updated: 2024-08-05T05:11:21.482Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4222 |
vulnerable | 2026-06-03 14:38:50.977257 |
Details available
An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. watchOS before 4.3.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code via a crafted web site that leverages a getWasmBufferFromValue out-of-bounds read during WebAssembly compilation.
Published: 2018-06-08T18:00:00.000Z
Updated: 2024-08-05T05:04:29.957Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4218 |
vulnerable | 2026-06-03 14:38:50.972411 |
Details available
An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. watchOS before 4.3.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site that triggers an @generatorState use-after-free.
Published: 2018-06-08T18:00:00.000Z
Updated: 2024-08-05T05:04:29.908Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4200 |
vulnerable | 2026-06-03 14:38:50.949759 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3.1 is affected. Safari before 11.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site that triggers a WebCore::jsElementScrollHeightGetter use-after-free.
Published: 2018-06-08T18:00:00.000Z
Updated: 2024-08-05T05:04:29.764Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4199 |
vulnerable | 2026-06-03 14:38:50.949100 |
Details available
An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) via a crafted web site.
Published: 2018-06-08T18:00:00.000Z
Updated: 2024-08-05T05:04:29.949Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4190 |
vulnerable | 2026-06-03 14:38:50.932497 |
Details available
An issue was discovered in certain Apple products. iOS before 11.4 is affected. Safari before 11.1.1 is affected. iCloud before 7.5 on Windows is affected. iTunes before 12.7.5 on Windows is affected. tvOS before 11.4 is affected. The issue involves the "WebKit" component. It allows remote attackers to obtain sensitive credential information that is transmitted during a CSS mask-image fetch.
Published: 2018-06-08T18:00:00.000Z
Updated: 2024-08-05T05:04:29.876Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4181 |
vulnerable | 2026-06-03 14:38:50.929048 |
Details available
In macOS High Sierra before 10.13.5, an issue existed in CUPS. This issue was addressed with improved access restrictions.
Published: 2019-01-11T18:00:00.000Z
Updated: 2024-08-05T05:04:29.960Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4180 |
vulnerable | 2026-06-03 14:38:50.928591 |
Details available
In macOS High Sierra before 10.13.5, an issue existed in CUPS. This issue was addressed with improved access restrictions.
Published: 2019-01-11T18:00:00.000Z
Updated: 2024-08-05T05:04:29.874Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4165 |
vulnerable | 2026-06-03 14:38:50.923830 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.851Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4163 |
vulnerable | 2026-06-03 14:38:50.917215 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.865Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4162 |
vulnerable | 2026-06-03 14:38:50.916582 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.955Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4161 |
vulnerable | 2026-06-03 14:38:50.915956 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.809Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4146 |
vulnerable | 2026-06-03 14:38:50.905169 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves the "WebKit" component. It allows attackers to cause a denial of service (memory corruption) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.830Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4133 |
vulnerable | 2026-06-03 14:38:50.891491 |
Details available
An issue was discovered in certain Apple products. Safari before 11.1 is affected. The issue involves the "WebKit" component. A Safari cross-site scripting (XSS) vulnerability allows remote attackers to inject arbitrary web script or HTML via a crafted URL.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.749Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4129 |
vulnerable | 2026-06-03 14:38:50.889918 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.828Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4128 |
vulnerable | 2026-06-03 14:38:50.889269 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.798Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4127 |
vulnerable | 2026-06-03 14:38:50.888635 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.861Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4125 |
vulnerable | 2026-06-03 14:38:50.874452 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.762Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4122 |
vulnerable | 2026-06-03 14:38:50.872961 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.826Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4120 |
vulnerable | 2026-06-03 14:38:50.871611 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.797Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4119 |
vulnerable | 2026-06-03 14:38:50.870997 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.719Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4118 |
vulnerable | 2026-06-03 14:38:50.870348 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.744Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4117 |
vulnerable | 2026-06-03 14:38:50.869580 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. watchOS before 4.3 is affected. The issue involves the fetch API in the "WebKit" component. It allows remote attackers to bypass the Same Origin Policy and obtain sensitive information via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.828Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4114 |
vulnerable | 2026-06-03 14:38:50.868228 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.735Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4113 |
vulnerable | 2026-06-03 14:38:50.867641 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. watchOS before 4.3 is affected. The issue involves a JavaScriptCore function in the "WebKit" component. It allows attackers to trigger an assertion failure by leveraging improper array indexing.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.824Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4101 |
vulnerable | 2026-06-03 14:38:50.862554 |
Details available
An issue was discovered in certain Apple products. iOS before 11.3 is affected. Safari before 11.1 is affected. iCloud before 7.4 on Windows is affected. iTunes before 12.7.4 on Windows is affected. tvOS before 11.3 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.692Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4096 |
vulnerable | 2026-06-03 14:38:50.854813 |
Details available
An issue was discovered in certain Apple products. iOS before 11.2.5 is affected. macOS before 10.13.3 is affected. Safari before 11.0.3 is affected. iCloud before 7.3 on Windows is affected. iTunes before 12.7.3 on Windows is affected. tvOS before 11.2.5 is affected. watchOS before 4.2.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:29.429Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-4088 |
vulnerable | 2026-06-03 14:38:50.851114 |
Details available
An issue was discovered in certain Apple products. iOS before 11.2.5 is affected. macOS before 10.13.3 is affected. Safari before 11.0.3 is affected. iCloud before 7.3 on Windows is affected. iTunes before 12.7.3 on Windows is affected. tvOS before 11.2.5 is affected. watchOS before 4.2.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T05:04:28.817Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3665 |
vulnerable | 2026-06-03 14:38:49.997249 |
Details available
System software utilizing Lazy FP state restore technique on systems using Intel Core-based microprocessors may potentially allow a local process to infer data from another process through a speculative execution side channel.
Published: 2018-06-21T20:00:00.000Z
Updated: 2024-09-17T01:01:36.405Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3639 |
vulnerable | 2026-06-03 14:38:49.665109 |
Details available
Systems with microprocessors utilizing speculative execution and speculative execution of memory reads before the addresses of all prior memory writes are known may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis, aka Speculative Store Bypass (SSB), Variant 4.
Published: 2018-05-22T12:00:00.000Z
Updated: 2026-05-29T20:14:05.872Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3283 |
vulnerable | 2026-06-03 14:38:48.409201 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Logging). Supported versions that are affected are 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:21:04.117Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3278 |
vulnerable | 2026-06-03 14:38:48.405312 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: RBR). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:26:04.964Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3276 |
vulnerable | 2026-06-03 14:38:48.403607 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Memcached). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:26:21.251Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3251 |
vulnerable | 2026-06-03 14:38:48.377879 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:30:52.780Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3247 |
vulnerable | 2026-06-03 14:38:48.375597 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Merge). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:31:31.784Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3187 |
vulnerable | 2026-06-03 14:38:48.284942 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:38:27.233Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3185 |
vulnerable | 2026-06-03 14:38:48.282692 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:38:40.224Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3156 |
vulnerable | 2026-06-03 14:38:48.220294 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:42:08.907Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3155 |
vulnerable | 2026-06-03 14:38:48.218933 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Parser). Supported versions that are affected are 5.7.23 and prior and 8.0.12 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Server. While the vulnerability is in MySQL Server, attacks may significantly impact additional products. 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 7.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H).
Published: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:42:15.987Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3144 |
vulnerable | 2026-06-03 14:38:48.182125 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Audit). Supported versions that are affected are 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:43:32.264Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3143 |
vulnerable | 2026-06-03 14:38:48.180786 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.41 and prior, 5.7.23 and prior and 8.0.12 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: 2018-10-17T01:00:00.000Z
Updated: 2024-10-02T19:43:38.845Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3077 |
vulnerable | 2026-06-03 14:38:48.043879 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.7.22 and prior and 8.0.11 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: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:51:52.599Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3071 |
vulnerable | 2026-06-03 14:38:48.014685 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Audit Log). Supported versions that are affected are 5.7.22 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: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:52:53.085Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3070 |
vulnerable | 2026-06-03 14:38:48.013606 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client mysqldump). Supported versions that are affected are 5.5.60 and prior, 5.6.40 and prior and 5.7.22 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: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:53:03.982Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3066 |
vulnerable | 2026-06-03 14:38:48.009458 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Options). Supported versions that are affected are 5.5.60 and prior, 5.6.40 and prior and 5.7.22 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 update, insert or delete access to some of MySQL Server accessible data as well as unauthorized read access to a subset of MySQL Server accessible data. CVSS 3.0 Base Score 3.3 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N).
Published: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:53:34.313Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3065 |
vulnerable | 2026-06-03 14:38:48.007932 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DML). Supported versions that are affected are 5.7.22 and prior and 8.0.11 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: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:53:42.124Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3064 |
vulnerable | 2026-06-03 14:38:48.006741 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.40 and prior, 5.7.22 and prior and 8.0.11 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 as well as unauthorized update, insert or delete access to some of MySQL Server accessible data. CVSS 3.0 Base Score 7.1 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H).
Published: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:53:50.798Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3062 |
vulnerable | 2026-06-03 14:38:48.003897 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Memcached). Supported versions that are affected are 5.6.40 and prior, 5.7.22 and prior and 8.0.11 and prior. Difficult to exploit vulnerability allows low privileged attacker with network access via memcached 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.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).
Published: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:54:05.701Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3061 |
vulnerable | 2026-06-03 14:38:48.002789 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DML). Supported versions that are affected are 5.7.22 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: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:54:12.061Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3060 |
vulnerable | 2026-06-03 14:38:48.001664 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.22 and prior and 8.0.11 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 creation, deletion or modification access to critical data or all MySQL Server accessible data and unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server. CVSS 3.0 Base Score 6.5 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H).
Published: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:54:17.830Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3058 |
vulnerable | 2026-06-03 14:38:47.990665 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: MyISAM). Supported versions that are affected are 5.5.60 and prior, 5.6.40 and prior and 5.7.22 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.0 Base Score 4.3 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N).
Published: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:54:24.089Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3056 |
vulnerable | 2026-06-03 14:38:47.988421 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Security: Privileges). Supported versions that are affected are 5.7.22 and prior and 8.0.11 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.0 Base Score 4.3 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N).
Published: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:54:42.080Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-3054 |
vulnerable | 2026-06-03 14:38:47.986607 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.7.22 and prior and 8.0.11 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: 2018-07-18T13:00:00.000Z
Updated: 2024-10-02T19:54:56.020Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2846 |
vulnerable | 2026-06-03 14:38:47.604663 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Performance Schema). Supported versions that are affected are 5.7.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.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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:12:43.078Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2839 |
vulnerable | 2026-06-03 14:38:47.595231 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DML). Supported versions that are affected are 5.7.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.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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:13:44.464Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2818 |
vulnerable | 2026-06-03 14:38:47.547692 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server : Security : Privileges). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.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.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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:16:08.553Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2816 |
vulnerable | 2026-06-03 14:38:47.545303 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.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.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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:16:20.630Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2815 |
vulnerable | 2026-06-03 14:38:47.537824 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Serialization). Supported versions that are affected are Java SE: 6u181, 7u171, 8u162 and 10; Java SE Embedded: 8u161; JRockit: R28.3.17. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. 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, JRockit. 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.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2018-04-19T02:00:00.000Z
Updated: 2025-05-06T14:59:02.355Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2814 |
vulnerable | 2026-06-03 14:38:47.536215 |
Details available
Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Hotspot). Supported versions that are affected are Java SE: 6u181, 7u171, 8u162 and 10; Java SE Embedded: 8u161. 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.0 Base Score 8.3 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:16:27.315Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2813 |
vulnerable | 2026-06-03 14:38:47.534465 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: DDL). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 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.0 Base Score 4.3 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:16:33.321Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2812 |
vulnerable | 2026-06-03 14:38:47.528145 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.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 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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:16:38.760Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2800 |
vulnerable | 2026-06-03 14:38:47.511576 |
Details available
Vulnerability in the Java SE, JRockit component of Oracle Java SE (subcomponent: RMI). Supported versions that are affected are Java SE: 6u181, 7u171 and 8u162; JRockit: R28.3.17. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, JRockit. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Java SE, JRockit accessible data as well as unauthorized read access to a subset of Java SE, JRockit 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.0 Base Score 4.2 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:17:49.066Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2799 |
vulnerable | 2026-06-03 14:38:47.494321 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JAXP). Supported versions that are affected are Java SE: 7u171, 8u162 and 10; Java SE Embedded: 8u161; JRockit: R28.3.17. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. 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, JRockit. 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.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:17:55.139Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2798 |
vulnerable | 2026-06-03 14:38:47.492582 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: AWT). Supported versions that are affected are Java SE: 6u181, 7u171, 8u162 and 10; Java SE Embedded: 8u161; JRockit: R28.3.17. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. 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, JRockit. 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.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2018-04-19T02:00:00.000Z
Updated: 2025-05-06T14:59:08.680Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2797 |
vulnerable | 2026-06-03 14:38:47.490835 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JMX). Supported versions that are affected are Java SE: 6u181, 7u171, 8u162 and 10; Java SE Embedded: 8u161; JRockit: R28.3.17. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. 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, JRockit. 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.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:18:04.476Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2796 |
vulnerable | 2026-06-03 14:38:47.489195 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Concurrency). Supported versions that are affected are Java SE: 7u171, 8u162 and 10; Java SE Embedded: 8u161; JRockit: R28.3.17. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. 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, JRockit. 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.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2018-04-19T02:00:00.000Z
Updated: 2025-05-06T14:59:14.846Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2795 |
vulnerable | 2026-06-03 14:38:47.487609 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Security). Supported versions that are affected are Java SE: 6u181, 7u171, 8u162 and 10; Java SE Embedded: 8u161; JRockit: R28.3.17. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. 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, JRockit. 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.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:18:11.453Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2794 |
vulnerable | 2026-06-03 14:38:47.485867 |
Details available
Vulnerability in the Java SE, JRockit component of Oracle Java SE (subcomponent: Security). Supported versions that are affected are Java SE: 6u181, 7u171, 8u162, 10 and JRockit: R28.3.17. Difficult to exploit vulnerability allows unauthenticated attacker with logon to the infrastructure where Java SE, JRockit executes to compromise Java SE, JRockit. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Java SE, JRockit, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in takeover of Java SE, JRockit. 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.0 Base Score 7.7 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:18:19.133Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2790 |
vulnerable | 2026-06-03 14:38:47.474344 |
Details available
Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Security). Supported versions that are affected are Java SE: 6u181, 7u171, 8u162 and 10; Java SE Embedded: 8u161. 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. 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 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.0 Base Score 3.1 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N).
Published: 2018-04-19T02:00:00.000Z
Updated: 2025-05-06T14:59:20.843Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2787 |
vulnerable | 2026-06-03 14:38:47.461893 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.6.39 and prior and 5.7.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 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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:18:57.110Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2786 |
vulnerable | 2026-06-03 14:38:47.461016 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: InnoDB). Supported versions that are affected are 5.7.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 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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:19:03.187Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2780 |
vulnerable | 2026-06-03 14:38:47.444003 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.21 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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:19:40.323Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2779 |
vulnerable | 2026-06-03 14:38:47.443434 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.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.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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:19:48.878Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2778 |
vulnerable | 2026-06-03 14:38:47.442863 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.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.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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:19:56.238Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2776 |
vulnerable | 2026-06-03 14:38:47.441399 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Group Replication GCS). Supported versions that are affected are 5.7.21 and prior. Easily exploitable vulnerability allows high privileged attacker with network access via XCom 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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:20:09.086Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2775 |
vulnerable | 2026-06-03 14:38:47.440736 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Optimizer). Supported versions that are affected are 5.7.21 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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:20:15.818Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2773 |
vulnerable | 2026-06-03 14:38:47.439494 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Client programs). Supported versions that are affected are 5.5.59 and prior, 5.6.39 and prior and 5.7.21 and prior. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes 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.1 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:20:29.498Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2769 |
vulnerable | 2026-06-03 14:38:47.431612 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Pluggable Auth). Supported versions that are affected are 5.7.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.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: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:20:54.048Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2762 |
vulnerable | 2026-06-03 14:38:47.414891 |
Details available
Vulnerability in the MySQL Server component of Oracle MySQL (subcomponent: Server: Connection). Supported versions that are affected are 5.7.21 and prior. Easily exploitable vulnerability allows high privileged attacker with logon to the infrastructure where MySQL Server executes 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:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H).
Published: 2018-04-19T02:00:00.000Z
Updated: 2024-10-03T20:21:32.335Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2678 |
vulnerable | 2026-06-03 14:38:47.244788 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JNDI). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks require human interaction from a person other than the attacker. 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, JRockit. Note: This vulnerability 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.0 Base Score 4.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:33:42.205Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2677 |
vulnerable | 2026-06-03 14:38:47.242456 |
Details available
Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: AWT). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151. 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. 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: 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.0 Base Score 4.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:33:51.678Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2663 |
vulnerable | 2026-06-03 14:38:47.197608 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Libraries). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks require human interaction from a person other than the attacker. 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, JRockit. Note: This vulnerability 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.0 Base Score 4.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:35:27.942Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2641 |
vulnerable | 2026-06-03 14:38:47.133798 |
Details available
Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: AWT). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151. 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 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.0 Base Score 6.1 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:N).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:38:19.464Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2637 |
vulnerable | 2026-06-03 14:38:47.128224 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JMX). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Java SE, Java SE Embedded, JRockit accessible data as well as unauthorized access to critical data or complete access to all Java SE, Java SE Embedded, JRockit 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.0 Base Score 7.4 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:38:48.856Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2634 |
vulnerable | 2026-06-03 14:38:47.115441 |
Details available
Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: JGSS). Supported versions that are affected are Java SE: 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. 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 access to critical data or complete access to 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.0 Base Score 6.8 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:39:11.360Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2633 |
vulnerable | 2026-06-03 14:38:47.113562 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JNDI). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Java SE, Java SE Embedded, JRockit, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in takeover of Java SE, Java SE Embedded, JRockit. Note: This vulnerability 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.0 Base Score 8.3 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:39:17.310Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2629 |
vulnerable | 2026-06-03 14:38:47.095406 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JGSS). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Java SE, Java SE Embedded, JRockit accessible data. Note: This vulnerability 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.0 Base Score 5.3 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:39:41.707Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2618 |
vulnerable | 2026-06-03 14:38:47.064741 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JCE). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Java SE, Java SE Embedded, JRockit accessible data. Note: This vulnerability 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.0 Base Score 5.9 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:40:43.309Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2603 |
vulnerable | 2026-06-03 14:38:47.025172 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Libraries). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. 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, JRockit. Note: This vulnerability 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.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:42:31.548Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2602 |
vulnerable | 2026-06-03 14:38:47.023448 |
Details available
Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: I18n). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151. Difficult to exploit vulnerability allows unauthenticated attacker with logon to the infrastructure where Java SE, Java SE Embedded executes to compromise Java SE, Java SE Embedded. Successful attacks require human interaction from a person other than the attacker. 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 and unauthorized ability to cause a partial denial of service (partial DOS) 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.0 Base Score 4.5 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:42:39.299Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2599 |
vulnerable | 2026-06-03 14:38:47.014469 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JNDI). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Java SE, Java SE Embedded, JRockit accessible data and unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded, JRockit. Note: This vulnerability 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.0 Base Score 4.8 (Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:42:59.538Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2588 |
vulnerable | 2026-06-03 14:38:46.990633 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: LDAP). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Java SE, Java SE Embedded, JRockit accessible data. Note: This vulnerability 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.0 Base Score 4.3 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:44:11.023Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2582 |
vulnerable | 2026-06-03 14:38:46.976767 |
Details available
Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Hotspot). Supported versions that are affected are Java SE: 8u152 and 9.0.1; Java SE Embedded: 8u151. 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. 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 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.0 Base Score 6.5 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N).
Published: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:44:45.237Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-2579 |
vulnerable | 2026-06-03 14:38:46.955680 |
Details available
Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Libraries). Supported versions that are affected are Java SE: 6u171, 7u161, 8u152 and 9.0.1; Java SE Embedded: 8u151; JRockit: R28.3.16. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded, JRockit. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Java SE, Java SE Embedded, JRockit accessible data. Note: This vulnerability 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.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: 2018-01-18T02:00:00.000Z
Updated: 2024-10-03T20:45:10.321Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-21247 |
vulnerable | 2026-06-03 14:38:40.591069 |
Details available
An issue was discovered in LibVNCServer before 0.9.13. There is an information leak (of uninitialized memory contents) in the libvncclient/rfbproto.c ConnectToRFBRepeater function.
Published: 2020-06-17T15:10:51.000Z
Updated: 2024-08-05T12:26:39.514Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20843 |
vulnerable | 2026-06-03 14:38:39.875777 |
Details available
In libexpat in Expat before 2.2.7, XML input including XML names that contain a large number of colons could make the XML parser consume a high amount of RAM and CPU resources while processing (enough to be usable for denial-of-service attacks).
Published: 2019-06-24T16:06:38.000Z
Updated: 2025-05-30T19:39:20.442Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20781 |
vulnerable | 2026-06-03 14:38:39.693200 |
Details available
In pam/gkr-pam-module.c in GNOME Keyring before 3.27.2, the user's password is kept in a session-child process spawned from the LightDM daemon. This can expose the credential in cleartext.
Published: 2019-02-12T17:00:00.000Z
Updated: 2024-08-05T12:12:28.478Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20763 |
vulnerable | 2026-06-03 14:38:39.622198 |
Details available
In GPAC 0.7.1 and earlier, gf_text_get_utf8_line in media_tools/text_import.c in libgpac_static.a allows an out-of-bounds write because of missing szLineConv bounds checking.
Published: 2019-02-06T23:00:00.000Z
Updated: 2024-08-05T12:12:29.606Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20762 |
vulnerable | 2026-06-03 14:38:39.621721 |
Details available
GPAC version 0.7.1 and earlier has a buffer overflow vulnerability in the cat_multiple_files function in applications/mp4box/fileimport.c when MP4Box is used for a local directory containing crafted filenames.
Published: 2019-02-06T23:00:00.000Z
Updated: 2024-08-05T12:12:28.219Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20761 |
vulnerable | 2026-06-03 14:38:39.621193 |
Details available
GPAC version 0.7.1 and earlier has a Buffer Overflow vulnerability in the gf_sm_load_init function in scene_manager.c in libgpac_static.a.
Published: 2019-02-06T23:00:00.000Z
Updated: 2024-08-05T12:12:28.545Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20760 |
vulnerable | 2026-06-03 14:38:39.619357 |
Details available
In GPAC 0.7.1 and earlier, gf_text_get_utf8_line in media_tools/text_import.c in libgpac_static.a allows an out-of-bounds write because a certain -1 return value is mishandled.
Published: 2019-02-06T23:00:00.000Z
Updated: 2024-08-05T12:12:28.785Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20750 |
vulnerable | 2026-06-03 14:38:39.605187 |
Details available
LibVNC through 0.9.12 contains a heap out-of-bounds write vulnerability in libvncserver/rfbserver.c. The fix for CVE-2018-15127 was incomplete.
Published: 2019-01-30T18:00:00.000Z
Updated: 2024-08-05T12:12:28.351Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20749 |
vulnerable | 2026-06-03 14:38:39.604251 |
Details available
LibVNC before 0.9.12 contains a heap out-of-bounds write vulnerability in libvncserver/rfbserver.c. The fix for CVE-2018-15127 was incomplete.
Published: 2019-01-30T18:00:00.000Z
Updated: 2024-08-05T12:12:27.679Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20748 |
vulnerable | 2026-06-03 14:38:39.603298 |
Details available
LibVNC before 0.9.12 contains multiple heap out-of-bounds write vulnerabilities in libvncclient/rfbproto.c. The fix for CVE-2018-20019 was incomplete.
Published: 2019-01-30T18:00:00.000Z
Updated: 2024-08-05T12:12:28.501Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20685 |
vulnerable | 2026-06-03 14:38:39.543458 |
Details available
In OpenSSH 7.9, scp.c in the scp client allows remote SSH servers to bypass intended access restrictions via the filename of . or an empty filename. The impact is modifying the permissions of the target directory on the client side.
Published: 2019-01-10T00:00:00.000Z
Updated: 2025-12-17T21:53:56.287Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20679 |
vulnerable | 2026-06-03 14:38:39.532139 |
Details available
An issue was discovered in BusyBox before 1.30.0. An out of bounds read in udhcp components (consumed by the DHCP server, client, and relay) allows a remote attacker to leak sensitive information from the stack by sending a crafted DHCP message. This is related to verification in udhcp_get_option() in networking/udhcp/common.c that 4-byte options are indeed 4 bytes.
Published: 2019-01-09T16:00:00.000Z
Updated: 2025-06-09T15:26:04.926Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20650 |
vulnerable | 2026-06-03 14:38:39.474648 |
Details available
A reachable Object::dictLookup assertion in Poppler 0.72.0 allows attackers to cause a denial of service due to the lack of a check for the dict data type, as demonstrated by use of the FileSpec class (in FileSpec.cc) in pdfdetach.
Published: 2019-01-01T16:00:00.000Z
Updated: 2024-08-05T12:05:17.794Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20615 |
vulnerable | 2026-06-03 14:38:39.446661 |
Details available
An out-of-bounds read issue was discovered in the HTTP/2 protocol decoder in HAProxy 1.8.x and 1.9.x through 1.9.0 which can result in a crash. The processing of the PRIORITY flag in a HEADERS frame requires 5 extra bytes, and while these bytes are skipped, the total frame length was not re-checked to make sure they were present in the frame.
Published: 2019-03-18T16:11:36.000Z
Updated: 2024-08-05T12:05:17.640Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20551 |
vulnerable | 2026-06-03 14:38:39.354227 |
Details available
A reachable Object::getString assertion in Poppler 0.72.0 allows attackers to cause a denial of service due to construction of invalid rich media annotation assets in the AnnotRichMedia class in Annot.c.
Published: 2018-12-28T04:00:00.000Z
Updated: 2024-08-05T12:05:17.424Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20549 |
vulnerable | 2026-06-03 14:38:39.353725 |
Details available
There is an illegal WRITE memory access at caca/file.c (function caca_file_read) in libcaca 0.99.beta19.
Published: 2018-12-28T03:00:00.000Z
Updated: 2024-08-05T12:05:17.464Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20548 |
vulnerable | 2026-06-03 14:38:39.353081 |
Details available
There is an illegal WRITE memory access at common-image.c (function load_image) in libcaca 0.99.beta19 for 1bpp data.
Published: 2018-12-28T03:00:00.000Z
Updated: 2024-08-05T12:05:17.443Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20547 |
vulnerable | 2026-06-03 14:38:39.352468 |
Details available
There is an illegal READ memory access at caca/dither.c (function get_rgba_default) in libcaca 0.99.beta19 for 24bpp data.
Published: 2018-12-28T03:00:00.000Z
Updated: 2024-08-05T12:05:17.457Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20546 |
vulnerable | 2026-06-03 14:38:39.351793 |
Details available
There is an illegal READ memory access at caca/dither.c (function get_rgba_default) in libcaca 0.99.beta19 for the default bpp case.
Published: 2018-12-28T03:00:00.000Z
Updated: 2024-08-05T12:05:17.402Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20545 |
vulnerable | 2026-06-03 14:38:39.347878 |
Details available
There is an illegal WRITE memory access at common-image.c (function load_image) in libcaca 0.99.beta19 for 4bpp data.
Published: 2018-12-28T03:00:00.000Z
Updated: 2024-08-05T12:05:17.277Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20544 |
vulnerable | 2026-06-03 14:38:39.347201 |
Details available
There is floating point exception at caca/dither.c (function caca_dither_bitmap) in libcaca 0.99.beta19.
Published: 2018-12-28T03:00:00.000Z
Updated: 2024-08-05T12:05:17.323Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20481 |
vulnerable | 2026-06-03 14:38:39.152108 |
Details available
XRef::getEntry in XRef.cc in Poppler 0.72.0 mishandles unallocated XRef entries, which allows remote attackers to cause a denial of service (NULL pointer dereference) via a crafted PDF document, when XRefEntry::setFlag in XRef.h is called from Parser::makeStream in Parser.cc.
Published: 2018-12-26T04:00:00.000Z
Updated: 2024-08-05T12:05:16.857Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20467 |
vulnerable | 2026-06-03 14:38:39.142901 |
Details available
In coders/bmp.c in ImageMagick before 7.0.8-16, an input file can result in an infinite loop and hang, with high CPU and memory consumption. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted file.
Published: 2018-12-26T03:00:00.000Z
Updated: 2024-08-05T12:05:17.002Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20216 |
vulnerable | 2026-06-03 14:38:38.764204 |
Details available
QEMU can have an infinite loop in hw/rdma/vmw/pvrdma_dev_ring.c because return values are not checked (and -1 is mishandled).
Published: 2018-12-20T21:00:00.000Z
Updated: 2024-08-05T11:58:19.098Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20191 |
vulnerable | 2026-06-03 14:38:38.749295 |
Details available
hw/rdma/vmw/pvrdma_main.c in QEMU does not implement a read operation (such as uar_read by analogy to uar_write), which allows attackers to cause a denial of service (NULL pointer dereference).
Published: 2018-12-20T22:00:00.000Z
Updated: 2024-08-05T11:58:18.323Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20169 |
vulnerable | 2026-06-03 14:38:38.681094 |
Details available
An issue was discovered in the Linux kernel before 4.19.9. The USB subsystem mishandles size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c.
Published: 2018-12-17T06:00:00.000Z
Updated: 2024-08-05T11:51:19.390Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20126 |
vulnerable | 2026-06-03 14:38:38.618755 |
Details available
hw/rdma/vmw/pvrdma_cmd.c in QEMU allows create_cq and create_qp memory leaks because errors are mishandled.
Published: 2018-12-20T21:00:00.000Z
Updated: 2024-08-05T11:51:19.153Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20125 |
vulnerable | 2026-06-03 14:38:38.618237 |
Details available
hw/rdma/vmw/pvrdma_cmd.c in QEMU allows attackers to cause a denial of service (NULL pointer dereference or excessive memory allocation) in create_cq_ring or create_qp_rings.
Published: 2018-12-20T21:00:00.000Z
Updated: 2024-08-05T11:51:19.225Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20124 |
vulnerable | 2026-06-03 14:38:38.617767 |
Details available
hw/rdma/rdma_backend.c in QEMU allows guest OS users to trigger out-of-bounds access via a PvrdmaSqWqe ring element with a large num_sge value.
Published: 2018-12-20T22:00:00.000Z
Updated: 2024-08-05T11:51:19.115Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20123 |
vulnerable | 2026-06-03 14:38:38.617209 |
Details available
pvrdma_realize in hw/rdma/vmw/pvrdma_main.c in QEMU has a Memory leak after an initialisation error.
Published: 2018-12-17T18:00:00.000Z
Updated: 2024-08-05T11:51:19.141Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20103 |
vulnerable | 2026-06-03 14:38:38.600249 |
Details available
An issue was discovered in dns.c in HAProxy through 1.8.14. In the case of a compressed pointer, a crafted packet can trigger infinite recursion by making the pointer point to itself, or create a long chain of valid pointers resulting in stack exhaustion.
Published: 2018-12-12T17:00:00.000Z
Updated: 2024-08-05T11:51:18.927Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20102 |
vulnerable | 2026-06-03 14:38:38.598613 |
Details available
An out-of-bounds read in dns_validate_dns_response in dns.c was discovered in HAProxy through 1.8.14. Due to a missing check when validating DNS responses, remote attackers might be able read the 16 bytes corresponding to an AAAA record from the non-initialized part of the buffer, possibly accessing anything that was left on the stack, or even past the end of the 8193-byte buffer, depending on the value of accepted_payload_size.
Published: 2018-12-12T17:00:00.000Z
Updated: 2024-08-05T11:51:19.257Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20024 |
vulnerable | 2026-06-03 14:38:38.502295 |
Details available
LibVNC before commit 4a21bbd097ef7c44bb000c3bd0907f96a10e4ce7 contains null pointer dereference in VNC client code that can result DoS.
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T11:51:18.329Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20023 |
vulnerable | 2026-06-03 14:38:38.501423 |
Details available
LibVNC before 8b06f835e259652b0ff026898014fc7297ade858 contains CWE-665: Improper Initialization vulnerability in VNC Repeater client code that allows attacker to read stack memory and can be abuse for information disclosure. Combined with another vulnerability, it can be used to leak stack memory layout and in bypassing ASLR
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T11:51:18.305Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20022 |
vulnerable | 2026-06-03 14:38:38.500852 |
Details available
LibVNC before 2f5b2ad1c6c99b1ac6482c95844a84d66bb52838 contains multiple weaknesses CWE-665: Improper Initialization vulnerability in VNC client code that allows attacker to read stack memory and can be abuse for information disclosure. Combined with another vulnerability, it can be used to leak stack memory layout and in bypassing ASLR
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T11:51:18.317Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20021 |
vulnerable | 2026-06-03 14:38:38.500203 |
Details available
LibVNC before commit c3115350eb8bb635d0fdb4dbbb0d0541f38ed19c contains a CWE-835: Infinite loop vulnerability in VNC client code. Vulnerability allows attacker to consume excessive amount of resources like CPU and RAM
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T11:51:18.342Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20020 |
vulnerable | 2026-06-03 14:38:38.499555 |
Details available
LibVNC before commit 7b1ef0ffc4815cab9a96c7278394152bdc89dc4d contains heap out-of-bound write vulnerability inside structure in VNC client code that can result remote code execution
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T11:51:18.295Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20019 |
vulnerable | 2026-06-03 14:38:38.490716 |
Details available
LibVNC before commit a83439b9fbe0f03c48eb94ed05729cb016f8b72f contains multiple heap out-of-bound write vulnerabilities in VNC client code that can result remote code execution
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T11:51:18.279Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1336 |
vulnerable | 2026-06-03 14:38:31.013266 |
Details available
An improper handing of overflow in the UTF-8 decoder with supplementary characters can lead to an infinite loop in the decoder causing a Denial of Service. Versions Affected: Apache Tomcat 9.0.0.M9 to 9.0.7, 8.5.0 to 8.5.30, 8.0.0.RC1 to 8.0.51, and 7.0.28 to 7.0.86.
Published: 2018-08-02T14:00:00.000Z
Updated: 2024-11-14T20:35:47.322Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1305 |
vulnerable | 2026-06-03 14:38:30.906922 |
Details available
Security constraints defined by annotations of Servlets in Apache Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and 7.0.0 to 7.0.84 were only applied once a Servlet had been loaded. Because security constraints defined in this way apply to the URL pattern and any URLs below that point, it was possible - depending on the order Servlets were loaded - for some security constraints not to be applied. This could have exposed resources to users who were not authorised to access them.
Published: 2018-02-23T23:00:00.000Z
Updated: 2024-09-17T01:12:10.097Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1304 |
vulnerable | 2026-06-03 14:38:30.893251 |
Details available
The URL pattern of "" (the empty string) which exactly maps to the context root was not correctly handled in Apache Tomcat 9.0.0.M1 to 9.0.4, 8.5.0 to 8.5.27, 8.0.0.RC1 to 8.0.49 and 7.0.0 to 7.0.84 when used as part of a security constraint definition. This caused the constraint to be ignored. It was, therefore, possible for unauthorised users to gain access to web application resources that should have been protected. Only security constraints with a URL pattern of the empty string were affected.
Published: 2018-02-28T20:00:00.000Z
Updated: 2024-09-17T01:35:47.135Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1303 |
vulnerable | 2026-06-03 14:38:30.873063 |
Details available
A specially crafted HTTP request header could have crashed the Apache HTTP Server prior to version 2.4.30 due to an out of bound read while preparing data to be cached in shared memory. It could be used as a Denial of Service attack against users of mod_cache_socache. The vulnerability is considered as low risk since mod_cache_socache is not widely used, mod_cache_disk is not concerned by this vulnerability.
Published: 2018-03-26T15:00:00.000Z
Updated: 2024-09-17T02:10:32.813Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1301 |
vulnerable | 2026-06-03 14:38:30.867922 |
Details available
A specially crafted request could have crashed the Apache HTTP Server prior to version 2.4.30, due to an out of bound access after a size limit is reached by reading the HTTP header. This vulnerability is considered very hard if not impossible to trigger in non-debug mode (both log and build level), so it is classified as low risk for common server usage.
Published: 2018-03-26T15:00:00.000Z
Updated: 2024-09-16T17:22:56.161Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1283 |
vulnerable | 2026-06-03 14:38:30.785946 |
Details available
In Apache httpd 2.4.0 to 2.4.29, when mod_session is configured to forward its session data to CGI applications (SessionEnv on, not the default), a remote user may influence their content by using a "Session" header. This comes from the "HTTP_SESSION" variable name used by mod_session to forward its data to CGIs, since the prefix "HTTP_" is also used by the Apache HTTP Server to pass HTTP header fields, per CGI specifications.
Published: 2018-03-26T15:00:00.000Z
Updated: 2024-09-16T19:36:29.564Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1152 |
vulnerable | 2026-06-03 14:38:30.408753 |
Details available
libjpeg-turbo 1.5.90 is vulnerable to a denial of service vulnerability caused by a divide by zero when processing a crafted BMP image.
Published: 2018-06-18T14:00:00.000Z
Updated: 2024-09-17T03:53:43.845Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1139 |
vulnerable | 2026-06-03 14:38:30.386415 |
Details available
MEDIUM (5.4)
A flaw was found in the way samba before 4.7.9 and 4.8.4 allowed the use of weak NTLMv1 authentication even when NTLMv1 was explicitly disabled. A man-in-the-middle attacker could use this flaw to read the credential and other details passed between the samba server and client.
Published: 2018-08-22T14:00:00.000Z
Updated: 2024-08-05T03:51:48.837Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1130 |
vulnerable | 2026-06-03 14:38:30.373452 |
Details available
MEDIUM (5.5)
Linux kernel before version 4.16-rc7 is vulnerable to a null pointer dereference in dccp_write_xmit() function in net/dccp/output.c in that allows a local user to cause a denial of service by a number of certain crafted system calls.
Published: 2018-05-10T13:00:00.000Z
Updated: 2024-08-05T03:51:48.970Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1126 |
vulnerable | 2026-06-03 14:38:30.341588 |
Details available
MEDIUM (4.8)
procps-ng before version 3.3.15 is vulnerable to an incorrect integer size in proc/alloc.* leading to truncation/integer overflow issues. This flaw is related to CVE-2018-1124.
Published: 2018-05-23T13:00:00.000Z
Updated: 2025-12-17T20:45:49.505Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1125 |
vulnerable | 2026-06-03 14:38:30.340479 |
Details available
MEDIUM (4.4)
procps-ng before version 3.3.15 is vulnerable to a stack buffer overflow in pgrep. This vulnerability is mitigated by FORTIFY, as it involves strncat() to a stack-allocated string. When pgrep is compiled with FORTIFY (as on Red Hat Enterprise Linux and Fedora), the impact is limited to a crash.
Published: 2018-05-23T14:00:00.000Z
Updated: 2025-12-17T22:09:11.636Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1124 |
vulnerable | 2026-06-03 14:38:30.336955 |
Details available
HIGH (7.3)
procps-ng before version 3.3.15 is vulnerable to multiple integer overflows leading to a heap corruption in file2strvec function. This allows a privilege escalation for a local attacker who can create entries in procfs by starting processes, which could result in crashes or arbitrary code execution in proc utilities run by other users.
Published: 2018-05-23T13:00:00.000Z
Updated: 2025-12-18T11:37:47.265Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1123 |
vulnerable | 2026-06-03 14:38:30.332400 |
Details available
LOW (3.9)
procps-ng before version 3.3.15 is vulnerable to a denial of service in ps via mmap buffer overflow. Inbuilt protection in ps maps a guard page at the end of the overflowed buffer, ensuring that the impact of this flaw is limited to a crash (temporary denial of service).
Published: 2018-05-23T14:00:00.000Z
Updated: 2025-12-17T21:19:29.864Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1122 |
vulnerable | 2026-06-03 14:38:30.331054 |
Details available
HIGH (7.3)
procps-ng before version 3.3.15 is vulnerable to a local privilege escalation in top. If a user runs top with HOME unset in an attacker-controlled directory, the attacker could achieve privilege escalation by exploiting one of several vulnerabilities in the config_file() function.
Published: 2018-05-23T14:00:00.000Z
Updated: 2024-08-05T03:51:48.790Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1120 |
vulnerable | 2026-06-03 14:38:30.326111 |
Details available
LOW (2.8)
A flaw was found affecting the Linux kernel before version 4.17. By mmap()ing a FUSE-backed file onto a process's memory containing command line arguments (or environment strings), an attacker can cause utilities from psutils or procps (such as ps, w) or any other program which makes a read() call to the /proc/<pid>/cmdline (or /proc/<pid>/environ) files to block indefinitely (denial of service) or for some controlled time (as a synchronization primitive for other attacks).
Published: 2018-06-20T13:00:00.000Z
Updated: 2024-08-05T03:51:48.863Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1118 |
vulnerable | 2026-06-03 14:38:30.323699 |
Details available
LOW (2.3)
Linux kernel vhost since version 4.8 does not properly initialize memory in messages passed between virtual guests and the host operating system in the vhost/vhost.c:vhost_new_msg() function. This can allow local privileged users to read some kernel memory contents when reading from the /dev/vhost-net device file.
Published: 2018-05-10T22:00:00.000Z
Updated: 2024-08-05T03:51:48.923Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1108 |
vulnerable | 2026-06-03 14:38:30.286898 |
Details available
MEDIUM (5.9)
kernel drivers before version 4.17-rc1 are vulnerable to a weakness in the Linux kernel's implementation of random seed data. Programs, early in the boot sequence, could use the data allocated for the seed before it was sufficiently generated.
Published: 2018-05-21T21:00:00.000Z
Updated: 2024-08-05T03:51:48.721Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1100 |
vulnerable | 2026-06-03 14:38:30.263004 |
Details available
zsh through version 5.4.2 is vulnerable to a stack-based buffer overflow in the utils.c:checkmailpath function. A local attacker could exploit this to execute arbitrary code in the context of another user.
Published: 2018-04-11T19:00:00.000Z
Updated: 2024-08-05T03:51:48.499Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1094 |
vulnerable | 2026-06-03 14:38:30.256043 |
Details available
The ext4_fill_super function in fs/ext4/super.c in the Linux kernel through 4.15.15 does not always initialize the crc32c checksum driver, which allows attackers to cause a denial of service (ext4_xattr_inode_hash NULL pointer dereference and system crash) via a crafted ext4 image.
Published: 2018-04-02T03:00:00.000Z
Updated: 2024-08-05T03:51:48.938Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1087 |
vulnerable | 2026-06-03 14:38:30.236781 |
Details available
HIGH (8)
kernel KVM before versions kernel 4.16, kernel 4.16-rc7, kernel 4.17-rc1, kernel 4.17-rc2 and kernel 4.17-rc3 is vulnerable to a flaw in the way the Linux kernel's KVM hypervisor handled exceptions delivered after a stack switch operation via Mov SS or Pop SS instructions. During the stack switch operation, the processor did not deliver interrupts and exceptions, rather they are delivered once the first instruction after the stack switch is executed. An unprivileged KVM guest user could use this flaw to crash the guest or, potentially, escalate their privileges in the guest.
Published: 2018-05-15T16:00:00.000Z
Updated: 2024-08-05T03:51:48.239Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1084 |
vulnerable | 2026-06-03 14:38:30.225619 |
Details available
HIGH (7.5)
corosync before version 2.4.4 is vulnerable to an integer overflow in exec/totemcrypto.c.
Published: 2018-04-12T17:00:00.000Z
Updated: 2024-08-05T03:51:48.451Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1083 |
vulnerable | 2026-06-03 14:38:30.221624 |
Details available
Zsh before version 5.4.2-test-1 is vulnerable to a buffer overflow in the shell autocomplete functionality. A local unprivileged user can create a specially crafted directory path which leads to code execution in the context of the user who tries to use autocomplete to traverse the before mentioned path. If the user affected is privileged, this leads to privilege escalation.
Published: 2018-03-28T13:00:00.000Z
Updated: 2024-09-16T18:13:29.080Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1071 |
vulnerable | 2026-06-03 14:38:30.197261 |
Details available
zsh through version 5.4.2 is vulnerable to a stack-based buffer overflow in the exec.c:hashcmd() function. A local attacker could exploit this to cause a denial of service.
Published: 2018-03-09T15:00:00.000Z
Updated: 2024-08-05T03:51:48.907Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1068 |
vulnerable | 2026-06-03 14:38:30.190315 |
Details available
A flaw was found in the Linux 4.x kernel's implementation of 32-bit syscall interface for bridging. This allowed a privileged user to arbitrarily write to a limited range of kernel memory.
Published: 2018-03-16T16:00:00.000Z
Updated: 2024-09-16T16:13:09.145Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1061 |
vulnerable | 2026-06-03 14:38:30.172128 |
Details available
MEDIUM (6.5)
python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in the difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service.
Published: 2018-06-19T12:00:00.000Z
Updated: 2024-08-05T03:51:48.415Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1060 |
vulnerable | 2026-06-03 14:38:30.163082 |
Details available
MEDIUM (4.3)
python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib's apop() method. An attacker could use this flaw to cause denial of service.
Published: 2018-06-18T14:00:00.000Z
Updated: 2024-08-05T03:44:12.002Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1058 |
vulnerable | 2026-06-03 14:38:30.151069 |
Details available
A flaw was found in the way Postgresql allowed a user to modify the behavior of a query for other users. An attacker with a user account could use this flaw to execute code with the permissions of superuser in the database. Versions 9.3 through 10 are affected.
Published: 2018-03-02T15:00:00.000Z
Updated: 2024-09-17T03:22:50.533Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1057 |
vulnerable | 2026-06-03 14:38:30.150512 |
Details available
On a Samba 4 AD DC the LDAP server in all versions of Samba from 4.0.0 onwards incorrectly validates permissions to modify passwords over LDAP allowing authenticated users to change any other users' passwords, including administrative users and privileged service accounts (eg Domain Controllers).
Published: 2018-03-13T16:00:00.000Z
Updated: 2024-08-05T03:44:11.979Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1056 |
vulnerable | 2026-06-03 14:38:30.149659 |
Details available
LOW (3.3)
An out-of-bounds heap buffer read flaw was found in the way advancecomp before 2.1-2018/02 handled processing of ZIP files. An attacker could potentially use this flaw to crash the advzip utility by tricking it into processing crafted ZIP files.
Published: 2018-07-27T18:00:00.000Z
Updated: 2024-08-05T03:44:11.827Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1053 |
vulnerable | 2026-06-03 14:38:30.141181 |
Details available
In postgresql 9.3.x before 9.3.21, 9.4.x before 9.4.16, 9.5.x before 9.5.11, 9.6.x before 9.6.7 and 10.x before 10.2, pg_upgrade creates file in current working directory containing the output of `pg_dumpall -g` under umask which was in effect when the user invoked pg_upgrade, and not under 0077 which is normally used for other temporary files. This can allow an authenticated attacker to read or modify the one file, which may contain encrypted or unencrypted database passwords. The attack is infeasible if a directory mode blocks the attacker searching the current working directory or if the prevailing umask blocks the attacker opening the file.
Published: 2018-02-09T14:00:00.000Z
Updated: 2024-09-17T04:20:15.991Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1050 |
vulnerable | 2026-06-03 14:38:30.133271 |
Details available
All versions of Samba from 4.0.0 onwards are vulnerable to a denial of service attack when the RPC spoolss service is configured to be run as an external daemon. Missing input sanitization checks on some of the input parameters to spoolss RPC calls could cause the print spooler service to crash.
Published: 2018-03-13T16:00:00.000Z
Updated: 2024-09-16T23:16:06.670Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1049 |
vulnerable | 2026-06-03 14:38:30.130090 |
Details available
In systemd prior to 234 a race condition exists between .mount and .automount units such that automount requests from kernel may not be serviced by systemd resulting in kernel holding the mountpoint and any processes that try to use said mount will hang. A race condition like this may lead to denial of service, until mount points are unmounted.
Published: 2018-02-16T21:00:00.000Z
Updated: 2024-09-16T16:47:41.544Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19854 |
vulnerable | 2026-06-03 14:38:29.653278 |
Details available
An issue was discovered in the Linux kernel before 4.19.3. crypto_report_one() and related functions in crypto/crypto_user.c (the crypto user configuration API) do not fully initialize structures that are copied to userspace, potentially leaking sensitive memory to user programs. NOTE: this is a CVE-2013-2547 regression but with easier exploitability because the attacker does not need a capability (however, the system must have the CONFIG_CRYPTO_USER kconfig option).
Published: 2018-12-04T16:00:00.000Z
Updated: 2024-08-05T11:44:20.568Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19841 |
vulnerable | 2026-06-03 14:38:29.644392 |
Details available
The function WavpackVerifySingleBlock in open_utils.c in libwavpack.a in WavPack through 5.1.0 allows attackers to cause a denial-of-service (out-of-bounds read and application crash) via a crafted WavPack Lossless Audio file, as demonstrated by wvunpack.
Published: 2018-12-04T09:00:00.000Z
Updated: 2024-08-05T11:44:20.579Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19840 |
vulnerable | 2026-06-03 14:38:29.643620 |
Details available
The function WavpackPackInit in pack_utils.c in libwavpack.a in WavPack through 5.1.0 allows attackers to cause a denial-of-service (resource exhaustion caused by an infinite loop) via a crafted wav audio file because WavpackSetConfiguration64 mishandles a sample rate of zero.
Published: 2018-12-04T09:00:00.000Z
Updated: 2024-08-05T11:44:20.603Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19824 |
vulnerable | 2026-06-03 14:38:29.626317 |
Details available
In the Linux kernel through 4.19.6, a local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c.
Published: 2018-12-03T17:00:00.000Z
Updated: 2024-08-05T11:44:20.701Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19788 |
vulnerable | 2026-06-03 14:38:29.599990 |
Details available
A flaw was found in PolicyKit (aka polkit) 0.115 that allows a user with a uid greater than INT_MAX to successfully execute any systemctl command.
Published: 2018-12-03T06:00:00.000Z
Updated: 2024-08-29T15:55:31.505Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19787 |
vulnerable | 2026-06-03 14:38:29.597542 |
Details available
An issue was discovered in lxml before 4.2.5. lxml/html/clean.py in the lxml.html.clean module does not remove javascript: URLs that use escaping, allowing a remote attacker to conduct XSS attacks, as demonstrated by "j a v a s c r i p t:" in Internet Explorer. This is a similar issue to CVE-2014-3146.
Published: 2018-12-02T10:00:00.000Z
Updated: 2025-12-18T15:15:39.190Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19543 |
vulnerable | 2026-06-03 14:38:29.388141 |
Details available
An issue was discovered in JasPer 2.0.14. There is a heap-based buffer over-read of size 8 in the function jp2_decode in libjasper/jp2/jp2_dec.c.
Published: 2018-11-26T03:00:00.000Z
Updated: 2024-08-05T11:37:11.522Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19542 |
vulnerable | 2026-06-03 14:38:29.387598 |
Details available
An issue was discovered in JasPer 2.0.14. There is a NULL pointer dereference in the function jp2_decode in libjasper/jp2/jp2_dec.c, leading to a denial of service.
Published: 2018-11-26T03:00:00.000Z
Updated: 2024-08-05T11:37:11.509Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19541 |
vulnerable | 2026-06-03 14:38:29.387054 |
Details available
An issue was discovered in JasPer 1.900.8, 1.900.9, 1.900.10, 1.900.11, 1.900.12, 1.900.13, 1.900.14, 1.900.15, 1.900.16, 1.900.17, 1.900.18, 1.900.19, 1.900.20, 1.900.21, 1.900.22, 1.900.23, 1.900.24, 1.900.25, 1.900.26, 1.900.27, 1.900.28, 1.900.29, 1.900.30, 1.900.31, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, 2.0.13, 2.0.14, 2.0.15, 2.0.16. There is a heap-based buffer over-read of size 8 in the function jas_image_depalettize in libjasper/base/jas_image.c.
Published: 2018-11-26T03:00:00.000Z
Updated: 2024-08-05T11:37:11.519Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19489 |
vulnerable | 2026-06-03 14:38:29.333803 |
Details available
v9fs_wstat in hw/9pfs/9p.c in QEMU allows guest OS users to cause a denial of service (crash) because of a race condition during file renaming.
Published: 2018-12-13T19:00:00.000Z
Updated: 2024-08-05T11:37:11.447Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19477 |
vulnerable | 2026-06-03 14:38:29.322453 |
Details available
psi/zfjbig2.c in Artifex Ghostscript before 9.26 allows remote attackers to bypass intended access restrictions because of a JBIG2Decode type confusion.
Published: 2018-11-23T05:00:00.000Z
Updated: 2024-08-05T11:37:11.383Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19476 |
vulnerable | 2026-06-03 14:38:29.321691 |
Details available
psi/zicc.c in Artifex Ghostscript before 9.26 allows remote attackers to bypass intended access restrictions because of a setcolorspace type confusion.
Published: 2018-11-23T05:00:00.000Z
Updated: 2024-08-05T11:37:11.425Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19475 |
vulnerable | 2026-06-03 14:38:29.320749 |
Details available
psi/zdevice2.c in Artifex Ghostscript before 9.26 allows remote attackers to bypass intended access restrictions because available stack space is not checked when the device remains the same.
Published: 2018-11-23T05:00:00.000Z
Updated: 2024-08-05T11:37:11.442Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19409 |
vulnerable | 2026-06-03 14:38:29.267534 |
Details available
An issue was discovered in Artifex Ghostscript before 9.26. LockSafetyParams is not checked correctly if another device is used.
Published: 2018-11-21T16:00:00.000Z
Updated: 2024-08-05T11:37:11.212Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19407 |
vulnerable | 2026-06-03 14:38:29.266968 |
Details available
The vcpu_scan_ioapic function in arch/x86/kvm/x86.c in the Linux kernel through 4.19.2 allows local users to cause a denial of service (NULL pointer dereference and BUG) via crafted system calls that reach a situation where ioapic is uninitialized.
Published: 2018-11-21T00:00:00.000Z
Updated: 2024-08-05T11:37:11.452Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19364 |
vulnerable | 2026-06-03 14:38:29.242845 |
Details available
hw/9pfs/cofile.c and hw/9pfs/9p.c in QEMU can modify an fid path while it is being accessed by a second thread, leading to (for example) a use-after-free outcome.
Published: 2018-12-13T19:00:00.000Z
Updated: 2024-08-05T11:37:10.590Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19210 |
vulnerable | 2026-06-03 14:38:29.066429 |
Details available
In LibTIFF 4.0.9, there is a NULL pointer dereference in the TIFFWriteDirectorySec function in tif_dirwrite.c that will lead to a denial of service attack, as demonstrated by tiffset.
Published: 2018-11-12T19:00:00.000Z
Updated: 2024-08-05T11:30:04.380Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19149 |
vulnerable | 2026-06-03 14:38:29.008305 |
Details available
Poppler before 0.70.0 has a NULL pointer dereference in _poppler_attachment_new when called from poppler_annot_file_attachment_get_attachment.
Published: 2018-11-10T19:00:00.000Z
Updated: 2024-08-05T11:30:04.098Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19060 |
vulnerable | 2026-06-03 14:38:28.929061 |
Details available
An issue was discovered in Poppler 0.71.0. There is a NULL pointer dereference in goo/GooString.h, will lead to denial of service, as demonstrated by utils/pdfdetach.cc not validating a filename of an embedded file before constructing a save path.
Published: 2018-11-07T16:00:00.000Z
Updated: 2024-08-05T11:30:03.455Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19059 |
vulnerable | 2026-06-03 14:38:28.928649 |
Details available
An issue was discovered in Poppler 0.71.0. There is a out-of-bounds read in EmbFile::save2 in FileSpec.cc, will lead to denial of service, as demonstrated by utils/pdfdetach.cc not validating embedded files before save attempts.
Published: 2018-11-07T16:00:00.000Z
Updated: 2024-08-05T11:30:04.114Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-19058 |
vulnerable | 2026-06-03 14:38:28.928097 |
Details available
An issue was discovered in Poppler 0.71.0. There is a reachable abort in Object.h, will lead to denial of service because EmbFile::save2 in FileSpec.cc lacks a stream check before saving an embedded file.
Published: 2018-11-07T16:00:00.000Z
Updated: 2024-08-05T11:30:03.511Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18955 |
vulnerable | 2026-06-03 14:38:28.645692 |
Details available
In the Linux kernel 4.15.x through 4.19.x before 4.19.2, map_write() in kernel/user_namespace.c allows privilege escalation because it mishandles nested user namespaces with more than 5 UID or GID ranges. A user who has CAP_SYS_ADMIN in an affected user namespace can bypass access controls on resources outside the namespace, as demonstrated by reading /etc/shadow. This occurs because an ID transformation takes place properly for the namespaced-to-kernel direction but not for the kernel-to-namespaced direction.
Published: 2018-11-16T20:00:00.000Z
Updated: 2024-08-05T11:23:08.917Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18873 |
vulnerable | 2026-06-03 14:38:28.485347 |
Details available
An issue was discovered in JasPer 2.0.14. There is a NULL pointer dereference in the function ras_putdatastd in ras/ras_enc.c.
Published: 2018-10-31T16:00:00.000Z
Updated: 2024-08-05T11:23:08.501Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18849 |
vulnerable | 2026-06-03 14:38:28.457936 |
Details available
In Qemu 3.0.0, lsi_do_msgin in hw/scsi/lsi53c895a.c allows out-of-bounds access by triggering an invalid msg_len value.
Published: 2019-03-17T19:56:41.000Z
Updated: 2024-08-05T11:23:08.494Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18751 |
vulnerable | 2026-06-03 14:38:28.328451 |
Details available
An issue was discovered in GNU gettext 0.19.8. There is a double free in default_add_message in read-catalog.c, related to an invalid free in po_gram_parse in po-gram-gen.y, as demonstrated by lt-msgfmt.
Published: 2018-10-28T17:00:00.000Z
Updated: 2024-08-05T11:16:00.383Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18710 |
vulnerable | 2026-06-03 14:38:28.256000 |
Details available
An issue was discovered in the Linux kernel through 4.19. An information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658.
Published: 2018-10-27T22:00:00.000Z
Updated: 2024-08-05T11:16:00.411Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18690 |
vulnerable | 2026-06-03 14:38:28.229631 |
Details available
In the Linux kernel before 4.17, a local attacker able to set attributes on an xfs filesystem could make this filesystem non-operational until the next mount by triggering an unchecked error condition during an xfs attribute change, because xfs_attr_shortform_addname in fs/xfs/libxfs/xfs_attr.c mishandles ATTR_REPLACE operations with conversion of an attr from short to long form.
Published: 2018-10-26T18:00:00.000Z
Updated: 2024-08-05T11:16:00.371Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18661 |
vulnerable | 2026-06-03 14:38:28.184122 |
Details available
An issue was discovered in LibTIFF 4.0.9. There is a NULL pointer dereference in the function LZWDecode in the file tif_lzw.c.
Published: 2018-10-26T13:00:00.000Z
Updated: 2024-08-05T11:15:59.945Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18585 |
vulnerable | 2026-06-03 14:38:28.063818 |
Details available
chmd_read_headers in mspack/chmd.c in libmspack before 0.8alpha accepts a filename that has '\0' as its first or second character (such as the "/\0" name).
Published: 2018-10-23T00:00:00.000Z
Updated: 2024-08-05T11:15:59.618Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18584 |
vulnerable | 2026-06-03 14:38:28.056293 |
Details available
In mspack/cab.h in libmspack before 0.8alpha and cabextract before 1.8, the CAB block input buffer is one byte too small for the maximal Quantum block, leading to an out-of-bounds write.
Published: 2018-10-23T00:00:00.000Z
Updated: 2024-08-05T11:15:59.620Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18557 |
vulnerable | 2026-06-03 14:38:28.004346 |
Details available
LibTIFF 3.9.3, 3.9.4, 3.9.5, 3.9.6, 3.9.7, 4.0.0alpha4, 4.0.0alpha5, 4.0.0alpha6, 4.0.0beta7, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.4beta, 4.0.5, 4.0.6, 4.0.7, 4.0.8 and 4.0.9 (with JBIG enabled) decodes arbitrarily-sized JBIG into a buffer, ignoring the buffer size, which leads to a tif_jbig.c JBIGDecode out-of-bounds write.
Published: 2018-10-22T16:00:00.000Z
Updated: 2024-08-05T11:15:59.646Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18506 |
vulnerable | 2026-06-03 14:38:27.929305 |
Details available
When proxy auto-detection is enabled, if a web server serves a Proxy Auto-Configuration (PAC) file or if a PAC file is loaded locally, this PAC file can specify that requests to the localhost are to be sent through the proxy to another server. This behavior is disallowed by default when a proxy is manually configured, but when enabled could allow for attacks on services and tools that bind to the localhost for networked behavior if they are accessed through browsing. This vulnerability affects Firefox < 65.
Published: 2019-02-05T21:00:00.000Z
Updated: 2024-08-05T11:08:21.887Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18505 |
vulnerable | 2026-06-03 14:38:27.928287 |
Details available
An earlier fix for an Inter-process Communication (IPC) vulnerability, CVE-2011-3079, added authentication to communication between IPC endpoints and server parents during IPC process creation. This authentication is insufficient for channels created after the IPC process is started, leading to the authentication not being correctly applied to later channels. This could allow for a sandbox escape through IPC channels due to lack of message validation in the listener process. This vulnerability affects Thunderbird < 60.5, Firefox ESR < 60.5, and Firefox < 65.
Published: 2019-02-05T21:00:00.000Z
Updated: 2024-08-05T11:08:21.951Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18504 |
vulnerable | 2026-06-03 14:38:27.927495 |
Details available
A crash and out-of-bounds read can occur when the buffer of a texture client is freed while it is still in use during graphic operations. This results is a potentially exploitable crash and the possibility of reading from the memory of the freed buffers. This vulnerability affects Firefox < 65.
Published: 2019-02-05T21:00:00.000Z
Updated: 2024-08-05T11:08:21.954Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18503 |
vulnerable | 2026-06-03 14:38:27.927005 |
Details available
When JavaScript is used to create and manipulate an audio buffer, a potentially exploitable crash may occur because of a compartment mismatch in some situations. This vulnerability affects Firefox < 65.
Published: 2019-02-05T21:00:00.000Z
Updated: 2024-08-05T11:08:21.877Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18502 |
vulnerable | 2026-06-03 14:38:27.926625 |
Details available
Mozilla developers and community members reported memory safety bugs present in Firefox 64. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 65.
Published: 2019-02-05T21:00:00.000Z
Updated: 2024-08-05T11:08:21.958Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18501 |
vulnerable | 2026-06-03 14:38:27.926056 |
Details available
Mozilla developers and community members reported memory safety bugs present in Firefox 64 and Firefox ESR 60.4. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 60.5, Firefox ESR < 60.5, and Firefox < 65.
Published: 2019-02-05T21:00:00.000Z
Updated: 2024-08-05T11:08:22.019Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18500 |
vulnerable | 2026-06-03 14:38:27.925125 |
Details available
A use-after-free vulnerability can occur while parsing an HTML5 stream in concert with custom HTML elements. This results in the stream parser object being freed while still in use, leading to a potentially exploitable crash. This vulnerability affects Thunderbird < 60.5, Firefox ESR < 60.5, and Firefox < 65.
Published: 2019-02-05T21:00:00.000Z
Updated: 2024-08-05T11:08:21.883Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18498 |
vulnerable | 2026-06-03 14:38:27.923822 |
Details available
A potential vulnerability leading to an integer overflow can occur during buffer size calculations for images when a raw value is used instead of the checked value. This leads to a possible out-of-bounds write. This vulnerability affects Thunderbird < 60.4, Firefox ESR < 60.4, and Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T11:08:21.886Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18497 |
vulnerable | 2026-06-03 14:38:27.923021 |
Details available
Limitations on the URIs allowed to WebExtensions by the browser.windows.create API can be bypassed when a pipe in the URL field is used within the extension to load multiple pages as a single argument. This could allow a malicious WebExtension to open privileged about: or file: locations. This vulnerability affects Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T11:08:21.995Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18495 |
vulnerable | 2026-06-03 14:38:27.916022 |
Details available
WebExtension content scripts can be loaded into about: pages in some circumstances, in violation of the permissions granted to extensions. This could allow an extension to interfere with the loading and usage of these pages and use capabilities that were intended to be restricted from extensions. This vulnerability affects Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T11:08:21.948Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18494 |
vulnerable | 2026-06-03 14:38:27.915430 |
Details available
A same-origin policy violation allowing the theft of cross-origin URL entries when using the Javascript location property to cause a redirection to another site using performance.getEntries(). This is a same-origin policy violation and could allow for data theft. This vulnerability affects Thunderbird < 60.4, Firefox ESR < 60.4, and Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T11:08:21.990Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18493 |
vulnerable | 2026-06-03 14:38:27.914486 |
Details available
A buffer overflow can occur in the Skia library during buffer offset calculations with hardware accelerated canvas 2D actions due to the use of 32-bit calculations instead of 64-bit. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 60.4, Firefox ESR < 60.4, and Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T11:08:21.887Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18492 |
vulnerable | 2026-06-03 14:38:27.913431 |
Details available
A use-after-free vulnerability can occur after deleting a selection element due to a weak reference to the select element in the options collection. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 60.4, Firefox ESR < 60.4, and Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T11:08:21.899Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18445 |
vulnerable | 2026-06-03 14:38:27.799149 |
Details available
In the Linux kernel 4.14.x, 4.15.x, 4.16.x, 4.17.x, and 4.18.x before 4.18.13, faulty computation of numeric bounds in the BPF verifier permits out-of-bounds memory accesses because adjust_scalar_min_max_vals in kernel/bpf/verifier.c mishandles 32-bit right shifts.
Published: 2018-10-17T19:00:00.000Z
Updated: 2024-08-05T11:08:21.850Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18409 |
vulnerable | 2026-06-03 14:38:27.738193 |
Details available
A stack-based buffer over-read exists in setbit() at iptree.h of TCPFLOW 1.5.0, due to received incorrect values causing incorrect computation, leading to denial of service during an address_histogram call or a get_histogram call.
Published: 2018-10-17T04:00:00.000Z
Updated: 2024-08-05T11:08:21.811Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18397 |
vulnerable | 2026-06-03 14:38:27.725547 |
Details available
The userfaultfd implementation in the Linux kernel before 4.19.7 mishandles access control for certain UFFDIO_ ioctl calls, as demonstrated by allowing local users to write data into holes in a tmpfs file (if the user has read-only access to that file, and that file contains holes), related to fs/userfaultfd.c and mm/userfaultfd.c.
Published: 2018-12-12T07:00:00.000Z
Updated: 2024-08-05T11:08:21.825Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18356 |
vulnerable | 2026-06-03 14:38:27.588938 |
Details available
An integer overflow in path handling lead to a use after free in Skia in Google Chrome prior to 71.0.3578.80 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
Published: 2018-12-11T15:00:00.000Z
Updated: 2024-08-05T11:08:21.499Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18314 |
vulnerable | 2026-06-03 14:38:22.708334 |
Details available
Perl before 5.26.3 has a buffer overflow via a crafted regular expression that triggers invalid write operations.
Published: 2018-12-07T21:00:00.000Z
Updated: 2024-08-05T11:08:21.410Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18313 |
vulnerable | 2026-06-03 14:38:22.707498 |
Details available
Perl before 5.26.3 has a buffer over-read via a crafted regular expression that triggers disclosure of sensitive information from process memory.
Published: 2018-12-07T21:00:00.000Z
Updated: 2024-08-05T11:08:21.173Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18312 |
vulnerable | 2026-06-03 14:38:22.703768 |
Details available
Perl before 5.26.3 and 5.28.0 before 5.28.1 has a buffer overflow via a crafted regular expression that triggers invalid write operations.
Published: 2018-12-05T22:00:00.000Z
Updated: 2024-08-05T11:08:21.746Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18311 |
vulnerable | 2026-06-03 14:38:22.696115 |
Details available
Perl before 5.26.3 and 5.28.x before 5.28.1 has a buffer overflow via a crafted regular expression that triggers invalid write operations.
Published: 2018-12-07T21:00:00.000Z
Updated: 2024-08-05T11:08:21.612Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18284 |
vulnerable | 2026-06-03 14:38:22.674628 |
Details available
Artifex Ghostscript 9.25 and earlier allows attackers to bypass a sandbox protection mechanism via vectors involving the 1Policy operator.
Published: 2018-10-19T22:00:00.000Z
Updated: 2024-08-05T11:08:21.327Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18281 |
vulnerable | 2026-06-03 14:38:22.671444 |
Details available
Since Linux kernel version 3.2, the mremap() syscall performs TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removes entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry can remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused. This is fixed in the following kernel versions: 4.9.135, 4.14.78, 4.18.16, 4.19.
Published: 2018-10-30T18:00:00.000Z
Updated: 2024-08-05T11:08:21.376Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18074 |
vulnerable | 2026-06-03 14:38:22.484304 |
Details available
The Requests package before 2.20.0 for Python sends an HTTP Authorization header to an http URI upon receiving a same-hostname https-to-http redirect, which makes it easier for remote attackers to discover credentials by sniffing the network.
Published: 2018-10-09T15:00:00.000Z
Updated: 2024-08-05T11:01:14.951Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18073 |
vulnerable | 2026-06-03 14:38:22.481635 |
Details available
Artifex Ghostscript allows attackers to bypass a sandbox protection mechanism by leveraging exposure of system operators in the saved execution stack in an error object.
Published: 2018-10-15T16:00:00.000Z
Updated: 2024-08-05T11:01:14.760Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18065 |
vulnerable | 2026-06-03 14:38:22.468551 |
Details available
_set_key in agent/helpers/table_container.c in Net-SNMP before 5.8 has a NULL Pointer Exception bug that can be used by an authenticated attacker to remotely cause the instance to crash via a crafted UDP packet, resulting in Denial of Service.
Published: 2018-10-08T18:00:00.000Z
Updated: 2024-08-05T11:01:14.813Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-18021 |
vulnerable | 2026-06-03 14:38:22.450400 |
Details available
arch/arm64/kvm/guest.c in KVM in the Linux kernel before 4.18.12 on the arm64 platform mishandles the KVM_SET_ON_REG ioctl. This is exploitable by attackers who can create virtual machines. An attacker can arbitrarily redirect the hypervisor flow of control (with full register control). An attacker can also cause a denial of service (hypervisor panic) via an illegal exception return. This occurs because of insufficient restrictions on userspace access to the core register file, and because PSTATE.M validation does not prevent unintended execution modes.
Published: 2018-10-07T06:00:00.000Z
Updated: 2024-08-05T11:01:14.808Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17972 |
vulnerable | 2026-06-03 14:38:22.397722 |
Details available
An issue was discovered in the proc_pid_stack function in fs/proc/base.c in the Linux kernel through 4.18.11. It does not ensure that only root may inspect the kernel stack of an arbitrary task, allowing a local attacker to exploit racy stack unwinding and leak kernel task stack contents.
Published: 2018-10-03T22:00:00.000Z
Updated: 2024-08-05T11:01:14.755Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17963 |
vulnerable | 2026-06-03 14:38:22.388760 |
Details available
qemu_deliver_packet_iov in net/net.c in Qemu accepts packet sizes greater than INT_MAX, which allows attackers to cause a denial of service or possibly have unspecified other impact.
Published: 2018-10-09T22:00:00.000Z
Updated: 2024-08-05T11:01:14.685Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17962 |
vulnerable | 2026-06-03 14:38:22.383806 |
Details available
Qemu has a Buffer Overflow in pcnet_receive in hw/net/pcnet.c because an incorrect integer data type is used.
Published: 2018-10-09T22:00:00.000Z
Updated: 2024-08-05T11:01:14.671Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17961 |
vulnerable | 2026-06-03 14:38:22.379597 |
Details available
Artifex Ghostscript 9.25 and earlier allows attackers to bypass a sandbox protection mechanism via vectors involving errorhandler setup. NOTE: this issue exists because of an incomplete fix for CVE-2018-17183.
Published: 2018-10-15T16:00:00.000Z
Updated: 2024-08-05T11:01:14.717Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17958 |
vulnerable | 2026-06-03 14:38:22.376197 |
Details available
Qemu has a Buffer Overflow in rtl8139_do_receive in hw/net/rtl8139.c because an incorrect integer data type is used.
Published: 2018-10-09T22:00:00.000Z
Updated: 2026-04-28T15:48:33.480Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17581 |
vulnerable | 2026-06-03 14:38:21.943121 |
Details available
CiffDirectory::readDirectory() at crwimage_int.cpp in Exiv2 0.26 has excessive stack consumption due to a recursive function, leading to Denial of service.
Published: 2018-09-28T00:00:00.000Z
Updated: 2024-08-05T10:54:09.248Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17540 |
vulnerable | 2026-06-03 14:38:21.884426 |
Details available
The gmp plugin in strongSwan before 5.7.1 has a Buffer Overflow via a crafted certificate.
Published: 2018-10-03T20:00:00.000Z
Updated: 2024-08-05T10:54:09.248Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17466 |
vulnerable | 2026-06-03 14:38:21.832569 |
Details available
Incorrect texture handling in Angle in Google Chrome prior to 70.0.3538.67 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page.
Published: 2018-11-14T15:00:00.000Z
Updated: 2024-08-05T10:47:04.973Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17456 |
vulnerable | 2026-06-03 14:38:21.820700 |
Details available
Git before 2.14.5, 2.15.x before 2.15.3, 2.16.x before 2.16.5, 2.17.x before 2.17.2, 2.18.x before 2.18.1, and 2.19.x before 2.19.1 allows remote code execution during processing of a recursive "git clone" of a superproject if a .gitmodules file has a URL field beginning with a '-' character.
Published: 2018-10-06T14:00:00.000Z
Updated: 2024-08-05T10:47:04.938Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17407 |
vulnerable | 2026-06-03 14:38:21.777007 |
Details available
An issue was discovered in t1_check_unusual_charstring functions in writet1.c files in TeX Live before 2018-09-21. A buffer overflow in the handling of Type 1 fonts allows arbitrary code execution when a malicious font is loaded by one of the vulnerable tools: pdflatex, pdftex, dvips, or luatex.
Published: 2018-09-23T21:00:00.000Z
Updated: 2024-08-05T10:47:04.498Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17294 |
vulnerable | 2026-06-03 14:38:21.684445 |
Details available
The matchCurrentInput function inside lou_translateString.c of Liblouis prior to 3.7 does not check the input string's length, allowing attackers to cause a denial of service (application crash via out-of-bounds read) by crafting an input file with certain translation dictionaries.
Published: 2018-09-21T06:00:00.000Z
Updated: 2024-08-05T10:47:04.363Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17206 |
vulnerable | 2026-06-03 14:38:21.603584 |
Details available
An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6. The decode_bundle function inside lib/ofp-actions.c is affected by a buffer over-read issue during BUNDLE action decoding.
Published: 2018-09-19T16:00:00.000Z
Updated: 2024-08-05T10:47:04.065Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17205 |
vulnerable | 2026-06-03 14:38:21.602854 |
Details available
An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting ofproto_rule_insert__ in ofproto/ofproto.c. During bundle commit, flows that are added in a bundle are applied to ofproto in order. If a flow cannot be added (e.g., the flow action is a go-to for a group id that does not exist), OvS tries to revert back all previous flows that were successfully applied from the same bundle. This is possible since OvS maintains list of old flows that were replaced by flows from the bundle. While reinserting old flows, OvS has an assertion failure due to a check on rule state != RULE_INITIALIZED. This would work for new flows, but for an old flow the rule state is RULE_REMOVED. The assertion failure causes an OvS crash.
Published: 2018-09-19T16:00:00.000Z
Updated: 2024-08-05T10:47:03.745Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17204 |
vulnerable | 2026-06-03 14:38:21.602143 |
Details available
An issue was discovered in Open vSwitch (OvS) 2.7.x through 2.7.6, affecting parse_group_prop_ntr_selection_method in lib/ofp-util.c. When decoding a group mod, it validates the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tries to use the type and command earlier, when it might still be invalid. This causes an assertion failure (via OVS_NOT_REACHED). ovs-vswitchd does not enable support for OpenFlow 1.5 by default.
Published: 2018-09-19T16:00:00.000Z
Updated: 2024-08-05T10:47:03.764Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17199 |
vulnerable | 2026-06-03 14:38:21.593178 |
Details available
In Apache HTTP Server 2.4 release 2.4.37 and prior, mod_session checks the session expiry time before decoding the session. This causes session expiry time to be ignored for mod_session_cookie sessions since the expiry time is loaded when the session is decoded.
Published: 2019-01-30T22:00:00.000Z
Updated: 2024-09-16T19:35:15.397Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17183 |
vulnerable | 2026-06-03 14:38:21.532996 |
Details available
Artifex Ghostscript before 9.25 allowed a user-writable error exception table, which could be used by remote attackers able to supply crafted PostScript to potentially overwrite or replace error handlers to inject code.
Published: 2018-09-19T15:00:00.000Z
Updated: 2024-08-05T10:39:59.564Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17182 |
vulnerable | 2026-06-03 14:38:21.532452 |
Details available
An issue was discovered in the Linux kernel through 4.18.8. The vmacache_flush_all function in mm/vmacache.c mishandles sequence number overflows. An attacker can trigger a use-after-free (and possibly gain privileges) via certain thread creation, map, unmap, invalidation, and dereference operations.
Published: 2018-09-19T09:00:00.000Z
Updated: 2024-08-05T10:39:59.702Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17101 |
vulnerable | 2026-06-03 14:38:21.404702 |
Details available
An issue was discovered in LibTIFF 4.0.9. There are two out-of-bounds writes in cpTags in tools/tiff2bw.c and tools/pal2rgb.c, which can cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image file.
Published: 2018-09-16T21:00:00.000Z
Updated: 2024-08-05T10:39:59.585Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17100 |
vulnerable | 2026-06-03 14:38:21.404126 |
Details available
An issue was discovered in LibTIFF 4.0.9. There is a int32 overflow in multiply_ms in tools/ppm2tiff.c, which can cause a denial of service (crash) or possibly have unspecified other impact via a crafted image file.
Published: 2018-09-16T21:00:00.000Z
Updated: 2024-08-05T10:39:59.671Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-17000 |
vulnerable | 2026-06-03 14:38:21.313968 |
Details available
A NULL pointer dereference in the function _TIFFmemcmp at tif_unix.c (called from TIFFWriteDirectoryTagTransferfunction) in LibTIFF 4.0.9 allows an attacker to cause a denial-of-service through a crafted tiff file. This vulnerability can be triggered by the executable tiffcp.
Published: 2018-09-13T16:00:00.000Z
Updated: 2024-08-05T10:39:59.522Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16890 |
vulnerable | 2026-06-03 14:38:21.223746 |
Details available
MEDIUM (5.4)
libcurl versions from 7.36.0 to before 7.64.0 is vulnerable to a heap buffer out-of-bounds read. The function handling incoming NTLM type-2 messages (`lib/vauth/ntlm.c:ntlm_decode_type2_target`) does not validate incoming data correctly and is subject to an integer overflow vulnerability. Using that overflow, a malicious or broken NTLM server could trick libcurl to accept a bad length + offset combination that would lead to a buffer read out-of-bounds.
Published: 2019-02-06T20:00:00.000Z
Updated: 2026-04-15T20:53:35.135Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16884 |
vulnerable | 2026-06-03 14:38:21.210212 |
Details available
MEDIUM (6.5)
A flaw was found in the Linux kernel's NFS41+ subsystem. NFS41+ shares mounted in different network namespaces at the same time can make bc_svc_process() use wrong back-channel IDs and cause a use-after-free vulnerability. Thus a malicious container user can cause a host kernel memory corruption and a system panic. Due to the nature of the flaw, privilege escalation cannot be fully ruled out.
Published: 2018-12-18T22:00:00.000Z
Updated: 2024-08-05T10:32:54.149Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16882 |
vulnerable | 2026-06-03 14:38:21.206484 |
Details available
MEDIUM (6.1)
A use-after-free issue was found in the way the Linux kernel's KVM hypervisor processed posted interrupts when nested(=1) virtualization is enabled. In nested_get_vmcs12_pages(), in case of an error while processing posted interrupt address, it unmaps the 'pi_desc_page' without resetting 'pi_desc' descriptor address, which is later used in pi_test_and_clear_on(). A guest user/process could use this flaw to crash the host kernel resulting in DoS or potentially gain privileged access to a system. Kernel versions before 4.14.91 and before 4.19.13 are vulnerable.
Published: 2019-01-03T16:00:00.000Z
Updated: 2024-08-05T10:32:54.168Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16878 |
vulnerable | 2026-06-03 14:38:21.188877 |
Details available
MEDIUM (6.2)
A flaw was found in pacemaker up to and including version 2.0.1. An insufficient verification inflicted preference of uncontrolled processes can lead to DoS
Published: 2019-04-18T00:00:00.000Z
Updated: 2024-08-05T10:32:54.240Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16877 |
vulnerable | 2026-06-03 14:38:21.180691 |
Details available
HIGH (8.8)
A flaw was found in the way pacemaker's client-server authentication was implemented in versions up to and including 2.0.0. A local attacker could use this flaw, and combine it with other IPC weaknesses, to achieve local privilege escalation.
Published: 2019-04-18T00:00:00.000Z
Updated: 2024-08-05T10:32:54.207Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16876 |
vulnerable | 2026-06-03 14:38:21.177816 |
Details available
LOW (3.1)
ansible before versions 2.5.14, 2.6.11, 2.7.5 is vulnerable to a information disclosure flaw in vvv+ mode with no_log on that can lead to leakage of sensible data.
Published: 2019-01-03T15:00:00.000Z
Updated: 2024-08-05T10:32:54.241Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16872 |
vulnerable | 2026-06-03 14:38:21.168472 |
Details available
MEDIUM (5)
A flaw was found in qemu Media Transfer Protocol (MTP). The code opening files in usb_mtp_get_object and usb_mtp_get_partial_object and directories in usb_mtp_object_readdir doesn't consider that the underlying filesystem may have changed since the time lstat(2) was called in usb_mtp_object_alloc, a classical TOCTTOU problem. An attacker with write access to the host filesystem shared with a guest can use this property to navigate the host filesystem in the context of the QEMU process and read any file the QEMU process has access to. Access to the filesystem may be local or via a network share protocol such as CIFS.
Published: 2018-12-13T21:00:00.000Z
Updated: 2024-08-05T10:32:54.018Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16867 |
vulnerable | 2026-06-03 14:38:21.147357 |
Details available
HIGH (7)
A flaw was found in qemu Media Transfer Protocol (MTP) before version 3.1.0. A path traversal in the in usb_mtp_write_data function in hw/usb/dev-mtp.c due to an improper filename sanitization. When the guest device is mounted in read-write mode, this allows to read/write arbitrary files which may lead do DoS scenario OR possibly lead to code execution on the host.
Published: 2018-12-12T13:00:00.000Z
Updated: 2024-08-05T10:32:54.050Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16866 |
vulnerable | 2026-06-03 14:38:21.131647 |
Details available
MEDIUM (4.3)
An out of bounds read was discovered in systemd-journald in the way it parses log messages that terminate with a colon ':'. A local attacker can use this flaw to disclose process memory data. Versions from v221 to v239 are vulnerable.
Published: 2019-01-11T19:00:00.000Z
Updated: 2025-06-09T15:41:39.884Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16865 |
vulnerable | 2026-06-03 14:38:21.130651 |
Details available
HIGH (7.5)
An allocation of memory without limits, that could result in the stack clashing with another memory region, was discovered in systemd-journald when many entries are sent to the journal socket. A local attacker, or a remote one if systemd-journal-remote is used, may use this flaw to crash systemd-journald or execute code with journald privileges. Versions through v240 are vulnerable.
Published: 2019-01-11T21:00:00.000Z
Updated: 2025-06-09T15:51:35.108Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16864 |
vulnerable | 2026-06-03 14:38:21.126007 |
Details available
HIGH (7.4)
An allocation of memory without limits, that could result in the stack clashing with another memory region, was discovered in systemd-journald when a program with long command line arguments calls syslog. A local attacker may use this flaw to crash systemd-journald or escalate his privileges. Versions through v240 are vulnerable.
Published: 2019-01-11T20:00:00.000Z
Updated: 2025-06-09T15:52:14.009Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16862 |
vulnerable | 2026-06-03 14:38:21.116039 |
Details available
MEDIUM (5.3)
A security flaw was found in the Linux kernel in a way that the cleancache subsystem clears an inode after the final file truncation (removal). The new file created with the same inode may contain leftover pages from cleancache and the old file data instead of the new one.
Published: 2018-11-26T19:00:00.000Z
Updated: 2024-08-05T10:32:54.234Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16851 |
vulnerable | 2026-06-03 14:38:21.094914 |
Details available
MEDIUM (6.5)
Samba from version 4.0.0 and before versions 4.7.12, 4.8.7, 4.9.3 is vulnerable to a denial of service. During the processing of an LDAP search before Samba's AD DC returns the LDAP entries to the client, the entries are cached in a single memory object with a maximum size of 256MB. When this size is reached, the Samba process providing the LDAP service will follow the NULL pointer, terminating the process. There is no further vulnerability associated with this issue, merely a denial of service.
Published: 2018-11-28T14:00:00.000Z
Updated: 2024-08-05T10:32:53.988Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16847 |
vulnerable | 2026-06-03 14:38:21.087233 |
Details available
HIGH (7)
An OOB heap buffer r/w access issue was found in the NVM Express Controller emulation in QEMU. It could occur in nvme_cmb_ops routines in nvme device. A guest user/process could use this flaw to crash the QEMU process resulting in DoS or potentially run arbitrary code with privileges of the QEMU process.
Published: 2018-11-02T22:00:00.000Z
Updated: 2024-08-05T10:32:54.125Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16846 |
vulnerable | 2026-06-03 14:38:21.083030 |
Details available
MEDIUM (6.5)
It was found in Ceph versions before 13.2.4 that authenticated ceph RGW users can cause a denial of service against OMAPs holding bucket indices.
Published: 2019-01-15T18:00:00.000Z
Updated: 2024-08-05T10:32:53.997Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16845 |
vulnerable | 2026-06-03 14:38:21.078014 |
Details available
HIGH (8.2)
nginx before versions 1.15.6, 1.14.1 has a vulnerability in the ngx_http_mp4_module, which might allow an attacker to cause infinite loop in a worker process, cause a worker process crash, or might result in worker process memory disclosure by using a specially crafted mp4 file. The issue only affects nginx if it is built with the ngx_http_mp4_module (the module is not built by default) and the .mp4. directive is used in the configuration file. Further, the attack is only possible if an attacker is able to trigger processing of a specially crafted mp4 file with the ngx_http_mp4_module.
Published: 2018-11-07T14:00:00.000Z
Updated: 2024-08-05T10:32:54.012Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16844 |
vulnerable | 2026-06-03 14:38:21.077249 |
Details available
MEDIUM (5.3)
nginx before versions 1.15.6 and 1.14.1 has a vulnerability in the implementation of HTTP/2 that can allow for excessive CPU usage. This issue affects nginx compiled with the ngx_http_v2_module (not compiled by default) if the 'http2' option of the 'listen' directive is used in a configuration file.
Published: 2018-11-07T14:00:00.000Z
Updated: 2024-08-05T10:32:54.086Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16843 |
vulnerable | 2026-06-03 14:38:21.075243 |
Details available
MEDIUM (5.3)
nginx before versions 1.15.6 and 1.14.1 has a vulnerability in the implementation of HTTP/2 that can allow for excessive memory consumption. This issue affects nginx compiled with the ngx_http_v2_module (not compiled by default) if the 'http2' option of the 'listen' directive is used in a configuration file.
Published: 2018-11-07T14:00:00.000Z
Updated: 2024-08-05T10:32:54.156Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16842 |
vulnerable | 2026-06-03 14:38:21.070399 |
Details available
MEDIUM (4.4)
Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the tool_msgs.c:voutf() function that may result in information exposure and denial of service.
Published: 2018-10-31T19:00:00.000Z
Updated: 2026-04-15T20:56:32.322Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16841 |
vulnerable | 2026-06-03 14:38:21.069485 |
Details available
MEDIUM (5.7)
Samba from version 4.3.0 and before versions 4.7.12, 4.8.7 and 4.9.3 are vulnerable to a denial of service. When configured to accept smart-card authentication, Samba's KDC will call talloc_free() twice on the same memory if the principal in a validly signed certificate does not match the principal in the AS-REQ. This is only possible after authentication with a trusted certificate. talloc is robust against further corruption from a double-free with talloc_free() and directly calls abort(), terminating the KDC process.
Published: 2018-11-28T14:00:00.000Z
Updated: 2024-08-05T10:32:54.002Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16840 |
vulnerable | 2026-06-03 14:38:21.067008 |
Details available
MEDIUM (4.3)
A heap use-after-free flaw was found in curl versions from 7.59.0 through 7.61.1 in the code related to closing an easy handle. When closing and cleaning up an 'easy' handle in the `Curl_close()` function, the library code first frees a struct (without nulling the pointer) and might then subsequently erroneously write to a struct field within that already freed struct.
Published: 2018-10-31T18:00:00.000Z
Updated: 2026-04-16T14:08:57.315Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16839 |
vulnerable | 2026-06-03 14:38:21.064982 |
Details available
MEDIUM (4.3)
Curl versions 7.33.0 through 7.61.1 are vulnerable to a buffer overrun in the SASL authentication code that may lead to denial of service.
Published: 2018-10-31T18:00:00.000Z
Updated: 2026-04-15T20:57:05.128Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16802 |
vulnerable | 2026-06-03 14:38:21.036244 |
Details available
An issue was discovered in Artifex Ghostscript before 9.25. Incorrect "restoration of privilege" checking when running out of stack during exception handling could be used by attackers able to supply crafted PostScript to execute code using the "pipe" instruction. This is due to an incomplete fix for CVE-2018-16509.
Published: 2018-09-10T16:00:00.000Z
Updated: 2024-08-05T10:32:53.992Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16750 |
vulnerable | 2026-06-03 14:38:20.982718 |
Details available
In ImageMagick 7.0.7-29 and earlier, a memory leak in the formatIPTCfromBuffer function in coders/meta.c was found.
Published: 2018-09-09T15:00:00.000Z
Updated: 2024-08-05T10:32:53.995Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16749 |
vulnerable | 2026-06-03 14:38:20.982288 |
Details available
In ImageMagick 7.0.7-29 and earlier, a missing NULL check in ReadOneJNGImage in coders/png.c allows an attacker to cause a denial of service (WriteBlob assertion failure and application exit) via a crafted file.
Published: 2018-09-09T15:00:00.000Z
Updated: 2024-08-05T10:32:53.980Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16658 |
vulnerable | 2026-06-03 14:38:20.874756 |
Details available
An issue was discovered in the Linux kernel before 4.18.6. An information leak in cdrom_ioctl_drive_status in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940.
Published: 2018-09-07T14:00:00.000Z
Updated: 2024-08-05T10:32:53.897Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16646 |
vulnerable | 2026-06-03 14:38:20.860357 |
Details available
In Poppler 0.68.0, the Parser::getObj() function in Parser.cc may cause infinite recursion via a crafted file. A remote attacker can leverage this for a DoS attack.
Published: 2018-09-06T23:00:00.000Z
Updated: 2024-08-05T10:32:52.340Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16645 |
vulnerable | 2026-06-03 14:38:20.857915 |
Details available
There is an excessive memory allocation issue in the functions ReadBMPImage of coders/bmp.c and ReadDIBImage of coders/dib.c in ImageMagick 7.0.8-11, which allows remote attackers to cause a denial of service via a crafted image file.
Published: 2018-09-06T22:00:00.000Z
Updated: 2024-08-05T10:32:53.777Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16644 |
vulnerable | 2026-06-03 14:38:20.857335 |
Details available
There is a missing check for length in the functions ReadDCMImage of coders/dcm.c and ReadPICTImage of coders/pict.c in ImageMagick 7.0.8-11, which allows remote attackers to cause a denial of service via a crafted image.
Published: 2018-09-06T22:00:00.000Z
Updated: 2024-08-05T10:32:53.054Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16643 |
vulnerable | 2026-06-03 14:38:20.855556 |
Details available
The functions ReadDCMImage in coders/dcm.c, ReadPWPImage in coders/pwp.c, ReadCALSImage in coders/cals.c, and ReadPICTImage in coders/pict.c in ImageMagick 7.0.8-4 do not check the return value of the fputc function, which allows remote attackers to cause a denial of service via a crafted image file.
Published: 2018-09-06T22:00:00.000Z
Updated: 2024-08-05T10:32:53.544Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16642 |
vulnerable | 2026-06-03 14:38:20.853629 |
Details available
The function InsertRow in coders/cut.c in ImageMagick 7.0.7-37 allows remote attackers to cause a denial of service via a crafted image file due to an out-of-bounds write.
Published: 2018-09-06T22:00:00.000Z
Updated: 2024-08-05T10:32:52.962Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16640 |
vulnerable | 2026-06-03 14:38:20.850796 |
Details available
ImageMagick 7.0.8-5 has a memory leak vulnerability in the function ReadOneJNGImage in coders/png.c.
Published: 2018-09-06T22:00:00.000Z
Updated: 2024-08-05T10:32:52.316Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16585 |
vulnerable | 2026-06-03 14:38:20.713484 |
Details available
An issue was discovered in Artifex Ghostscript before 9.24. The .setdistillerkeys PostScript command is accepted even though it is not intended for use during document processing (e.g., after the startup phase). This leads to memory corruption, allowing remote attackers able to supply crafted PostScript to crash the interpreter or possibly have unspecified other impact. Note: A reputable source believes that the CVE is potentially a duplicate of CVE-2018-15910 as explained in Red Hat bugzilla (https://bugzilla.redhat.com/show_bug.cgi?id=1626193)
Published: 2018-09-06T13:00:00.000Z
Updated: 2024-11-14T20:34:21.436Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16543 |
vulnerable | 2026-06-03 14:38:20.619781 |
Details available
In Artifex Ghostscript before 9.24, gssetresolution and gsgetresolution allow attackers to have an unspecified impact.
Published: 2018-09-05T18:00:00.000Z
Updated: 2024-08-05T10:24:32.925Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16542 |
vulnerable | 2026-06-03 14:38:20.619337 |
Details available
In Artifex Ghostscript before 9.24, attackers able to supply crafted PostScript files could use insufficient interpreter stack-size checking during error handling to crash the interpreter.
Published: 2018-09-05T18:00:00.000Z
Updated: 2024-08-05T10:24:33.008Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16541 |
vulnerable | 2026-06-03 14:38:20.618538 |
Details available
In Artifex Ghostscript before 9.24, attackers able to supply crafted PostScript files could use incorrect free logic in pagedevice replacement to crash the interpreter.
Published: 2018-09-05T18:00:00.000Z
Updated: 2024-08-05T10:24:32.825Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16540 |
vulnerable | 2026-06-03 14:38:20.617914 |
Details available
In Artifex Ghostscript before 9.24, attackers able to supply crafted PostScript files to the builtin PDF14 converter could use a use-after-free in copydevice handling to crash the interpreter or possibly have unspecified other impact.
Published: 2018-09-05T18:00:00.000Z
Updated: 2024-08-05T10:24:32.887Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16539 |
vulnerable | 2026-06-03 14:38:20.613669 |
Details available
In Artifex Ghostscript before 9.24, attackers able to supply crafted PostScript files could use incorrect access checking in temp file handling to disclose contents of files on the system otherwise not readable.
Published: 2018-09-05T18:00:00.000Z
Updated: 2024-08-05T10:24:32.975Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16513 |
vulnerable | 2026-06-03 14:38:20.576490 |
Details available
In Artifex Ghostscript before 9.24, attackers able to supply crafted PostScript files could use a type confusion in the setcolor function to crash the interpreter or possibly have unspecified other impact.
Published: 2018-09-05T13:00:00.000Z
Updated: 2024-08-05T10:24:32.739Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16511 |
vulnerable | 2026-06-03 14:38:20.575824 |
Details available
An issue was discovered in Artifex Ghostscript before 9.24. A type confusion in "ztype" could be used by remote attackers able to supply crafted PostScript to crash the interpreter or possibly have unspecified other impact.
Published: 2018-09-05T06:00:00.000Z
Updated: 2024-08-05T10:24:32.865Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16510 |
vulnerable | 2026-06-03 14:38:20.575104 |
Details available
An issue was discovered in Artifex Ghostscript before 9.24. Incorrect exec stack handling in the "CS" and "SC" PDF primitives could be used by remote attackers able to supply crafted PDFs to crash the interpreter or possibly have unspecified other impact.
Published: 2018-09-05T06:00:00.000Z
Updated: 2024-08-05T10:24:32.860Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16509 |
vulnerable | 2026-06-03 14:38:20.574479 |
Details available
An issue was discovered in Artifex Ghostscript before 9.24. Incorrect "restoration of privilege" checking during handling of /invalidaccess exceptions could be used by attackers able to supply crafted PostScript to execute code using the "pipe" instruction.
Published: 2018-09-05T06:00:00.000Z
Updated: 2024-08-05T10:24:32.894Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16435 |
vulnerable | 2026-06-03 14:38:20.449665 |
Details available
Little CMS (aka Little Color Management System) 2.9 has an integer overflow in the AllocateDataSet function in cmscgats.c, leading to a heap-based buffer overflow in the SetData function via a crafted file in the second argument to cmsIT8LoadFromFile.
Published: 2018-09-04T00:00:00.000Z
Updated: 2024-08-05T10:24:32.295Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16429 |
vulnerable | 2026-06-03 14:38:20.443187 |
Details available
GNOME GLib 2.56.1 has an out-of-bounds read vulnerability in g_markup_parse_context_parse() in gmarkup.c, related to utf8_str().
Published: 2018-09-04T00:00:00.000Z
Updated: 2024-08-05T10:24:32.229Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16428 |
vulnerable | 2026-06-03 14:38:20.442600 |
Details available
In GNOME GLib 2.56.1, g_markup_parse_context_end_parse() in gmarkup.c has a NULL pointer dereference.
Published: 2018-09-04T00:00:00.000Z
Updated: 2024-08-05T10:24:32.246Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16396 |
vulnerable | 2026-06-03 14:38:20.409567 |
Details available
An issue was discovered in Ruby before 2.3.8, 2.4.x before 2.4.5, 2.5.x before 2.5.2, and 2.6.x before 2.6.0-preview3. It does not taint strings that result from unpacking tainted strings with some formats.
Published: 2018-11-16T18:00:00.000Z
Updated: 2024-08-05T10:24:32.115Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16395 |
vulnerable | 2026-06-03 14:38:20.407382 |
Details available
An issue was discovered in the OpenSSL library in Ruby before 2.3.8, 2.4.x before 2.4.5, 2.5.x before 2.5.2, and 2.6.x before 2.6.0-preview3. When two OpenSSL::X509::Name objects are compared using ==, depending on the ordering, non-equal objects may return true. When the first argument is one character longer than the second, or the second argument contains a character that is one less than a character in the same position of the first argument, the result of == will be true. This could be leveraged to create an illegitimate certificate that may be accepted as legitimate and then used in signing or encryption operations.
Published: 2018-11-16T18:00:00.000Z
Updated: 2024-08-05T10:24:32.106Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16336 |
vulnerable | 2026-06-03 14:38:20.347454 |
Details available
Exiv2::Internal::PngChunk::parseTXTChunk in Exiv2 v0.26 allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted image file, a different vulnerability than CVE-2018-10999.
Published: 2018-09-02T03:00:00.000Z
Updated: 2024-08-05T10:24:31.918Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16323 |
vulnerable | 2026-06-03 14:38:20.327470 |
Details available
ReadXBMImage in coders/xbm.c in ImageMagick before 7.0.8-9 leaves data uninitialized when processing an XBM file that has a negative pixel value. If the affected code is used as a library loaded into a process that includes sensitive information, that information sometimes can be leaked via the image data.
Published: 2018-09-01T18:00:00.000Z
Updated: 2024-08-05T10:17:38.466Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16276 |
vulnerable | 2026-06-03 14:38:20.282520 |
Details available
An issue was discovered in yurex_read in drivers/usb/misc/yurex.c in the Linux kernel before 4.17.7. Local attackers could use user access read/writes with incorrect bounds checking in the yurex USB driver to crash the kernel or potentially escalate privileges.
Published: 2018-08-31T16:00:00.000Z
Updated: 2024-08-05T10:17:38.431Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16152 |
vulnerable | 2026-06-03 14:38:19.980333 |
Details available
In verify_emsa_pkcs1_signature() in gmp_rsa_public_key.c in the gmp plugin in strongSwan 4.x and 5.x before 5.7.0, the RSA implementation based on GMP does not reject excess data in the digestAlgorithm.parameters field during PKCS#1 v1.5 signature verification. Consequently, a remote attacker can forge signatures when small public exponents are being used, which could lead to impersonation when only an RSA signature is used for IKEv2 authentication. This is a variant of CVE-2006-4790 and CVE-2014-1568.
Published: 2018-09-26T21:00:00.000Z
Updated: 2025-12-03T20:24:34.312Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16151 |
vulnerable | 2026-06-03 14:38:19.979506 |
Details available
In verify_emsa_pkcs1_signature() in gmp_rsa_public_key.c in the gmp plugin in strongSwan 4.x and 5.x before 5.7.0, the RSA implementation based on GMP does not reject excess data after the encoded algorithm OID during PKCS#1 v1.5 signature verification. Similar to the flaw in the same version of strongSwan regarding digestAlgorithm.parameters, a remote attacker can forge signatures when small public exponents are being used, which could lead to impersonation when only an RSA signature is used for IKEv2 authentication.
Published: 2018-09-26T21:00:00.000Z
Updated: 2025-12-03T20:26:00.122Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-16140 |
vulnerable | 2026-06-03 14:38:19.968729 |
Details available
A buffer underwrite vulnerability in get_line() (read.c) in fig2dev 3.2.7a allows an attacker to write prior to the beginning of the buffer via a crafted .fig file.
Published: 2018-08-30T01:00:00.000Z
Updated: 2024-08-05T10:17:37.800Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15911 |
vulnerable | 2026-06-03 14:38:19.609809 |
Details available
In Artifex Ghostscript 9.23 before 2018-08-24, attackers able to supply crafted PostScript could use uninitialized memory access in the aesdecode operator to crash the interpreter or potentially execute code.
Published: 2018-08-28T04:00:00.000Z
Updated: 2024-08-05T10:10:04.990Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15910 |
vulnerable | 2026-06-03 14:38:19.607420 |
Details available
In Artifex Ghostscript before 9.24, attackers able to supply crafted PostScript files could use a type confusion in the LockDistillerParams parameter to crash the interpreter or execute code.
Published: 2018-08-27T17:00:00.000Z
Updated: 2024-08-05T10:10:05.110Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15909 |
vulnerable | 2026-06-03 14:38:19.603334 |
Details available
In Artifex Ghostscript 9.23 before 2018-08-24, a type confusion using the .shfill operator could be used by attackers able to supply crafted PostScript files to crash the interpreter or potentially execute code.
Published: 2018-08-27T17:00:00.000Z
Updated: 2024-08-05T10:10:05.371Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15908 |
vulnerable | 2026-06-03 14:38:19.599130 |
Details available
In Artifex Ghostscript 9.23 before 2018-08-23, attackers are able to supply malicious PostScript files to bypass .tempfile restrictions and write files.
Published: 2018-08-27T17:00:00.000Z
Updated: 2024-08-05T10:10:05.131Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15864 |
vulnerable | 2026-06-03 14:38:19.516214 |
Details available
Unchecked NULL pointer usage in resolve_keysym in xkbcomp/parser.y in xkbcommon before 0.8.2 could be used by local attackers to crash (NULL pointer dereference) the xkbcommon parser by supplying a crafted keymap file, because a map access attempt can occur for a map that was never created.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.901Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15863 |
vulnerable | 2026-06-03 14:38:19.515758 |
Details available
Unchecked NULL pointer usage in ResolveStateAndPredicate in xkbcomp/compat.c in xkbcommon before 0.8.2 could be used by local attackers to crash (NULL pointer dereference) the xkbcommon parser by supplying a crafted keymap file with a no-op modmask expression.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.783Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15862 |
vulnerable | 2026-06-03 14:38:19.515309 |
Details available
Unchecked NULL pointer usage in LookupModMask in xkbcomp/expr.c in xkbcommon before 0.8.2 could be used by local attackers to crash (NULL pointer dereference) the xkbcommon parser by supplying a crafted keymap file with invalid virtual modifiers.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.954Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15861 |
vulnerable | 2026-06-03 14:38:19.514838 |
Details available
Unchecked NULL pointer usage in ExprResolveLhs in xkbcomp/expr.c in xkbcommon before 0.8.2 could be used by local attackers to crash (NULL pointer dereference) the xkbcommon parser by supplying a crafted keymap file that triggers an xkb_intern_atom failure.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.497Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15859 |
vulnerable | 2026-06-03 14:38:19.514384 |
Details available
Unchecked NULL pointer usage when parsing invalid atoms in ExprResolveLhs in xkbcomp/expr.c in xkbcommon before 0.8.2 could be used by local attackers to crash (NULL pointer dereference) the xkbcommon parser by supplying a crafted keymap file, because lookup failures are mishandled.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:05.372Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15858 |
vulnerable | 2026-06-03 14:38:19.513913 |
Details available
Unchecked NULL pointer usage when handling invalid aliases in CopyKeyAliasesToKeymap in xkbcomp/keycodes.c in xkbcommon before 0.8.1 could be used by local attackers to crash (NULL pointer dereference) the xkbcommon parser by supplying a crafted keymap file.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:05.434Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15857 |
vulnerable | 2026-06-03 14:38:19.513348 |
Details available
An invalid free in ExprAppendMultiKeysymList in xkbcomp/ast-build.c in xkbcommon before 0.8.1 could be used by local attackers to crash xkbcommon keymap parsers or possibly have unspecified other impact by supplying a crafted keymap file.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.755Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15856 |
vulnerable | 2026-06-03 14:38:19.512873 |
Details available
An infinite loop when reaching EOL unexpectedly in compose/parser.c (aka the keymap parser) in xkbcommon before 0.8.1 could be used by local attackers to cause a denial of service during parsing of crafted keymap files.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.568Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15855 |
vulnerable | 2026-06-03 14:38:19.512409 |
Details available
Unchecked NULL pointer usage in xkbcommon before 0.8.1 could be used by local attackers to crash (NULL pointer dereference) the xkbcommon parser by supplying a crafted keymap file, because the XkbFile for an xkb_geometry section was mishandled.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.916Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15854 |
vulnerable | 2026-06-03 14:38:19.511873 |
Details available
Unchecked NULL pointer usage in xkbcommon before 0.8.1 could be used by local attackers to crash (NULL pointer dereference) the xkbcommon parser by supplying a crafted keymap file, because geometry tokens were desupported incorrectly.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.683Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15853 |
vulnerable | 2026-06-03 14:38:19.510062 |
Details available
Endless recursion exists in xkbcomp/expr.c in xkbcommon and libxkbcommon before 0.8.1, which could be used by local attackers to crash xkbcommon users by supplying a crafted keymap file that triggers boolean negation.
Published: 2018-08-25T21:00:00.000Z
Updated: 2024-08-05T10:10:04.991Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15688 |
vulnerable | 2026-06-03 14:38:14.186569 |
Out-of-Bounds write in systemd-networkd dhcpv6 option handling
HIGH (8.8)
A buffer overflow vulnerability in the dhcp6 client of systemd allows a malicious dhcp6 server to overwrite heap memory in systemd-networkd. Affected releases are systemd: versions up to and including 239.
Published: 2018-10-26T14:00:00.000Z
Updated: 2025-06-09T15:55:41.023Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15687 |
vulnerable | 2026-06-03 14:38:14.185709 |
systemd: chown_one() can dereference symlinks
HIGH (7.8)
A race condition in chown_one() of systemd allows an attacker to cause systemd to set arbitrary permissions on arbitrary files. Affected releases are systemd versions up to and including 239.
Published: 2018-10-26T14:00:00.000Z
Updated: 2025-06-09T15:48:38.953Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15594 |
vulnerable | 2026-06-03 14:38:14.065585 |
Details available
arch/x86/kernel/paravirt.c in the Linux kernel before 4.18.1 mishandles certain indirect calls, which makes it easier for attackers to conduct Spectre-v2 attacks against paravirtual guests.
Published: 2018-08-20T08:00:00.000Z
Updated: 2024-08-05T10:01:54.290Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15572 |
vulnerable | 2026-06-03 14:38:14.048230 |
Details available
The spectre_v2_select_mitigation function in arch/x86/kernel/cpu/bugs.c in the Linux kernel before 4.18.1 does not always fill RSB upon a context switch, which makes it easier for attackers to conduct userspace-userspace spectreRSB attacks.
Published: 2018-08-20T02:00:00.000Z
Updated: 2024-08-05T10:01:54.669Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15473 |
vulnerable | 2026-06-03 14:38:13.513557 |
Details available
OpenSSH through 7.7 is prone to a user enumeration vulnerability due to not delaying bailout for an invalid authenticating user until after the packet containing the request has been fully parsed, related to auth2-gss.c, auth2-hostbased.c, and auth2-pubkey.c.
Published: 2018-08-17T00:00:00.000Z
Updated: 2025-12-17T21:22:47.283Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15471 |
vulnerable | 2026-06-03 14:38:13.507486 |
Details available
An issue was discovered in xenvif_set_hash_mapping in drivers/net/xen-netback/hash.c in the Linux kernel through 4.18.1, as used in Xen through 4.11.x and other products. The Linux netback driver allows frontends to control mapping of requests to request queues. When processing a request to set or change this mapping, some input validation (e.g., for an integer overflow) was missing or flawed, leading to OOB access in hash handling. A malicious or buggy frontend may cause the (usually privileged) backend to make out of bounds memory accesses, potentially resulting in one or more of privilege escalation, Denial of Service (DoS), or information leaks.
Published: 2018-08-17T17:00:00.000Z
Updated: 2024-08-05T09:54:03.602Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15378 |
vulnerable | 2026-06-03 14:38:13.114096 |
Clam AntiVirus unmew11() Denial of Service Vulnerability
A vulnerability in ClamAV versions prior to 0.100.2 could allow an attacker to cause a denial of service (DoS) condition. The vulnerability is due to an error related to the MEW unpacker within the "unmew11()" function (libclamav/mew.c), which can be exploited to trigger an invalid read memory access via a specially crafted EXE file.
Published: 2018-10-15T17:00:00.000Z
Updated: 2024-11-26T14:26:00.813Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15127 |
vulnerable | 2026-06-03 14:38:12.913349 |
Details available
LibVNC before commit 502821828ed00b4a2c4bef90683d0fd88ce495de contains heap out-of-bound write vulnerability in server code of file transfer extension that can result remote code execution
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T09:46:25.625Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-15126 |
vulnerable | 2026-06-03 14:38:12.912646 |
Details available
LibVNC before commit 73cb96fec028a576a5a24417b57723b55854ad7b contains heap use-after-free vulnerability in server code of file transfer extension that can result remote code execution
Published: 2018-12-19T16:00:00.000Z
Updated: 2024-08-05T09:46:25.371Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14938 |
vulnerable | 2026-06-03 14:38:12.808437 |
Details available
An issue was discovered in wifipcap/wifipcap.cpp in TCPFLOW through 1.5.0-alpha. There is an integer overflow in the function handle_prism during caplen processing. If the caplen is less than 144, one can cause an integer overflow in the function handle_80211, which will result in an out-of-bounds read and may allow access to sensitive memory (or a denial of service).
Published: 2018-08-05T03:00:00.000Z
Updated: 2024-08-05T09:46:25.019Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14883 |
vulnerable | 2026-06-03 14:38:12.754444 |
Details available
An issue was discovered in PHP before 5.6.37, 7.0.x before 7.0.31, 7.1.x before 7.1.20, and 7.2.x before 7.2.8. An Integer Overflow leads to a heap-based buffer over-read in exif_thumbnail_extract of exif.c.
Published: 2018-08-03T13:00:00.000Z
Updated: 2024-08-05T09:46:23.773Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14851 |
vulnerable | 2026-06-03 14:38:12.720305 |
Details available
exif_process_IFD_in_MAKERNOTE in ext/exif/exif.c in PHP before 5.6.37, 7.0.x before 7.0.31, 7.1.x before 7.1.20, and 7.2.x before 7.2.8 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted JPEG file.
Published: 2018-08-02T19:00:00.000Z
Updated: 2024-08-05T09:38:14.062Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14734 |
vulnerable | 2026-06-03 14:38:12.529088 |
Details available
drivers/infiniband/core/ucma.c in the Linux kernel through 4.17.11 allows ucma_leave_multicast to access a certain data structure after a cleanup step in ucma_process_join, which allows attackers to cause a denial of service (use-after-free).
Published: 2018-07-29T16:00:00.000Z
Updated: 2024-08-05T09:38:13.375Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14682 |
vulnerable | 2026-06-03 14:38:12.427362 |
Details available
An issue was discovered in mspack/chmd.c in libmspack before 0.7alpha. There is an off-by-one error in the TOLOWER() macro for CHM decompression.
Published: 2018-07-28T23:00:00.000Z
Updated: 2024-08-05T09:38:12.962Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14681 |
vulnerable | 2026-06-03 14:38:12.426414 |
Details available
An issue was discovered in kwajd_read_headers in mspack/kwajd.c in libmspack before 0.7alpha. Bad KWAJ file header extensions could cause a one or two byte overwrite.
Published: 2018-07-28T23:00:00.000Z
Updated: 2024-08-05T09:38:13.237Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14680 |
vulnerable | 2026-06-03 14:38:12.425606 |
Details available
An issue was discovered in mspack/chmd.c in libmspack before 0.7alpha. It does not reject blank CHM filenames.
Published: 2018-07-28T23:00:00.000Z
Updated: 2024-08-05T09:38:13.342Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14679 |
vulnerable | 2026-06-03 14:38:12.423385 |
Details available
An issue was discovered in mspack/chmd.c in libmspack before 0.7alpha. There is an off-by-one error in the CHM PMGI/PMGL chunk number validity checks, which could lead to denial of service (uninitialized data dereference and application crash).
Published: 2018-07-28T23:00:00.000Z
Updated: 2024-08-05T09:38:13.452Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14665 |
vulnerable | 2026-06-03 14:38:12.404851 |
Details available
A flaw was found in xorg-x11-server before 1.20.3. An incorrect permission check for -modulepath and -logfile options when starting Xorg. X server allows unprivileged users with the ability to log in to the system via physical console to escalate their privileges and run arbitrary code under root privileges.
Published: 2018-10-25T20:00:00.000Z
Updated: 2024-08-05T09:38:13.000Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14647 |
vulnerable | 2026-06-03 14:38:12.356688 |
Details available
MEDIUM (5.3)
Python's elementtree C accelerator failed to initialise Expat's hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat's internal data structures, consuming large amounts CPU and RAM. The vulnerability exists in Python versions 3.7.0, 3.6.0 through 3.6.6, 3.5.0 through 3.5.6, 3.4.0 through 3.4.9, 2.7.0 through 2.7.15.
Published: 2018-09-25T00:00:00.000Z
Updated: 2024-08-05T09:38:13.104Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14633 |
vulnerable | 2026-06-03 14:38:12.307225 |
Details available
HIGH (7)
A security flaw was found in the chap_server_compute_md5() function in the ISCSI target code in the Linux kernel in a way an authentication request from an ISCSI initiator is processed. An unauthenticated remote attacker can cause a stack buffer overflow and smash up to 17 bytes of the stack. The attack requires the iSCSI target to be enabled on the victim host. Depending on how the target's code was built (i.e. depending on a compiler, compile flags and hardware architecture) an attack may lead to a system crash and thus to a denial-of-service or possibly to a non-authorized access to data exported by an iSCSI target. Due to the nature of the flaw, privilege escalation cannot be fully ruled out, although we believe it is highly unlikely. Kernel versions 4.18.x, 4.14.x and 3.10.x are believed to be vulnerable.
Published: 2018-09-25T00:00:00.000Z
Updated: 2024-08-05T09:38:13.035Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14629 |
vulnerable | 2026-06-03 14:38:12.296916 |
Details available
MEDIUM (6.5)
A denial of service vulnerability was discovered in Samba's LDAP server before versions 4.7.12, 4.8.7, and 4.9.3. A CNAME loop could lead to infinite recursion in the server. An unprivileged local attacker could create such an entry, leading to denial of service.
Published: 2018-11-28T14:00:00.000Z
Updated: 2024-08-05T09:29:51.868Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14625 |
vulnerable | 2026-06-03 14:38:12.285581 |
Details available
MEDIUM (5.3)
A flaw was found in the Linux Kernel where an attacker may be able to have an uncontrolled read to kernel-memory from within a vm guest. A race condition between connect() and close() function may allow an attacker using the AF_VSOCK protocol to gather a 4 byte information leak or possibly intercept or corrupt AF_VSOCK messages destined to other clients.
Published: 2018-09-10T13:00:00.000Z
Updated: 2024-08-05T09:29:51.690Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14622 |
vulnerable | 2026-06-03 14:38:12.276569 |
Details available
MEDIUM (5.3)
A null-pointer dereference vulnerability was found in libtirpc before version 0.3.3-rc3. The return value of makefd_xprt() was not checked in all instances, which could lead to a crash when the server exhausted the maximum number of available file descriptors. A remote attacker could cause an rpc-based application to crash by flooding it with new connections.
Published: 2018-08-30T13:00:00.000Z
Updated: 2024-08-05T09:29:51.941Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14618 |
vulnerable | 2026-06-03 14:38:12.263483 |
Details available
HIGH (7.5)
curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)
Published: 2018-09-05T19:00:00.000Z
Updated: 2026-04-15T20:54:19.698Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14617 |
vulnerable | 2026-06-03 14:38:12.258894 |
Details available
An issue was discovered in the Linux kernel through 4.17.10. There is a NULL pointer dereference and panic in hfsplus_lookup() in fs/hfsplus/dir.c when opening a file (that is purportedly a hard link) in an hfs+ filesystem that has malformed catalog data, and is mounted read-only without a metadata directory.
Published: 2018-07-27T04:00:00.000Z
Updated: 2024-08-05T09:29:51.972Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14609 |
vulnerable | 2026-06-03 14:38:12.255467 |
Details available
An issue was discovered in the Linux kernel through 4.17.10. There is an invalid pointer dereference in __del_reloc_root() in fs/btrfs/relocation.c when mounting a crafted btrfs image, related to removing reloc rb_trees when reloc control has not been initialized.
Published: 2018-07-27T04:00:00.000Z
Updated: 2024-08-05T09:29:51.886Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14600 |
vulnerable | 2026-06-03 14:38:12.246395 |
Details available
An issue was discovered in libX11 through 1.6.5. The function XListExtensions in ListExt.c interprets a variable as signed instead of unsigned, resulting in an out-of-bounds write (of up to 128 bytes), leading to DoS or remote code execution.
Published: 2018-08-24T19:00:00.000Z
Updated: 2024-08-05T09:29:51.697Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14599 |
vulnerable | 2026-06-03 14:38:12.245706 |
Details available
An issue was discovered in libX11 through 1.6.5. The function XListExtensions in ListExt.c is vulnerable to an off-by-one error caused by malicious server responses, leading to DoS or possibly unspecified other impact.
Published: 2018-08-24T19:00:00.000Z
Updated: 2024-08-05T09:29:51.671Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14598 |
vulnerable | 2026-06-03 14:38:12.244930 |
Details available
An issue was discovered in XListExtensions in ListExt.c in libX11 through 1.6.5. A malicious server can send a reply in which the first string overflows, causing a variable to be set to NULL that will be freed later on, leading to DoS (segmentation fault).
Published: 2018-08-24T19:00:00.000Z
Updated: 2024-08-05T09:29:51.690Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14567 |
vulnerable | 2026-06-03 14:38:12.210735 |
Details available
libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251.
Published: 2018-08-16T20:00:00.000Z
Updated: 2024-08-05T09:29:51.664Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14526 |
vulnerable | 2026-06-03 14:38:12.175961 |
Details available
An issue was discovered in rsn_supp/wpa.c in wpa_supplicant 2.0 through 2.6. Under certain conditions, the integrity of EAPOL-Key messages is not checked, leading to a decryption oracle. An attacker within range of the Access Point and client can abuse the vulnerability to recover sensitive information.
Published: 2018-08-08T19:00:00.000Z
Updated: 2024-08-05T09:29:51.701Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14437 |
vulnerable | 2026-06-03 14:38:12.075083 |
Details available
ImageMagick 7.0.8-4 has a memory leak in parse8BIM in coders/meta.c.
Published: 2018-07-20T00:00:00.000Z
Updated: 2024-08-05T09:29:50.781Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14436 |
vulnerable | 2026-06-03 14:38:12.074733 |
Details available
ImageMagick 7.0.8-4 has a memory leak in ReadMIFFImage in coders/miff.c.
Published: 2018-07-20T00:00:00.000Z
Updated: 2024-08-05T09:29:51.148Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14435 |
vulnerable | 2026-06-03 14:38:12.074383 |
Details available
ImageMagick 7.0.8-4 has a memory leak in DecodeImage in coders/pcd.c.
Published: 2018-07-20T00:00:00.000Z
Updated: 2024-08-05T09:29:51.663Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14434 |
vulnerable | 2026-06-03 14:38:12.074002 |
Details available
ImageMagick 7.0.8-4 has a memory leak for a colormap in WriteMPCImage in coders/mpc.c.
Published: 2018-07-20T00:00:00.000Z
Updated: 2024-08-05T09:29:51.016Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14404 |
vulnerable | 2026-06-03 14:38:12.047441 |
Details available
A NULL pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 through 2.9.8 when parsing an invalid XPath expression in the XPATH_OP_AND or XPATH_OP_OR case. Applications processing untrusted XSL format inputs with the use of the libxml2 library may be vulnerable to a denial of service attack due to a crash of the application.
Published: 2018-07-19T13:00:00.000Z
Updated: 2025-12-03T21:07:59.321Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14362 |
vulnerable | 2026-06-03 14:38:11.996408 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. pop.c does not forbid characters that may have unsafe interaction with message-cache pathnames, as demonstrated by a '/' character.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:29:50.136Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14359 |
vulnerable | 2026-06-03 14:38:11.994963 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. They have a buffer overflow via base64 data.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:29:50.128Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14358 |
vulnerable | 2026-06-03 14:38:11.994339 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. imap/message.c has a stack-based buffer overflow for a FETCH response with a long RFC822.SIZE field.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:29:50.097Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14357 |
vulnerable | 2026-06-03 14:38:11.993527 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. They allow remote IMAP servers to execute arbitrary commands via backquote characters, related to the mailboxes command associated with an automatic subscription.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:29:50.597Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14356 |
vulnerable | 2026-06-03 14:38:11.992876 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. pop.c mishandles a zero-length UID.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:29:50.099Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14355 |
vulnerable | 2026-06-03 14:38:11.992373 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. imap/util.c mishandles ".." directory traversal in a mailbox name.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:29:50.131Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14354 |
vulnerable | 2026-06-03 14:38:11.983860 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. They allow remote IMAP servers to execute arbitrary commands via backquote characters, related to the mailboxes command associated with a manual subscription or unsubscription.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:29:50.150Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14353 |
vulnerable | 2026-06-03 14:38:11.983145 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. imap_quote_string in imap/util.c has an integer underflow.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:21:41.652Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14352 |
vulnerable | 2026-06-03 14:38:11.982568 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. imap_quote_string in imap/util.c does not leave room for quote characters, leading to a stack-based buffer overflow.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:21:41.671Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14351 |
vulnerable | 2026-06-03 14:38:11.981941 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. imap/command.c mishandles a long IMAP status mailbox literal count size.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:21:41.668Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14350 |
vulnerable | 2026-06-03 14:38:11.981357 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. imap/message.c has a stack-based buffer overflow for a FETCH response with a long INTERNALDATE field.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:21:41.686Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-14349 |
vulnerable | 2026-06-03 14:38:11.979347 |
Details available
An issue was discovered in Mutt before 1.10.1 and NeoMutt before 2018-07-16. imap/command.c mishandles a NO response without a message.
Published: 2018-07-17T17:00:00.000Z
Updated: 2024-08-05T09:21:41.654Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13988 |
vulnerable | 2026-06-03 14:38:11.699854 |
Details available
Poppler through 0.62 contains an out of bounds read vulnerability due to an incorrect memory access that is not mapped in its memory space, as demonstrated by pdfunite. This can result in memory corruption and denial of service. This may be exploitable when a victim opens a specially crafted PDF file.
Published: 2018-07-25T23:00:00.000Z
Updated: 2024-08-05T09:21:40.696Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13785 |
vulnerable | 2026-06-03 14:38:10.986027 |
Details available
In libpng 1.6.34, a wrong calculation of row_factor in the png_check_chunk_length function (pngrutil.c) may trigger an integer overflow and resultant divide-by-zero while processing a crafted PNG file, leading to a denial of service.
Published: 2018-07-09T13:00:00.000Z
Updated: 2026-05-29T20:13:17.997Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13406 |
vulnerable | 2026-06-03 14:38:10.561907 |
Details available
An integer overflow in the uvesafb_setcmap function in drivers/video/fbdev/uvesafb.c in the Linux kernel before 4.17.4 could result in local attackers being able to crash the kernel or potentially elevate privileges because kmalloc_array is not used.
Published: 2018-07-06T14:00:00.000Z
Updated: 2024-08-05T09:00:35.177Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13405 |
vulnerable | 2026-06-03 14:38:10.525954 |
Details available
The inode_init_owner function in fs/inode.c in the Linux kernel through 3.16 allows local users to create files with an unintended group ownership, in a scenario where a directory is SGID to a certain group and is writable by a user who is not a member of that group. Here, the non-member can trigger creation of a plain file whose group ownership is that group. The intended behavior was that the non-member can trigger creation of a directory (but not a plain file) whose group ownership is that group. The non-member can escalate privileges by making the plain file executable and SGID.
Published: 2018-07-06T14:00:00.000Z
Updated: 2024-08-05T09:00:35.380Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13259 |
vulnerable | 2026-06-03 14:38:10.396197 |
Details available
An issue was discovered in zsh before 5.6. Shebang lines exceeding 64 characters were truncated, potentially leading to an execve call to a program name that is a substring of the intended one.
Published: 2018-09-05T07:00:00.000Z
Updated: 2024-08-05T09:00:34.510Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13153 |
vulnerable | 2026-06-03 14:38:10.287816 |
Details available
In ImageMagick 7.0.8-4, there is a memory leak in the XMagickCommand function in MagickCore/animate.c.
Published: 2018-07-05T02:00:00.000Z
Updated: 2024-08-05T08:52:50.559Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13096 |
vulnerable | 2026-06-03 14:38:10.231699 |
Details available
An issue was discovered in fs/f2fs/super.c in the Linux kernel through 4.14. A denial of service (out-of-bounds memory access and BUG) can occur upon encountering an abnormal bitmap size when mounting a crafted f2fs image.
Published: 2018-07-03T05:00:00.000Z
Updated: 2024-08-05T08:52:50.399Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13094 |
vulnerable | 2026-06-03 14:38:10.228545 |
Details available
An issue was discovered in fs/xfs/libxfs/xfs_attr_leaf.c in the Linux kernel through 4.17.3. An OOPS may occur for a corrupted xfs image after xfs_da_shrink_inode() is called with a NULL bp.
Published: 2018-07-03T05:00:00.000Z
Updated: 2024-08-05T08:52:50.270Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13053 |
vulnerable | 2026-06-03 14:38:05.029017 |
Details available
The alarm_timer_nsleep function in kernel/time/alarmtimer.c in the Linux kernel through 4.17.3 has an integer overflow via a large relative timeout because ktime_add_safe is not used.
Published: 2018-07-02T12:00:00.000Z
Updated: 2024-08-05T08:52:49.764Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13006 |
vulnerable | 2026-06-03 14:38:04.972212 |
Details available
An issue was discovered in MP4Box in GPAC 0.7.1. There is a heap-based buffer over-read in the isomedia/box_dump.c function hdlr_dump.
Published: 2018-06-29T14:00:00.000Z
Updated: 2024-08-05T08:52:49.440Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-13005 |
vulnerable | 2026-06-03 14:38:04.971682 |
Details available
An issue was discovered in MP4Box in GPAC 0.7.1. The function urn_Read in isomedia/box_code_base.c has a heap-based buffer over-read.
Published: 2018-06-29T14:00:00.000Z
Updated: 2024-08-05T08:52:49.389Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12911 |
vulnerable | 2026-06-03 14:38:04.881072 |
Details available
WebKitGTK+ 2.20.3 has an off-by-one error, with a resultant out-of-bounds write, in the get_simple_globs functions in ThirdParty/xdgmime/src/xdgmimecache.c and ThirdParty/xdgmime/src/xdgmimeglob.c.
Published: 2018-07-19T13:00:00.000Z
Updated: 2024-08-05T08:45:02.480Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12910 |
vulnerable | 2026-06-03 14:38:04.878237 |
Details available
The get_cookies function in soup-cookie-jar.c in libsoup 2.63.2 allows attackers to have unspecified impact via an empty hostname.
Published: 2018-07-05T18:00:00.000Z
Updated: 2024-08-05T08:45:02.430Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12904 |
vulnerable | 2026-06-03 14:38:04.871816 |
Details available
In arch/x86/kvm/vmx.c in the Linux kernel before 4.17.2, when nested virtualization is used, local attackers could cause L1 KVM guests to VMEXIT, potentially allowing privilege escalations and denial of service attacks due to lack of checking of CPL.
Published: 2018-06-27T11:00:00.000Z
Updated: 2024-08-05T08:45:02.357Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12900 |
vulnerable | 2026-06-03 14:38:04.864843 |
Details available
Heap-based buffer overflow in the cpSeparateBufToContigBuf function in tiffcp.c in LibTIFF 3.9.3, 3.9.4, 3.9.5, 3.9.6, 3.9.7, 4.0.0beta7, 4.0.0alpha4, 4.0.0alpha5, 4.0.0alpha6, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.4beta, 4.0.5, 4.0.6, 4.0.7, 4.0.8 and 4.0.9 allows remote attackers to cause a denial of service (crash) or possibly have unspecified other impact via a crafted TIFF file.
Published: 2018-06-26T22:00:00.000Z
Updated: 2024-08-05T08:45:02.541Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12896 |
vulnerable | 2026-06-03 14:38:04.861023 |
Details available
An issue was discovered in the Linux kernel through 4.17.3. An Integer Overflow in kernel/time/posix-timers.c in the POSIX timer code is caused by the way the overrun accounting works. Depending on interval and expiry time values, the overrun can be larger than INT_MAX, but the accounting is int based. This basically makes the accounting values, which are visible to user space via timer_getoverrun(2) and siginfo::si_overrun, random. For example, a local user can cause a denial of service (signed integer overflow) via crafted mmap, futex, timer_create, and timer_settime system calls.
Published: 2018-07-02T17:00:00.000Z
Updated: 2024-08-05T08:45:02.345Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12617 |
vulnerable | 2026-06-03 14:38:04.607284 |
Details available
qmp_guest_file_read in qga/commands-posix.c and qga/commands-win32.c in qemu-ga (aka QEMU Guest Agent) in QEMU 2.12.50 has an integer overflow causing a g_malloc0() call to trigger a segmentation fault when trying to allocate a large memory chunk. The vulnerability can be exploited by sending a crafted QMP command (including guest-file-read with a large count value) to the agent via the listening socket.
Published: 2018-06-21T18:00:00.000Z
Updated: 2024-08-05T08:38:06.342Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12600 |
vulnerable | 2026-06-03 14:38:04.596376 |
Details available
In ImageMagick 7.0.8-3 Q16, ReadDIBImage and WriteDIBImage in coders/dib.c allow attackers to cause an out of bounds write via a crafted file.
Published: 2018-06-20T18:00:00.000Z
Updated: 2024-08-05T08:38:06.327Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12599 |
vulnerable | 2026-06-03 14:38:04.594048 |
Details available
In ImageMagick 7.0.8-3 Q16, ReadBMPImage and WriteBMPImage in coders/bmp.c allow attackers to cause an out of bounds write via a crafted file.
Published: 2018-06-20T18:00:00.000Z
Updated: 2024-08-05T08:38:06.331Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12407 |
vulnerable | 2026-06-03 14:38:04.284170 |
Details available
A buffer overflow occurs when drawing and validating elements with the ANGLE graphics library, used for WebGL content, when working with the VertexBuffer11 module. This results in a potentially exploitable crash. This vulnerability affects Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:38:05.119Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12406 |
vulnerable | 2026-06-03 14:38:04.283751 |
Details available
Mozilla developers and community members reported memory safety bugs present in Firefox 63. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:38:05.043Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12405 |
vulnerable | 2026-06-03 14:38:04.283112 |
Details available
Mozilla developers and community members reported memory safety bugs present in Firefox 63 and Firefox ESR 60.3. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Thunderbird < 60.4, Firefox ESR < 60.4, and Firefox < 64.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:38:04.965Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12403 |
vulnerable | 2026-06-03 14:38:04.272261 |
Details available
If a site is loaded over a HTTPS connection but loads a favicon resource over HTTP, the mixed content warning is not displayed to users. This vulnerability affects Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:38:04.796Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12402 |
vulnerable | 2026-06-03 14:38:04.271762 |
Details available
The internal WebBrowserPersist code does not use correct origin context for a resource being saved. This manifests when sub-resources are loaded as part of "Save Page As..." functionality. For example, a malicious page could recover a visitor's Windows username and NTLM hash by including resources otherwise unreachable to the malicious page, if they can convince the visitor to save the complete web page. Similarly, SameSite cookies are sent on cross-origin requests when the "Save Page As..." menu item is selected to save a page, which can result in saving the wrong version of resources based on those cookies. This vulnerability affects Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:38:04.838Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12401 |
vulnerable | 2026-06-03 14:38:04.271306 |
Details available
Some special resource URIs will cause a non-exploitable crash if loaded with optional parameters following a '?' in the parsed string. This could lead to denial of service (DOS) attacks. This vulnerability affects Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:38:05.048Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12399 |
vulnerable | 2026-06-03 14:38:04.270530 |
Details available
When a new protocol handler is registered, the API accepts a title argument which can be used to mislead users about which domain is registering the new protocol. This may result in the user approving a protocol handler that they otherwise would not have. This vulnerability affects Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:38:04.826Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12398 |
vulnerable | 2026-06-03 14:38:04.270102 |
Details available
By using the reflected URL in some special resource URIs, such as chrome:, it is possible to inject stylesheets and bypass Content Security Policy (CSP). This vulnerability affects Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:38:04.776Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12397 |
vulnerable | 2026-06-03 14:38:04.269670 |
Details available
A WebExtension can request access to local files without the warning prompt stating that the extension will "Access your data for all websites" being displayed to the user. This allows extensions to run content scripts in local pages without permission warnings when a local file is opened. This vulnerability affects Firefox ESR < 60.3 and Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:30:59.851Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12396 |
vulnerable | 2026-06-03 14:38:04.268760 |
Details available
A vulnerability where a WebExtension can run content scripts in disallowed contexts following navigation or other events. This allows for potential privilege escalation by the WebExtension on sites where content scripts should not be run. This vulnerability affects Firefox ESR < 60.3 and Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:30:59.819Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12395 |
vulnerable | 2026-06-03 14:38:04.267957 |
Details available
By rewriting the Host: request headers using the webRequest API, a WebExtension can bypass domain restrictions through domain fronting. This would allow access to domains that share a host that are otherwise restricted. This vulnerability affects Firefox ESR < 60.3 and Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:30:59.771Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12393 |
vulnerable | 2026-06-03 14:38:04.267059 |
Details available
A potential vulnerability was found in 32-bit builds where an integer overflow during the conversion of scripts to an internal UTF-16 representation could result in allocating a buffer too small for the conversion. This leads to a possible out-of-bounds write. *Note: 64-bit builds are not vulnerable to this issue.*. This vulnerability affects Firefox < 63, Firefox ESR < 60.3, and Thunderbird < 60.3.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:31:00.111Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12392 |
vulnerable | 2026-06-03 14:38:04.253432 |
Details available
When manipulating user events in nested loops while opening a document through script, it is possible to trigger a potentially exploitable crash due to poor event handling. This vulnerability affects Firefox < 63, Firefox ESR < 60.3, and Thunderbird < 60.3.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:30:59.822Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12390 |
vulnerable | 2026-06-03 14:38:04.251945 |
Details available
Mozilla developers and community members reported memory safety bugs present in Firefox 62 and Firefox ESR 60.2. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 63, Firefox ESR < 60.3, and Thunderbird < 60.3.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:30:59.986Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12389 |
vulnerable | 2026-06-03 14:38:04.250906 |
Details available
Mozilla developers and community members reported memory safety bugs present in Firefox ESR 60.2. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox ESR < 60.3 and Thunderbird < 60.3.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:31:00.289Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12388 |
vulnerable | 2026-06-03 14:38:04.250016 |
Details available
Mozilla developers and community members reported memory safety bugs present in Firefox 62. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 63.
Published: 2019-02-28T18:00:00.000Z
Updated: 2024-08-05T08:30:59.828Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12387 |
vulnerable | 2026-06-03 14:38:04.249596 |
Details available
A vulnerability where the JavaScript JIT compiler inlines Array.prototype.push with multiple arguments that results in the stack pointer being off by 8 bytes after a bailout. This leaks a memory address to the calling function which can be used as part of an exploit inside the sandboxed content process. This vulnerability affects Firefox ESR < 60.2.2 and Firefox < 62.0.3.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.795Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12386 |
vulnerable | 2026-06-03 14:38:04.248850 |
Details available
A vulnerability in register allocation in JavaScript can lead to type confusion, allowing for an arbitrary read and write. This leads to remote code execution inside the sandboxed content process when triggered. This vulnerability affects Firefox ESR < 60.2.2 and Firefox < 62.0.3.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.824Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12385 |
vulnerable | 2026-06-03 14:38:04.248075 |
Details available
A potentially exploitable crash in TransportSecurityInfo used for SSL can be triggered by data stored in the local cache in the user profile directory. This issue is only exploitable in combination with another vulnerability allowing an attacker to write data into the local cache or from locally installed malware. This issue also triggers a non-exploitable startup crash for users switching between the Nightly and Release versions of Firefox if the same profile is used. This vulnerability affects Thunderbird < 60.2.1, Firefox ESR < 60.2.1, and Firefox < 62.0.2.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.811Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12383 |
vulnerable | 2026-06-03 14:38:04.242379 |
Details available
If a user saved passwords before Firefox 58 and then later set a master password, an unencrypted copy of these passwords is still accessible. This is because the older stored password file was not deleted when the data was copied to a new format starting in Firefox 58. The new master password is added only on the new file. This could allow the exposure of stored password data outside of user expectations. This vulnerability affects Firefox < 62, Firefox ESR < 60.2.1, and Thunderbird < 60.2.1.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.923Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12378 |
vulnerable | 2026-06-03 14:38:04.225860 |
Details available
A use-after-free vulnerability can occur when an IndexedDB index is deleted while still in use by JavaScript code that is providing payload values to be stored. This results in a potentially exploitable crash. This vulnerability affects Firefox < 62, Firefox ESR < 60.2, and Thunderbird < 60.2.1.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.829Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12377 |
vulnerable | 2026-06-03 14:38:04.224933 |
Details available
A use-after-free vulnerability can occur when refresh driver timers are refreshed in some circumstances during shutdown when the timer is deleted while still in use. This results in a potentially exploitable crash. This vulnerability affects Firefox < 62, Firefox ESR < 60.2, and Thunderbird < 60.2.1.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.857Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12376 |
vulnerable | 2026-06-03 14:38:04.223992 |
Details available
Memory safety bugs present in Firefox 61 and Firefox ESR 60.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 62, Firefox ESR < 60.2, and Thunderbird < 60.2.1.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.941Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12375 |
vulnerable | 2026-06-03 14:38:04.222971 |
Details available
Memory safety bugs present in Firefox 61. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox < 62.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.920Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12374 |
vulnerable | 2026-06-03 14:38:04.222549 |
Details available
Plaintext of decrypted emails can leak through by user submitting an embedded form by pressing enter key within a text input field. This vulnerability affects Thunderbird < 52.9.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.927Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12373 |
vulnerable | 2026-06-03 14:38:04.221797 |
Details available
dDecrypted S/MIME parts hidden with CSS or the plaintext HTML tag can leak plaintext when included in a HTML reply/forward. This vulnerability affects Thunderbird < 52.9.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:31:00.267Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12372 |
vulnerable | 2026-06-03 14:38:04.221003 |
Details available
Decrypted S/MIME parts, when included in HTML crafted for an attack, can leak plaintext when included in a a HTML reply/forward. This vulnerability affects Thunderbird < 52.9.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.862Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12370 |
vulnerable | 2026-06-03 14:38:04.219842 |
Details available
In Reader View SameSite cookie protections are not checked on exiting. This allows for a payload to be triggered when Reader View is exited if loaded by a malicious site while Reader mode is active, bypassing CSRF protections. This vulnerability affects Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.694Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12369 |
vulnerable | 2026-06-03 14:38:04.219376 |
Details available
WebExtensions bundled with embedded experiments were not correctly checked for proper authorization. This allowed a malicious WebExtension to gain full browser permissions. This vulnerability affects Firefox ESR < 60.1 and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:31:00.394Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12367 |
vulnerable | 2026-06-03 14:38:04.204753 |
Details available
In the previous mitigations for Spectre, the resolution or precision of various methods was reduced to counteract the ability to measure precise time intervals. In that work PerformanceNavigationTiming was not adjusted but it was found that it could be used as a precision timer. This vulnerability affects Thunderbird < 60, Firefox ESR < 60.1, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.761Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12366 |
vulnerable | 2026-06-03 14:38:04.204091 |
Details available
An invalid grid size during QCMS (color profile) transformations can result in the out-of-bounds read interpreted as a float value. This could leak private data into the output. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.988Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12365 |
vulnerable | 2026-06-03 14:38:04.203072 |
Details available
A compromised IPC child process can escape the content sandbox and list the names of arbitrary files on the file system without user consent or interaction. This could result in exposure of private local files. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.980Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12364 |
vulnerable | 2026-06-03 14:38:04.202029 |
Details available
NPAPI plugins, such as Adobe Flash, can send non-simple cross-origin requests, bypassing CORS by making a same-origin POST that does a 307 redirect to the target site. This allows for a malicious site to engage in cross-site request forgery (CSRF) attacks. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:31:00.279Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12363 |
vulnerable | 2026-06-03 14:38:04.200846 |
Details available
A use-after-free vulnerability can occur when script uses mutation events to move DOM nodes between documents, resulting in the old document that held the node being freed but the node still having a pointer referencing it. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.771Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12362 |
vulnerable | 2026-06-03 14:38:04.199721 |
Details available
An integer overflow can occur during graphics operations done by the Supplemental Streaming SIMD Extensions 3 (SSSE3) scaler, resulting in a potentially exploitable crash. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.696Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12361 |
vulnerable | 2026-06-03 14:38:04.198689 |
Details available
An integer overflow can occur in the SwizzleData code while calculating buffer sizes. The overflowed value is used for subsequent graphics computations when their inputs are not sanitized which results in a potentially exploitable crash. This vulnerability affects Thunderbird < 60, Firefox ESR < 60.1, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:31:00.338Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12360 |
vulnerable | 2026-06-03 14:38:04.197978 |
Details available
A use-after-free vulnerability can occur when deleting an input element during a mutation event handler triggered by focusing that element. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.673Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12359 |
vulnerable | 2026-06-03 14:38:04.194055 |
Details available
A buffer overflow can occur when rendering canvas content while adjusting the height and width of the canvas element dynamically, causing data to be written outside of the currently computed boundaries. This results in a potentially exploitable crash. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.942Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12358 |
vulnerable | 2026-06-03 14:38:04.191120 |
Details available
Service workers can use redirection to avoid the tainting of cross-origin resources in some instances, allowing a malicious site to read responses which are supposed to be opaque. This vulnerability affects Firefox < 61.
Published: 2018-10-18T13:00:00.000Z
Updated: 2024-08-05T08:30:59.989Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12293 |
vulnerable | 2026-06-03 14:38:04.144425 |
Details available
The getImageData function in the ImageBufferCairo class in WebCore/platform/graphics/cairo/ImageBufferCairo.cpp in WebKit, as used in WebKitGTK+ prior to version 2.20.3 and WPE WebKit prior to version 2.20.1, is vulnerable to a heap-based buffer overflow triggered by an integer overflow, which could be abused by crafted HTML content.
Published: 2018-06-19T21:00:00.000Z
Updated: 2024-08-05T08:30:59.600Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12265 |
vulnerable | 2026-06-03 14:38:04.130685 |
Details available
Exiv2 0.26 has an integer overflow in the LoaderExifJpeg class in preview.cpp, leading to an out-of-bounds read in Exiv2::MemIo::read in basicio.cpp.
Published: 2018-06-13T11:00:00.000Z
Updated: 2024-08-05T08:30:59.888Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12264 |
vulnerable | 2026-06-03 14:38:04.130121 |
Details available
Exiv2 0.26 has integer overflows in LoaderTiff::getData() in preview.cpp, leading to an out-of-bounds read in Exiv2::ValueType::setDataArea in value.hpp.
Published: 2018-06-13T11:00:00.000Z
Updated: 2024-08-05T08:30:59.579Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12233 |
vulnerable | 2026-06-03 14:38:04.070705 |
Details available
In the ea_get function in fs/jfs/xattr.c in the Linux kernel through 4.17.1, a memory corruption bug in JFS can be triggered by calling setxattr twice with two different extended attribute names on the same file. This vulnerability can be triggered by an unprivileged user with the ability to create files and execute programs. A kmalloc call is incorrect, leading to slab-out-of-bounds in jfs_xattr.
Published: 2018-06-12T12:00:00.000Z
Updated: 2024-08-05T08:30:59.258Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12085 |
vulnerable | 2026-06-03 14:38:02.718184 |
Details available
Liblouis 3.6.0 has a stack-based Buffer Overflow in the function parseChars in compileTranslationTable.c, a different vulnerability than CVE-2018-11440.
Published: 2018-06-09T11:00:00.000Z
Updated: 2024-08-05T08:24:03.651Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12020 |
vulnerable | 2026-06-03 14:38:02.636603 |
Details available
mainproc.c in GnuPG before 2.2.8 mishandles the original filename during decryption and verification actions, which allows remote attackers to spoof the output that GnuPG sends on file descriptor 2 to other programs that use the "--status-fd 2" option. For example, the OpenPGP data might represent an original filename that contains line feed characters in conjunction with GOODSIG or VALIDSIG status codes.
Published: 2018-06-08T21:00:00.000Z
Updated: 2024-08-05T08:24:03.773Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-12015 |
vulnerable | 2026-06-03 14:38:02.627535 |
Details available
In Perl through 5.26.2, the Archive::Tar module allows remote attackers to bypass a directory-traversal protection mechanism, and overwrite arbitrary files, via an archive file containing a symlink and a regular file with the same name.
Published: 2018-06-07T13:00:00.000Z
Updated: 2024-08-05T08:24:03.584Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11806 |
vulnerable | 2026-06-03 14:38:02.017773 |
Details available
m_cat in slirp/mbuf.c in Qemu has a heap-based buffer overflow via incoming fragmented datagrams.
Published: 2018-06-13T16:00:00.000Z
Updated: 2024-08-05T08:17:09.239Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11790 |
vulnerable | 2026-06-03 14:38:01.990610 |
Details available
When loading a document with Apache Open Office 4.1.5 and earlier with smaller end line termination than the operating system uses, the defect occurs. In this case OpenOffice runs into an Arithmetic Overflow at a string length calculation.
Published: 2019-01-31T16:00:00.000Z
Updated: 2024-09-16T19:30:22.439Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11784 |
vulnerable | 2026-06-03 14:38:01.972948 |
Details available
When the default servlet in Apache Tomcat versions 9.0.0.M1 to 9.0.11, 8.5.0 to 8.5.33 and 7.0.23 to 7.0.90 returned a redirect to a directory (e.g. redirecting to '/foo/' when the user requested '/foo') a specially crafted URL could be used to cause the redirect to be generated to any URI of the attackers choice.
Published: 2018-10-04T13:00:00.000Z
Updated: 2024-09-16T17:04:04.205Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11781 |
vulnerable | 2026-06-03 14:38:01.949508 |
Details available
Apache SpamAssassin 3.4.2 fixes a local user code injection in the meta rule syntax.
Published: 2018-09-17T14:00:00.000Z
Updated: 2024-09-16T18:48:23.905Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11780 |
vulnerable | 2026-06-03 14:38:01.948863 |
Details available
A potential Remote Code Execution bug exists with the PDFInfo plugin in Apache SpamAssassin before 3.4.2.
Published: 2018-09-17T14:00:00.000Z
Updated: 2024-09-16T20:57:28.432Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11685 |
vulnerable | 2026-06-03 14:38:01.783507 |
Details available
Liblouis 3.5.0 has a stack-based Buffer Overflow in the function compileHyphenation in compileTranslationTable.c.
Published: 2018-06-04T06:00:00.000Z
Updated: 2024-08-05T08:17:08.460Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11684 |
vulnerable | 2026-06-03 14:38:01.783082 |
Details available
Liblouis 3.5.0 has a stack-based Buffer Overflow in the function includeFile in compileTranslationTable.c.
Published: 2018-06-04T06:00:00.000Z
Updated: 2024-08-05T08:17:08.105Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11683 |
vulnerable | 2026-06-03 14:38:01.782656 |
Details available
Liblouis 3.5.0 has a stack-based Buffer Overflow in the function parseChars in compileTranslationTable.c, a different vulnerability than CVE-2018-11440.
Published: 2018-06-04T06:00:00.000Z
Updated: 2024-08-05T08:17:08.771Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11656 |
vulnerable | 2026-06-03 14:38:01.773875 |
Details available
In ImageMagick 7.0.7-20 Q16 x86_64, a memory leak vulnerability was found in the function ReadDCMImage in coders/dcm.c, which allows attackers to cause a denial of service via a crafted DCM image file.
Published: 2018-06-01T15:00:00.000Z
Updated: 2024-08-05T08:17:08.383Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11655 |
vulnerable | 2026-06-03 14:38:01.773401 |
Details available
In ImageMagick 7.0.7-20 Q16 x86_64, a memory leak vulnerability was found in the function GetImagePixelCache in MagickCore/cache.c, which allows attackers to cause a denial of service via a crafted CALS image file.
Published: 2018-06-01T15:00:00.000Z
Updated: 2024-08-05T08:17:08.360Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11625 |
vulnerable | 2026-06-03 14:38:01.740310 |
Details available
In ImageMagick 7.0.7-37 Q16, SetGrayscaleImage in the quantize.c file allows attackers to cause a heap-based buffer over-read via a crafted file.
Published: 2018-05-31T16:00:00.000Z
Updated: 2024-08-05T08:17:08.409Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11577 |
vulnerable | 2026-06-03 14:38:01.702920 |
Details available
Liblouis 3.5.0 has a Segmentation fault in lou_logPrint in logging.c.
Published: 2018-05-31T00:00:00.000Z
Updated: 2024-08-05T08:10:14.601Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11531 |
vulnerable | 2026-06-03 14:38:01.644608 |
Details available
Exiv2 0.26 has a heap-based buffer overflow in getData in preview.cpp.
Published: 2018-05-29T07:00:00.000Z
Updated: 2024-08-05T08:10:14.568Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11508 |
vulnerable | 2026-06-03 14:38:01.617847 |
Details available
The compat_get_timex function in kernel/compat.c in the Linux kernel before 4.16.9 allows local users to obtain sensitive information from kernel memory via adjtimex.
Published: 2018-05-28T13:00:00.000Z
Updated: 2024-08-05T08:10:14.569Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11506 |
vulnerable | 2026-06-03 14:38:01.617045 |
Details available
The sr_do_ioctl function in drivers/scsi/sr_ioctl.c in the Linux kernel through 4.16.12 allows local users to cause a denial of service (stack-based buffer overflow) or possibly have unspecified other impact because sense buffers have different sizes at the CDROM layer and the SCSI layer, as demonstrated by a CDROMREADMODE2 ioctl call.
Published: 2018-05-28T04:00:00.000Z
Updated: 2024-08-05T08:10:14.654Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11440 |
vulnerable | 2026-06-03 14:38:01.480555 |
Details available
Liblouis 3.5.0 has a stack-based Buffer Overflow in the function parseChars in compileTranslationTable.c.
Published: 2018-05-25T11:00:00.000Z
Updated: 2024-08-05T08:10:14.470Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11412 |
vulnerable | 2026-06-03 14:38:01.449505 |
Details available
In the Linux kernel 4.13 through 4.16.11, ext4_read_inline_data() in fs/ext4/inline.c performs a memcpy with an untrusted length value in certain circumstances involving a crafted filesystem that stores the system.data extended attribute value in a dedicated inode.
Published: 2018-05-24T18:00:00.000Z
Updated: 2024-08-05T08:10:13.990Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11410 |
vulnerable | 2026-06-03 14:38:01.447243 |
Details available
An issue was discovered in Liblouis 3.5.0. A invalid free in the compileRule function in compileTranslationTable.c allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact.
Published: 2018-05-24T07:00:00.000Z
Updated: 2024-08-05T08:10:13.386Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11235 |
vulnerable | 2026-06-03 14:38:01.021457 |
Details available
In Git before 2.13.7, 2.14.x before 2.14.4, 2.15.x before 2.15.2, 2.16.x before 2.16.4, and 2.17.x before 2.17.1, remote code execution can occur. With a crafted .gitmodules file, a malicious project can execute an arbitrary script on a machine that runs "git clone --recurse-submodules" because submodule "names" are obtained from this file, and then appended to $GIT_DIR/modules, leading to directory traversal with "../" in a name. Finally, post-checkout hooks from a submodule are executed, bypassing the intended design in which hooks are not obtained from a remote server.
Published: 2018-05-30T04:00:00.000Z
Updated: 2024-08-05T08:01:52.808Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11233 |
vulnerable | 2026-06-03 14:38:01.018707 |
Details available
In Git before 2.13.7, 2.14.x before 2.14.4, 2.15.x before 2.15.2, 2.16.x before 2.16.4, and 2.17.x before 2.17.1, code to sanity-check pathnames on NTFS can result in reading out-of-bounds memory.
Published: 2018-05-30T04:00:00.000Z
Updated: 2024-08-05T08:01:52.717Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11214 |
vulnerable | 2026-06-03 14:38:00.988329 |
Details available
An issue was discovered in libjpeg 9a. The get_text_rgb_row function in rdppm.c allows remote attackers to cause a denial of service (Segmentation fault) via a crafted file.
Published: 2018-05-16T17:00:00.000Z
Updated: 2024-08-05T08:01:52.418Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11213 |
vulnerable | 2026-06-03 14:38:00.987804 |
Details available
An issue was discovered in libjpeg 9a. The get_text_gray_row function in rdppm.c allows remote attackers to cause a denial of service (Segmentation fault) via a crafted file.
Published: 2018-05-16T17:00:00.000Z
Updated: 2024-08-05T08:01:52.417Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-11212 |
vulnerable | 2026-06-03 14:38:00.979651 |
Details available
An issue was discovered in libjpeg 9a and 9d. The alloc_sarray function in jmemmgr.c allows remote attackers to cause a denial of service (divide-by-zero error) via a crafted file.
Published: 2018-05-16T17:00:00.000Z
Updated: 2024-08-05T08:01:52.817Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10999 |
vulnerable | 2026-06-03 14:38:00.639139 |
Details available
An issue was discovered in Exiv2 0.26. The Exiv2::Internal::PngChunk::parseTXTChunk function has a heap-based buffer over-read.
Published: 2018-05-12T04:00:00.000Z
Updated: 2024-08-05T07:54:36.248Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10998 |
vulnerable | 2026-06-03 14:38:00.638505 |
Details available
An issue was discovered in Exiv2 0.26. readMetadata in jp2image.cpp allows remote attackers to cause a denial of service (SIGABRT) by triggering an incorrect Safe::add call.
Published: 2018-05-12T04:00:00.000Z
Updated: 2024-08-05T07:54:36.371Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10963 |
vulnerable | 2026-06-03 14:38:00.597879 |
Details available
The TIFFWriteDirectorySec() function in tif_dirwrite.c in LibTIFF through 4.0.9 allows remote attackers to cause a denial of service (assertion failure and application crash) via a crafted file, a different vulnerability than CVE-2017-13726.
Published: 2018-05-10T02:00:00.000Z
Updated: 2024-08-05T07:54:36.220Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10958 |
vulnerable | 2026-06-03 14:38:00.593004 |
Details available
In types.cpp in Exiv2 0.26, a large size value may lead to a SIGABRT during an attempt at memory allocation for an Exiv2::Internal::PngChunk::zlibUncompress call.
Published: 2018-05-10T02:00:00.000Z
Updated: 2024-08-05T07:54:36.294Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10938 |
vulnerable | 2026-06-03 14:38:00.546473 |
Details available
A flaw was found in the Linux kernel present since v4.0-rc1 and through v4.13-rc4. A crafted network packet sent remotely by an attacker may force the kernel to enter an infinite loop in the cipso_v4_optptr() function in net/ipv4/cipso_ipv4.c leading to a denial-of-service. A certain non-default configuration of LSM (Linux Security Module) and NetLabel should be set up on a system before an attacker could leverage this flaw.
Published: 2018-08-27T13:00:00.000Z
Updated: 2024-08-05T07:54:35.481Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10933 |
vulnerable | 2026-06-03 14:38:00.471126 |
Details available
CRITICAL (9.1)
A vulnerability was found in libssh's server-side state machine before versions 0.7.6 and 0.8.4. A malicious client could create channels without first performing authentication, resulting in unauthorized access.
Published: 2018-10-17T12:00:00.000Z
Updated: 2024-08-05T07:54:35.801Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10925 |
vulnerable | 2026-06-03 14:38:00.453518 |
Details available
HIGH (7.1)
It was discovered that PostgreSQL versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 failed to properly check authorization on certain statements involved with "INSERT ... ON CONFLICT DO UPDATE". An attacker with "CREATE TABLE" privileges could exploit this to read arbitrary bytes server memory. If the attacker also had certain "INSERT" and limited "UPDATE" privileges to a particular table, they could exploit this to update other columns in the same table.
Published: 2018-08-09T21:00:00.000Z
Updated: 2024-08-05T07:54:36.061Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10919 |
vulnerable | 2026-06-03 14:38:00.445257 |
Details available
MEDIUM (4.3)
The Samba Active Directory LDAP server was vulnerable to an information disclosure flaw because of missing access control checks. An authenticated attacker could use this flaw to extract confidential attribute values using LDAP search expressions. Samba versions before 4.6.16, 4.7.9 and 4.8.4 are vulnerable.
Published: 2018-08-22T17:00:00.000Z
Updated: 2024-08-05T07:54:36.241Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10918 |
vulnerable | 2026-06-03 14:38:00.444689 |
Details available
MEDIUM (5.2)
A null pointer dereference flaw was found in the way samba checked database outputs from the LDB database layer. An authenticated attacker could use this flaw to crash a samba server in an Active Directory Domain Controller configuration. Samba versions before 4.7.9 and 4.8.4 are vulnerable.
Published: 2018-08-22T17:00:00.000Z
Updated: 2024-08-05T07:54:35.460Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10915 |
vulnerable | 2026-06-03 14:38:00.434344 |
Details available
HIGH (8.5)
A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with "host" or "hostaddr" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.
Published: 2018-08-09T20:00:00.000Z
Updated: 2024-08-05T07:54:36.359Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10902 |
vulnerable | 2026-06-03 14:38:00.404938 |
Details available
HIGH (7.8)
It was found that the raw midi kernel driver does not protect against concurrent access which leads to a double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status() which are part of snd_rawmidi_ioctl() handler in rawmidi.c file. A malicious local attacker could possibly use this for privilege escalation.
Published: 2018-08-21T19:00:00.000Z
Updated: 2024-08-05T07:54:35.823Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10883 |
vulnerable | 2026-06-03 14:38:00.368503 |
Details available
MEDIUM (4.8)
A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bounds write in jbd2_journal_dirty_metadata(), a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image.
Published: 2018-07-30T15:00:00.000Z
Updated: 2024-08-05T07:54:34.854Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10882 |
vulnerable | 2026-06-03 14:38:00.367837 |
Details available
MEDIUM (4.8)
A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bound write in in fs/jbd2/transaction.c code, a denial of service, and a system crash by unmounting a crafted ext4 filesystem image.
Published: 2018-07-27T18:00:00.000Z
Updated: 2024-08-05T07:54:34.712Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10881 |
vulnerable | 2026-06-03 14:38:00.362846 |
Details available
MEDIUM (4.2)
A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bound access in ext4_get_group_info function, a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image.
Published: 2018-07-26T18:00:00.000Z
Updated: 2024-08-05T07:54:34.835Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10880 |
vulnerable | 2026-06-03 14:38:00.362143 |
Details available
MEDIUM (5.5)
Linux kernel is vulnerable to a stack-out-of-bounds write in the ext4 filesystem code when mounting and writing to a crafted ext4 image in ext4_update_inline_data(). An attacker could use this to cause a system crash and a denial of service.
Published: 2018-07-25T13:00:00.000Z
Updated: 2024-08-05T07:54:34.830Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10879 |
vulnerable | 2026-06-03 14:38:00.361427 |
Details available
MEDIUM (4.2)
A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause a use-after-free in ext4_xattr_set_entry function and a denial of service or unspecified other impact may occur by renaming a file in a crafted ext4 filesystem image.
Published: 2018-07-26T18:00:00.000Z
Updated: 2024-08-05T07:46:46.964Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10878 |
vulnerable | 2026-06-03 14:38:00.360705 |
Details available
MEDIUM (4.8)
A flaw was found in the Linux kernel's ext4 filesystem. A local user can cause an out-of-bounds write and a denial of service or unspecified other impact is possible by mounting and operating a crafted ext4 filesystem image.
Published: 2018-07-26T18:00:00.000Z
Updated: 2024-08-05T07:46:47.494Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10877 |
vulnerable | 2026-06-03 14:38:00.357857 |
Details available
HIGH (7.3)
Linux kernel ext4 filesystem is vulnerable to an out-of-bound access in the ext4_ext_drop_refs() function when operating on a crafted ext4 filesystem image.
Published: 2018-07-18T15:00:00.000Z
Updated: 2024-08-05T07:46:47.469Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10876 |
vulnerable | 2026-06-03 14:38:00.357206 |
Details available
MEDIUM (5)
A flaw was found in Linux kernel in the ext4 filesystem code. A use-after-free is possible in ext4_ext_remove_space() function when mounting and operating a crafted ext4 image.
Published: 2018-07-26T18:00:00.000Z
Updated: 2024-08-05T07:46:47.413Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10875 |
vulnerable | 2026-06-03 14:38:00.354598 |
Details available
HIGH (7.8)
A flaw was found in ansible. ansible.cfg is read from the current working directory which can be altered to make it point to a plugin or a module path under the control of an attacker, thus allowing the attacker to execute arbitrary code.
Published: 2018-07-13T22:00:00.000Z
Updated: 2024-08-05T07:46:47.518Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10873 |
vulnerable | 2026-06-03 14:38:00.344408 |
Details available
HIGH (8.3)
A vulnerability was discovered in SPICE before version 0.14.1 where the generated code used for demarshalling messages lacked sufficient bounds checks. A malicious client or server, after authentication, could send specially crafted messages to its peer which would result in a crash or, potentially, other impacts.
Published: 2018-08-17T12:00:00.000Z
Updated: 2024-08-05T07:46:47.325Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10860 |
vulnerable | 2026-06-03 14:38:00.306554 |
Details available
MEDIUM (5.4)
perl-archive-zip is vulnerable to a directory traversal in Archive::Zip. It was found that the Archive::Zip module did not properly sanitize paths while extracting zip files. An attacker able to provide a specially crafted archive for processing could use this flaw to write or overwrite arbitrary files in the context of the perl interpreter.
Published: 2018-06-29T19:00:00.000Z
Updated: 2024-08-05T07:46:47.302Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10858 |
vulnerable | 2026-06-03 14:38:00.301795 |
Details available
MEDIUM (4.3)
A heap-buffer overflow was found in the way samba clients processed extra long filename in a directory listing. A malicious samba server could use this flaw to cause arbitrary code execution on a samba client. Samba versions before 4.6.16, 4.7.9 and 4.8.4 are vulnerable.
Published: 2018-08-22T17:00:00.000Z
Updated: 2024-08-05T07:46:46.959Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10855 |
vulnerable | 2026-06-03 14:38:00.294250 |
Details available
MEDIUM (5.9)
Ansible 2.5 prior to 2.5.5, and 2.4 prior to 2.4.5, do not honor the no_log task flag for failed tasks. When the no_log flag has been used to protect sensitive data passed to a task from being logged, and that task does not run successfully, Ansible will expose sensitive data in log files and on the terminal of the user running Ansible.
Published: 2018-07-02T18:00:00.000Z
Updated: 2024-08-05T07:46:47.397Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10853 |
vulnerable | 2026-06-03 14:38:00.284782 |
Details available
HIGH (7)
A flaw was found in the way Linux kernel KVM hypervisor before 4.18 emulated instructions such as sgdt/sidt/fxsave/fxrstor. It did not check current privilege(CPL) level while emulating unprivileged instructions. An unprivileged guest user/process could use this flaw to potentially escalate privileges inside guest.
Published: 2018-09-11T14:00:00.000Z
Updated: 2024-08-05T07:46:47.491Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10846 |
vulnerable | 2026-06-03 14:38:00.267135 |
Details available
MEDIUM (5.3)
A cache-based side channel in GnuTLS implementation that leads to plain text recovery in cross-VM attack setting was found. An attacker could use a combination of "Just in Time" Prime+probe attack in combination with Lucky-13 attack to recover plain text using crafted packets.
Published: 2018-08-22T13:00:00.000Z
Updated: 2024-08-05T07:46:47.512Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10845 |
vulnerable | 2026-06-03 14:38:00.266445 |
Details available
MEDIUM (5.9)
It was found that the GnuTLS implementation of HMAC-SHA-384 was vulnerable to a Lucky thirteen style attack. Remote attackers could use this flaw to conduct distinguishing attacks and plain text recovery attacks via statistical analysis of timing data using crafted packets.
Published: 2018-08-22T13:00:00.000Z
Updated: 2024-08-05T07:46:47.470Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10844 |
vulnerable | 2026-06-03 14:38:00.264487 |
Details available
MEDIUM (5.9)
It was found that the GnuTLS implementation of HMAC-SHA-256 was vulnerable to a Lucky thirteen style attack. Remote attackers could use this flaw to conduct distinguishing attacks and plaintext-recovery attacks via statistical analysis of timing data using crafted packets.
Published: 2018-08-22T13:00:00.000Z
Updated: 2024-08-05T07:46:46.944Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10839 |
vulnerable | 2026-06-03 14:38:00.250767 |
Details available
MEDIUM (6.5)
Qemu emulator <= 3.0.0 built with the NE2000 NIC emulation support is vulnerable to an integer overflow, which could lead to buffer overflow issue. It could occur when receiving packets over the network. A user inside guest could use this flaw to crash the Qemu process resulting in DoS.
Published: 2018-10-16T14:00:00.000Z
Updated: 2024-08-05T07:46:47.471Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10805 |
vulnerable | 2026-06-03 14:38:00.207145 |
Details available
ImageMagick version 7.0.7-28 contains a memory leak in ReadYCBCRImage in coders/ycbcr.c.
Published: 2018-05-08T07:00:00.000Z
Updated: 2024-08-05T07:46:47.049Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10804 |
vulnerable | 2026-06-03 14:38:00.205808 |
Details available
ImageMagick version 7.0.7-28 contains a memory leak in WriteTIFFImage in coders/tiff.c.
Published: 2018-05-08T07:00:00.000Z
Updated: 2024-08-05T07:46:46.712Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10779 |
vulnerable | 2026-06-03 14:38:00.194709 |
Details available
TIFFWriteScanline in tif_write.c in LibTIFF 3.8.2 has a heap-based buffer over-read, as demonstrated by bmp2tiff.
Published: 2018-05-07T07:00:00.000Z
Updated: 2024-08-05T07:46:46.660Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10583 |
vulnerable | 2026-06-03 14:37:53.532726 |
Details available
An information disclosure vulnerability occurs when LibreOffice 6.0.3 and Apache OpenOffice Writer 4.1.5 automatically process and initiate an SMB connection embedded in a malicious file, as demonstrated by xlink:href=file://192.168.0.2/test.jpg within an office:document-content element in a .odt XML document.
Published: 2018-05-01T16:00:00.000Z
Updated: 2024-08-05T07:39:08.539Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10549 |
vulnerable | 2026-06-03 14:37:53.491682 |
Details available
An issue was discovered in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. exif_read_data in ext/exif/exif.c has an out-of-bounds read for crafted JPEG data because exif_iif_add_value mishandles the case of a MakerNote that lacks a final '\0' character.
Published: 2018-04-29T21:00:00.000Z
Updated: 2024-08-05T07:39:07.786Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10548 |
vulnerable | 2026-06-03 14:37:53.490928 |
Details available
An issue was discovered in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. ext/ldap/ldap.c allows remote LDAP servers to cause a denial of service (NULL pointer dereference and application crash) because of mishandling of the ldap_get_dn return value.
Published: 2018-04-29T21:00:00.000Z
Updated: 2024-08-05T07:39:08.017Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10547 |
vulnerable | 2026-06-03 14:37:53.490184 |
Details available
An issue was discovered in ext/phar/phar_object.c in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. There is Reflected XSS on the PHAR 403 and 404 error pages via request data of a request for a .phar file. NOTE: this vulnerability exists because of an incomplete fix for CVE-2018-5712.
Published: 2018-04-29T21:00:00.000Z
Updated: 2024-08-05T07:39:08.524Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10546 |
vulnerable | 2026-06-03 14:37:53.489478 |
Details available
An issue was discovered in PHP before 5.6.36, 7.0.x before 7.0.30, 7.1.x before 7.1.17, and 7.2.x before 7.2.5. An infinite loop exists in ext/iconv/iconv.c because the iconv stream filter does not reject invalid multibyte sequences.
Published: 2018-04-29T21:00:00.000Z
Updated: 2024-08-05T07:39:08.370Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10545 |
vulnerable | 2026-06-03 14:37:53.488715 |
Details available
An issue was discovered in PHP before 5.6.35, 7.0.x before 7.0.29, 7.1.x before 7.1.16, and 7.2.x before 7.2.4. Dumpable FPM child processes allow bypassing opcache access controls because fpm_unix.c makes a PR_SET_DUMPABLE prctl call, allowing one user (in a multiuser environment) to obtain sensitive information from the process memory of a second user's PHP applications by running gcore on the PID of the PHP-FPM worker process.
Published: 2018-04-29T21:00:00.000Z
Updated: 2024-08-05T07:39:08.069Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10529 |
vulnerable | 2026-06-03 14:37:53.473705 |
Details available
An issue was discovered in LibRaw 0.18.9. There is an out-of-bounds read affecting the X3F property table list implementation in libraw_x3f.cpp and libraw_cxx.cpp.
Published: 2018-04-29T03:00:00.000Z
Updated: 2024-08-05T07:39:08.384Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10528 |
vulnerable | 2026-06-03 14:37:53.471895 |
Details available
An issue was discovered in LibRaw 0.18.9. There is a stack-based buffer overflow in the utf2char function in libraw_cxx.cpp.
Published: 2018-04-29T03:00:00.000Z
Updated: 2024-08-05T07:39:08.013Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10360 |
vulnerable | 2026-06-03 14:37:53.346780 |
Details available
The do_core_note function in readelf.c in libmagic.a in file 5.33 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted ELF file.
Published: 2018-06-11T10:00:00.000Z
Updated: 2024-08-05T07:39:07.370Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10323 |
vulnerable | 2026-06-03 14:37:53.323772 |
Details available
The xfs_bmap_extents_to_btree function in fs/xfs/libxfs/xfs_bmap.c in the Linux kernel through 4.16.3 allows local users to cause a denial of service (xfs_bmapi_write NULL pointer dereference) via a crafted xfs image.
Published: 2018-04-24T06:00:00.000Z
Updated: 2024-08-05T07:39:07.321Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10196 |
vulnerable | 2026-06-03 14:37:53.199472 |
Details available
NULL pointer dereference vulnerability in the rebuild_vlists function in lib/dotgen/conc.c in the dotgen library in Graphviz 2.40.1 allows remote attackers to cause a denial of service (application crash) via a crafted file.
Published: 2018-05-30T21:00:00.000Z
Updated: 2024-08-05T07:32:01.611Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10194 |
vulnerable | 2026-06-03 14:37:53.190871 |
Details available
The set_text_distance function in devices/vector/gdevpdts.c in the pdfwrite component in Artifex Ghostscript through 9.22 does not prevent overflows in text-positioning calculation, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted PDF document.
Published: 2018-04-18T21:00:00.000Z
Updated: 2024-08-05T07:32:01.634Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10177 |
vulnerable | 2026-06-03 14:37:53.171803 |
Details available
In ImageMagick 7.0.7-28, there is an infinite loop in the ReadOneMNGImage function of the coders/png.c file. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted mng file.
Published: 2018-04-16T23:00:00.000Z
Updated: 2024-08-05T07:32:01.625Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10124 |
vulnerable | 2026-06-03 14:37:53.134504 |
Details available
The kill_something_info function in kernel/signal.c in the Linux kernel before 4.13, when an unspecified architecture and compiler is used, might allow local users to cause a denial of service via an INT_MIN argument.
Published: 2018-04-16T13:00:00.000Z
Updated: 2024-08-05T07:32:01.135Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10120 |
vulnerable | 2026-06-03 14:37:53.127656 |
Details available
The SwCTBWrapper::Read function in sw/source/filter/ww8/ww8toolbar.cxx in LibreOffice before 5.4.6.1 and 6.x before 6.0.2.1 does not validate a customizations index, which allows remote attackers to cause a denial of service (heap-based buffer overflow with write access) or possibly have unspecified other impact via a crafted document that contains a certain Microsoft Word record.
Published: 2018-04-15T16:00:00.000Z
Updated: 2024-08-05T07:32:01.283Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10119 |
vulnerable | 2026-06-03 14:37:53.126790 |
Details available
sot/source/sdstor/stgstrms.cxx in LibreOffice before 5.4.5.1 and 6.x before 6.0.1.1 uses an incorrect integer data type in the StgSmallStrm class, which allows remote attackers to cause a denial of service (use-after-free with write access) or possibly have unspecified other impact via a crafted document that uses the structured storage ole2 wrapper file format.
Published: 2018-04-15T16:00:00.000Z
Updated: 2024-08-05T07:32:01.169Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-10087 |
vulnerable | 2026-06-03 14:37:53.092994 |
Details available
The kernel_wait4 function in kernel/exit.c in the Linux kernel before 4.13, when an unspecified architecture and compiler is used, might allow local users to cause a denial of service by triggering an attempted use of the -INT_MIN value.
Published: 2018-04-13T13:00:00.000Z
Updated: 2024-08-05T07:32:01.123Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000888 |
vulnerable | 2026-06-03 14:37:52.971106 |
Details available
PEAR Archive_Tar version 1.4.3 and earlier contains a CWE-502, CWE-915 vulnerability in the Archive_Tar class. There are several file operations with `$v_header['filename']` as parameter (such as file_exists, is_file, is_dir, etc). When extract is called without a specific prefix path, we can trigger unserialization by crafting a tar file with `phar://[path_to_malicious_phar_file]` as path. Object injection can be used to trigger destruct in the loaded PHP classes, e.g. the Archive_Tar class itself. With Archive_Tar object injection, arbitrary file deletion can occur because `@unlink($this->_temp_tarname)` is called. If another class with useful gadget is loaded, it may possible to cause remote code execution that can result in files being deleted or possibly modified. This vulnerability appears to have been fixed in 1.4.4.
Published: 2018-12-27T18:00:00.000Z
Updated: 2024-08-05T12:47:57.148Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000880 |
vulnerable | 2026-06-03 14:37:52.959189 |
Details available
libarchive version commit 9693801580c0cf7c70e862d305270a16b52826a7 onwards (release v3.2.0 onwards) contains a CWE-20: Improper Input Validation vulnerability in WARC parser - libarchive/archive_read_support_format_warc.c, _warc_read() that can result in DoS - quasi-infinite run time and disk usage from tiny file. This attack appear to be exploitable via the victim must open a specially crafted WARC file.
Published: 2018-12-20T17:00:00.000Z
Updated: 2024-08-05T12:47:57.393Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000878 |
vulnerable | 2026-06-03 14:37:52.955941 |
Details available
libarchive version commit 416694915449219d505531b1096384f3237dd6cc onwards (release v3.1.0 onwards) contains a CWE-416: Use After Free vulnerability in RAR decoder - libarchive/archive_read_support_format_rar.c that can result in Crash/DoS - it is unknown if RCE is possible. This attack appear to be exploitable via the victim must open a specially crafted RAR archive.
Published: 2018-12-20T17:00:00.000Z
Updated: 2024-08-05T12:47:56.920Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000877 |
vulnerable | 2026-06-03 14:37:52.953139 |
Details available
libarchive version commit 416694915449219d505531b1096384f3237dd6cc onwards (release v3.1.0 onwards) contains a CWE-415: Double Free vulnerability in RAR decoder - libarchive/archive_read_support_format_rar.c, parse_codes(), realloc(rar->lzss.window, new_size) with new_size = 0 that can result in Crash/DoS. This attack appear to be exploitable via the victim must open a specially crafted RAR archive.
Published: 2018-12-20T17:00:00.000Z
Updated: 2024-08-05T12:47:57.461Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000808 |
vulnerable | 2026-06-03 14:37:52.786875 |
Details available
Python Cryptographic Authority pyopenssl version Before 17.5.0 contains a CWE - 401 : Failure to Release Memory Before Removing Last Reference vulnerability in PKCS #12 Store that can result in Denial of service if memory runs low or is exhausted. This attack appear to be exploitable via Depends upon calling application, however it could be as simple as initiating a TLS connection. Anything that would cause the calling application to reload certificates from a PKCS #12 store.. This vulnerability appears to have been fixed in 17.5.0.
Published: 2018-10-08T15:00:00.000Z
Updated: 2024-08-05T12:47:57.338Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000807 |
vulnerable | 2026-06-03 14:37:52.784341 |
Details available
Python Cryptographic Authority pyopenssl version prior to version 17.5.0 contains a CWE-416: Use After Free vulnerability in X509 object handling that can result in Use after free can lead to possible denial of service or remote code execution.. This attack appear to be exploitable via Depends on the calling application and if it retains a reference to the memory.. This vulnerability appears to have been fixed in 17.5.0.
Published: 2018-10-08T00:00:00.000Z
Updated: 2024-08-05T12:47:56.674Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000805 |
vulnerable | 2026-06-03 14:37:52.780475 |
Details available
Paramiko version 2.4.1, 2.3.2, 2.2.3, 2.1.5, 2.0.8, 1.18.5, 1.17.6 contains a Incorrect Access Control vulnerability in SSH server that can result in RCE. This attack appear to be exploitable via network connectivity.
Published: 2018-10-08T15:00:00.000Z
Updated: 2024-08-05T12:40:47.938Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000802 |
vulnerable | 2026-06-03 14:37:52.770943 |
Details available
Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability in shutil module (make_archive function) that can result in Denial of service, Information gain via injection of arbitrary files on the system or entire drive. This attack appear to be exploitable via Passage of unfiltered user input to the function. This vulnerability appears to have been fixed in after commit add531a1e55b0a739b0f42582f1c9747e5649ace.
Published: 2018-09-18T00:00:00.000Z
Updated: 2024-08-05T12:40:47.934Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000517 |
vulnerable | 2026-06-03 14:37:52.571726 |
Details available
BusyBox project BusyBox wget version prior to commit 8e2174e9bd836e53c8b9c6e00d1bc6e2a718686e contains a Buffer Overflow vulnerability in Busybox wget that can result in heap buffer overflow. This attack appear to be exploitable via network connectivity. This vulnerability appears to have been fixed in after commit 8e2174e9bd836e53c8b9c6e00d1bc6e2a718686e.
Published: 2018-06-26T16:00:00.000Z
Updated: 2025-06-09T15:37:06.773Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000301 |
vulnerable | 2026-06-03 14:37:52.511867 |
Details available
curl version curl 7.20.0 to and including curl 7.59.0 contains a CWE-126: Buffer Over-read vulnerability in denial of service that can result in curl can be tricked into reading data beyond the end of a heap based buffer used to store downloaded RTSP content.. This vulnerability appears to have been fixed in curl < 7.20.0 and curl >= 7.60.0.
Published: 2018-05-24T13:00:00.000Z
Updated: 2026-04-15T20:58:35.757Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000300 |
vulnerable | 2026-06-03 14:37:52.510676 |
Details available
curl version curl 7.54.1 to and including curl 7.59.0 contains a CWE-122: Heap-based Buffer Overflow vulnerability in denial of service and more that can result in curl might overflow a heap based memory buffer when closing down an FTP connection with very long server command replies.. This vulnerability appears to have been fixed in curl < 7.54.1 and curl >= 7.60.0.
Published: 2018-05-24T13:00:00.000Z
Updated: 2024-08-05T12:40:46.720Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000222 |
vulnerable | 2026-06-03 14:37:52.505300 |
Details available
Libgd version 2.2.5 contains a Double Free Vulnerability vulnerability in gdImageBmpPtr Function that can result in Remote Code Execution . This attack appear to be exploitable via Specially Crafted Jpeg Image can trigger double free. This vulnerability appears to have been fixed in after commit ac16bdf2d41724b5a65255d4c28fb0ec46bc42f5.
Published: 2018-08-20T20:00:00.000Z
Updated: 2024-08-05T12:40:46.684Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000204 |
vulnerable | 2026-06-03 14:37:52.488907 |
Details available
Linux Kernel version 3.18 to 4.16 incorrectly handles an SG_IO ioctl on /dev/sg0 with dxfer_direction=SG_DXFER_FROM_DEV and an empty 6-byte cmdp. This may lead to copying up to 1000 kernel heap pages to the userspace. This has been fixed upstream in https://github.com/torvalds/linux/commit/a45b599ad808c3c982fdcdc12b0b8611c2f92824 already. The problem has limited scope, as users don't usually have permissions to access SCSI devices. On the other hand, e.g. the Nero user manual suggests doing `chmod o+r+w /dev/sg*` to make the devices accessible. NOTE: third parties dispute the relevance of this report, noting that the requirement for an attacker to have both the CAP_SYS_ADMIN and CAP_SYS_RAWIO capabilities makes it "virtually impossible to exploit.
Published: 2018-06-26T14:00:00.000Z
Updated: 2024-08-05T12:40:46.834Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000199 |
vulnerable | 2026-06-03 14:37:52.475646 |
Details available
The Linux Kernel version 3.18 contains a dangerous feature vulnerability in modify_user_hw_breakpoint() that can result in crash and possibly memory corruption. This attack appear to be exploitable via local code execution and the ability to use ptrace. This vulnerability appears to have been fixed in git commit f67b15037a7a50c57f72e69a6d59941ad90a0f0f.
Published: 2018-05-24T13:00:00.000Z
Updated: 2024-08-05T12:40:46.875Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000156 |
vulnerable | 2026-06-03 14:37:52.399223 |
Details available
GNU Patch version 2.7.6 contains an input validation vulnerability when processing patch files, specifically the EDITOR_PROGRAM invocation (using ed) can result in code execution. This attack appear to be exploitable via a patch file processed via the patch utility. This is similar to FreeBSD's CVE-2015-1418 however although they share a common ancestry the code bases have diverged over time.
Published: 2018-04-06T13:00:00.000Z
Updated: 2025-04-14T19:36:21.263Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000127 |
vulnerable | 2026-06-03 14:37:52.344524 |
Details available
memcached version prior to 1.4.37 contains an Integer Overflow vulnerability in items.c:item_free() that can result in data corruption and deadlocks due to items existing in hash table being reused from free list. This attack appear to be exploitable via network connectivity to the memcached service. This vulnerability appears to have been fixed in 1.4.37 and later.
Published: 2018-03-13T21:00:00.000Z
Updated: 2024-08-05T12:33:49.281Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000122 |
vulnerable | 2026-06-03 14:37:52.334889 |
Details available
A buffer over-read exists in curl 7.20.0 to and including curl 7.58.0 in the RTSP+RTP handling code that allows an attacker to cause a denial of service or information leakage
Published: 2018-03-14T18:00:00.000Z
Updated: 2024-08-05T12:33:49.279Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000121 |
vulnerable | 2026-06-03 14:37:52.333954 |
Details available
A NULL pointer dereference exists in curl 7.21.0 to and including curl 7.58.0 in the LDAP code that allows an attacker to cause a denial of service
Published: 2018-03-14T18:00:00.000Z
Updated: 2024-08-05T12:33:49.309Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000120 |
vulnerable | 2026-06-03 14:37:52.330428 |
Details available
A buffer overflow exists in curl 7.12.3 to and including curl 7.58.0 in the FTP URL handling that allows an attacker to cause a denial of service or worse.
Published: 2018-03-14T18:00:00.000Z
Updated: 2024-08-05T12:33:49.254Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000115 |
vulnerable | 2026-06-03 14:37:52.310038 |
Details available
Memcached version 1.5.5 contains an Insufficient Control of Network Message Volume (Network Amplification, CWE-406) vulnerability in the UDP support of the memcached server that can result in denial of service via network flood (traffic amplification of 1:50,000 has been reported by reliable sources). This attack appear to be exploitable via network connectivity to port 11211 UDP. This vulnerability appears to have been fixed in 1.5.6 due to the disabling of the UDP protocol by default.
Published: 2018-03-05T14:00:00.000Z
Updated: 2024-08-05T12:33:49.333Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000100 |
vulnerable | 2026-06-03 14:37:52.291238 |
Details available
GPAC MP4Box version 0.7.1 and earlier contains a Buffer Overflow vulnerability in src/isomedia/avc_ext.c lines 2417 to 2420 that can result in Heap chunks being modified, this could lead to RCE. This attack appear to be exploitable via an attacker supplied MP4 file that when run by the victim may result in RCE.
Published: 2018-03-06T17:00:00.000Z
Updated: 2024-08-05T12:33:49.310Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000097 |
vulnerable | 2026-06-03 14:37:52.286134 |
Details available
Sharutils sharutils (unshar command) version 4.15.2 contains a Buffer Overflow vulnerability in Affected component on the file unshar.c at line 75, function looks_like_c_code. Failure to perform checking of the buffer containing input line. that can result in Could lead to code execution. This attack appear to be exploitable via Victim have to run unshar command on a specially crafted file..
Published: 2018-03-13T01:00:00.000Z
Updated: 2024-08-05T12:33:49.183Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000085 |
vulnerable | 2026-06-03 14:37:52.272683 |
Details available
ClamAV version version 0.99.3 contains a Out of bounds heap memory read vulnerability in XAR parser, function xar_hash_check() that can result in Leaking of memory, may help in developing exploit chains.. This attack appear to be exploitable via The victim must scan a crafted XAR file. This vulnerability appears to have been fixed in after commit d96a6b8bcc7439fa7e3876207aa0a8e79c8451b6.
Published: 2018-03-13T15:00:00.000Z
Updated: 2024-08-05T12:33:49.335Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000030 |
vulnerable | 2026-06-03 14:37:52.214209 |
Details available
LOW (3.6)
Python 2.7.14 is vulnerable to a Heap-Buffer-Overflow as well as a Heap-Use-After-Free. Python versions prior to 2.7.14 may also be vulnerable and it appears that Python 2.7.17 and prior may also be vulnerable however this has not been confirmed. The vulnerability lies when multiply threads are handling large amounts of data. In both cases there is essentially a race condition that occurs. For the Heap-Buffer-Overflow, Thread 2 is creating the size for a buffer, but Thread1 is already writing to the buffer without knowing how much to write. So when a large amount of data is being processed, it is very easy to cause memory corruption using a Heap-Buffer-Overflow. As for the Use-After-Free, Thread3->Malloc->Thread1->Free's->Thread2-Re-uses-Free'd Memory. The PSRT has stated that this is not a security vulnerability due to the fact that the attacker must be able to run code, however in some situations, such as function as a service, this vulnerability can potentially be used by an attacker to violate a trust boundary, as such the DWF feels this issue deserves a CVE.
Published: 2018-02-08T17:00:00.000Z
Updated: 2024-08-05T12:33:48.874Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000027 |
vulnerable | 2026-06-03 14:37:52.208627 |
Details available
The Squid Software Foundation Squid HTTP Caching Proxy version prior to version 4.0.23 contains a NULL Pointer Dereference vulnerability in HTTP Response X-Forwarded-For header processing that can result in Denial of Service to all clients of the proxy. This attack appear to be exploitable via Remote HTTP server responding with an X-Forwarded-For header to certain types of HTTP request. This vulnerability appears to have been fixed in 4.0.23 and later.
Published: 2018-02-09T23:00:00.000Z
Updated: 2024-08-05T12:33:49.031Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000026 |
vulnerable | 2026-06-03 14:37:52.207939 |
Details available
Linux Linux kernel version at least v4.8 onwards, probably well before contains a Insufficient input validation vulnerability in bnx2x network card driver that can result in DoS: Network card firmware assertion takes card off-line. This attack appear to be exploitable via An attacker on a must pass a very large, specially crafted packet to the bnx2x card. This can be done from an untrusted guest VM..
Published: 2018-02-09T23:00:00.000Z
Updated: 2024-08-05T12:33:48.963Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000024 |
vulnerable | 2026-06-03 14:37:52.205407 |
Details available
The Squid Software Foundation Squid HTTP Caching Proxy version 3.0 to 3.5.27, 4.0 to 4.0.22 contains a Incorrect Pointer Handling vulnerability in ESI Response Processing that can result in Denial of Service for all clients using the proxy.. This attack appear to be exploitable via Remote server delivers an HTTP response payload containing valid but unusual ESI syntax.. This vulnerability appears to have been fixed in 4.0.23 and later.
Published: 2018-02-09T23:00:00.000Z
Updated: 2024-08-05T12:33:48.901Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000007 |
vulnerable | 2026-06-03 14:37:52.174516 |
Details available
libcurl 7.1 through 7.57.0 might accidentally leak authentication data to third parties. When asked to send custom headers in its HTTP requests, libcurl will send that set of headers first to the host in the initial URL but also, if asked to follow redirects and a 30X HTTP response code is returned, to the host mentioned in URL in the `Location:` response header value. Sending the same set of headers to subsequent hosts is in particular a problem for applications that pass on custom `Authorization:` headers, as this header often contains privacy sensitive information or data that could allow others to impersonate the libcurl-using client's request.
Published: 2018-01-24T22:00:00.000Z
Updated: 2024-08-05T12:33:48.439Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000005 |
vulnerable | 2026-06-03 14:37:52.169039 |
Details available
libcurl 7.49.0 to and including 7.57.0 contains an out bounds read in code handling HTTP/2 trailers. It was reported (https://github.com/curl/curl/pull/2231) that reading an HTTP/2 trailer could mess up future trailers since the stored size was one byte less than required. The problem is that the code that creates HTTP/1-like headers from the HTTP/2 trailer data once appended a string like `:` to the target buffer, while this was recently changed to `: ` (a space was added after the colon) but the following math wasn't updated correspondingly. When accessed, the data is read out of bounds and causes either a crash or that the (too large) data gets passed to client write. This could lead to a denial-of-service situation or an information disclosure if someone has a service that echoes back or uses the trailers for something.
Published: 2018-01-24T22:00:00.000Z
Updated: 2024-08-05T12:33:49.200Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-1000001 |
vulnerable | 2026-06-03 14:37:52.158897 |
Details available
In glibc 2.26 and earlier there is confusion in the usage of getcwd() by realpath() which can be used to write before the destination buffer leading to a buffer underflow and potential code execution.
Published: 2018-01-31T14:00:00.000Z
Updated: 2024-08-05T12:33:48.490Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0739 |
vulnerable | 2026-06-03 14:37:51.651172 |
Constructed ASN.1 types with a recursive definition could exceed the stack
Constructed ASN.1 types with a recursive definition (such as can be found in PKCS7) could eventually exceed the stack given malicious input with excessive recursion. This could result in a Denial Of Service attack. There are no such structures used within SSL/TLS that come from untrusted sources so this is considered safe. Fixed in OpenSSL 1.1.0h (Affected 1.1.0-1.1.0g). Fixed in OpenSSL 1.0.2o (Affected 1.0.2b-1.0.2n).
Published: 2018-03-27T21:00:00.000Z
Updated: 2024-09-16T22:35:29.998Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0737 |
vulnerable | 2026-06-03 14:37:51.650286 |
Cache timing vulnerability in RSA Key Generation
The OpenSSL RSA Key generation algorithm has been shown to be vulnerable to a cache timing side channel attack. An attacker with sufficient access to mount cache timing attacks during the RSA key generation process could recover the private key. Fixed in OpenSSL 1.1.0i-dev (Affected 1.1.0-1.1.0h). Fixed in OpenSSL 1.0.2p-dev (Affected 1.0.2b-1.0.2o).
Published: 2018-04-16T17:00:00.000Z
Updated: 2024-09-17T03:53:55.729Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0735 |
vulnerable | 2026-06-03 14:37:51.635548 |
Timing attack against ECDSA signature generation
The OpenSSL ECDSA signature algorithm has been shown to be vulnerable to a timing side channel attack. An attacker could use variations in the signing algorithm to recover the private key. Fixed in OpenSSL 1.1.0j (Affected 1.1.0-1.1.0i). Fixed in OpenSSL 1.1.1a (Affected 1.1.1).
Published: 2018-10-29T13:00:00.000Z
Updated: 2024-09-16T19:10:32.005Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0734 |
vulnerable | 2026-06-03 14:37:51.616167 |
Timing attack against DSA
The OpenSSL DSA signature algorithm has been shown to be vulnerable to a timing side channel attack. An attacker could use variations in the signing algorithm to recover the private key. Fixed in OpenSSL 1.1.1a (Affected 1.1.1). Fixed in OpenSSL 1.1.0j (Affected 1.1.0-1.1.0i). Fixed in OpenSSL 1.0.2q (Affected 1.0.2-1.0.2p).
Published: 2018-10-30T12:00:00.000Z
Updated: 2024-09-16T23:10:36.543Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0732 |
vulnerable | 2026-06-03 14:37:51.611323 |
Client DoS due to large DH parameter
During key agreement in a TLS handshake using a DH(E) based ciphersuite a malicious server can send a very large prime value to the client. This will cause the client to spend an unreasonably long period of time generating a key for this prime resulting in a hang until the client has finished. This could be exploited in a Denial Of Service attack. Fixed in OpenSSL 1.1.0i-dev (Affected 1.1.0-1.1.0h). Fixed in OpenSSL 1.0.2p-dev (Affected 1.0.2-1.0.2o).
Published: 2018-06-12T13:00:00.000Z
Updated: 2024-09-17T02:11:18.325Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0644 |
vulnerable | 2026-06-03 14:37:51.299341 |
Details available
Buffer overflow in Ubuntu14.04 ORCA (Online Receipt Computer Advantage) 4.8.0 (panda-client2) 1:1.4.9+p41-u4jma1 and earlier, Ubuntu14.04 ORCA (Online Receipt Computer Advantage) 5.0.0 (panda-client2) 1:2.0.0+p48-u4jma1 and earlier, and Ubuntu16.04 ORCA (Online Receipt Computer Advantage) 5.0.0 (panda-client2) 1:2.0.0+p48-u5jma1 and earlier allows authenticated attackers to cause denial-of-service (DoS) condition via unspecified vectors.
Published: 2018-09-07T14:00:00.000Z
Updated: 2024-08-05T03:35:48.802Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0502 |
vulnerable | 2026-06-03 14:37:50.940223 |
Details available
An issue was discovered in zsh before 5.6. The beginning of a #! script file was mishandled, potentially leading to an execve call to a program named on the second line.
Published: 2018-09-05T07:00:00.000Z
Updated: 2024-08-05T03:28:11.019Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0495 |
vulnerable | 2026-06-03 14:37:50.912045 |
Details available
Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the _gcry_ecc_ecdsa_sign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. To discover an ECDSA key, the attacker needs access to either the local machine or a different virtual machine on the same physical host.
Published: 2018-06-13T23:00:00.000Z
Updated: 2024-08-05T03:28:10.586Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0494 |
vulnerable | 2026-06-03 14:37:50.903609 |
Details available
GNU Wget before 1.19.5 is prone to a cookie injection vulnerability in the resp_new function in http.c via a \r\n sequence in a continuation line.
Published: 2018-05-06T22:00:00.000Z
Updated: 2024-08-05T03:28:10.610Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0360 |
vulnerable | 2026-06-03 14:37:50.294385 |
Details available
ClamAV before 0.100.1 has an HWP integer overflow with a resultant infinite loop via a crafted Hangul Word Processor file. This is in parsehwp3_paragraph() in libclamav/hwp.c.
Published: 2018-07-16T17:00:00.000Z
Updated: 2024-11-29T14:55:17.564Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-0202 |
vulnerable | 2026-06-03 14:37:49.605339 |
Details available
clamscan in ClamAV before 0.99.4 contains a vulnerability that could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device. The vulnerability is due to improper input validation checking mechanisms when handling Portable Document Format (.pdf) files sent to an affected device. An unauthenticated, remote attacker could exploit this vulnerability by sending a crafted .pdf file to an affected device. This action could cause an out-of-bounds read when ClamAV scans the malicious file, allowing the attacker to cause a DoS condition. This concerns pdf_parse_array and pdf_parse_string in libclamav/pdfng.c. Cisco Bug IDs: CSCvh91380, CSCvh91400.
Published: 2018-03-27T09:00:00.000Z
Updated: 2024-12-02T20:55:52.456Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9936 |
vulnerable | 2026-06-03 14:37:47.612105 |
Details available
In LibTIFF 4.0.8, there is a memory leak in tif_jbig.c. A crafted TIFF document can lead to a memory leak resulting in a remote denial of service attack.
Published: 2017-06-26T12:00:00.000Z
Updated: 2024-08-05T17:24:59.743Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9935 |
vulnerable | 2026-06-03 14:37:47.608543 |
Details available
In LibTIFF 4.0.8, there is a heap-based buffer overflow in the t2p_write_pdf function in tools/tiff2pdf.c. This heap overflow could lead to different damages. For example, a crafted TIFF document can lead to an out-of-bounds read in TIFFCleanup, an invalid free in TIFFClose or t2p_free, memory corruption in t2p_readwrite_pdf_image, or a double free in t2p_free. Given these possibilities, it probably could cause arbitrary code execution.
Published: 2017-06-26T12:00:00.000Z
Updated: 2024-08-05T17:24:59.733Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9815 |
vulnerable | 2026-06-03 14:37:42.341880 |
Details available
In LibTIFF 4.0.7, the TIFFReadDirEntryLong8Array function in libtiff/tif_dirread.c mishandles a malloc operation, which allows attackers to cause a denial of service (memory leak within the function _TIFFmalloc in tif_unix.c) via a crafted file.
Published: 2017-06-22T15:00:00.000Z
Updated: 2024-08-05T17:18:01.934Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9404 |
vulnerable | 2026-06-03 14:37:41.575427 |
Details available
In LibTIFF 4.0.7, a memory leak vulnerability was found in the function OJPEGReadHeaderInfoSecTablesQTable in tif_ojpeg.c, which allows attackers to cause a denial of service via a crafted file.
Published: 2017-06-02T19:00:00.000Z
Updated: 2024-08-05T17:02:44.358Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9403 |
vulnerable | 2026-06-03 14:37:41.574976 |
Details available
In LibTIFF 4.0.7, a memory leak vulnerability was found in the function TIFFReadDirEntryLong8Array in tif_dirread.c, which allows attackers to cause a denial of service via a crafted file.
Published: 2017-06-02T19:00:00.000Z
Updated: 2024-08-05T17:02:44.407Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9239 |
vulnerable | 2026-06-03 14:37:41.237261 |
Details available
An issue was discovered in Exiv2 0.26. When the data structure of the structure ifd is incorrect, the program assigns pValue_ to 0x0, and the value of pValue() is 0x0. TiffImageEntry::doWriteImage will use the value of pValue() to cause a segmentation fault. To exploit this vulnerability, someone must open a crafted tiff file.
Published: 2017-05-26T10:00:00.000Z
Updated: 2024-08-05T17:02:44.367Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9210 |
vulnerable | 2026-06-03 14:37:41.161194 |
Details available
libqpdf.a in QPDF 6.0.0 allows remote attackers to cause a denial of service (infinite recursion and stack consumption) via a crafted PDF document, related to unparse functions, aka qpdf-infiniteloop3.
Published: 2017-05-23T03:56:00.000Z
Updated: 2024-08-05T17:02:43.381Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9209 |
vulnerable | 2026-06-03 14:37:41.160802 |
Details available
libqpdf.a in QPDF 6.0.0 allows remote attackers to cause a denial of service (infinite recursion and stack consumption) via a crafted PDF document, related to QPDFObjectHandle::parseInternal, aka qpdf-infiniteloop2.
Published: 2017-05-23T03:56:00.000Z
Updated: 2024-08-05T17:02:43.015Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9208 |
vulnerable | 2026-06-03 14:37:41.160345 |
Details available
libqpdf.a in QPDF 6.0.0 allows remote attackers to cause a denial of service (infinite recursion and stack consumption) via a crafted PDF document, related to releaseResolved functions, aka qpdf-infiniteloop1.
Published: 2017-05-23T03:56:00.000Z
Updated: 2024-08-05T17:02:44.150Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9117 |
vulnerable | 2026-06-03 14:37:41.071665 |
Details available
MEDIUM (4)
In LibTIFF 4.0.6 and possibly other versions, the program processes BMP images without verifying that biWidth and biHeight in the bitmap-information header match the actual input, as demonstrated by a heap-based buffer over-read in bmp2tiff. NOTE: mentioning bmp2tiff does not imply that the activation point is in the bmp2tiff.c file (which was removed before the 4.0.7 release).
Published: 2017-05-21T19:00:00.000Z
Updated: 2025-01-07T23:52:45.377Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-9022 |
vulnerable | 2026-06-03 14:37:40.986888 |
Details available
The gmp plugin in strongSwan before 5.5.3 does not properly validate RSA public keys before calling mpz_powm_sec, which allows remote peers to cause a denial of service (floating point exception and process crash) via a crafted certificate.
Published: 2017-06-08T16:00:00.000Z
Updated: 2025-12-03T21:16:39.264Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-8806 |
not_vulnerable | 2026-06-03 14:37:40.640353 |
Details available
The Debian pg_ctlcluster, pg_createcluster, and pg_upgradecluster scripts, as distributed in the Debian postgresql-common package before 181+deb9u1 for PostgreSQL (and other packages related to Debian and Ubuntu), handled symbolic links insecurely, which could result in local denial of service by overwriting arbitrary files.
Published: 2017-11-13T09:00:00.000Z
Updated: 2024-08-05T16:48:21.905Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-8386 |
vulnerable | 2026-06-03 14:37:39.938676 |
Details available
git-shell in git before 2.4.12, 2.5.x before 2.5.6, 2.6.x before 2.6.7, 2.7.x before 2.7.5, 2.8.x before 2.8.5, 2.9.x before 2.9.4, 2.10.x before 2.10.3, 2.11.x before 2.11.2, and 2.12.x before 2.12.3 might allow remote authenticated users to gain privileges via a repository name that starts with a - (dash) character.
Published: 2017-06-01T16:00:00.000Z
Updated: 2024-08-05T16:34:22.740Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7980 |
vulnerable | 2026-06-03 14:37:38.594974 |
Details available
Heap-based buffer overflow in Cirrus CLGD 54xx VGA Emulator in Quick Emulator (Qemu) 2.8 and earlier allows local guest OS users to execute arbitrary code or cause a denial of service (crash) via vectors related to a VNC client updating its display after a VGA operation.
Published: 2017-07-25T14:00:00.000Z
Updated: 2024-08-05T16:19:29.573Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7829 |
vulnerable | 2026-06-03 14:37:38.124693 |
Details available
It is possible to spoof the sender's email address and display an arbitrary sender address to the email recipient. The real sender's address is not displayed if preceded by a null character in the display string. This vulnerability affects Thunderbird < 52.5.2.
Published: 2018-06-11T21:00:00.000Z
Updated: 2024-08-05T16:19:27.675Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7613 |
vulnerable | 2026-06-03 14:37:32.575262 |
Details available
elflint.c in elfutils 0.168 does not validate the number of sections and the number of segments, which allows remote attackers to cause a denial of service (memory consumption) via a crafted ELF file.
Published: 2017-04-09T14:00:00.000Z
Updated: 2024-08-05T16:12:26.888Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7612 |
vulnerable | 2026-06-03 14:37:32.574830 |
Details available
The check_sysv_hash function in elflint.c in elfutils 0.168 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file.
Published: 2017-04-09T14:00:00.000Z
Updated: 2024-08-05T16:12:27.190Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7611 |
vulnerable | 2026-06-03 14:37:32.574403 |
Details available
The check_symtab_shndx function in elflint.c in elfutils 0.168 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file.
Published: 2017-04-09T14:00:00.000Z
Updated: 2024-08-05T16:12:27.180Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7610 |
vulnerable | 2026-06-03 14:37:32.573975 |
Details available
The check_group function in elflint.c in elfutils 0.168 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file.
Published: 2017-04-09T14:00:00.000Z
Updated: 2024-08-05T16:12:27.181Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7608 |
vulnerable | 2026-06-03 14:37:32.573186 |
Details available
The ebl_object_note_type_name function in eblobjnotetypename.c in elfutils 0.168 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file.
Published: 2017-04-09T14:00:00.000Z
Updated: 2024-08-05T16:12:26.895Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7526 |
vulnerable | 2026-06-03 14:37:32.403698 |
Details available
MEDIUM (6.1)
libgcrypt before version 1.7.8 is vulnerable to a cache side-channel attack resulting into a complete break of RSA-1024 while using the left-to-right method for computing the sliding-window expansion. The same attack is believed to work on RSA-2048 with moderately more computation. This side-channel requires that attacker can run arbitrary software on the hardware where the private RSA key is used.
Published: 2018-07-26T13:00:00.000Z
Updated: 2025-12-17T22:06:14.998Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7518 |
vulnerable | 2026-06-03 14:37:32.346082 |
Details available
MEDIUM (5.5)
A flaw was found in the Linux kernel before version 4.12 in the way the KVM module processed the trap flag(TF) bit in EFLAGS during emulation of the syscall instruction, which leads to a debug exception(#DB) being raised in the guest stack. A user/process inside a guest could use this flaw to potentially escalate their privileges inside the guest. Linux guests are not affected by this.
Published: 2018-07-30T13:00:00.000Z
Updated: 2024-08-05T16:04:11.892Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7481 |
vulnerable | 2026-06-03 14:37:32.059476 |
Details available
MEDIUM (5.3)
Ansible before versions 2.3.1.0 and 2.4.0.0 fails to properly mark lookup-plugin results as unsafe. If an attacker could control the results of lookup() calls, they could inject Unicode strings to be parsed by the jinja2 templating system, resulting in code execution. By default, the jinja2 templating language is now marked as 'unsafe' and is not evaluated.
Published: 2018-07-19T13:00:00.000Z
Updated: 2024-08-05T16:04:11.540Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7358 |
vulnerable | 2026-06-03 14:37:31.825638 |
Details available
In LightDM through 1.22.0, a directory traversal issue in debian/guest-account.sh allows local attackers to own arbitrary directory path locations and escalate privileges to root when the guest user logs out.
Published: 2017-04-05T06:23:00.000Z
Updated: 2024-08-05T15:56:36.525Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7165 |
vulnerable | 2026-06-03 14:37:31.463638 |
Details available
An issue was discovered in certain Apple products. iOS before 11.2 is affected. Safari before 11.0.2 is affected. iCloud before 7.2 on Windows is affected. iTunes before 12.7.2 on Windows is affected. tvOS before 11.2 is affected. watchOS before 4.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T15:56:34.870Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7161 |
vulnerable | 2026-06-03 14:37:31.462084 |
Details available
An issue was discovered in certain Apple products. Safari before 11.0.2 is affected. The issue involves the "WebKit Web Inspector" component. It allows remote attackers to execute arbitrary code via special characters that trigger command injection.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T15:56:36.288Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7160 |
vulnerable | 2026-06-03 14:37:31.461714 |
Details available
An issue was discovered in certain Apple products. iOS before 11.2 is affected. Safari before 11.0.2 is affected. iCloud before 7.2 on Windows is affected. iTunes before 12.7.2 on Windows is affected. tvOS before 11.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2017-12-25T21:00:00.000Z
Updated: 2024-08-05T15:56:36.320Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-7153 |
vulnerable | 2026-06-03 14:37:31.458731 |
Details available
An issue was discovered in certain Apple products. iOS before 11.2 is affected. Safari before 11.0.2 is affected. iCloud before 7.2 on Windows is affected. iTunes before 12.7.2 on Windows is affected. tvOS before 11.2 is affected. watchOS before 4.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to spoof user-interface information (about whether the entire content is derived from a valid TLS session) via a crafted web site that sends a 401 Unauthorized redirect.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T15:56:36.031Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-6964 |
vulnerable | 2026-06-03 14:37:31.265111 |
Details available
dmcrypt-get-device, as shipped in the eject package of Debian and Ubuntu, does not check the return value of the (1) setuid or (2) setgid function, which might cause dmcrypt-get-device to execute code, which was intended to run as an unprivileged user, as root. This affects eject through 2.1.5+deb1+cvs20081104-13.1 on Debian, eject before 2.1.5+deb1+cvs20081104-13.1ubuntu0.16.10.1 on Ubuntu 16.10, eject before 2.1.5+deb1+cvs20081104-13.1ubuntu0.16.04.1 on Ubuntu 16.04 LTS, eject before 2.1.5+deb1+cvs20081104-13.1ubuntu0.14.04.1 on Ubuntu 14.04 LTS, and eject before 2.1.5+deb1+cvs20081104-9ubuntu0.1 on Ubuntu 12.04 LTS.
Published: 2017-03-28T01:00:00.000Z
Updated: 2024-08-05T15:49:02.819Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-6590 |
vulnerable | 2026-06-03 14:37:27.972209 |
Details available
An issue was discovered in network-manager-applet (aka network-manager-gnome) in Ubuntu 12.04 LTS, 14.04 LTS, 16.04 LTS, and 16.10. A local attacker could use this issue at the default Ubuntu login screen to access local files and execute arbitrary commands as the lightdm user. The exploitation requires physical access to the locked computer and the Wi-Fi must be turned on. An access point that lets you use a certificate to login is required as well, but it's easy to create one. Then, it's possible to open a nautilus window and browse directories. One also can open some applications such as Firefox, which is useful for downloading malicious binaries.
Published: 2017-03-09T19:00:00.000Z
Updated: 2024-08-05T15:33:20.426Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-6519 |
vulnerable | 2026-06-03 14:37:27.926797 |
Details available
avahi-daemon in Avahi through 0.6.32 and 0.7 inadvertently responds to IPv6 unicast queries with source addresses that are not on-link, which allows remote attackers to cause a denial of service (traffic amplification) and may cause information leakage by obtaining potentially sensitive information from the responding device via port-5353 UDP packets. NOTE: this may overlap CVE-2015-2809.
Published: 2017-05-01T01:00:00.000Z
Updated: 2025-12-03T21:57:30.030Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-6512 |
vulnerable | 2026-06-03 14:37:27.916133 |
Details available
Race condition in the rmtree and remove_tree functions in the File-Path module before 2.13 for Perl allows attackers to set the mode on arbitrary files via vectors involving directory-permission loosening logic.
Published: 2017-06-01T16:00:00.000Z
Updated: 2024-08-05T15:33:19.829Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-6362 |
vulnerable | 2026-06-03 14:37:27.618143 |
Details available
Double free vulnerability in the gdImagePngPtr function in libgd2 before 2.2.5 allows remote attackers to cause a denial of service via vectors related to a palette with no colors.
Published: 2017-09-07T13:00:00.000Z
Updated: 2024-08-05T15:25:49.247Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5936 |
vulnerable | 2026-06-03 14:37:26.656186 |
Details available
OpenStack Nova-LXD before 13.1.1 uses the wrong name for the veth pairs when applying Neutron security group rules for instances, which allows remote attackers to bypass intended security restrictions.
Published: 2017-04-12T22:00:00.000Z
Updated: 2024-08-05T15:18:48.724Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5934 |
vulnerable | 2026-06-03 14:37:26.654418 |
Details available
Cross-site scripting (XSS) vulnerability in the link dialogue in GUI editor in MoinMoin before 1.9.10 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
Published: 2018-10-15T19:00:00.000Z
Updated: 2024-08-05T15:18:48.414Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5753 |
vulnerable | 2026-06-03 14:37:25.931731 |
Details available
Systems with microprocessors utilizing speculative execution and branch prediction may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis.
Published: 2018-01-04T13:00:00.000Z
Updated: 2026-05-28T18:00:56.175Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-5715 |
vulnerable | 2026-06-03 14:37:25.831038 |
Details available
Systems with microprocessors utilizing speculative execution and indirect branch prediction may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis.
Published: 2018-01-04T13:00:00.000Z
Updated: 2025-05-06T14:59:36.405Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-3144 |
vulnerable | 2026-06-03 14:37:09.673128 |
Failure to properly clean up closed OMAPI connections can exhaust available sockets
MEDIUM (5.3)
A vulnerability stemming from failure to properly clean up closed OMAPI connections can lead to exhaustion of the pool of socket descriptors available to the DHCP server. Affects ISC DHCP 4.1.0 to 4.1-ESV-R15, 4.2.0 to 4.2.8, 4.3.0 to 4.3.6. Older versions may also be affected but are well beyond their end-of-life (EOL). Releases prior to 4.1.0 have not been tested.
Published: 2019-01-16T20:00:00.000Z
Updated: 2024-09-16T22:46:13.879Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-2888 |
vulnerable | 2026-06-03 14:37:09.177465 |
Details available
HIGH (8.8)
An exploitable integer overflow vulnerability exists when creating a new RGB Surface in SDL 2.0.5. A specially crafted file can cause an integer overflow resulting in too little memory being allocated which can lead to a buffer overflow and potential code execution. An attacker can provide a specially crafted image file to trigger this vulnerability.
Published: 2017-10-11T18:00:00.000Z
Updated: 2024-09-16T20:17:03.901Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-2592 |
vulnerable | 2026-06-03 14:37:07.767357 |
Details available
MEDIUM (5.9)
python-oslo-middleware before versions 3.8.1, 3.19.1, 3.23.1 is vulnerable to an information disclosure. Software using the CatchError class could include sensitive values in a traceback's error message. System users could exploit this flaw to obtain sensitive information from OpenStack component error logs (for example, keystone tokens).
Published: 2018-05-08T17:00:00.000Z
Updated: 2024-08-05T14:02:06.483Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18922 |
vulnerable | 2026-06-03 14:36:58.402353 |
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-2017-18509 |
vulnerable | 2026-06-03 14:36:57.162800 |
Details available
An issue was discovered in net/ipv6/ip6mr.c in the Linux kernel before 4.11. By setting a specific socket option, an attacker can control a pointer in kernel land and cause an inet_csk_listen_stop general protection fault, or potentially execute arbitrary code under certain circumstances. The issue can be triggered as root (e.g., inside a default LXC container or with the CAP_NET_ADMIN capability) or after namespace unsharing. This occurs because sk_type and protocol are not checked in the appropriate part of the ip6_mroute_* functions. NOTE: this affects Linux distributions that use 4.9.x longterm kernels before 4.9.187.
Published: 2019-08-13T13:17:36.000Z
Updated: 2024-08-05T21:28:54.826Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18273 |
vulnerable | 2026-06-03 14:36:56.620903 |
Details available
In ImageMagick 7.0.7-16 Q16 x86_64 2017-12-22, an infinite loop vulnerability was found in the function ReadTXTImage in coders/txt.c, which allows attackers to cause a denial of service (CPU exhaustion) via a crafted image file that is mishandled in a GetImageIndexInList call.
Published: 2018-05-18T19:00:00.000Z
Updated: 2024-08-05T21:13:49.232Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18271 |
vulnerable | 2026-06-03 14:36:56.619611 |
Details available
In ImageMagick 7.0.7-16 Q16 x86_64 2017-12-22, an infinite loop vulnerability was found in the function ReadMIFFImage in coders/miff.c, which allows attackers to cause a denial of service (CPU exhaustion) via a crafted MIFF image file.
Published: 2018-05-18T19:00:00.000Z
Updated: 2024-08-05T21:13:49.294Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18267 |
vulnerable | 2026-06-03 14:36:56.607801 |
Details available
The FoFiType1C::cvtGlyph function in fofi/FoFiType1C.cc in Poppler through 0.64.0 allows remote attackers to cause a denial of service (infinite recursion) via a crafted PDF file, as demonstrated by pdftops.
Published: 2018-05-10T15:00:00.000Z
Updated: 2024-08-05T21:13:49.201Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18266 |
vulnerable | 2026-06-03 14:36:56.604357 |
Details available
The open_envvar function in xdg-open in xdg-utils before 1.1.3 does not validate strings before launching the program specified by the BROWSER environment variable, which might allow remote attackers to conduct argument-injection attacks via a crafted URL, as demonstrated by %s in this environment variable.
Published: 2018-05-10T14:00:00.000Z
Updated: 2024-08-05T21:13:49.227Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18254 |
vulnerable | 2026-06-03 14:36:56.578175 |
Details available
An issue was discovered in ImageMagick 7.0.7. A memory leak vulnerability was found in the function WriteGIFImage in coders/gif.c, which allow remote attackers to cause a denial of service via a crafted file.
Published: 2018-03-27T03:00:00.000Z
Updated: 2024-08-05T21:13:49.239Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18252 |
vulnerable | 2026-06-03 14:36:56.577473 |
Details available
An issue was discovered in ImageMagick 7.0.7. The MogrifyImageList function in MagickWand/mogrify.c allows attackers to cause a denial of service (assertion failure and application exit in ReplaceImageInList) via a crafted file.
Published: 2018-03-27T03:00:00.000Z
Updated: 2024-08-05T21:13:49.221Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18251 |
vulnerable | 2026-06-03 14:36:56.576949 |
Details available
An issue was discovered in ImageMagick 7.0.7. A memory leak vulnerability was found in the function ReadPCDImage in coders/pcd.c, which allow remote attackers to cause a denial of service via a crafted file.
Published: 2018-03-27T03:00:00.000Z
Updated: 2024-08-05T21:13:49.216Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18241 |
vulnerable | 2026-06-03 14:36:56.570864 |
Details available
fs/f2fs/segment.c in the Linux kernel before 4.13 allows local users to cause a denial of service (NULL pointer dereference and panic) by using a noflush_merge option that triggers a NULL value for a flush_cmd_control data structure.
Published: 2018-03-21T16:00:00.000Z
Updated: 2024-08-05T21:13:49.221Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18236 |
vulnerable | 2026-06-03 14:36:56.564140 |
Details available
An issue was discovered in Exempi before 2.4.4. The ASF_Support::ReadHeaderObject function in XMPFiles/source/FormatSupport/ASF_Support.cpp allows remote attackers to cause a denial of service (infinite loop) via a crafted .asf file.
Published: 2018-03-15T19:00:00.000Z
Updated: 2024-08-05T21:13:49.123Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18234 |
vulnerable | 2026-06-03 14:36:56.563279 |
Details available
An issue was discovered in Exempi before 2.4.3. It allows remote attackers to cause a denial of service (invalid memcpy with resultant use-after-free) or possibly have unspecified other impact via a .pdf file containing JPEG data, related to XMPFiles/source/FormatSupport/ReconcileTIFF.cpp, XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp, and XMPFiles/source/FormatSupport/TIFF_Support.hpp.
Published: 2018-03-15T19:00:00.000Z
Updated: 2024-08-05T21:13:49.067Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18233 |
vulnerable | 2026-06-03 14:36:56.562658 |
Details available
An issue was discovered in Exempi before 2.4.4. Integer overflow in the Chunk class in XMPFiles/source/FormatSupport/RIFF.cpp allows remote attackers to cause a denial of service (infinite loop) via crafted XMP data in a .avi file.
Published: 2018-03-15T19:00:00.000Z
Updated: 2024-08-05T21:13:49.300Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18211 |
vulnerable | 2026-06-03 14:36:56.532284 |
Details available
In ImageMagick 7.0.7, a NULL pointer dereference vulnerability was found in the function saveBinaryCLProgram in magick/opencl.c because a program-lookup result is not checked, related to CacheOpenCLKernel.
Published: 2018-03-01T20:00:00.000Z
Updated: 2024-08-05T21:13:49.056Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18209 |
vulnerable | 2026-06-03 14:36:56.530165 |
Details available
In the GetOpenCLCachedFilesDirectory function in magick/opencl.c in ImageMagick 7.0.7, a NULL pointer dereference vulnerability occurs because a memory allocation result is not checked, related to GetOpenCLCacheDirectory.
Published: 2018-03-01T20:00:00.000Z
Updated: 2024-08-05T21:13:49.068Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18206 |
vulnerable | 2026-06-03 14:36:56.514586 |
Details available
In utils.c in zsh before 5.4, symlink expansion had a buffer overflow.
Published: 2018-02-27T22:00:00.000Z
Updated: 2024-08-05T21:13:49.110Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18190 |
vulnerable | 2026-06-03 14:36:56.495042 |
Details available
A localhost.localdomain whitelist entry in valid_host() in scheduler/client.c in CUPS before 2.2.2 allows remote attackers to execute arbitrary IPP commands by sending POST requests to the CUPS daemon in conjunction with DNS rebinding. The localhost.localdomain name is often resolved via a DNS server (neither the OS nor the web browser is responsible for ensuring that localhost.localdomain is 127.0.0.1).
Published: 2018-02-16T17:00:00.000Z
Updated: 2024-08-05T21:13:49.106Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18043 |
vulnerable | 2026-06-03 14:36:56.219635 |
Details available
Integer overflow in the macro ROUND_UP (n, d) in Quick Emulator (Qemu) allows a user to cause a denial of service (Qemu process crash).
Published: 2018-01-31T20:00:00.000Z
Updated: 2024-08-05T21:06:50.121Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18029 |
vulnerable | 2026-06-03 14:36:56.202443 |
Details available
In ImageMagick 7.0.6-10 Q16, a memory leak vulnerability was found in the function ReadMATImage in coders/mat.c, which allow remote attackers to cause a denial of service via a crafted file.
Published: 2018-01-12T20:00:00.000Z
Updated: 2024-08-05T21:06:50.136Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18028 |
vulnerable | 2026-06-03 14:36:56.200330 |
Details available
In ImageMagick 7.0.7-1 Q16, a memory exhaustion vulnerability was found in the function ReadTIFFImage in coders/tiff.c, which allow remote attackers to cause a denial of service via a crafted file.
Published: 2018-01-12T20:00:00.000Z
Updated: 2024-08-05T21:06:50.208Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18027 |
vulnerable | 2026-06-03 14:36:56.199854 |
Details available
In ImageMagick 7.0.7-1 Q16, a memory leak vulnerability was found in the function ReadMATImage in coders/mat.c, which allow remote attackers to cause a denial of service via a crafted file.
Published: 2018-01-12T20:00:00.000Z
Updated: 2024-08-05T21:06:50.129Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18022 |
vulnerable | 2026-06-03 14:36:56.192235 |
Details available
In ImageMagick 7.0.7-12 Q16, there are memory leaks in MontageImageCommand in MagickWand/montage.c.
Published: 2018-01-05T19:00:00.000Z
Updated: 2024-08-05T21:06:50.138Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-18008 |
vulnerable | 2026-06-03 14:36:56.136830 |
Details available
In ImageMagick 7.0.7-17 Q16, there is a Memory Leak in ReadPWPImage in coders/pwp.c.
Published: 2018-01-01T08:00:00.000Z
Updated: 2024-08-05T21:06:49.968Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17934 |
vulnerable | 2026-06-03 14:36:56.083486 |
Details available
ImageMagick 7.0.7-17 Q16 x86_64 has memory leaks in coders/msl.c, related to MSLPopImage and ProcessMSLScript, and associated with mishandling of MSLPushImage calls.
Published: 2017-12-27T07:00:00.000Z
Updated: 2024-08-05T21:06:49.721Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17914 |
vulnerable | 2026-06-03 14:36:56.068902 |
Details available
In ImageMagick 7.0.7-16 Q16, a vulnerability was found in the function ReadOnePNGImage in coders/png.c, which allows attackers to cause a denial of service (ReadOneMNGImage large loop) via a crafted mng image file.
Published: 2017-12-26T20:00:00.000Z
Updated: 2024-08-05T21:06:49.576Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17887 |
vulnerable | 2026-06-03 14:36:56.038476 |
Details available
In ImageMagick 7.0.7-16 Q16, a memory leak vulnerability was found in the function GetImagePixelCache in magick/cache.c, which allows attackers to cause a denial of service via a crafted MNG image file that is processed by ReadOneMNGImage.
Published: 2017-12-24T04:00:00.000Z
Updated: 2024-08-05T21:06:49.387Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17886 |
vulnerable | 2026-06-03 14:36:56.037893 |
Details available
In ImageMagick 7.0.7-12 Q16, a memory leak vulnerability was found in the function ReadPSDChannelZip in coders/psd.c, which allows attackers to cause a denial of service via a crafted psd image file.
Published: 2017-12-24T04:00:00.000Z
Updated: 2024-08-05T21:06:49.298Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17885 |
vulnerable | 2026-06-03 14:36:56.037510 |
Details available
In ImageMagick 7.0.7-12 Q16, a memory leak vulnerability was found in the function ReadPICTImage in coders/pict.c, which allows attackers to cause a denial of service via a crafted PICT image file.
Published: 2017-12-24T04:00:00.000Z
Updated: 2024-08-05T21:06:49.338Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17884 |
vulnerable | 2026-06-03 14:36:56.037119 |
Details available
In ImageMagick 7.0.7-16 Q16, a memory leak vulnerability was found in the function WriteOnePNGImage in coders/png.c, which allows attackers to cause a denial of service via a crafted PNG image file.
Published: 2017-12-24T04:00:00.000Z
Updated: 2024-08-05T21:06:49.389Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17882 |
vulnerable | 2026-06-03 14:36:56.036452 |
Details available
In ImageMagick 7.0.7-12 Q16, a memory leak vulnerability was found in the function ReadXPMImage in coders/xpm.c, which allows attackers to cause a denial of service via a crafted XPM image file.
Published: 2017-12-24T04:00:00.000Z
Updated: 2024-08-05T21:06:49.210Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17881 |
vulnerable | 2026-06-03 14:36:56.035973 |
Details available
In ImageMagick 7.0.7-12 Q16, a memory leak vulnerability was found in the function ReadMATImage in coders/mat.c, which allows attackers to cause a denial of service via a crafted MAT image file.
Published: 2017-12-24T04:00:00.000Z
Updated: 2024-08-05T21:06:49.387Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17879 |
vulnerable | 2026-06-03 14:36:56.033421 |
Details available
In ImageMagick 7.0.7-16 Q16 x86_64 2017-12-21, there is a heap-based buffer over-read in ReadOneMNGImage in coders/png.c, related to length calculation and caused by an off-by-one error.
Published: 2017-12-24T04:00:00.000Z
Updated: 2024-08-05T21:06:49.396Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17833 |
vulnerable | 2026-06-03 14:36:55.933825 |
Details available
OpenSLP releases in the 1.0.2 and 1.1.0 code streams have a heap-related memory corruption issue which may manifest itself as a denial-of-service or a remote code-execution vulnerability.
Published: 2018-04-23T18:00:00.000Z
Updated: 2024-08-05T21:06:48.960Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17682 |
vulnerable | 2026-06-03 14:36:55.703718 |
Details available
In ImageMagick 7.0.7-12 Q16, a large loop vulnerability was found in the function ExtractPostscript in coders/wpg.c, which allows attackers to cause a denial of service (CPU exhaustion) via a crafted wpg image file that triggers a ReadWPGImage call.
Published: 2017-12-14T06:00:00.000Z
Updated: 2024-08-05T20:59:17.536Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17681 |
vulnerable | 2026-06-03 14:36:55.703213 |
Details available
In ImageMagick 7.0.7-12 Q16, an infinite loop vulnerability was found in the function ReadPSDChannelZip in coders/psd.c, which allows attackers to cause a denial of service (CPU exhaustion) via a crafted psd image file.
Published: 2017-12-14T06:00:00.000Z
Updated: 2024-08-05T20:59:17.542Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17680 |
vulnerable | 2026-06-03 14:36:55.702675 |
Details available
In ImageMagick 7.0.7-12 Q16, a memory leak vulnerability was found in the function ReadXPMImage in coders/xpm.c, which allows attackers to cause a denial of service via a crafted xpm image file.
Published: 2017-12-14T06:00:00.000Z
Updated: 2024-08-05T20:59:17.320Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17669 |
vulnerable | 2026-06-03 14:36:55.692299 |
Details available
There is a heap-based buffer over-read in the Exiv2::Internal::PngChunk::keyTXTChunk function of pngchunk_int.cpp in Exiv2 0.26. A crafted PNG file will lead to a remote denial of service attack.
Published: 2017-12-13T00:00:00.000Z
Updated: 2024-08-05T20:59:17.496Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17504 |
vulnerable | 2026-06-03 14:36:55.480750 |
Details available
ImageMagick before 7.0.7-12 has a coders/png.c Magick_png_read_raw_profile heap-based buffer over-read via a crafted file, related to ReadOneMNGImage.
Published: 2017-12-11T02:00:00.000Z
Updated: 2024-08-05T20:51:32.309Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-17499 |
vulnerable | 2026-06-03 14:36:55.478140 |
Details available
ImageMagick before 6.9.9-24 and 7.x before 7.0.7-12 has a use-after-free in Magick::Image::read in Magick++/lib/Image.cpp.
Published: 2017-12-11T02:00:00.000Z
Updated: 2024-08-05T20:51:31.642Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-16910 |
vulnerable | 2026-06-03 14:36:53.575397 |
Details available
An error within the "LibRaw::xtrans_interpolate()" function (internal/dcraw_common.cpp) in LibRaw versions prior to 0.18.6 can be exploited to cause an invalid read memory access and subsequently a Denial of Service condition.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T20:35:21.282Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-16909 |
vulnerable | 2026-06-03 14:36:53.574341 |
Details available
An error related to the "LibRaw::panasonic_load_raw()" function (dcraw_common.cpp) in LibRaw versions prior to 0.18.6 can be exploited to cause a heap-based buffer overflow and subsequently cause a crash via a specially crafted TIFF image.
Published: 2018-12-07T22:00:00.000Z
Updated: 2024-08-05T20:35:21.323Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-16845 |
vulnerable | 2026-06-03 14:36:48.694624 |
Details available
hw/input/ps2.c in Qemu does not validate 'rptr' and 'count' values during guest migration, leading to out-of-bounds access.
Published: 2017-11-17T20:00:00.000Z
Updated: 2024-08-05T20:35:21.195Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-16612 |
vulnerable | 2026-06-03 14:36:48.190888 |
Details available
libXcursor before 1.1.15 has various integer overflows that could lead to heap buffer overflows when processing malicious cursors, e.g., with programs like GIMP. It is also possible that an attack vector exists against the related code in cursor/xcursor.c in Wayland through 1.14.0.
Published: 2017-12-01T17:00:00.000Z
Updated: 2024-08-05T20:27:04.328Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-16611 |
vulnerable | 2026-06-03 14:36:48.188382 |
Details available
In libXfont before 1.5.4 and libXfont2 before 2.0.3, a local attacker can open (but not read) files on the system as root, triggering tape rewinds, watchdogs, or similar mechanisms that can be triggered by opening files.
Published: 2017-12-01T17:00:00.000Z
Updated: 2024-08-05T20:27:04.463Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-16548 |
vulnerable | 2026-06-03 14:36:48.134830 |
Details available
The receive_xattr function in xattrs.c in rsync 3.1.2 and 3.1.3-development does not check for a trailing '\0' character in an xattr name, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) or possibly have unspecified other impact by sending crafted data to the daemon.
Published: 2017-11-06T05:00:00.000Z
Updated: 2024-08-05T20:27:03.804Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-16546 |
vulnerable | 2026-06-03 14:36:48.133766 |
Details available
The ReadWPGImage function in coders/wpg.c in ImageMagick 7.0.7-9 does not properly validate the colormap index in a WPG palette, which allows remote attackers to cause a denial of service (use of uninitialized data or invalid memory allocation) or possibly have unspecified other impact via a malformed WPG file.
Published: 2017-11-05T22:00:00.000Z
Updated: 2024-08-05T20:27:03.809Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-16544 |
vulnerable | 2026-06-03 14:36:48.131615 |
Details available
In the add_match function in libbb/lineedit.c in BusyBox through 1.27.2, the tab autocomplete feature of the shell, used to get a list of filenames in a directory, does not sanitize filenames and results in executing any escape sequence in the terminal. This could potentially result in code execution, arbitrary file writes, or other attacks.
Published: 2017-11-20T15:00:00.000Z
Updated: 2025-06-09T15:35:03.132Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15908 |
vulnerable | 2026-06-03 14:36:47.133575 |
Details available
In systemd 223 through 235, a remote DNS server can respond with a custom crafted DNS NSEC resource record to trigger an infinite loop in the dns_packet_read_type_window() function of the 'systemd-resolved' service and cause a DoS of the affected service.
Published: 2017-10-26T14:00:00.000Z
Updated: 2024-08-05T20:04:50.415Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15873 |
vulnerable | 2026-06-03 14:36:47.060403 |
Details available
The get_next_block function in archival/libarchive/decompress_bunzip2.c in BusyBox 1.27.2 has an Integer Overflow that may lead to a write access violation.
Published: 2017-10-24T20:00:00.000Z
Updated: 2025-06-09T15:27:22.840Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15715 |
vulnerable | 2026-06-03 14:36:46.920971 |
Details available
In Apache httpd 2.4.0 to 2.4.29, the expression specified in <FilesMatch> could match '$' to a newline character in a malicious filename, rather than matching only the end of the filename. This could be exploited in environments where uploads of some files are are externally blocked, but only by matching the trailing portion of the filename.
Published: 2018-03-26T15:00:00.000Z
Updated: 2024-09-17T02:21:04.135Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15710 |
vulnerable | 2026-06-03 14:36:46.885503 |
Details available
In Apache httpd 2.0.23 to 2.0.65, 2.2.0 to 2.2.34, and 2.4.0 to 2.4.29, mod_authnz_ldap, if configured with AuthLDAPCharsetConfig, uses the Accept-Language header value to lookup the right charset encoding when verifying the user's credentials. If the header value is not present in the charset conversion table, a fallback mechanism is used to truncate it to a two characters value to allow a quick retry (for example, 'en-US' is truncated to 'en'). A header value of less than two characters forces an out of bound write of one NUL byte to a memory location that is not part of the string. In the worst case, quite unlikely, the process would crash which could be used as a Denial of Service attack. In the more likely case, this memory is already reserved for future use and the issue has no effect at all.
Published: 2018-03-26T15:00:00.000Z
Updated: 2024-09-17T03:37:24.707Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15705 |
vulnerable | 2026-06-03 14:36:46.843529 |
Details available
A denial of service vulnerability was identified that exists in Apache SpamAssassin before 3.4.2. The vulnerability arises with certain unclosed tags in emails that cause markup to be handled incorrectly leading to scan timeouts. In Apache SpamAssassin, using HTML::Parser, we setup an object and hook into the begin and end tag event handlers In both cases, the "open" event is immediately followed by a "close" event - even if the tag *does not* close in the HTML being parsed. Because of this, we are missing the "text" event to deal with the object normally. This can cause carefully crafted emails that might take more scan time than expected leading to a Denial of Service. The issue is possibly a bug or design decision in HTML::Parser that specifically impacts the way Apache SpamAssassin uses the module with poorly formed html. The exploit has been seen in the wild but not believed to have been purposefully part of a Denial of Service attempt. We are concerned that there may be attempts to abuse the vulnerability in the future.
Published: 2018-09-17T14:00:00.000Z
Updated: 2024-09-16T23:15:46.185Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15422 |
vulnerable | 2026-06-03 14:36:46.341124 |
Details available
Integer overflow in international date handling in International Components for Unicode (ICU) for C/C++ before 60.1, as used in V8 in Google Chrome prior to 63.0.3239.84 and other products, allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page.
Published: 2018-08-28T19:00:00.000Z
Updated: 2024-08-05T19:57:25.992Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15298 |
vulnerable | 2026-06-03 14:36:45.691846 |
Details available
Git through 2.14.2 mishandles layers of tree objects, which allows remote attackers to cause a denial of service (memory consumption) via a crafted repository, aka a Git bomb. This can also have an impact of disk consumption; however, an affected process typically would not survive its attempt to build the data structure in memory before writing to disk.
Published: 2017-10-14T19:00:00.000Z
Updated: 2024-08-05T19:50:16.471Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15281 |
vulnerable | 2026-06-03 14:36:45.649240 |
Details available
ReadPSDImage in coders/psd.c in ImageMagick 7.0.7-6 allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted file, related to "Conditional jump or move depends on uninitialised value(s)."
Published: 2017-10-12T08:00:00.000Z
Updated: 2024-08-05T19:50:16.425Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15275 |
vulnerable | 2026-06-03 14:36:45.634430 |
Details available
Samba before 4.7.3 might allow remote attackers to obtain sensitive information by leveraging failure of the server to clear allocated heap memory.
Published: 2017-11-27T22:00:00.000Z
Updated: 2024-08-05T19:50:16.452Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15218 |
vulnerable | 2026-06-03 14:36:45.571749 |
Details available
ImageMagick 7.0.7-2 has a memory leak in ReadOneJNGImage in coders/png.c.
Published: 2017-10-10T20:00:00.000Z
Updated: 2024-08-05T19:50:16.425Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15217 |
vulnerable | 2026-06-03 14:36:45.571354 |
Details available
ImageMagick 7.0.7-2 has a memory leak in ReadSGIImage in coders/sgi.c.
Published: 2017-10-10T20:00:00.000Z
Updated: 2024-08-05T19:50:16.347Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15132 |
vulnerable | 2026-06-03 14:36:45.396588 |
Details available
A flaw was found in dovecot 2.0 up to 2.2.33 and 2.3.0. An abort of SASL authentication results in a memory leak in dovecot's auth client used by login processes. The leak has impact in high performance configuration where same login processes are reused and can cause the process to crash due to memory exhaustion.
Published: 2018-01-25T20:00:00.000Z
Updated: 2024-09-17T00:36:33.953Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15130 |
vulnerable | 2026-06-03 14:36:45.390791 |
Details available
A denial of service flaw was found in dovecot before 2.2.34. An attacker able to generate random SNI server names could exploit TLS SNI configuration lookups, leading to excessive memory usage and the process to restart.
Published: 2018-03-02T15:00:00.000Z
Updated: 2024-09-16T20:17:43.957Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15119 |
vulnerable | 2026-06-03 14:36:45.356455 |
Details available
MEDIUM (5.8)
The Network Block Device (NBD) server in Quick Emulator (QEMU) before 2.11 is vulnerable to a denial of service issue. It could occur if a client sent large option requests, making the server waste CPU time on reading up to 4GB per request. A client could use this flaw to keep the NBD server from serving other requests, resulting in DoS.
Published: 2018-07-27T16:00:00.000Z
Updated: 2024-08-05T19:50:16.089Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15118 |
vulnerable | 2026-06-03 14:36:45.354010 |
Details available
HIGH (8.3)
A stack-based buffer overflow vulnerability was found in NBD server implementation in qemu before 2.11 allowing a client to request an export name of size up to 4096 bytes, which in fact should be limited to 256 bytes, causing an out-of-bounds stack write in the qemu process. If NBD server requires TLS, the attacker cannot trigger the buffer overflow without first successfully negotiating TLS.
Published: 2018-07-27T21:00:00.000Z
Updated: 2024-08-05T19:50:15.604Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15115 |
vulnerable | 2026-06-03 14:36:45.351675 |
Details available
The sctp_do_peeloff function in net/sctp/socket.c in the Linux kernel before 4.14 does not check whether the intended netns is used in a peel-off action, which allows local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via crafted system calls.
Published: 2017-11-15T21:00:00.000Z
Updated: 2024-08-05T19:50:15.609Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15105 |
vulnerable | 2026-06-03 14:36:45.333141 |
Details available
A flaw was found in the way unbound before 1.6.8 validated wildcard-synthesized NSEC records. An improperly validated wildcard NSEC record could be used to prove the non-existence (NXDOMAIN answer) of an existing wildcard record, or trick unbound into accepting a NODATA proof.
Published: 2018-01-23T16:00:00.000Z
Updated: 2024-09-16T21:56:27.390Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15033 |
vulnerable | 2026-06-03 14:36:45.169808 |
Details available
ImageMagick version 7.0.7-2 contains a memory leak in ReadYUVImage in coders/yuv.c.
Published: 2017-10-05T07:00:00.000Z
Updated: 2024-08-05T19:42:22.316Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15032 |
vulnerable | 2026-06-03 14:36:45.169358 |
Details available
ImageMagick version 7.0.7-2 contains a memory leak in ReadYCBCRImage in coders/ycbcr.c.
Published: 2017-10-05T07:00:00.000Z
Updated: 2024-08-05T19:42:22.319Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15017 |
vulnerable | 2026-06-03 14:36:45.153052 |
Details available
ImageMagick 7.0.7-0 Q16 has a NULL pointer dereference vulnerability in ReadOneMNGImage in coders/png.c.
Published: 2017-10-04T07:00:00.000Z
Updated: 2024-08-05T19:42:22.266Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15016 |
vulnerable | 2026-06-03 14:36:45.152610 |
Details available
ImageMagick 7.0.7-0 Q16 has a NULL pointer dereference vulnerability in ReadEnhMetaFile in coders/emf.c.
Published: 2017-10-04T07:00:00.000Z
Updated: 2024-08-05T19:42:22.257Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15015 |
vulnerable | 2026-06-03 14:36:45.152148 |
Details available
ImageMagick 7.0.7-0 Q16 has a NULL pointer dereference vulnerability in PDFDelegateMessage in coders/pdf.c.
Published: 2017-10-04T07:00:00.000Z
Updated: 2024-08-05T19:42:22.343Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14864 |
vulnerable | 2026-06-03 14:36:44.856653 |
Details available
An Invalid memory address dereference was discovered in Exiv2::getULong in types.cpp in Exiv2 0.26. The vulnerability causes a segmentation fault and application crash, which leads to denial of service.
Published: 2017-09-28T00:00:00.000Z
Updated: 2024-08-05T19:42:22.231Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14862 |
vulnerable | 2026-06-03 14:36:44.855748 |
Details available
An Invalid memory address dereference was discovered in Exiv2::DataValue::read in value.cpp in Exiv2 0.26. The vulnerability causes a segmentation fault and application crash, which leads to denial of service.
Published: 2017-09-28T00:00:00.000Z
Updated: 2024-08-05T19:42:21.449Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14859 |
vulnerable | 2026-06-03 14:36:44.851305 |
Details available
An Invalid memory address dereference was discovered in Exiv2::StringValueBase::read in value.cpp in Exiv2 0.26. The vulnerability causes a segmentation fault and application crash, which leads to denial of service.
Published: 2017-09-28T00:00:00.000Z
Updated: 2024-08-05T19:42:21.500Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14746 |
vulnerable | 2026-06-03 14:36:44.701978 |
Details available
Use-after-free vulnerability in Samba 4.x before 4.7.3 allows remote attackers to execute arbitrary code via a crafted SMB1 request.
Published: 2017-11-27T22:00:00.000Z
Updated: 2024-08-05T19:34:39.975Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14633 |
vulnerable | 2026-06-03 14:36:39.610519 |
Details available
In Xiph.Org libvorbis 1.3.5, an out-of-bounds array read vulnerability exists in the function mapping0_forward() in mapping0.c, which may lead to DoS when operating on a crafted audio file with vorbis_analysis().
Published: 2017-09-21T07:00:00.000Z
Updated: 2024-08-05T19:34:40.131Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14632 |
vulnerable | 2026-06-03 14:36:39.610006 |
Details available
Xiph.Org libvorbis 1.3.5 allows Remote Code Execution upon freeing uninitialized memory in the function vorbis_analysis_headerout() in info.c when vi->channels<=0, a similar issue to Mozilla bug 550184.
Published: 2017-09-21T07:00:00.000Z
Updated: 2024-08-05T19:34:39.521Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14626 |
vulnerable | 2026-06-03 14:36:39.604615 |
Details available
ImageMagick 7.0.7-0 Q16 has a NULL Pointer Dereference vulnerability in the function sixel_decode in coders/sixel.c.
Published: 2017-09-21T05:00:00.000Z
Updated: 2024-08-05T19:34:39.118Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14625 |
vulnerable | 2026-06-03 14:36:39.604124 |
Details available
ImageMagick 7.0.7-0 Q16 has a NULL Pointer Dereference vulnerability in the function sixel_output_create in coders/sixel.c.
Published: 2017-09-21T05:00:00.000Z
Updated: 2024-08-05T19:34:39.450Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14624 |
vulnerable | 2026-06-03 14:36:39.603630 |
Details available
ImageMagick 7.0.7-0 Q16 has a NULL Pointer Dereference vulnerability in the function PostscriptDelegateMessage in coders/ps.c.
Published: 2017-09-21T05:00:00.000Z
Updated: 2024-08-05T19:34:39.339Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14607 |
vulnerable | 2026-06-03 14:36:39.549419 |
Details available
In ImageMagick 7.0.7-4 Q16, an out of bounds read flaw related to ReadTIFFImage has been reported in coders/tiff.c. An attacker could possibly exploit this flaw to disclose potentially sensitive memory or cause an application crash.
Published: 2017-09-20T17:00:00.000Z
Updated: 2024-08-05T19:34:39.426Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14533 |
vulnerable | 2026-06-03 14:36:39.394300 |
Details available
ImageMagick 7.0.6-6 has a memory leak in ReadMATImage in coders/mat.c.
Published: 2017-09-18T01:00:00.000Z
Updated: 2024-08-05T19:27:40.898Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14532 |
vulnerable | 2026-06-03 14:36:39.393911 |
Details available
ImageMagick 7.0.7-0 has a NULL Pointer Dereference in TIFFIgnoreTags in coders/tiff.c.
Published: 2017-09-18T01:00:00.000Z
Updated: 2024-08-05T19:27:40.844Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14531 |
vulnerable | 2026-06-03 14:36:39.393451 |
Details available
ImageMagick 7.0.7-0 has a memory exhaustion issue in ReadSUNImage in coders/sun.c.
Published: 2017-09-18T01:00:00.000Z
Updated: 2024-08-05T19:27:40.836Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14496 |
vulnerable | 2026-06-03 14:36:39.338084 |
Details available
Integer underflow in the add_pseudoheader function in dnsmasq before 2.78 , when the --add-mac, --add-cpe-id or --add-subnet option is specified, allows remote attackers to cause a denial of service via a crafted DNS request.
Published: 2017-10-02T21:00:00.000Z
Updated: 2024-08-05T19:27:40.768Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14495 |
vulnerable | 2026-06-03 14:36:39.337060 |
Details available
Memory leak in dnsmasq before 2.78, when the --add-mac, --add-cpe-id or --add-subnet option is specified, allows remote attackers to cause a denial of service (memory consumption) via vectors involving DNS response creation.
Published: 2017-10-02T21:00:00.000Z
Updated: 2024-08-05T19:27:40.779Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14494 |
vulnerable | 2026-06-03 14:36:39.336204 |
Details available
dnsmasq before 2.78, when configured as a relay, allows remote attackers to obtain sensitive memory information via vectors involving handling DHCPv6 forwarded requests.
Published: 2017-10-02T21:00:00.000Z
Updated: 2024-08-05T19:27:40.722Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14493 |
vulnerable | 2026-06-03 14:36:39.335364 |
Details available
Stack-based buffer overflow in dnsmasq before 2.78 allows remote attackers to cause a denial of service (crash) or execute arbitrary code via a crafted DHCPv6 request.
Published: 2017-10-02T21:00:00.000Z
Updated: 2024-08-05T19:27:40.669Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14492 |
vulnerable | 2026-06-03 14:36:39.334453 |
Details available
Heap-based buffer overflow in dnsmasq before 2.78 allows remote attackers to cause a denial of service (crash) or execute arbitrary code via a crafted IPv6 router advertisement request.
Published: 2017-10-02T21:00:00.000Z
Updated: 2024-08-05T19:27:40.807Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14491 |
vulnerable | 2026-06-03 14:36:39.312399 |
Details available
Heap-based buffer overflow in dnsmasq before 2.78 allows remote attackers to cause a denial of service (crash) or execute arbitrary code via a crafted DNS response.
Published: 2017-10-02T21:00:00.000Z
Updated: 2024-08-05T19:27:40.755Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14343 |
vulnerable | 2026-06-03 14:36:38.998855 |
Details available
ImageMagick 7.0.6-6 has a memory leak vulnerability in ReadXCFImage in coders/xcf.c via a crafted xcf image file.
Published: 2017-09-12T17:00:00.000Z
Updated: 2024-08-05T19:20:41.651Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14342 |
vulnerable | 2026-06-03 14:36:38.998490 |
Details available
ImageMagick 7.0.6-6 has a memory exhaustion vulnerability in ReadWPGImage in coders/wpg.c via a crafted wpg image file.
Published: 2017-09-12T17:00:00.000Z
Updated: 2024-08-05T19:20:41.549Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14341 |
vulnerable | 2026-06-03 14:36:38.998057 |
Details available
ImageMagick 7.0.6-6 has a large loop vulnerability in ReadWPGImage in coders/wpg.c, causing CPU exhaustion via a crafted wpg image file.
Published: 2017-09-12T17:00:00.000Z
Updated: 2024-08-05T19:20:41.474Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14326 |
vulnerable | 2026-06-03 14:36:38.862241 |
Details available
In ImageMagick 7.0.7-1 Q16, a memory leak vulnerability was found in the function ReadMATImage in coders/mat.c, which allows attackers to cause a denial of service via a crafted file.
Published: 2017-09-12T08:00:00.000Z
Updated: 2024-08-05T19:20:41.395Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14325 |
vulnerable | 2026-06-03 14:36:38.861805 |
Details available
In ImageMagick 7.0.7-1 Q16, a memory leak vulnerability was found in the function PersistPixelCache in magick/cache.c, which allows attackers to cause a denial of service (memory consumption in ReadMPCImage in coders/mpc.c) via a crafted file.
Published: 2017-09-12T08:00:00.000Z
Updated: 2024-08-05T19:20:41.516Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14180 |
vulnerable | 2026-06-03 14:36:38.686911 |
Details available
Apport 2.13 through 2.20.7 does not properly handle crashes originating from a PID namespace allowing local users to create certain files as root which an attacker could leverage to perform a denial of service via resource exhaustion or possibly gain root privileges, a different vulnerability than CVE-2017-14179.
Published: 2018-02-02T14:00:00.000Z
Updated: 2025-11-03T19:25:18.350Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14179 |
vulnerable | 2026-06-03 14:36:38.684039 |
Details available
Apport before 2.13 does not properly handle crashes originating from a PID namespace allowing local users to create certain files as root which an attacker could leverage to perform a denial of service via resource exhaustion, possibly gain root privileges, or escape from containers.
Published: 2018-02-02T14:00:00.000Z
Updated: 2024-09-16T20:42:06.537Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14177 |
vulnerable | 2026-06-03 14:36:38.680533 |
Details available
Apport through 2.20.7 does not properly handle core dumps from setuid binaries allowing local users to create certain files as root which an attacker could leverage to perform a denial of service via resource exhaustion or possibly gain root privileges. NOTE: this vulnerability exists because of an incomplete fix for CVE-2015-1324.
Published: 2018-02-02T14:00:00.000Z
Updated: 2024-09-17T00:15:35.899Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14176 |
vulnerable | 2026-06-03 14:36:38.677161 |
Details available
Bazaar through 2.7.0, when Subprocess SSH is used, allows remote attackers to execute arbitrary commands via a bzr+ssh URL with an initial dash character in the hostname, a related issue to CVE-2017-9800, CVE-2017-12836, CVE-2017-12976, CVE-2017-16228, CVE-2017-1000116, and CVE-2017-1000117.
Published: 2017-11-27T10:00:00.000Z
Updated: 2024-08-05T19:20:41.042Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14175 |
vulnerable | 2026-06-03 14:36:38.672459 |
Details available
In coders/xbm.c in ImageMagick 7.0.6-1 Q16, a DoS in ReadXBMImage() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted XBM file, which claims large rows and columns fields in the header but does not contain sufficient backing data, is provided, the loop over the rows would consume huge CPU resources, since there is no EOF check inside the loop.
Published: 2017-09-07T06:00:00.000Z
Updated: 2024-08-05T19:20:40.989Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14174 |
vulnerable | 2026-06-03 14:36:38.671932 |
Details available
In coders/psd.c in ImageMagick 7.0.7-0 Q16, a DoS in ReadPSDLayersInternal() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted PSD file, which claims a large "length" field in the header but does not contain sufficient backing data, is provided, the loop over "length" would consume huge CPU resources, since there is no EOF check inside the loop.
Published: 2017-09-07T06:00:00.000Z
Updated: 2024-08-05T19:20:41.027Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14173 |
vulnerable | 2026-06-03 14:36:38.671365 |
Details available
In the function ReadTXTImage() in coders/txt.c in ImageMagick 7.0.6-10, an integer overflow might occur for the addition operation "GetQuantumRange(depth)+1" when "depth" is large, producing a smaller value than expected. As a result, an infinite loop would occur for a crafted TXT file that claims a very large "max_value" value.
Published: 2017-09-07T06:00:00.000Z
Updated: 2024-08-05T19:20:41.015Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14172 |
vulnerable | 2026-06-03 14:36:38.670713 |
Details available
In coders/ps.c in ImageMagick 7.0.7-0 Q16, a DoS in ReadPSImage() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted PSD file, which claims a large "extent" field in the header but does not contain sufficient backing data, is provided, the loop over "length" would consume huge CPU resources, since there is no EOF check inside the loop.
Published: 2017-09-07T06:00:00.000Z
Updated: 2024-08-05T19:20:41.161Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14166 |
vulnerable | 2026-06-03 14:36:38.665753 |
Details available
libarchive 3.3.2 allows remote attackers to cause a denial of service (xml_data heap-based buffer over-read and application crash) via a crafted xar archive, related to the mishandling of empty strings in the atol8 function in archive_read_support_format_xar.c.
Published: 2017-09-06T18:00:00.000Z
Updated: 2024-08-05T19:20:40.744Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14064 |
vulnerable | 2026-06-03 14:36:38.400840 |
Details available
Ruby through 2.2.7, 2.3.x through 2.3.4, and 2.4.x through 2.4.1 can expose arbitrary memory during a JSON.generate call. The issues lies in using strdup in ext/json/ext/generator/generator.c, which will stop after encountering a '\0' byte, returning a pointer to a string of length zero, which is not the length stored in space_len.
Published: 2017-08-31T17:00:00.000Z
Updated: 2024-08-05T19:13:41.685Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-14060 |
vulnerable | 2026-06-03 14:36:38.393262 |
Details available
In ImageMagick 7.0.6-10, a NULL Pointer Dereference issue is present in the ReadCUTImage function in coders/cut.c that could allow an attacker to cause a Denial of Service (in the QueueAuthenticPixelCacheNexus function within the MagickCore/cache.c file) by submitting a malformed image file.
Published: 2017-08-31T15:00:00.000Z
Updated: 2024-08-05T19:13:41.824Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13885 |
vulnerable | 2026-06-03 14:36:38.152404 |
Details available
An issue was discovered in certain Apple products. iOS before 11.2 is affected. Safari before 11.0.2 is affected. iCloud before 7.2 on Windows is affected. iTunes before 12.7.2 on Windows is affected. tvOS before 11.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T19:13:41.415Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13884 |
vulnerable | 2026-06-03 14:36:38.151846 |
Details available
An issue was discovered in certain Apple products. iOS before 11.2 is affected. Safari before 11.0.2 is affected. iCloud before 7.2 on Windows is affected. iTunes before 12.7.2 on Windows is affected. tvOS before 11.2 is affected. watchOS before 4.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.
Published: 2018-04-03T06:00:00.000Z
Updated: 2024-08-05T19:13:41.290Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13769 |
vulnerable | 2026-06-03 14:36:38.059129 |
Details available
The WriteTHUMBNAILImage function in coders/thumbnail.c in ImageMagick through 7.0.6-10 allows an attacker to cause a denial of service (buffer over-read) by sending a crafted JPEG file.
Published: 2017-08-30T09:00:00.000Z
Updated: 2024-08-05T19:05:20.101Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13768 |
vulnerable | 2026-06-03 14:36:38.058633 |
Details available
Null Pointer Dereference in the IdentifyImage function in MagickCore/identify.c in ImageMagick through 7.0.6-10 allows an attacker to perform denial of service by sending a crafted image file.
Published: 2017-08-30T09:00:00.000Z
Updated: 2024-08-05T19:05:20.374Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13704 |
vulnerable | 2026-06-03 14:36:37.976511 |
Details available
In dnsmasq before 2.78, if the DNS packet size does not match the expected size, the size parameter in a memset call gets a negative value. As it is an unsigned value, memset ends up writing up to 0xffffffff zero's (0xffffffffffffffff in 64 bit platforms), making dnsmasq crash.
Published: 2017-10-02T21:00:00.000Z
Updated: 2024-08-05T19:05:20.078Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13305 |
vulnerable | 2026-06-03 14:36:37.836725 |
Details available
A information disclosure vulnerability in the Upstream kernel encrypted-keys. Product: Android. Versions: Android kernel. Android ID: A-70526974.
Published: 2018-04-04T16:00:00.000Z
Updated: 2024-09-16T18:13:39.183Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13168 |
vulnerable | 2026-06-03 14:36:37.749068 |
Details available
An elevation of privilege vulnerability in the kernel scsi driver. Product: Android. Versions: Android kernel. Android ID A-65023233.
Published: 2017-12-06T14:00:00.000Z
Updated: 2024-09-16T20:53:17.676Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13145 |
vulnerable | 2026-06-03 14:36:37.707081 |
Details available
In ImageMagick before 6.9.8-8 and 7.x before 7.0.5-9, the ReadJP2Image function in coders/jp2.c does not properly validate the channel geometry, leading to a crash.
Published: 2017-08-23T06:00:00.000Z
Updated: 2024-08-05T18:58:12.490Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13139 |
vulnerable | 2026-06-03 14:36:37.698999 |
Details available
In ImageMagick before 6.9.9-0 and 7.x before 7.0.6-1, the ReadOneMNGImage function in coders/png.c has an out-of-bounds read with the MNG CLIP chunk.
Published: 2017-08-23T06:00:00.000Z
Updated: 2024-08-05T18:58:12.529Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13088 |
vulnerable | 2026-06-03 14:36:37.610783 |
Details available
Wi-Fi Protected Access (WPA and WPA2) that support 802.11v allows reinstallation of the Integrity Group Temporal Key (IGTK) when processing a Wireless Network Management (WNM) Sleep Mode Response frame, allowing an attacker within radio range to replay frames from access points to clients.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.471Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13087 |
vulnerable | 2026-06-03 14:36:37.608326 |
Details available
Wi-Fi Protected Access (WPA and WPA2) that support 802.11v allows reinstallation of the Group Temporal Key (GTK) when processing a Wireless Network Management (WNM) Sleep Mode Response frame, allowing an attacker within radio range to replay frames from access points to clients.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.354Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13086 |
vulnerable | 2026-06-03 14:36:37.605873 |
Details available
Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Tunneled Direct-Link Setup (TDLS) Peer Key (TPK) during the TDLS handshake, allowing an attacker within radio range to replay, decrypt, or spoof frames.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.219Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13084 |
vulnerable | 2026-06-03 14:36:37.603439 |
Details available
Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Station-To-Station-Link (STSL) Transient Key (STK) during the PeerKey handshake, allowing an attacker within radio range to replay, decrypt, or spoof frames.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.325Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13082 |
vulnerable | 2026-06-03 14:36:37.561146 |
Details available
Wi-Fi Protected Access (WPA and WPA2) that supports IEEE 802.11r allows reinstallation of the Pairwise Transient Key (PTK) Temporal Key (TK) during the fast BSS transmission (FT) handshake, allowing an attacker within radio range to replay, decrypt, or spoof frames.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.560Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13081 |
vulnerable | 2026-06-03 14:36:37.558176 |
Details available
Wi-Fi Protected Access (WPA and WPA2) that supports IEEE 802.11w allows reinstallation of the Integrity Group Temporal Key (IGTK) during the group key handshake, allowing an attacker within radio range to spoof frames from access points to clients.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.441Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13080 |
vulnerable | 2026-06-03 14:36:37.555361 |
Details available
Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Group Temporal Key (GTK) during the group key handshake, allowing an attacker within radio range to replay frames from access points to clients.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.283Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13079 |
vulnerable | 2026-06-03 14:36:37.552333 |
Details available
Wi-Fi Protected Access (WPA and WPA2) that supports IEEE 802.11w allows reinstallation of the Integrity Group Temporal Key (IGTK) during the four-way handshake, allowing an attacker within radio range to spoof frames from access points to clients.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.231Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13078 |
vulnerable | 2026-06-03 14:36:37.549338 |
Details available
Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Group Temporal Key (GTK) during the four-way handshake, allowing an attacker within radio range to replay frames from access points to clients.
Published: 2017-10-17T13:00:00.000Z
Updated: 2024-08-05T18:58:12.469Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-13077 |
vulnerable | 2026-06-03 14:36:37.500740 |
Details available
Wi-Fi Protected Access (WPA and WPA2) allows reinstallation of the Pairwise Transient Key (PTK) Temporal Key (TK) during the four-way handshake, allowing an attacker within radio range to replay, decrypt, or spoof frames.
Published: 2017-10-17T02:00:00.000Z
Updated: 2024-08-05T18:58:12.291Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12877 |
vulnerable | 2026-06-03 14:36:37.205682 |
Details available
Use-after-free vulnerability in the DestroyImage function in image.c in ImageMagick before 7.0.6-6 allows remote attackers to cause a denial of service via a crafted file.
Published: 2017-08-28T19:00:00.000Z
Updated: 2024-08-05T18:51:06.782Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12836 |
vulnerable | 2026-06-03 14:36:37.151603 |
Details available
CVS 1.12.x, when configured to use SSH for remote repositories, might allow remote attackers to execute arbitrary code via a repository URL with a crafted hostname, as demonstrated by "-oProxyCommand=id;localhost:/bar."
Published: 2017-08-24T14:00:00.000Z
Updated: 2024-08-05T18:51:06.827Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12693 |
vulnerable | 2026-06-03 14:36:36.552118 |
Details available
The ReadBMPImage function in coders/bmp.c in ImageMagick 7.0.6-6 allows remote attackers to cause a denial of service (memory consumption) via a crafted BMP file.
Published: 2017-09-01T21:00:00.000Z
Updated: 2024-08-05T18:43:56.539Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12692 |
vulnerable | 2026-06-03 14:36:36.551636 |
Details available
The ReadVIFFImage function in coders/viff.c in ImageMagick 7.0.6-6 allows remote attackers to cause a denial of service (memory consumption) via a crafted VIFF file.
Published: 2017-09-01T21:00:00.000Z
Updated: 2024-08-05T18:43:56.474Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12691 |
vulnerable | 2026-06-03 14:36:36.549940 |
Details available
The ReadOneLayer function in coders/xcf.c in ImageMagick 7.0.6-6 allows remote attackers to cause a denial of service (memory consumption) via a crafted file.
Published: 2017-09-01T21:00:00.000Z
Updated: 2024-08-05T18:43:56.419Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-12629 |
vulnerable | 2026-06-03 14:36:36.499033 |
Details available
Remote code execution occurs in Apache Solr before 7.1 with Apache Lucene before 7.1 by exploiting XXE in conjunction with use of a Config API add-listener command to reach the RunExecutableListener class. Elasticsearch, although it uses Lucene, is NOT vulnerable to this. Note that the XML external entity expansion vulnerability occurs in the XML Query Parser which is available, by default, for any query request with parameters deftype=xmlparser and can be exploited to upload malicious data to the /upload request handler or as Blind XXE using ftp wrapper in order to read arbitrary local files from the Solr server. Note also that the second vulnerability relates to remote code execution using the RunExecutableListener available on all affected versions of Solr.
Published: 2017-10-14T21:00:00.000Z
Updated: 2024-08-05T18:43:56.440Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-11683 |
vulnerable | 2026-06-03 14:36:29.163824 |
Details available
There is a reachable assertion in the Internal::TiffReader::visitDirectory function in tiffvisitor.cpp of Exiv2 0.26 that will lead to a remote denial of service attack via crafted input.
Published: 2017-07-27T00:00:00.000Z
Updated: 2024-08-05T18:19:39.013Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-11591 |
vulnerable | 2026-06-03 14:36:28.981064 |
Details available
There is a Floating point exception in the Exiv2::ValueType function in Exiv2 0.26 that will lead to a remote denial of service attack via crafted input.
Published: 2017-07-24T00:00:00.000Z
Updated: 2024-08-05T18:12:40.459Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-11352 |
vulnerable | 2026-06-03 14:36:28.199543 |
Details available
In ImageMagick before 7.0.5-10, a crafted RLE image can trigger a crash because of incorrect EOF handling in coders/rle.c. NOTE: this vulnerability exists because of an incomplete fix for CVE-2017-9144.
Published: 2017-07-17T01:00:00.000Z
Updated: 2024-08-05T18:05:30.582Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-1000476 |
vulnerable | 2026-06-03 14:36:25.527944 |
Details available
ImageMagick 7.0.7-12 Q16, a CPU exhaustion vulnerability was found in the function ReadDDSInfo in coders/dds.c, which allows attackers to cause a denial of service.
Published: 2018-01-03T18:00:00.000Z
Updated: 2024-08-05T22:00:41.596Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-1000445 |
vulnerable | 2026-06-03 14:36:25.489109 |
Details available
ImageMagick 7.0.7-1 and older version are vulnerable to null pointer dereference in the MagickCore component and might lead to denial of service
Published: 2018-01-02T15:00:00.000Z
Updated: 2024-08-05T22:00:41.485Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-1000422 |
vulnerable | 2026-06-03 14:36:25.466620 |
Details available
Gnome gdk-pixbuf 2.36.8 and older is vulnerable to several integer overflow in the gif_get_lzw function resulting in memory corruption and potential code execution
Published: 2018-01-02T20:00:00.000Z
Updated: 2024-08-05T22:00:41.426Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-1000407 |
vulnerable | 2026-06-03 14:36:25.439128 |
Details available
The Linux Kernel 2.6.32 and later are affected by a denial of service, by flooding the diagnostic port 0x80 an exception can be triggered leading to a kernel panic.
Published: 2017-12-11T21:00:00.000Z
Updated: 2024-08-05T22:00:40.987Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-1000050 |
vulnerable | 2026-06-03 14:36:24.653264 |
Details available
JasPer 2.0.12 is vulnerable to a NULL pointer exception in the function jp2_encode which failed to check to see if the image contained at least one component resulting in a denial-of-service.
Published: 2017-07-13T20:00:00.000Z
Updated: 2024-08-05T21:53:06.551Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-0903 |
vulnerable | 2026-06-03 14:36:19.616950 |
Details available
RubyGems versions between 2.0.0 and 2.6.13 are vulnerable to a possible remote code execution vulnerability. YAML deserialization of gem specifications can bypass class white lists. Specially crafted serialized objects can possibly be used to escalate to remote code execution.
Published: 2017-10-11T18:00:00.000Z
Updated: 2024-09-17T03:54:57.184Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-0902 |
vulnerable | 2026-06-03 14:36:19.575564 |
Details available
RubyGems version 2.6.12 and earlier is vulnerable to a DNS hijacking vulnerability that allows a MITM attacker to force the RubyGems client to download and install gems from a server that the attacker controls.
Published: 2017-08-31T20:00:00.000Z
Updated: 2024-09-17T00:42:39.081Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-0901 |
vulnerable | 2026-06-03 14:36:19.571821 |
Details available
RubyGems version 2.6.12 and earlier fails to validate specification names, allowing a maliciously crafted gem to potentially overwrite any file on the filesystem.
Published: 2017-08-31T20:00:00.000Z
Updated: 2024-09-16T20:22:06.483Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9963 |
vulnerable | 2026-06-03 14:36:18.001743 |
Details available
Exim before 4.87.1 might allow remote attackers to obtain the private DKIM signing key via vectors related to log files and bounce messages.
Published: 2017-02-01T15:00:00.000Z
Updated: 2024-08-06T03:07:31.347Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9775 |
vulnerable | 2026-06-03 14:36:17.410593 |
Details available
The postrm script in the tomcat6 package before 6.0.45+dfsg-1~deb7u3 on Debian wheezy, before 6.0.45+dfsg-1~deb8u1 on Debian jessie, before 6.0.35-1ubuntu3.9 on Ubuntu 12.04 LTS and on Ubuntu 14.04 LTS; the tomcat7 package before 7.0.28-4+deb7u7 on Debian wheezy, before 7.0.56-3+deb8u6 on Debian jessie, before 7.0.52-1ubuntu0.8 on Ubuntu 14.04 LTS, and on Ubuntu 12.04 LTS, 16.04 LTS, and 16.10; and the tomcat8 package before 8.0.14-1+deb8u5 on Debian jessie, before 8.0.32-1ubuntu1.3 on Ubuntu 16.04 LTS, before 8.0.37-1ubuntu0.1 on Ubuntu 16.10, and before 8.0.38-2ubuntu1 on Ubuntu 17.04 might allow local users with access to the tomcat account to gain root privileges via a setgid program in the Catalina directory, as demonstrated by /etc/tomcat8/Catalina/attack.
Published: 2017-03-23T16:00:00.000Z
Updated: 2024-08-06T02:59:03.584Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9774 |
vulnerable | 2026-06-03 14:36:17.406859 |
Details available
The postinst script in the tomcat6 package before 6.0.45+dfsg-1~deb7u4 on Debian wheezy, before 6.0.35-1ubuntu3.9 on Ubuntu 12.04 LTS and on Ubuntu 14.04 LTS; the tomcat7 package before 7.0.28-4+deb7u8 on Debian wheezy, before 7.0.56-3+deb8u6 on Debian jessie, before 7.0.52-1ubuntu0.8 on Ubuntu 14.04 LTS, and on Ubuntu 12.04 LTS, 16.04 LTS, and 16.10; and the tomcat8 package before 8.0.14-1+deb8u5 on Debian jessie, before 8.0.32-1ubuntu1.3 on Ubuntu 16.04 LTS, before 8.0.37-1ubuntu0.1 on Ubuntu 16.10, and before 8.0.38-2ubuntu1 on Ubuntu 17.04 might allow local users with access to the tomcat account to obtain sensitive information or gain root privileges via a symlink attack on the Catalina localhost directory.
Published: 2017-03-23T16:00:00.000Z
Updated: 2024-08-06T02:59:03.542Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9600 |
vulnerable | 2026-06-03 14:36:17.046974 |
Details available
JasPer before version 2.0.10 is vulnerable to a null pointer dereference was found in the decoded creation of JPEG 2000 image files. A specially crafted file could cause an application using JasPer to crash.
Published: 2018-03-12T15:00:00.000Z
Updated: 2024-09-16T20:31:19.038Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9597 |
vulnerable | 2026-06-03 14:36:17.038637 |
Details available
It was found that Red Hat JBoss Core Services erratum RHSA-2016:2957 for CVE-2016-3705 did not actually include the fix for the issue found in libxml2, making it vulnerable to a Denial of Service attack due to a Stack Overflow. This is a regression CVE for the same issue as CVE-2016-3705.
Published: 2018-07-30T14:00:00.000Z
Updated: 2024-08-06T02:59:03.206Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9579 |
not_vulnerable | 2026-06-03 14:36:16.995646 |
Details available
MEDIUM (6.5)
A flaw was found in the way Ceph Object Gateway would process cross-origin HTTP requests if the CORS policy was set to allow origin on a bucket. A remote unauthenticated attacker could use this flaw to cause denial of service by sending a specially-crafted cross-origin HTTP request. Ceph branches 1.3.x and 2.x are affected.
Published: 2018-08-01T16:00:00.000Z
Updated: 2024-08-06T02:59:01.690Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9318 |
vulnerable | 2026-06-03 14:36:16.215428 |
Details available
libxml2 2.9.4 and earlier, as used in XMLSec 1.2.23 and earlier and other products, does not offer a flag directly indicating that the current document may be read but other files may not be opened, which makes it easier for remote attackers to conduct XML External Entity (XXE) attacks via a crafted document.
Published: 2016-11-16T00:00:00.000Z
Updated: 2025-12-04T16:39:57.327Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9243 |
vulnerable | 2026-06-03 14:36:16.001489 |
Details available
HKDF in cryptography before 1.5.2 returns an empty byte-string if used with a length less than algorithm.digest_size.
Published: 2017-03-27T17:00:00.000Z
Updated: 2024-08-06T02:42:11.253Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9119 |
vulnerable | 2026-06-03 14:36:15.590066 |
Details available
Cross-site scripting (XSS) vulnerability in the link dialogue in GUI editor in MoinMoin before 1.9.8 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
Published: 2017-01-30T22:00:00.000Z
Updated: 2024-08-06T02:42:10.472Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9014 |
vulnerable | 2026-06-03 14:36:15.407417 |
Details available
Django before 1.8.x before 1.8.16, 1.9.x before 1.9.11, and 1.10.x before 1.10.3, when settings.DEBUG is True, allow remote attackers to conduct DNS rebinding attacks by leveraging failure to validate the HTTP Host header against settings.ALLOWED_HOSTS.
Published: 2016-12-09T20:00:00.000Z
Updated: 2024-08-06T02:35:02.332Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-9013 |
vulnerable | 2026-06-03 14:36:15.391102 |
Details available
Django 1.8.x before 1.8.16, 1.9.x before 1.9.11, and 1.10.x before 1.10.3 use a hardcoded password for a temporary database user created when running tests with an Oracle database, which makes it easier for remote attackers to obtain access to the database server by leveraging failure to manually specify a password in the database settings TEST dictionary.
Published: 2016-12-09T20:00:00.000Z
Updated: 2024-08-06T02:35:02.828Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-7795 |
vulnerable | 2026-06-03 14:36:08.240317 |
Details available
The manager_invoke_notify_message function in systemd 231 and earlier allows local users to cause a denial of service (assertion failure and PID 1 hang) via a zero-length message received over a notify socket.
Published: 2016-10-13T14:00:00.000Z
Updated: 2024-08-06T02:04:56.076Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-7401 |
vulnerable | 2026-06-03 14:36:07.376053 |
Details available
The cookie parsing code in Django before 1.8.15 and 1.9.x before 1.9.10, when used on a site with Google Analytics, allows remote attackers to bypass an intended CSRF protection mechanism by setting arbitrary cookies.
Published: 2016-10-03T18:00:00.000Z
Updated: 2024-08-06T01:57:47.529Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-7162 |
vulnerable | 2026-06-03 14:36:07.074968 |
Details available
The _g_file_remove_directory function in file-utils.c in File Roller 3.5.4 through 3.20.2 allows remote attackers to delete arbitrary files via a symlink attack on a folder in an archive.
Published: 2016-09-26T15:00:00.000Z
Updated: 2024-08-06T01:50:47.583Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-7117 |
vulnerable | 2026-06-03 14:36:06.948698 |
Details available
Use-after-free vulnerability in the __sys_recvmmsg function in net/socket.c in the Linux kernel before 4.5.2 allows remote attackers to execute arbitrary code via vectors involving a recvmmsg system call that is mishandled during error processing.
Published: 2016-10-10T10:00:00.000Z
Updated: 2024-08-06T01:50:47.546Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-7045 |
vulnerable | 2026-06-03 14:36:06.757682 |
Details available
The format_send_to_gui function in the format parsing code in Irssi before 0.8.20 allows remote attackers to cause a denial of service (heap corruption and crash) via vectors involving the length of a string.
Published: 2016-09-27T15:00:00.000Z
Updated: 2024-08-06T01:50:47.193Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-7044 |
vulnerable | 2026-06-03 14:36:06.757226 |
Details available
The unformat_24bit_color function in the format parsing code in Irssi before 0.8.20, when compiled with true-color enabled, allows remote attackers to cause a denial of service (heap corruption and crash) via an incomplete 24bit color code.
Published: 2016-09-27T15:00:00.000Z
Updated: 2024-08-06T01:50:47.439Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6855 |
vulnerable | 2026-06-03 14:36:06.349990 |
Details available
Eye of GNOME (aka eog) 3.16.5, 3.17.x, 3.18.x before 3.18.3, 3.19.x, and 3.20.x before 3.20.4, when used with glib before 2.44.1, allow remote attackers to cause a denial of service (out-of-bounds write and crash) via vectors involving passing invalid UTF-8 to GMarkup.
Published: 2016-09-07T18:00:00.000Z
Updated: 2024-08-06T01:43:38.473Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6489 |
vulnerable | 2026-06-03 14:36:00.479844 |
Details available
The RSA and DSA decryption code in Nettle makes it easier for attackers to discover private keys via a cache side channel attack.
Published: 2017-04-14T18:00:00.000Z
Updated: 2024-08-06T01:29:20.252Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6352 |
vulnerable | 2026-06-03 14:35:57.707837 |
Details available
The OneLine32 function in io-ico.c in gdk-pixbuf before 2.35.3 allows remote attackers to cause a denial of service (out-of-bounds write and crash) via crafted dimensions in an ICO file.
Published: 2016-10-03T18:00:00.000Z
Updated: 2024-08-06T01:29:19.262Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6351 |
vulnerable | 2026-06-03 14:35:57.707325 |
Details available
The esp_do_dma function in hw/scsi/esp.c in QEMU (aka Quick Emulator), when built with ESP/NCR53C9x controller emulation support, allows local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or execute arbitrary code on the QEMU host via vectors involving DMA read into ESP command buffer.
Published: 2016-09-07T18:00:00.000Z
Updated: 2024-08-06T01:29:19.249Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6313 |
vulnerable | 2026-06-03 14:35:57.514204 |
Details available
The mixing functions in the random number generator in Libgcrypt before 1.5.6, 1.6.x before 1.6.6, and 1.7.x before 1.7.3 and GnuPG before 1.4.21 make it easier for attackers to obtain the values of 160 bits by leveraging knowledge of the previous 4640 bits.
Published: 2016-12-13T20:00:00.000Z
Updated: 2024-08-06T01:29:18.219Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6262 |
vulnerable | 2026-06-03 14:35:57.368708 |
Details available
idn in libidn before 1.33 might allow remote attackers to obtain sensitive memory information by reading a zero byte as input, which triggers an out-of-bounds read, a different vulnerability than CVE-2015-8948.
Published: 2016-09-07T20:00:00.000Z
Updated: 2024-08-06T01:22:20.764Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6261 |
vulnerable | 2026-06-03 14:35:57.368051 |
Details available
The idna_to_ascii_4i function in lib/idna.c in libidn before 1.33 allows context-dependent attackers to cause a denial of service (out-of-bounds read and crash) via 64 bytes of input.
Published: 2016-09-07T20:00:00.000Z
Updated: 2024-08-06T01:22:20.661Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6185 |
vulnerable | 2026-06-03 14:35:57.176040 |
Details available
The XSLoader::load method in XSLoader in Perl does not properly locate .so files when called in a string eval, which might allow local users to execute arbitrary code via a Trojan horse library under the current working directory.
Published: 2016-08-02T14:00:00.000Z
Updated: 2024-08-06T01:22:20.675Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6128 |
vulnerable | 2026-06-03 14:35:57.078998 |
Details available
The gdImageCropThreshold function in gd_crop.c in the GD Graphics Library (aka libgd) before 2.2.3, as used in PHP before 7.0.9, allows remote attackers to cause a denial of service (application crash) via an invalid color index.
Published: 2016-08-07T10:00:00.000Z
Updated: 2024-08-06T01:22:20.543Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5824 |
vulnerable | 2026-06-03 14:35:56.002843 |
Details available
libical 1.0 allows remote attackers to cause a denial of service (use-after-free) via a crafted ics file.
Published: 2017-01-27T22:01:00.000Z
Updated: 2024-08-06T01:15:08.954Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5440 |
vulnerable | 2026-06-03 14:35:55.171992 |
Details available
Unspecified vulnerability in Oracle MySQL 5.5.49 and earlier, 5.6.30 and earlier, and 5.7.12 and earlier and MariaDB before 5.5.50, 10.0.x before 10.0.26, and 10.1.x before 10.1.15 allows remote administrators to affect availability via vectors related to Server: RBR.
Published: 2016-07-21T10:00:00.000Z
Updated: 2024-10-11T20:39:32.067Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5439 |
vulnerable | 2026-06-03 14:35:55.169042 |
Details available
Unspecified vulnerability in Oracle MySQL 5.6.30 and earlier and 5.7.12 and earlier allows remote administrators to affect availability via vectors related to Server: Privileges.
Published: 2016-07-21T10:00:00.000Z
Updated: 2024-10-11T20:39:38.838Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5421 |
vulnerable | 2026-06-03 14:35:55.114567 |
Details available
Use-after-free vulnerability in libcurl before 7.50.1 allows attackers to control which connection is used or possibly have unspecified other impact via unknown vectors.
Published: 2016-08-10T14:00:00.000Z
Updated: 2024-08-06T01:01:00.161Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5403 |
vulnerable | 2026-06-03 14:35:55.083386 |
Details available
The virtqueue_pop function in hw/virtio/virtio.c in QEMU allows local guest OS administrators to cause a denial of service (memory consumption and QEMU process crash) by submitting requests without waiting for completion.
Published: 2016-08-02T16:00:00.000Z
Updated: 2024-08-06T01:00:59.915Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5360 |
vulnerable | 2026-06-03 14:35:54.994194 |
Details available
HAproxy 1.6.x before 1.6.6, when a deny comes from a reqdeny rule, allows remote attackers to cause a denial of service (uninitialized memory access and crash) or possibly have unspecified other impact via unknown vectors.
Published: 2016-06-30T17:00:00.000Z
Updated: 2024-08-06T01:00:59.665Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5338 |
vulnerable | 2026-06-03 14:35:54.955393 |
Details available
The (1) esp_reg_read and (2) esp_reg_write functions in hw/scsi/esp.c in QEMU allow local guest OS administrators to cause a denial of service (QEMU process crash) or execute arbitrary code on the QEMU host via vectors related to the information transfer buffer.
Published: 2016-06-14T14:00:00.000Z
Updated: 2024-08-06T01:00:59.975Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5337 |
vulnerable | 2026-06-03 14:35:54.954863 |
Details available
The megasas_ctrl_get_info function in hw/scsi/megasas.c in QEMU allows local guest OS administrators to obtain sensitive host memory information via vectors related to reading device control information.
Published: 2016-06-14T14:00:00.000Z
Updated: 2024-08-06T01:00:59.190Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5300 |
vulnerable | 2026-06-03 14:35:54.799267 |
Details available
The XML parser in Expat does not use sufficient entropy for hash initialization, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted identifiers in an XML document. NOTE: this vulnerability exists because of an incomplete fix for CVE-2012-0876.
Published: 2016-06-16T18:00:00.000Z
Updated: 2024-08-06T01:00:57.567Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5238 |
vulnerable | 2026-06-03 14:35:54.661465 |
Details available
The get_cmd function in hw/scsi/esp.c in QEMU might allow local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via vectors related to reading from the information transfer buffer in non-DMA mode.
Published: 2016-06-14T14:00:00.000Z
Updated: 2024-08-06T00:53:48.977Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5131 |
vulnerable | 2026-06-03 14:35:54.523313 |
Details available
Use-after-free vulnerability in libxml2 through 2.9.4, as used in Google Chrome before 52.0.2743.82, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the XPointer range-to function.
Published: 2016-07-23T19:00:00.000Z
Updated: 2025-12-04T16:49:22.168Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5126 |
vulnerable | 2026-06-03 14:35:54.508080 |
Details available
Heap-based buffer overflow in the iscsi_aio_ioctl function in block/iscsi.c in QEMU allows local guest OS users to cause a denial of service (QEMU process crash) or possibly execute arbitrary code via a crafted iSCSI asynchronous I/O ioctl call.
Published: 2016-06-01T22:00:00.000Z
Updated: 2024-08-06T00:53:47.343Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5118 |
vulnerable | 2026-06-03 14:35:54.497063 |
Details available
The OpenBlob function in blob.c in GraphicsMagick before 1.3.24 and ImageMagick allows remote attackers to execute arbitrary code via a | (pipe) character at the start of a filename.
Published: 2016-06-10T15:00:00.000Z
Updated: 2024-08-06T00:53:47.880Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5107 |
vulnerable | 2026-06-03 14:35:54.453458 |
Details available
The megasas_lookup_frame function in QEMU, when built with MegaRAID SAS 8708EM2 Host Bus Adapter emulation support, allows local guest OS administrators to cause a denial of service (out-of-bounds read and crash) via unspecified vectors.
Published: 2016-09-02T14:00:00.000Z
Updated: 2024-08-06T00:53:48.220Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5106 |
vulnerable | 2026-06-03 14:35:54.452939 |
Details available
The megasas_dcmd_set_properties function in hw/scsi/megasas.c in QEMU, when built with MegaRAID SAS 8708EM2 Host Bus Adapter emulation support, allows local guest administrators to cause a denial of service (out-of-bounds write access) via vectors involving a MegaRAID Firmware Interface (MFI) command.
Published: 2016-09-02T14:00:00.000Z
Updated: 2024-08-06T00:53:47.351Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5105 |
vulnerable | 2026-06-03 14:35:54.452409 |
Details available
The megasas_dcmd_cfg_read function in hw/scsi/megasas.c in QEMU, when built with MegaRAID SAS 8708EM2 Host Bus Adapter emulation support, uses an uninitialized variable, which allows local guest administrators to read host memory via vectors involving a MegaRAID Firmware Interface (MFI) command.
Published: 2016-09-02T14:00:00.000Z
Updated: 2024-08-06T00:53:47.350Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-5104 |
vulnerable | 2026-06-03 14:35:54.451788 |
Details available
The socket_create function in common/socket.c in libimobiledevice and libusbmuxd allows remote attackers to bypass intended access restrictions and communicate with services on iOS devices by connecting to an IPv4 TCP socket.
Published: 2016-06-13T14:00:00.000Z
Updated: 2024-08-06T00:53:47.292Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4998 |
vulnerable | 2026-06-03 14:35:54.068567 |
Details available
The IPT_SO_SET_REPLACE setsockopt implementation in the netfilter subsystem in the Linux kernel before 4.6 allows local users to cause a denial of service (out-of-bounds read) or possibly obtain sensitive information from kernel heap memory by leveraging in-container root access to provide a crafted offset value that leads to crossing a ruleset blob boundary.
Published: 2016-07-03T21:00:00.000Z
Updated: 2024-08-06T00:46:40.217Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4997 |
vulnerable | 2026-06-03 14:35:54.067592 |
Details available
The compat IPT_SO_SET_REPLACE and IP6T_SO_SET_REPLACE setsockopt implementations in the netfilter subsystem in the Linux kernel before 4.6.3 allow local users to gain privileges or cause a denial of service (memory corruption) by leveraging in-container root access to provide a crafted offset value that triggers an unintended decrement.
Published: 2016-07-03T21:00:00.000Z
Updated: 2024-08-06T00:46:40.226Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4952 |
vulnerable | 2026-06-03 14:35:53.870117 |
Details available
QEMU (aka Quick Emulator), when built with VMWARE PVSCSI paravirtual SCSI bus emulation support, allows local guest OS administrators to cause a denial of service (out-of-bounds array access) via vectors related to the (1) PVSCSI_CMD_SETUP_RINGS or (2) PVSCSI_CMD_SETUP_MSG_RING SCSI command.
Published: 2016-09-02T14:00:00.000Z
Updated: 2024-08-06T00:46:39.857Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4951 |
vulnerable | 2026-06-03 14:35:53.867395 |
Details available
The tipc_nl_publ_dump function in net/tipc/socket.c in the Linux kernel through 4.6 does not verify socket existence, which allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a dumpit operation.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:46:39.863Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4913 |
vulnerable | 2026-06-03 14:35:53.746683 |
Details available
The get_rock_ridge_filename function in fs/isofs/rock.c in the Linux kernel before 4.5.5 mishandles NM (aka alternate name) entries containing \0 characters, which allows local users to obtain sensitive information from kernel memory or possibly have unspecified other impact via a crafted isofs filesystem.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:46:39.243Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4804 |
vulnerable | 2026-06-03 14:35:53.280417 |
Details available
The read_boot function in boot.c in dosfstools before 4.0 allows attackers to cause a denial of service (crash) via a crafted filesystem, which triggers a heap-based buffer overflow in the (1) read_fat function or an out-of-bounds heap read in (2) get_fat function.
Published: 2016-06-03T14:00:00.000Z
Updated: 2024-08-06T00:39:26.300Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4794 |
vulnerable | 2026-06-03 14:35:53.256002 |
Details available
Use-after-free vulnerability in mm/percpu.c in the Linux kernel through 4.6 allows local users to cause a denial of service (BUG) or possibly have unspecified other impact via crafted use of the mmap and bpf system calls.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:39:26.265Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4761 |
vulnerable | 2026-06-03 14:35:53.204377 |
Details available
WebKitGTK+ before 2.14.0: A use-after-free vulnerability can allow remote attackers to cause a DoS
Published: 2020-01-22T18:51:46.000Z
Updated: 2024-08-06T00:39:26.037Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4581 |
vulnerable | 2026-06-03 14:35:53.022092 |
Details available
fs/pnode.c in the Linux kernel before 4.5.4 does not properly traverse a mount propagation tree in a certain case involving a slave mount, which allows local users to cause a denial of service (NULL pointer dereference and OOPS) via a crafted series of mount system calls.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:32:25.822Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4580 |
vulnerable | 2026-06-03 14:35:53.021468 |
Details available
The x25_negotiate_facilities function in net/x25/x25_facilities.c in the Linux kernel before 4.5.5 does not properly initialize a certain data structure, which allows attackers to obtain sensitive information from kernel stack memory via an X.25 Call Request.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:32:25.837Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4579 |
vulnerable | 2026-06-03 14:35:53.020807 |
Details available
Libksba before 1.3.4 allows remote attackers to cause a denial of service (out-of-bounds read and crash) via unspecified vectors, related to the "returned length of the object from _ksba_ber_parse_tl."
Published: 2016-06-13T19:00:00.000Z
Updated: 2024-08-06T00:32:25.906Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4578 |
vulnerable | 2026-06-03 14:35:53.011656 |
Details available
sound/core/timer.c in the Linux kernel through 4.6 does not initialize certain r1 data structures, which allows local users to obtain sensitive information from kernel stack memory via crafted use of the ALSA timer interface, related to the (1) snd_timer_user_ccallback and (2) snd_timer_user_tinterrupt functions.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:32:25.830Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4574 |
vulnerable | 2026-06-03 14:35:52.991987 |
Details available
Off-by-one error in the append_utf8_value function in the DN decoder (dn.c) in Libksba before 1.3.4 allows remote attackers to cause a denial of service (out-of-bounds read) via invalid utf-8 encoded data. NOTE: this vulnerability exists because of an incomplete fix for CVE-2016-4356.
Published: 2016-06-13T19:00:00.000Z
Updated: 2024-08-06T00:32:25.868Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4569 |
vulnerable | 2026-06-03 14:35:52.968181 |
Details available
The snd_timer_user_params function in sound/core/timer.c in the Linux kernel through 4.6 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel stack memory via crafted use of the ALSA timer interface.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:32:26.040Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4558 |
vulnerable | 2026-06-03 14:35:52.938972 |
Details available
The BPF subsystem in the Linux kernel before 4.5.5 mishandles reference counts, which allows local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via a crafted application on (1) a system with more than 32 Gb of memory, related to the program reference count or (2) a 1 Tb system, related to the map reference count.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:32:25.839Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4556 |
vulnerable | 2026-06-03 14:35:52.937943 |
Details available
Double free vulnerability in Esi.cc in Squid 3.x before 3.5.18 and 4.x before 4.0.10 allows remote servers to cause a denial of service (crash) via a crafted Edge Side Includes (ESI) response.
Published: 2016-05-10T19:00:00.000Z
Updated: 2024-08-06T00:32:25.755Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4555 |
vulnerable | 2026-06-03 14:35:52.933741 |
Details available
client_side_request.cc in Squid 3.x before 3.5.18 and 4.x before 4.0.10 allows remote servers to cause a denial of service (crash) via crafted Edge Side Includes (ESI) responses.
Published: 2016-05-10T19:00:00.000Z
Updated: 2024-08-06T00:32:25.838Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4554 |
vulnerable | 2026-06-03 14:35:52.863717 |
Details available
mime_header.cc in Squid before 3.5.18 allows remote attackers to bypass intended same-origin restrictions and possibly conduct cache-poisoning attacks via a crafted HTTP Host header, aka a "header smuggling" issue.
Published: 2016-05-10T19:00:00.000Z
Updated: 2024-08-06T00:32:25.859Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4553 |
vulnerable | 2026-06-03 14:35:52.857088 |
Details available
client_side.cc in Squid before 3.5.18 and 4.x before 4.0.10 does not properly ignore the Host header when absolute-URI is provided, which allows remote attackers to conduct cache-poisoning attacks via an HTTP request.
Published: 2016-05-10T19:00:00.000Z
Updated: 2024-08-06T00:32:25.689Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4486 |
vulnerable | 2026-06-03 14:35:52.707003 |
Details available
The rtnl_fill_link_ifmap function in net/core/rtnetlink.c in the Linux kernel before 4.5.5 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel stack memory by reading a Netlink message.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:32:25.246Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4485 |
vulnerable | 2026-06-03 14:35:52.705758 |
Details available
The llc_cmsg_rcv function in net/llc/af_llc.c in the Linux kernel before 4.5.5 does not initialize a certain data structure, which allows attackers to obtain sensitive information from kernel stack memory by reading a message.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:32:25.502Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4482 |
vulnerable | 2026-06-03 14:35:52.691004 |
Details available
The proc_connectinfo function in drivers/usb/core/devio.c in the Linux kernel through 4.6 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel stack memory via a crafted USBDEVFS_CONNECTINFO ioctl call.
Published: 2016-05-23T10:00:00.000Z
Updated: 2024-08-06T00:32:25.667Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4476 |
vulnerable | 2026-06-03 14:35:52.679697 |
Details available
hostapd 0.6.7 through 2.5 and wpa_supplicant 0.6.7 through 2.5 do not reject \n and \r characters in passphrase parameters, which allows remote attackers to cause a denial of service (daemon outage) via a crafted WPS operation.
Published: 2016-05-09T10:00:00.000Z
Updated: 2024-08-06T00:32:25.406Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4454 |
vulnerable | 2026-06-03 14:35:48.030946 |
Details available
The vmsvga_fifo_read_raw function in hw/display/vmware_vga.c in QEMU allows local guest OS administrators to obtain sensitive host memory information or cause a denial of service (QEMU process crash) by changing FIFO registers and issuing a VGA command, which triggers an out-of-bounds read.
Published: 2016-06-01T22:00:00.000Z
Updated: 2024-08-06T00:32:25.681Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4453 |
vulnerable | 2026-06-03 14:35:48.030278 |
Details available
The vmsvga_fifo_run function in hw/display/vmware_vga.c in QEMU allows local guest OS administrators to cause a denial of service (infinite loop and QEMU process crash) via a VGA command.
Published: 2016-06-01T22:00:00.000Z
Updated: 2024-08-06T00:32:24.862Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4450 |
vulnerable | 2026-06-03 14:35:48.023192 |
Details available
os/unix/ngx_files.c in nginx before 1.10.1 and 1.11.x before 1.11.1 allows remote attackers to cause a denial of service (NULL pointer dereference and worker process crash) via a crafted request, involving writing a client request body to a temporary file.
Published: 2016-06-07T14:00:00.000Z
Updated: 2024-08-06T00:32:25.451Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4449 |
vulnerable | 2026-06-03 14:35:48.022506 |
Details available
XML external entity (XXE) vulnerability in the xmlStringLenDecodeEntities function in parser.c in libxml2 before 2.9.4, when not in validating mode, allows context-dependent attackers to read arbitrary files or cause a denial of service (resource consumption) via unspecified vectors.
Published: 2016-06-09T16:00:00.000Z
Updated: 2024-08-06T00:32:25.361Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4447 |
vulnerable | 2026-06-03 14:35:47.997132 |
Details available
The xmlParseElementDecl function in parser.c in libxml2 before 2.9.4 allows context-dependent attackers to cause a denial of service (heap-based buffer underread and application crash) via a crafted file, involving xmlParseName.
Published: 2016-06-09T16:00:00.000Z
Updated: 2024-08-06T00:32:25.110Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4441 |
vulnerable | 2026-06-03 14:35:47.985042 |
Details available
The get_cmd function in hw/scsi/esp.c in the 53C9X Fast SCSI Controller (FSC) support in QEMU does not properly check DMA length, which allows local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via unspecified vectors, involving an SCSI command.
Published: 2016-05-20T14:00:00.000Z
Updated: 2024-08-06T00:32:25.391Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4439 |
vulnerable | 2026-06-03 14:35:47.983961 |
Details available
The esp_reg_write function in hw/scsi/esp.c in the 53C9X Fast SCSI Controller (FSC) support in QEMU does not properly check command buffer length, which allows local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or potentially execute arbitrary code on the QEMU host via unspecified vectors.
Published: 2016-05-20T14:00:00.000Z
Updated: 2024-08-06T00:32:25.426Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4429 |
vulnerable | 2026-06-03 14:35:47.948101 |
Details available
Stack-based buffer overflow in the clntudp_call function in sunrpc/clnt_udp.c in the GNU C Library (aka glibc or libc6) allows remote servers to cause a denial of service (crash) or possibly unspecified other impact via a flood of crafted ICMP and UDP packets.
Published: 2016-06-10T15:00:00.000Z
Updated: 2024-08-06T00:32:24.629Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4324 |
vulnerable | 2026-06-03 14:35:47.683105 |
Details available
Use-after-free vulnerability in LibreOffice before 5.1.4 allows remote attackers to execute arbitrary code via a crafted RTF file, related to stylesheet and superscript tokens.
Published: 2016-07-08T19:00:00.000Z
Updated: 2024-08-06T00:25:14.442Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4054 |
vulnerable | 2026-06-03 14:35:47.119729 |
Details available
Buffer overflow in Squid 3.x before 3.5.17 and 4.x before 4.0.9 allows remote attackers to execute arbitrary code via crafted Edge Side Includes (ESI) responses.
Published: 2016-04-25T14:00:00.000Z
Updated: 2024-08-06T00:17:30.010Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4053 |
vulnerable | 2026-06-03 14:35:47.118404 |
Details available
Squid 3.x before 3.5.17 and 4.x before 4.0.9 allow remote attackers to obtain sensitive stack layout information via crafted Edge Side Includes (ESI) responses, related to incorrect use of assert and compiler optimization.
Published: 2016-04-25T14:00:00.000Z
Updated: 2024-08-06T00:17:30.656Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4052 |
vulnerable | 2026-06-03 14:35:47.112381 |
Details available
Multiple stack-based buffer overflows in Squid 3.x before 3.5.17 and 4.x before 4.0.9 allow remote HTTP servers to cause a denial of service or execute arbitrary code via crafted Edge Side Includes (ESI) responses.
Published: 2016-04-25T14:00:00.000Z
Updated: 2024-08-06T00:17:29.854Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4051 |
vulnerable | 2026-06-03 14:35:47.082238 |
Details available
Buffer overflow in cachemgr.cgi in Squid 2.x, 3.x before 3.5.17, and 4.x before 4.0.9 might allow remote attackers to cause a denial of service or execute arbitrary code by seeding manager reports with crafted data.
Published: 2016-04-25T14:00:00.000Z
Updated: 2024-08-06T00:17:30.083Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4037 |
vulnerable | 2026-06-03 14:35:47.034043 |
Details available
The ehci_advance_state function in hw/usb/hcd-ehci.c in QEMU allows local guest OS administrators to cause a denial of service (infinite loop and CPU consumption) via a circular split isochronous transfer descriptor (siTD) list, a related issue to CVE-2015-8558.
Published: 2016-05-23T19:00:00.000Z
Updated: 2024-08-06T00:17:30.084Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4020 |
vulnerable | 2026-06-03 14:35:46.988278 |
Details available
The patch_instruction function in hw/i386/kvmvapic.c in QEMU does not initialize the imm32 variable, which allows local guest OS administrators to obtain sensitive information from host stack memory by accessing the Task Priority Register (TPR).
Published: 2016-05-25T15:00:00.000Z
Updated: 2024-08-06T00:17:30.133Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4008 |
vulnerable | 2026-06-03 14:35:46.977282 |
Details available
The _asn1_extract_der_octet function in lib/decoding.c in GNU Libtasn1 before 4.8, when used without the ASN1_DECODE_FLAG_STRICT_DER flag, allows remote attackers to cause a denial of service (infinite recursion) via a crafted certificate.
Published: 2016-05-05T18:00:00.000Z
Updated: 2024-08-06T00:17:30.800Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4002 |
vulnerable | 2026-06-03 14:35:46.966083 |
Details available
Buffer overflow in the mipsnet_receive function in hw/net/mipsnet.c in QEMU, when the guest NIC is configured to accept large packets, allows remote attackers to cause a denial of service (memory corruption and QEMU crash) or possibly execute arbitrary code via a packet larger than 1514 bytes.
Published: 2016-04-26T14:00:00.000Z
Updated: 2024-08-06T00:17:30.035Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-4001 |
vulnerable | 2026-06-03 14:35:46.965390 |
Details available
Buffer overflow in the stellaris_enet_receive function in hw/net/stellaris_enet.c in QEMU, when the Stellaris ethernet controller is configured to accept large packets, allows remote attackers to cause a denial of service (QEMU crash) via a large packet.
Published: 2016-05-23T19:00:00.000Z
Updated: 2024-08-06T00:17:29.996Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3961 |
vulnerable | 2026-06-03 14:35:46.891343 |
Details available
Xen and the Linux kernel through 4.5.x do not properly suppress hugetlbfs support in x86 PV guests, which allows local PV guest OS users to cause a denial of service (guest OS crash) by attempting to access a hugetlbfs mapped area.
Published: 2016-04-15T14:00:00.000Z
Updated: 2024-08-06T00:10:31.962Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3947 |
vulnerable | 2026-06-03 14:35:46.795748 |
Details available
Heap-based buffer overflow in the Icmp6::Recv function in icmp/Icmp6.cc in the pinger utility in Squid before 3.5.16 and 4.x before 4.0.8 allows remote servers to cause a denial of service (performance degradation or transition failures) or write sensitive information to log files via an ICMPv6 packet.
Published: 2016-04-07T18:00:00.000Z
Updated: 2024-08-06T00:10:31.953Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3717 |
vulnerable | 2026-06-03 14:35:46.478747 |
Details available
The LABEL coder in ImageMagick before 6.9.3-10 and 7.x before 7.0.1-1 allows remote attackers to read arbitrary files via a crafted image.
Published: 2016-05-05T18:00:00.000Z
Updated: 2024-08-06T00:03:34.448Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3716 |
vulnerable | 2026-06-03 14:35:46.477850 |
Details available
The MSL coder in ImageMagick before 6.9.3-10 and 7.x before 7.0.1-1 allows remote attackers to move arbitrary files via a crafted image.
Published: 2016-05-05T18:00:00.000Z
Updated: 2024-08-06T00:03:34.426Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3714 |
vulnerable | 2026-06-03 14:35:46.450917 |
Details available
The (1) EPHEMERAL, (2) HTTPS, (3) MVG, (4) MSL, (5) TEXT, (6) SHOW, (7) WIN, and (8) PLT coders in ImageMagick before 6.9.3-10 and 7.x before 7.0.1-1 allow remote attackers to execute arbitrary code via shell metacharacters in a crafted image, aka "ImageTragick."
Published: 2016-05-05T18:00:00.000Z
Updated: 2025-10-21T23:55:53.098Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3712 |
vulnerable | 2026-06-03 14:35:46.443948 |
Details available
Integer overflow in the VGA module in QEMU allows local guest OS users to cause a denial of service (out-of-bounds read and QEMU process crash) by editing VGA registers in VBE mode.
Published: 2016-05-11T21:00:00.000Z
Updated: 2024-08-06T00:03:34.421Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3710 |
vulnerable | 2026-06-03 14:35:46.434110 |
Details available
The VGA module in QEMU improperly performs bounds checking on banked access to video memory, which allows local guest OS administrators to execute arbitrary code on the host by changing access modes after setting the bank register, aka the "Dark Portal" issue.
Published: 2016-05-11T21:00:00.000Z
Updated: 2024-08-06T00:03:34.465Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3705 |
vulnerable | 2026-06-03 14:35:46.422110 |
Details available
The (1) xmlParserEntityCheck and (2) xmlParseAttValueComplex functions in parser.c in libxml2 2.9.3 do not properly keep track of the recursion depth, which allows context-dependent attackers to cause a denial of service (stack consumption and application crash) via a crafted XML document containing a large number of nested entity references.
Published: 2016-05-17T14:00:00.000Z
Updated: 2024-08-06T00:03:34.486Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3698 |
vulnerable | 2026-06-03 14:35:46.415350 |
Details available
libndp before 1.6, as used in NetworkManager, does not properly validate the origin of Neighbor Discovery Protocol (NDP) messages, which allows remote attackers to conduct man-in-the-middle attacks or cause a denial of service (network connectivity disruption) by advertising a node as a router from a non-local network.
Published: 2016-06-13T19:00:00.000Z
Updated: 2024-08-06T00:03:34.474Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3679 |
vulnerable | 2026-06-03 14:35:46.377210 |
Details available
Multiple unspecified vulnerabilities in Google V8 before 4.9.385.33, as used in Google Chrome before 49.0.2623.108, allow attackers to cause a denial of service or possibly have other impact via unknown vectors.
Published: 2016-03-29T10:00:00.000Z
Updated: 2024-08-06T00:03:34.426Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3627 |
vulnerable | 2026-06-03 14:35:46.302146 |
Details available
The xmlStringGetNodeList function in tree.c in libxml2 2.9.3 and earlier, when used in recovery mode, allows context-dependent attackers to cause a denial of service (infinite recursion, stack consumption, and application crash) via a crafted XML document.
Published: 2016-05-17T14:00:00.000Z
Updated: 2025-12-04T17:11:28.323Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3616 |
vulnerable | 2026-06-03 14:35:46.292036 |
Details available
The cjpeg utility in libjpeg allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) or execute arbitrary code via a crafted file.
Published: 2017-02-13T18:00:00.000Z
Updated: 2024-08-06T00:03:34.181Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3615 |
vulnerable | 2026-06-03 14:35:46.288500 |
Details available
Unspecified vulnerability in Oracle MySQL 5.5.49 and earlier, 5.6.30 and earlier, and 5.7.12 and earlier and MariaDB before 5.5.50, 10.0.x before 10.0.26, and 10.1.x before 10.1.15 allows remote authenticated users to affect availability via vectors related to Server: DML.
Published: 2016-07-21T10:00:00.000Z
Updated: 2024-10-11T20:39:58.969Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3614 |
vulnerable | 2026-06-03 14:35:46.287451 |
Details available
Unspecified vulnerability in Oracle MySQL 5.6.30 and earlier and 5.7.12 and earlier allows remote authenticated users to affect availability via vectors related to Server: Security: Encryption.
Published: 2016-07-21T10:00:00.000Z
Updated: 2024-10-11T20:40:07.493Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3521 |
vulnerable | 2026-06-03 14:35:46.160039 |
Details available
Unspecified vulnerability in Oracle MySQL 5.5.49 and earlier, 5.6.30 and earlier, and 5.7.12 and earlier and MariaDB before 5.5.50, 10.0.x before 10.0.26, and 10.1.x before 10.1.15 allows remote authenticated users to affect availability via vectors related to Server: Types.
Published: 2016-07-21T10:00:00.000Z
Updated: 2024-10-11T20:50:18.840Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3501 |
vulnerable | 2026-06-03 14:35:46.126202 |
Details available
Unspecified vulnerability in Oracle MySQL 5.6.30 and earlier and 5.7.12 and earlier allows remote authenticated users to affect availability via vectors related to Server: Optimizer.
Published: 2016-07-21T10:00:00.000Z
Updated: 2024-10-11T20:52:52.254Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3486 |
vulnerable | 2026-06-03 14:35:46.103740 |
Details available
Unspecified vulnerability in Oracle MySQL 5.6.30 and earlier and 5.7.12 and earlier allows remote authenticated users to affect availability via vectors related to Server: FTS.
Published: 2016-07-21T10:00:00.000Z
Updated: 2024-10-11T20:54:26.038Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3477 |
vulnerable | 2026-06-03 14:35:46.089991 |
Details available
Unspecified vulnerability in Oracle MySQL 5.5.49 and earlier, 5.6.30 and earlier, and 5.7.12 and earlier and MariaDB before 5.5.50, 10.0.x before 10.0.26, and 10.1.x before 10.1.15 allows local users to affect confidentiality, integrity, and availability via vectors related to Server: Parser.
Published: 2016-07-21T10:00:00.000Z
Updated: 2024-10-11T20:55:39.540Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3135 |
vulnerable | 2026-06-03 14:35:45.272293 |
Details available
Integer overflow in the xt_alloc_table_info function in net/netfilter/x_tables.c in the Linux kernel through 4.5.2 on 32-bit platforms allows local users to gain privileges or cause a denial of service (heap memory corruption) via an IPT_SO_SET_REPLACE setsockopt call.
Published: 2016-04-27T17:00:00.000Z
Updated: 2024-08-05T23:47:57.230Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-3092 |
vulnerable | 2026-06-03 14:35:45.086438 |
Details available
The MultipartStream class in Apache Commons Fileupload before 1.3.2, as used in Apache Tomcat 7.x before 7.0.70, 8.x before 8.0.36, 8.5.x before 8.5.3, and 9.x before 9.0.0.M7 and other products, allows remote attackers to cause a denial of service (CPU consumption) via a long boundary string.
Published: 2016-07-04T22:00:00.000Z
Updated: 2024-08-05T23:40:15.604Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2858 |
vulnerable | 2026-06-03 14:35:44.244694 |
Details available
QEMU, when built with the Pseudo Random Number Generator (PRNG) back-end support, allows local guest OS users to cause a denial of service (process crash) via an entropy request, which triggers arbitrary stack based allocation and memory corruption.
Published: 2016-04-07T19:00:00.000Z
Updated: 2024-08-05T23:40:13.545Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2857 |
vulnerable | 2026-06-03 14:35:44.238143 |
Details available
The net_checksum_calculate function in net/checksum.c in QEMU allows local guest OS users to cause a denial of service (out-of-bounds heap read and crash) via the payload length in a crafted packet.
Published: 2016-04-08T16:00:00.000Z
Updated: 2024-08-05T23:40:13.698Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2841 |
vulnerable | 2026-06-03 14:35:44.041222 |
Details available
The ne2000_receive function in the NE2000 NIC emulation support (hw/net/ne2000.c) in QEMU before 2.5.1 allows local guest OS administrators to cause a denial of service (infinite loop and QEMU process crash) via crafted values for the PSTART and PSTOP registers, involving ring buffer control.
Published: 2016-06-16T18:00:00.000Z
Updated: 2024-08-05T23:32:21.295Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2834 |
vulnerable | 2026-06-03 14:35:44.027445 |
Details available
Mozilla Network Security Services (NSS) before 3.23, as used in Mozilla Firefox before 47.0, allows remote attackers to cause a denial of service (memory corruption and application crash) or possibly have unspecified other impact via unknown vectors.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.302Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2833 |
vulnerable | 2026-06-03 14:35:44.026832 |
Details available
Mozilla Firefox before 47.0 ignores Content Security Policy (CSP) directives for cross-domain Java applets, which makes it easier for remote attackers to conduct cross-site scripting (XSS) attacks via a crafted applet.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.332Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2832 |
vulnerable | 2026-06-03 14:35:44.026260 |
Details available
Mozilla Firefox before 47.0 allows remote attackers to discover the list of disabled plugins via a fingerprinting attack involving Cascading Style Sheets (CSS) pseudo-classes.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.167Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2831 |
vulnerable | 2026-06-03 14:35:44.025659 |
Details available
Mozilla Firefox before 47.0 and Firefox ESR 45.x before 45.2 do not ensure that the user approves the fullscreen and pointerlock settings, which allows remote attackers to cause a denial of service (UI outage), or conduct clickjacking or spoofing attacks, via a crafted web site.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.332Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2829 |
vulnerable | 2026-06-03 14:35:44.014885 |
Details available
Mozilla Firefox before 47.0 allows remote attackers to spoof permission notifications via a crafted web site that rapidly triggers permission requests, as demonstrated by the microphone permission or the geolocation permission.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.192Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2828 |
vulnerable | 2026-06-03 14:35:44.014315 |
Details available
Use-after-free vulnerability in Mozilla Firefox before 47.0 and Firefox ESR 45.x before 45.2 allows remote attackers to execute arbitrary code via WebGL content that triggers texture access after destruction of the texture's recycle pool.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.329Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2825 |
vulnerable | 2026-06-03 14:35:44.012837 |
Details available
Mozilla Firefox before 47.0 allows remote attackers to bypass the Same Origin Policy and modify the location.host property via an invalid data: URL.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.059Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2822 |
vulnerable | 2026-06-03 14:35:44.011843 |
Details available
Mozilla Firefox before 47.0 and Firefox ESR 45.x before 45.2 allow remote attackers to spoof the address bar via a SELECT element with a persistent menu.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.336Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2821 |
vulnerable | 2026-06-03 14:35:44.011253 |
Details available
Use-after-free vulnerability in the mozilla::dom::Element class in Mozilla Firefox before 47.0 and Firefox ESR 45.x before 45.2, when contenteditable mode is enabled, allows remote attackers to execute arbitrary code or cause a denial of service (heap memory corruption) by triggering deletion of DOM elements that were created in the editor.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.234Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2819 |
vulnerable | 2026-06-03 14:35:44.010228 |
Details available
Heap-based buffer overflow in Mozilla Firefox before 47.0 and Firefox ESR 45.x before 45.2 allows remote attackers to execute arbitrary code via foreign-context HTML5 fragments, as demonstrated by fragments within an SVG element.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.334Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2818 |
vulnerable | 2026-06-03 14:35:44.009468 |
Details available
Multiple unspecified vulnerabilities in the browser engine in Mozilla Firefox before 47.0 and Firefox ESR 45.x before 45.2 allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via unknown vectors.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:21.231Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2815 |
vulnerable | 2026-06-03 14:35:43.989463 |
Details available
Multiple unspecified vulnerabilities in the browser engine in Mozilla Firefox before 47.0 allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via unknown vectors.
Published: 2016-06-13T10:00:00.000Z
Updated: 2024-08-05T23:32:20.962Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2774 |
vulnerable | 2026-06-03 14:35:43.623854 |
Details available
ISC DHCP 4.1.x before 4.1-ESV-R13 and 4.2.x and 4.3.x before 4.3.4 does not restrict the number of concurrent TCP sessions, which allows remote attackers to cause a denial of service (INSIST assertion failure or request-processing outage) by establishing many sessions.
Published: 2016-03-09T15:26:00.000Z
Updated: 2024-08-05T23:32:20.980Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2392 |
vulnerable | 2026-06-03 14:35:42.705103 |
Details available
The is_rndis function in the USB Net device emulator (hw/usb/dev-network.c) in QEMU before 2.5.1 does not properly validate USB configuration descriptor objects, which allows local guest OS administrators to cause a denial of service (NULL pointer dereference and QEMU process crash) via vectors involving a remote NDIS control message packet.
Published: 2016-06-16T18:00:00.000Z
Updated: 2024-08-05T23:24:49.312Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2391 |
vulnerable | 2026-06-03 14:35:42.703671 |
Details available
The ohci_bus_start function in the USB OHCI emulation support (hw/usb/hcd-ohci.c) in QEMU allows local guest OS administrators to cause a denial of service (NULL pointer dereference and QEMU process crash) via vectors related to multiple eof_timers.
Published: 2016-06-16T18:00:00.000Z
Updated: 2024-08-05T23:24:49.307Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2187 |
vulnerable | 2026-06-03 14:35:37.240157 |
Details available
The gtco_probe function in drivers/input/tablet/gtco.c in the Linux kernel through 4.5.2 allows physically proximate attackers to cause a denial of service (NULL pointer dereference and system crash) via a crafted endpoints value in a USB device descriptor.
Published: 2016-05-02T10:00:00.000Z
Updated: 2024-08-05T23:24:48.182Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2148 |
vulnerable | 2026-06-03 14:35:37.054870 |
Details available
Heap-based buffer overflow in the DHCP client (udhcpc) in BusyBox before 1.25.0 allows remote attackers to have unspecified impact via vectors involving OPTION_6RD parsing.
Published: 2017-02-09T15:00:00.000Z
Updated: 2024-08-05T23:17:50.743Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2147 |
vulnerable | 2026-06-03 14:35:37.052871 |
Details available
Integer overflow in the DHCP client (udhcpc) in BusyBox before 1.25.0 allows remote attackers to cause a denial of service (crash) via a malformed RFC1035-encoded domain name, which triggers an out-of-bounds heap write.
Published: 2017-02-09T15:00:00.000Z
Updated: 2024-08-05T23:17:50.743Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2118 |
vulnerable | 2026-06-03 14:35:37.001253 |
Details available
The MS-SAMR and MS-LSAD protocol implementations in Samba 3.x and 4.x before 4.2.11, 4.3.x before 4.3.8, and 4.4.x before 4.4.2 mishandle DCERPC connections, which allows man-in-the-middle attackers to perform protocol-downgrade attacks and impersonate users by modifying the client-server data stream, aka "BADLOCK."
Published: 2016-04-12T23:00:00.000Z
Updated: 2024-08-05T23:17:50.706Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2117 |
vulnerable | 2026-06-03 14:35:36.998617 |
Details available
The atl2_probe function in drivers/net/ethernet/atheros/atlx/atl2.c in the Linux kernel through 4.5.2 incorrectly enables scatter/gather I/O, which allows remote attackers to obtain sensitive information from kernel memory by reading packet data.
Published: 2016-05-02T10:00:00.000Z
Updated: 2024-08-05T23:17:50.600Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2115 |
vulnerable | 2026-06-03 14:35:36.915629 |
Details available
Samba 3.x and 4.x before 4.2.11, 4.3.x before 4.3.8, and 4.4.x before 4.4.2 does not require SMB signing within a DCERPC session over ncacn_np, which allows man-in-the-middle attackers to spoof SMB clients by modifying the client-server data stream.
Published: 2016-04-25T00:00:00.000Z
Updated: 2024-08-05T23:17:50.575Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2114 |
vulnerable | 2026-06-03 14:35:36.910718 |
Details available
The SMB1 protocol implementation in Samba 4.x before 4.2.11, 4.3.x before 4.3.8, and 4.4.x before 4.4.2 does not recognize the "server signing = mandatory" setting, which allows man-in-the-middle attackers to spoof SMB servers by modifying the client-server data stream.
Published: 2016-04-25T00:00:00.000Z
Updated: 2024-08-05T23:17:50.756Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2113 |
vulnerable | 2026-06-03 14:35:36.908143 |
Details available
Samba 4.x before 4.2.11, 4.3.x before 4.3.8, and 4.4.x before 4.4.2 does not verify X.509 certificates from TLS servers, which allows man-in-the-middle attackers to spoof LDAPS and HTTPS servers and obtain sensitive information via a crafted certificate.
Published: 2016-04-25T00:00:00.000Z
Updated: 2024-08-05T23:17:50.580Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2112 |
vulnerable | 2026-06-03 14:35:36.905279 |
Details available
The bundled LDAP client library in Samba 3.x and 4.x before 4.2.11, 4.3.x before 4.3.8, and 4.4.x before 4.4.2 does not recognize the "client ldap sasl wrapping" setting, which allows man-in-the-middle attackers to perform LDAP protocol-downgrade attacks by modifying the client-server data stream.
Published: 2016-04-25T00:00:00.000Z
Updated: 2024-08-05T23:17:50.593Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2111 |
vulnerable | 2026-06-03 14:35:36.898055 |
Details available
The NETLOGON service in Samba 3.x and 4.x before 4.2.11, 4.3.x before 4.3.8, and 4.4.x before 4.4.2, when a domain controller is configured, allows remote attackers to spoof the computer name of a secure channel's endpoint, and obtain sensitive session information, by running a crafted application and leveraging the ability to sniff network traffic, a related issue to CVE-2015-0005.
Published: 2016-04-25T00:00:00.000Z
Updated: 2024-08-05T23:17:50.693Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2110 |
vulnerable | 2026-06-03 14:35:36.891063 |
Details available
The NTLMSSP authentication implementation in Samba 3.x and 4.x before 4.2.11, 4.3.x before 4.3.8, and 4.4.x before 4.4.2 allows man-in-the-middle attackers to perform protocol-downgrade attacks by modifying the client-server data stream to remove application-layer flags or encryption settings, as demonstrated by clearing the NTLMSSP_NEGOTIATE_SEAL or NTLMSSP_NEGOTIATE_SIGN option to disrupt LDAP security.
Published: 2016-04-25T00:00:00.000Z
Updated: 2024-08-05T23:17:50.577Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2105 |
vulnerable | 2026-06-03 14:35:36.733851 |
Details available
Integer overflow in the EVP_EncodeUpdate function in crypto/evp/encode.c in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h allows remote attackers to cause a denial of service (heap memory corruption) via a large amount of binary data.
Published: 2016-05-05T00:00:00.000Z
Updated: 2024-08-05T23:17:50.709Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2090 |
vulnerable | 2026-06-03 14:35:36.652753 |
Details available
Off-by-one vulnerability in the fgetwln function in libbsd before 0.8.2 allows attackers to have unspecified impact via unknown vectors, which trigger a heap-based buffer overflow.
Published: 2017-01-13T16:00:00.000Z
Updated: 2024-08-05T23:17:50.696Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2073 |
vulnerable | 2026-06-03 14:35:36.537510 |
Details available
The htmlParseNameComplex function in HTMLparser.c in libxml2 allows attackers to cause a denial of service (out-of-bounds read) via a crafted XML document.
Published: 2016-02-12T15:26:00.000Z
Updated: 2024-08-05T23:17:50.386Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-2047 |
vulnerable | 2026-06-03 14:35:36.471560 |
Details available
The ssl_verify_server_cert function in sql-common/client.c in MariaDB before 5.5.47, 10.0.x before 10.0.23, and 10.1.x before 10.1.10; Oracle MySQL 5.5.48 and earlier, 5.6.29 and earlier, and 5.7.11 and earlier; and Percona Server do not properly verify that the server hostname matches a domain name in the subject's Common Name (CN) or subjectAltName field of the X.509 certificate, which allows man-in-the-middle attackers to spoof SSL servers via a "/CN=" string in a field in a certificate, as demonstrated by "/OU=/CN=bar.com/CN=foo.com."
Published: 2016-01-27T20:00:00.000Z
Updated: 2024-08-05T23:17:50.187Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1840 |
vulnerable | 2026-06-03 14:35:35.846279 |
Details available
Heap-based buffer overflow in the xmlFAParsePosCharGroup function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2, OS X before 10.11.5, tvOS before 9.2.1, and watchOS before 2.2.1, allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted XML document.
Published: 2016-05-20T10:00:00.000Z
Updated: 2024-08-05T23:10:40.187Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1839 |
vulnerable | 2026-06-03 14:35:35.844929 |
Details available
The xmlDictAddString function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2, OS X before 10.11.5, tvOS before 9.2.1, and watchOS before 2.2.1, allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document.
Published: 2016-05-20T10:00:00.000Z
Updated: 2024-08-05T23:10:39.919Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1838 |
vulnerable | 2026-06-03 14:35:35.843516 |
Details available
The xmlPArserPrintFileContextInternal function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2, OS X before 10.11.5, tvOS before 9.2.1, and watchOS before 2.2.1, allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document.
Published: 2016-05-20T10:00:00.000Z
Updated: 2024-08-05T23:10:40.042Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1837 |
vulnerable | 2026-06-03 14:35:35.841988 |
Details available
Multiple use-after-free vulnerabilities in the (1) htmlPArsePubidLiteral and (2) htmlParseSystemiteral functions in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2, OS X before 10.11.5, tvOS before 9.2.1, and watchOS before 2.2.1, allow remote attackers to cause a denial of service via a crafted XML document.
Published: 2016-05-20T10:00:00.000Z
Updated: 2024-08-05T23:10:40.024Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1836 |
vulnerable | 2026-06-03 14:35:35.840533 |
Details available
Use-after-free vulnerability in the xmlDictComputeFastKey function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2, OS X before 10.11.5, tvOS before 9.2.1, and watchOS before 2.2.1, allows remote attackers to cause a denial of service via a crafted XML document.
Published: 2016-05-20T10:00:00.000Z
Updated: 2024-08-05T23:10:39.898Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1835 |
vulnerable | 2026-06-03 14:35:35.839371 |
Details available
Use-after-free vulnerability in the xmlSAX2AttributeNs function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2 and OS X before 10.11.5, allows remote attackers to cause a denial of service via a crafted XML document.
Published: 2016-05-20T10:00:00.000Z
Updated: 2024-08-05T23:10:39.633Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1834 |
vulnerable | 2026-06-03 14:35:35.838288 |
Details available
Heap-based buffer overflow in the xmlStrncat function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2, OS X before 10.11.5, tvOS before 9.2.1, and watchOS before 2.2.1, allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted XML document.
Published: 2016-05-20T10:00:00.000Z
Updated: 2025-12-04T17:15:15.868Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1833 |
vulnerable | 2026-06-03 14:35:35.836869 |
Details available
The htmlCurrentChar function in libxml2 before 2.9.4, as used in Apple iOS before 9.3.2, OS X before 10.11.5, tvOS before 9.2.1, and watchOS before 2.2.1, allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document.
Published: 2016-05-20T10:00:00.000Z
Updated: 2024-08-05T23:10:39.300Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1762 |
vulnerable | 2026-06-03 14:35:35.784596 |
Details available
The xmlNextChar function in libxml2 before 2.9.4 allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted XML document.
Published: 2016-03-24T01:00:00.000Z
Updated: 2025-12-17T22:04:31.761Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1704 |
vulnerable | 2026-06-03 14:35:35.717720 |
Details available
Multiple unspecified vulnerabilities in Google Chrome before 51.0.2704.103 allow attackers to cause a denial of service or possibly have other impact via unknown vectors.
Published: 2016-07-03T21:00:00.000Z
Updated: 2024-08-05T23:02:12.838Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1703 |
vulnerable | 2026-06-03 14:35:35.717104 |
Details available
Multiple unspecified vulnerabilities in Google Chrome before 51.0.2704.79 allow attackers to cause a denial of service or possibly have other impact via unknown vectors.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.912Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1702 |
vulnerable | 2026-06-03 14:35:35.716420 |
Details available
The SkRegion::readFromMemory function in core/SkRegion.cpp in Skia, as used in Google Chrome before 51.0.2704.79, does not validate the interval count, which allows remote attackers to cause a denial of service (out-of-bounds read) via crafted serialized data.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.906Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1699 |
vulnerable | 2026-06-03 14:35:35.714777 |
Details available
WebKit/Source/devtools/front_end/devtools.js in the Developer Tools (aka DevTools) subsystem in Blink, as used in Google Chrome before 51.0.2704.79, does not ensure that the remoteFrontendUrl parameter is associated with a chrome-devtools-frontend.appspot.com URL, which allows remote attackers to bypass intended access restrictions via a crafted URL.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.914Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1697 |
vulnerable | 2026-06-03 14:35:35.713472 |
Details available
The FrameLoader::startLoad function in WebKit/Source/core/loader/FrameLoader.cpp in Blink, as used in Google Chrome before 51.0.2704.79, does not prevent frame navigations during DocumentLoader detach operations, which allows remote attackers to bypass the Same Origin Policy via crafted JavaScript code.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.848Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1695 |
vulnerable | 2026-06-03 14:35:35.712333 |
Details available
Multiple unspecified vulnerabilities in Google Chrome before 51.0.2704.63 allow attackers to cause a denial of service or possibly have other impact via unknown vectors.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:13.221Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1692 |
vulnerable | 2026-06-03 14:35:35.710426 |
Details available
WebKit/Source/core/css/StyleSheetContents.cpp in Blink, as used in Google Chrome before 51.0.2704.63, permits cross-origin loading of CSS stylesheets by a ServiceWorker even when the stylesheet download has an incorrect MIME type, which allows remote attackers to bypass the Same Origin Policy via a crafted web site.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:13.239Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1691 |
vulnerable | 2026-06-03 14:35:35.709721 |
Details available
Skia, as used in Google Chrome before 51.0.2704.63, mishandles coincidence runs, which allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via crafted curves, related to SkOpCoincidence.cpp and SkPathOpsCommon.cpp.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:13.353Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1689 |
vulnerable | 2026-06-03 14:35:35.708535 |
Details available
Heap-based buffer overflow in content/renderer/media/canvas_capture_handler.cc in Google Chrome before 51.0.2704.63 allows remote attackers to cause a denial of service or possibly have unspecified other impact via a crafted web site.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.956Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1688 |
vulnerable | 2026-06-03 14:35:35.707903 |
Details available
The regexp (aka regular expression) implementation in Google V8 before 5.0.71.40, as used in Google Chrome before 51.0.2704.63, mishandles external string sizes, which allows remote attackers to cause a denial of service (out-of-bounds read) via crafted JavaScript code.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.959Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1683 |
vulnerable | 2026-06-03 14:35:35.704872 |
Details available
numbers.c in libxslt before 1.1.29, as used in Google Chrome before 51.0.2704.63, mishandles namespace nodes, which allows remote attackers to cause a denial of service (out-of-bounds heap memory access) or possibly have unspecified other impact via a crafted document.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:13.359Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1682 |
vulnerable | 2026-06-03 14:35:35.692388 |
Details available
The ServiceWorkerContainer::registerServiceWorkerImpl function in WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp in Blink, as used in Google Chrome before 51.0.2704.63, allows remote attackers to bypass the Content Security Policy (CSP) protection mechanism via a ServiceWorker registration.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.978Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1680 |
vulnerable | 2026-06-03 14:35:35.691060 |
Details available
Use-after-free vulnerability in ports/SkFontHost_FreeType.cpp in Skia, as used in Google Chrome before 51.0.2704.63, allows remote attackers to cause a denial of service (heap memory corruption) or possibly have unspecified other impact via unknown vectors.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.897Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1679 |
vulnerable | 2026-06-03 14:35:35.690415 |
Details available
The ToV8Value function in content/child/v8_value_converter_impl.cc in the V8 bindings in Google Chrome before 51.0.2704.63 does not properly restrict use of getters and setters, which allows remote attackers to cause a denial of service (use-after-free) or possibly have unspecified other impact via crafted JavaScript code.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:13.258Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1678 |
vulnerable | 2026-06-03 14:35:35.689758 |
Details available
objects.cc in Google V8 before 5.0.71.32, as used in Google Chrome before 51.0.2704.63, does not properly restrict lazy deoptimization, which allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via crafted JavaScript code.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.955Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1677 |
vulnerable | 2026-06-03 14:35:35.688788 |
Details available
uri.js in Google V8 before 5.1.281.26, as used in Google Chrome before 51.0.2704.63, uses an incorrect array type, which allows remote attackers to obtain sensitive information by calling the decodeURI function and leveraging "type confusion."
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:13.301Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1675 |
vulnerable | 2026-06-03 14:35:35.687554 |
Details available
Blink, as used in Google Chrome before 51.0.2704.63, allows remote attackers to bypass the Same Origin Policy by leveraging the mishandling of Document reattachment during destruction, related to FrameLoader.cpp and LocalFrame.cpp.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.891Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1673 |
vulnerable | 2026-06-03 14:35:35.686399 |
Details available
Blink, as used in Google Chrome before 51.0.2704.63, allows remote attackers to bypass the Same Origin Policy via unspecified vectors.
Published: 2016-06-05T23:00:00.000Z
Updated: 2024-08-05T23:02:12.933Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1659 |
vulnerable | 2026-06-03 14:35:35.667641 |
Details available
Multiple unspecified vulnerabilities in Google Chrome before 50.0.2661.75 allow attackers to cause a denial of service or possibly have other impact via unknown vectors.
Published: 2016-04-18T10:00:00.000Z
Updated: 2024-08-05T23:02:12.477Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1655 |
vulnerable | 2026-06-03 14:35:35.662411 |
Details available
Google Chrome before 50.0.2661.75 does not properly consider that frame removal may occur during callback execution, which allows remote attackers to cause a denial of service (use-after-free) or possibly have unspecified other impact via a crafted extension.
Published: 2016-04-18T10:00:00.000Z
Updated: 2024-08-05T23:02:12.893Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1654 |
vulnerable | 2026-06-03 14:35:35.661878 |
Details available
The media subsystem in Google Chrome before 50.0.2661.75 does not initialize an unspecified data structure, which allows remote attackers to cause a denial of service (invalid read operation) via unknown vectors.
Published: 2016-04-18T10:00:00.000Z
Updated: 2024-08-05T23:02:12.856Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1653 |
vulnerable | 2026-06-03 14:35:35.661334 |
Details available
The LoadBuffer implementation in Google V8, as used in Google Chrome before 50.0.2661.75, mishandles data types, which allows remote attackers to cause a denial of service or possibly have unspecified other impact via crafted JavaScript code that triggers an out-of-bounds write operation, related to compiler/pipeline.cc and compiler/simplified-lowering.cc.
Published: 2016-04-18T10:00:00.000Z
Updated: 2024-08-05T23:02:12.829Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1649 |
vulnerable | 2026-06-03 14:35:35.656305 |
Details available
The Program::getUniformInternal function in Program.cpp in libANGLE, as used in Google Chrome before 49.0.2623.108, does not properly handle a certain data-type mismatch, which allows remote attackers to cause a denial of service (buffer overflow) or possibly have unspecified other impact via crafted shader stages.
Published: 2016-03-29T10:00:00.000Z
Updated: 2024-08-05T23:02:12.962Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1647 |
vulnerable | 2026-06-03 14:35:35.655303 |
Details available
Use-after-free vulnerability in the RenderWidgetHostImpl::Destroy function in content/browser/renderer_host/render_widget_host_impl.cc in the Navigation implementation in Google Chrome before 49.0.2623.108 allows remote attackers to cause a denial of service or possibly have unspecified other impact via unknown vectors.
Published: 2016-03-29T10:00:00.000Z
Updated: 2024-08-05T23:02:12.495Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1582 |
vulnerable | 2026-06-03 14:35:35.566071 |
Details available
LXD before 2.0.2 does not properly set permissions when switching an unprivileged container into privileged mode, which allows local users to access arbitrary world readable paths in the container directory via unspecified vectors.
Published: 2016-06-09T16:00:00.000Z
Updated: 2024-08-05T23:02:11.950Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1581 |
vulnerable | 2026-06-03 14:35:35.564604 |
Details available
LXD before 2.0.2 uses world-readable permissions for /var/lib/lxd/zfs.img when setting up a loop based ZFS pool, which allows local users to copy and read data from arbitrary containers via unspecified vectors.
Published: 2016-06-09T16:00:00.000Z
Updated: 2024-08-05T23:02:11.679Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1580 |
not_vulnerable | 2026-06-03 14:35:35.561753 |
Details available
The setup_snappy_os_mounts function in the ubuntu-core-launcher package before 1.0.27.1 improperly determines the mount point of bind mounts when using snaps, which might allow remote attackers to obtain sensitive information or gain privileges via a snap with a name starting with "ubuntu-core."
Published: 2016-05-13T14:00:00.000Z
Updated: 2024-08-05T23:02:11.675Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1578 |
vulnerable | 2026-06-03 14:35:35.557852 |
Details available
Use-after-free vulnerability in Oxide allows remote attackers to cause a denial of service (application crash) or execute arbitrary code via unspecified vectors, related to responding synchronously to permission requests.
Published: 2016-05-13T14:00:00.000Z
Updated: 2024-08-05T23:02:11.737Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1576 |
vulnerable | 2026-06-03 14:35:35.555035 |
Details available
The overlayfs implementation in the Linux kernel through 4.5.2 does not properly restrict the mount namespace, which allows local users to gain privileges by mounting an overlayfs filesystem on top of a FUSE filesystem, and then executing a crafted setuid program.
Published: 2016-05-02T10:00:00.000Z
Updated: 2024-08-05T23:02:11.745Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1575 |
vulnerable | 2026-06-03 14:35:35.553201 |
Details available
The overlayfs implementation in the Linux kernel through 4.5.2 does not properly maintain POSIX ACL xattr data, which allows local users to gain privileges by leveraging a group-writable setgid directory.
Published: 2016-05-02T10:00:00.000Z
Updated: 2024-08-05T23:02:12.188Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1372 |
vulnerable | 2026-06-03 14:35:32.189892 |
Details available
ClamAV (aka Clam AntiVirus) before 0.99.2 allows remote attackers to cause a denial of service (application crash) via a crafted 7z file.
Published: 2016-10-03T18:00:00.000Z
Updated: 2024-08-05T22:55:14.224Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1371 |
vulnerable | 2026-06-03 14:35:32.188085 |
Details available
ClamAV (aka Clam AntiVirus) before 0.99.2 allows remote attackers to cause a denial of service (application crash) via a crafted mew packer executable.
Published: 2016-10-03T18:00:00.000Z
Updated: 2024-08-05T22:55:14.274Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1255 |
not_vulnerable | 2026-06-03 14:35:31.332558 |
Details available
The pg_ctlcluster script in postgresql-common package in Debian wheezy before 134wheezy5, in Debian jessie before 165+deb8u2, in Debian unstable before 178, in Ubuntu 12.04 LTS before 129ubuntu1.2, in Ubuntu 14.04 LTS before 154ubuntu1.1, in Ubuntu 16.04 LTS before 173ubuntu0.1, in Ubuntu 17.04 before 179ubuntu0.1, and in Ubuntu 17.10 before 184ubuntu1.1 allows local users to gain root privileges via a symlink attack on a logfile in /var/log/postgresql.
Published: 2017-12-05T16:00:00.000Z
Updated: 2024-08-05T22:48:13.668Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1252 |
vulnerable | 2026-06-03 14:35:31.237024 |
Details available
The apt package in Debian jessie before 1.0.9.8.4, in Debian unstable before 1.4~beta2, in Ubuntu 14.04 LTS before 1.0.1ubuntu2.17, in Ubuntu 16.04 LTS before 1.2.15ubuntu0.2, and in Ubuntu 16.10 before 1.3.2ubuntu0.1 allows man-in-the-middle attackers to bypass a repository-signing protection mechanism by leveraging improper error handling when validating InRelease file signatures.
Published: 2017-12-05T16:00:00.000Z
Updated: 2024-08-05T22:48:13.650Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1247 |
not_vulnerable | 2026-06-03 14:35:31.193109 |
Details available
The nginx package before 1.6.2-5+deb8u3 on Debian jessie, the nginx packages before 1.4.6-1ubuntu3.6 on Ubuntu 14.04 LTS, before 1.10.0-0ubuntu0.16.04.3 on Ubuntu 16.04 LTS, and before 1.10.1-0ubuntu1.1 on Ubuntu 16.10, and the nginx ebuild before 1.10.2-r3 on Gentoo allow local users with access to the web server user account to gain root privileges via a symlink attack on the error log.
Published: 2016-11-29T17:00:00.000Z
Updated: 2024-08-05T22:48:13.613Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-1240 |
not_vulnerable | 2026-06-03 14:35:31.156377 |
Details available
The Tomcat init script in the tomcat7 package before 7.0.56-3+deb8u4 and tomcat8 package before 8.0.14-1+deb8u3 on Debian jessie and the tomcat6 and libtomcat6-java packages before 6.0.35-1ubuntu3.8 on Ubuntu 12.04 LTS, the tomcat7 and libtomcat7-java packages before 7.0.52-1ubuntu0.7 on Ubuntu 14.04 LTS, and tomcat8 and libtomcat8-java packages before 8.0.32-1ubuntu1.2 on Ubuntu 16.04 LTS allows local users with access to the tomcat account to gain root privileges via a symlink attack on the Catalina log file, as demonstrated by /var/log/tomcat7/catalina.out.
Published: 2016-10-03T00:00:00.000Z
Updated: 2024-08-05T22:48:13.696Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-10727 |
vulnerable | 2026-06-03 14:35:29.747239 |
Details available
camel/providers/imapx/camel-imapx-server.c in the IMAPx component in GNOME evolution-data-server before 3.21.2 proceeds with cleartext data containing a password if the client wishes to use STARTTLS but the server will not use STARTTLS, which makes it easier for remote attackers to obtain sensitive information by sniffing the network. The server code was intended to report an error and not proceed, but the code was written incorrectly.
Published: 2018-07-20T04:00:00.000Z
Updated: 2024-08-06T03:30:20.132Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-10714 |
vulnerable | 2026-06-03 14:35:29.729889 |
Details available
In zsh before 5.3, an off-by-one error resulted in undersized buffers that were intended to support PATH_MAX characters.
Published: 2018-02-27T22:00:00.000Z
Updated: 2024-08-06T03:30:20.143Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-10712 |
vulnerable | 2026-06-03 14:35:29.726167 |
Details available
In PHP before 5.5.32, 5.6.x before 5.6.18, and 7.x before 7.0.3, all of the return values of stream_get_meta_data can be controlled if the input can be controlled (e.g., during file uploads). For example, a "$uri = stream_get_meta_data(fopen($file, "r"))['uri']" call mishandles the case where $file is data:text/plain;uri=eviluri, -- in other words, metadata can be set by an attacker.
Published: 2018-02-09T06:00:00.000Z
Updated: 2024-08-06T03:30:20.196Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-10708 |
vulnerable | 2026-06-03 14:35:29.711739 |
Details available
sshd in OpenSSH before 7.4 allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via an out-of-sequence NEWKEYS message, as demonstrated by Honggfuzz, related to kex.c and packet.c.
Published: 2018-01-21T22:00:00.000Z
Updated: 2026-04-29T14:33:06.889Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-10109 |
vulnerable | 2026-06-03 14:35:23.383455 |
Details available
Use-after-free vulnerability in pcsc-lite before 1.8.20 allows a remote attackers to cause denial of service (crash) via a command that uses "cardsList" after the handle has been released through the SCardReleaseContext function.
Published: 2017-02-23T20:00:00.000Z
Updated: 2024-08-06T03:07:32.165Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-0763 |
vulnerable | 2026-06-03 14:35:22.137143 |
Details available
The setGlobalContext method in org/apache/naming/factory/ResourceLinkFactory.java in Apache Tomcat 7.x before 7.0.68, 8.x before 8.0.31, and 9.x before 9.0.0.M3 does not consider whether ResourceLinkFactory.setGlobalContext callers are authorized, which allows remote authenticated users to bypass intended SecurityManager restrictions and read or write to arbitrary application data, or cause a denial of service (application disruption), via a web application that sets a crafted global context.
Published: 2016-02-25T01:00:00.000Z
Updated: 2024-08-05T22:30:04.044Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-0727 |
vulnerable | 2026-06-03 14:35:21.964022 |
Details available
The crontab script in the ntp package before 1:4.2.6.p3+dfsg-1ubuntu3.11 on Ubuntu 12.04 LTS, before 1:4.2.6.p5+dfsg-3ubuntu2.14.04.10 on Ubuntu 14.04 LTS, on Ubuntu Wily, and before 1:4.2.8p4+dfsg-3ubuntu5.3 on Ubuntu 16.04 LTS allows local users with access to the ntp account to write to arbitrary files and consequently gain privileges via vectors involving statistics directory cleanup.
Published: 2017-04-14T18:00:00.000Z
Updated: 2024-08-05T22:30:03.949Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-0718 |
vulnerable | 2026-06-03 14:35:21.934618 |
Details available
Expat allows context-dependent attackers to cause a denial of service (crash) or possibly execute arbitrary code via a malformed input document, which triggers a buffer overflow.
Published: 2016-05-26T16:00:00.000Z
Updated: 2024-08-05T22:30:03.995Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-0714 |
vulnerable | 2026-06-03 14:35:21.918786 |
Details available
The session-persistence implementation in Apache Tomcat 6.x before 6.0.45, 7.x before 7.0.68, 8.x before 8.0.31, and 9.x before 9.0.0.M2 mishandles session attributes, which allows remote authenticated users to bypass intended SecurityManager restrictions and execute arbitrary code in a privileged context via a web application that places a crafted object in a session.
Published: 2016-02-25T01:00:00.000Z
Updated: 2024-08-05T22:30:03.540Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-0706 |
vulnerable | 2026-06-03 14:35:21.810372 |
Details available
Apache Tomcat 6.x before 6.0.45, 7.x before 7.0.68, 8.x before 8.0.31, and 9.x before 9.0.0.M2 does not place org.apache.catalina.manager.StatusManagerServlet on the org/apache/catalina/core/RestrictedServlets.properties list, which allows remote authenticated users to bypass intended SecurityManager restrictions and read arbitrary HTTP requests, and consequently discover session ID values, via a crafted web application.
Published: 2016-02-25T01:00:00.000Z
Updated: 2024-08-05T22:30:03.533Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-9542 |
vulnerable | 2026-06-03 14:35:19.980819 |
Details available
add_password in pam_radius_auth.c in pam_radius 1.4.0 does not correctly check the length of the input password, and is vulnerable to a stack-based buffer overflow during memcpy(). An attacker could send a crafted password to an application (loading the pam_radius library) and crash it. Arbitrary code execution might be possible, depending on the application, C library, compiler, and other factors.
Published: 2020-02-24T14:14:13.000Z
Updated: 2024-08-06T08:51:05.242Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-9262 |
vulnerable | 2026-06-03 14:35:19.504044 |
Details available
_XcursorThemeInherits in library.c in libXcursor before 1.1.15 allows remote attackers to cause denial of service or potentially code execution via a one-byte heap overflow.
Published: 2018-08-01T23:00:00.000Z
Updated: 2024-08-06T08:43:42.565Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-9261 |
vulnerable | 2026-06-03 14:35:19.503433 |
Details available
huft_build in archival/libarchive/decompress_gunzip.c in BusyBox before 1.27.2 misuses a pointer, causing segfaults and an application crash during an unzip operation on a specially crafted ZIP file.
Published: 2018-07-26T19:00:00.000Z
Updated: 2024-08-06T08:43:42.398Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8948 |
vulnerable | 2026-06-03 14:35:13.721847 |
Details available
idn in GNU libidn before 1.33 might allow remote attackers to obtain sensitive memory information by reading a zero byte as input, which triggers an out-of-bounds read.
Published: 2016-09-07T20:00:00.000Z
Updated: 2024-08-06T08:36:30.742Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8946 |
vulnerable | 2026-06-03 14:35:13.718758 |
Details available
ecryptfs-setup-swap in eCryptfs before 111 does not prevent the unencrypted swap partition from activating during boot when using GPT partitioning and certain versions of systemd, which allows local users to obtain sensitive information via unspecified vectors.
Published: 2016-07-22T14:00:00.000Z
Updated: 2024-08-06T08:36:30.716Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8934 |
vulnerable | 2026-06-03 14:35:13.691221 |
Details available
The copy_from_lzss_window function in archive_read_support_format_rar.c in libarchive 3.2.0 and earlier allows remote attackers to cause a denial of service (out-of-bounds heap read) via a crafted rar file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.361Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8933 |
vulnerable | 2026-06-03 14:35:13.690609 |
Details available
Integer overflow in the archive_read_format_tar_skip function in archive_read_support_format_tar.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (crash) via a crafted tar file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.340Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8932 |
vulnerable | 2026-06-03 14:35:13.689912 |
Details available
The compress_bidder_init function in archive_read_support_filter_compress.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (crash) via a crafted tar file, which triggers an invalid left shift.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.371Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8931 |
vulnerable | 2026-06-03 14:35:13.689146 |
Details available
Multiple integer overflows in the (1) get_time_t_max and (2) get_time_t_min functions in archive_read_support_format_mtree.c in libarchive before 3.2.0 allow remote attackers to have unspecified impact via a crafted mtree file, which triggers undefined behavior.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.311Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8930 |
vulnerable | 2026-06-03 14:35:13.688443 |
Details available
bsdtar in libarchive before 3.2.0 allows remote attackers to cause a denial of service (infinite loop) via an ISO with a directory that is a member of itself.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.937Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8928 |
vulnerable | 2026-06-03 14:35:13.687293 |
Details available
The process_add_entry function in archive_read_support_format_mtree.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted mtree file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.350Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8926 |
vulnerable | 2026-06-03 14:35:13.686333 |
Details available
The archive_read_format_rar_read_data function in archive_read_support_format_rar.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (crash) via a crafted rar archive.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:31.538Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8925 |
vulnerable | 2026-06-03 14:35:13.685721 |
Details available
The readline function in archive_read_support_format_mtree.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (invalid read) via a crafted mtree file, related to newline parsing.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:29.917Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8924 |
vulnerable | 2026-06-03 14:35:13.685176 |
Details available
The archive_read_format_tar_read_header function in archive_read_support_format_tar.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted tar file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.339Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8923 |
vulnerable | 2026-06-03 14:35:13.684561 |
Details available
The process_extra function in libarchive before 3.2.0 uses the size field and a signed number in an offset, which allows remote attackers to cause a denial of service (crash) via a crafted zip file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:29.935Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8922 |
vulnerable | 2026-06-03 14:35:13.683823 |
Details available
The read_CodersInfo function in archive_read_support_format_7zip.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (NULL pointer dereference and crash) via a crafted 7z file, related to the _7z_folder struct.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:29.936Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8921 |
vulnerable | 2026-06-03 14:35:13.683190 |
Details available
The ae_strtofflags function in archive_entry.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted mtree file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.346Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8920 |
vulnerable | 2026-06-03 14:35:13.682554 |
Details available
The _ar_read_header function in archive_read_support_format_ar.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (out-of-bounds stack read) via a crafted ar file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.439Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8919 |
vulnerable | 2026-06-03 14:35:13.681861 |
Details available
The lha_read_file_extended_header function in archive_read_support_format_lha.c in libarchive before 3.2.0 allows remote attackers to cause a denial of service (out-of-bounds heap) via a crafted (1) lzh or (2) lha file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:29.924Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8917 |
vulnerable | 2026-06-03 14:35:13.676881 |
Details available
bsdtar in libarchive before 3.2.0 allows remote attackers to cause a denial of service (NULL pointer dereference and crash) via an invalid character in the name of a cab file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:30.394Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8916 |
vulnerable | 2026-06-03 14:35:13.676216 |
Details available
bsdtar in libarchive before 3.2.0 returns a success code without filling the entry when the header is a "split file in multivolume RAR," which allows remote attackers to cause a denial of service (NULL pointer dereference and crash) via a crafted rar file.
Published: 2016-09-20T14:00:00.000Z
Updated: 2024-08-06T08:36:29.921Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8899 |
vulnerable | 2026-06-03 14:35:13.665915 |
Details available
Dnsmasq before 2.76 allows remote servers to cause a denial of service (crash) via a reply with an empty DNS address that has an (1) A or (2) AAAA record defined locally.
Published: 2016-06-30T17:00:00.000Z
Updated: 2024-08-06T08:29:22.024Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8872 |
vulnerable | 2026-06-03 14:35:13.605302 |
Details available
The set_fat function in fat.c in dosfstools before 4.0 might allow attackers to corrupt a FAT12 filesystem or cause a denial of service (invalid memory read and crash) by writing an odd number of clusters to the third to last entry on a FAT12 filesystem, which triggers an "off-by-two error."
Published: 2016-06-03T14:00:00.000Z
Updated: 2024-08-06T08:29:22.096Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8839 |
vulnerable | 2026-06-03 14:35:13.045752 |
Details available
Multiple race conditions in the ext4 filesystem implementation in the Linux kernel before 4.5 allow local users to cause a denial of service (disk corruption) by writing to a page that is associated with a different user's file after unsynchronized hole punching and page-fault handling.
Published: 2016-05-02T10:00:00.000Z
Updated: 2024-08-06T08:29:22.094Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-8806 |
vulnerable | 2026-06-03 14:35:12.925617 |
Details available
dict.c in libxml2 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via an unexpected character immediately after the "<!DOCTYPE html" substring in a crafted HTML document.
Published: 2016-04-13T17:00:00.000Z
Updated: 2024-08-06T08:29:22.040Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-7977 |
vulnerable | 2026-06-03 14:35:10.612491 |
Details available
ntpd in NTP before 4.2.8p6 and 4.3.x before 4.3.90 allows remote attackers to cause a denial of service (NULL pointer dereference) via a ntpdc reslist command.
Published: 2017-01-30T21:00:00.000Z
Updated: 2024-08-06T08:06:31.485Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-7973 |
vulnerable | 2026-06-03 14:35:10.530281 |
Details available
NTP before 4.2.8p6 and 4.3.x before 4.3.90, when configured in broadcast mode, allows man-in-the-middle attackers to conduct replay attacks by sniffing the network.
Published: 2017-01-30T21:00:00.000Z
Updated: 2024-08-06T08:06:31.462Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-5370 |
vulnerable | 2026-06-03 14:34:59.590765 |
Details available
Samba 3.x and 4.x before 4.2.11, 4.3.x before 4.3.8, and 4.4.x before 4.4.2 does not properly implement the DCE-RPC layer, which allows remote attackers to perform protocol-downgrade attacks, cause a denial of service (application crash or CPU consumption), or possibly execute arbitrary code on a client system via unspecified vectors.
Published: 2016-04-25T00:00:00.000Z
Updated: 2024-08-06T06:41:09.352Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-5351 |
vulnerable | 2026-06-03 14:34:59.407253 |
Details available
The (1) Manager and (2) Host Manager applications in Apache Tomcat 7.x before 7.0.68, 8.x before 8.0.31, and 9.x before 9.0.0.M2 establish sessions and send CSRF tokens for arbitrary new requests, which allows remote attackers to bypass a CSRF protection mechanism by using a token.
Published: 2016-02-25T01:00:00.000Z
Updated: 2024-08-06T06:41:09.347Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-5346 |
vulnerable | 2026-06-03 14:34:59.343500 |
Details available
Session fixation vulnerability in Apache Tomcat 7.x before 7.0.66, 8.x before 8.0.30, and 9.x before 9.0.0.M2, when different session settings are used for deployments of multiple versions of the same web application, might allow remote attackers to hijack web sessions by leveraging use of a requestedSessionSSL field for an unintended request, related to CoyoteAdapter.java and Request.java.
Published: 2016-02-25T01:00:00.000Z
Updated: 2024-08-06T06:41:09.411Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-5345 |
vulnerable | 2026-06-03 14:34:59.341234 |
Details available
The Mapper component in Apache Tomcat 6.x before 6.0.45, 7.x before 7.0.68, 8.x before 8.0.30, and 9.x before 9.0.0.M2 processes redirects before considering security constraints and Filters, which allows remote attackers to determine the existence of a directory via a URL that lacks a trailing / (slash) character.
Published: 2016-02-25T01:00:00.000Z
Updated: 2024-08-06T06:41:09.298Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-5180 |
vulnerable | 2026-06-03 14:34:58.824588 |
Details available
res_query in libresolv in glibc before 2.25 allows remote attackers to cause a denial of service (NULL pointer dereference and process crash).
Published: 2017-06-27T20:00:00.000Z
Updated: 2024-08-06T06:41:08.765Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-5174 |
vulnerable | 2026-06-03 14:34:58.815236 |
Details available
Directory traversal vulnerability in RequestUtil.java in Apache Tomcat 6.x before 6.0.45, 7.x before 7.0.65, and 8.x before 8.0.27 allows remote authenticated users to bypass intended SecurityManager restrictions and list a parent directory via a /.. (slash dot dot) in a pathname used by a web application in a getResource, getResourceAsStream, or getResourcePaths call, as demonstrated by the $CATALINA_BASE/webapps directory.
Published: 2016-02-25T01:00:00.000Z
Updated: 2024-08-06T06:41:07.953Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-1336 |
not_vulnerable | 2026-06-03 14:34:39.175023 |
Details available
The daily mandb cleanup job in Man-db before 2.7.6.1-1 as packaged in Ubuntu and Debian allows local users with access to the man account to gain privileges via vectors involving insecure chown use.
Published: 2017-09-27T15:00:00.000Z
Updated: 2024-08-06T04:40:18.328Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9854 |
vulnerable | 2026-06-03 14:34:28.376305 |
Details available
coders/tiff.c in ImageMagick allows remote attackers to cause a denial of service (application crash) via vectors related to the "identification of image."
Published: 2017-03-17T14:00:00.000Z
Updated: 2024-08-06T13:55:04.442Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9853 |
vulnerable | 2026-06-03 14:34:28.373868 |
Details available
Memory leak in coders/rle.c in ImageMagick allows remote attackers to cause a denial of service (memory consumption) via a crafted rle file.
Published: 2017-03-17T14:00:00.000Z
Updated: 2024-08-06T13:55:04.499Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9851 |
vulnerable | 2026-06-03 14:34:28.363215 |
Details available
ImageMagick 6.8.9.9 allows remote attackers to cause a denial of service (application crash).
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.522Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9850 |
vulnerable | 2026-06-03 14:34:28.362519 |
Details available
Logic error in ImageMagick 6.8.9.9 allows remote attackers to cause a denial of service (resource consumption).
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.590Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9849 |
vulnerable | 2026-06-03 14:34:28.361871 |
Details available
The png coder in ImageMagick allows remote attackers to cause a denial of service (crash).
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.615Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9848 |
vulnerable | 2026-06-03 14:34:28.361042 |
Details available
Memory leak in ImageMagick allows remote attackers to cause a denial of service (memory consumption).
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.556Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9847 |
vulnerable | 2026-06-03 14:34:28.355121 |
Details available
The jng decoder in ImageMagick 6.8.9.9 allows remote attackers to have an unspecified impact.
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.560Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9846 |
vulnerable | 2026-06-03 14:34:28.350857 |
Details available
Buffer overflow in the ReadRLEImage function in coders/rle.c in ImageMagick 6.8.9.9 allows remote attackers to have unspecified impact.
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.941Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9845 |
vulnerable | 2026-06-03 14:34:28.349957 |
Details available
The ReadDIBImage function in coders/dib.c in ImageMagick allows remote attackers to cause a denial of service (crash) via a corrupted dib file.
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.580Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9844 |
vulnerable | 2026-06-03 14:34:28.346972 |
Details available
The ReadRLEImage function in coders/rle.c in ImageMagick 6.8.9.9 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted image file.
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.555Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9843 |
vulnerable | 2026-06-03 14:34:28.343663 |
Details available
The DecodePSDPixels function in coders/psd.c in ImageMagick 6.8.9.9 allows remote attackers to have unspecified impact via unknown vectors.
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.600Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9842 |
vulnerable | 2026-06-03 14:34:28.342903 |
Details available
Memory leak in the ReadPSDLayers function in coders/psd.c in ImageMagick 6.8.9.9 allows remote attackers to cause a denial of service (memory consumption) via unspecified vectors.
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.557Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9841 |
vulnerable | 2026-06-03 14:34:28.337222 |
Details available
The ReadPSDLayers function in coders/psd.c in ImageMagick 6.8.9.9 allows remote attackers to have unspecified impact via unknown vectors, related to "throwing of exceptions."
Published: 2017-03-20T16:00:00.000Z
Updated: 2024-08-06T13:55:04.576Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-9709 |
vulnerable | 2026-06-03 14:34:28.079377 |
Details available
The GetCode_ function in gd_gif_in.c in GD 2.1.1 and earlier, as used in PHP before 5.5.21 and 5.6.x before 5.6.5, allows remote attackers to cause a denial of service (buffer over-read and application crash) via a crafted GIF image that is improperly handled by the gdImageCreateFromGif function.
Published: 2015-03-30T10:00:00.000Z
Updated: 2024-08-06T13:55:04.341Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8134 |
vulnerable | 2026-06-03 14:34:23.213098 |
Details available
The paravirt_ops_setup function in arch/x86/kernel/kvm.c in the Linux kernel through 3.18 uses an improper paravirt_enabled setting for KVM guest kernels, which makes it easier for guest OS users to bypass the ASLR protection mechanism via a crafted application that reads a 16-bit value.
Published: 2014-12-12T18:00:00.000Z
Updated: 2024-08-06T13:10:51.008Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-10071 |
vulnerable | 2026-06-03 14:33:40.951410 |
Details available
In exec.c in zsh before 5.0.7, there is a buffer overflow for very long fds in the ">& fd" syntax.
Published: 2018-02-27T22:00:00.000Z
Updated: 2024-08-06T14:02:38.246Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2012-6702 |
vulnerable | 2026-06-03 14:32:35.198169 |
Details available
Expat, when used in a parser that has not called XML_SetHashSalt or passed it a seed of 0, makes it easier for context-dependent attackers to defeat cryptographic protection mechanisms via vectors involving use of the srand function.
Published: 2016-06-16T18:00:00.000Z
Updated: 2024-08-06T21:36:02.049Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2011-5325 |
vulnerable | 2026-06-03 14:31:28.567859 |
Details available
Directory traversal vulnerability in the BusyBox implementation of tar before 1.22.0 v5 allows remote attackers to point to files outside the current working directory via a symlink.
Published: 2017-08-07T17:00:00.000Z
Updated: 2024-08-07T00:30:47.187Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2011-2767 |
vulnerable | 2026-06-03 14:31:10.760675 |
Details available
mod_perl 2.0 through 2.0.10 allows attackers to execute arbitrary Perl code by placing it in a user-owned .htaccess file, because (contrary to the documentation) there is no configuration option that permits Perl code for the administrator's control of HTTP request processing without also permitting unprivileged users to run Perl code in the context of the user account that runs Apache HTTP Server processes.
Published: 2018-08-26T16:00:00.000Z
Updated: 2024-08-06T23:15:30.814Z |
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.