Vulnerabilities

538 via 921 paths

Dependencies

279

Source

Group 6 Copy Created with Sketch. Docker

Target OS

debian:8
Test your Docker Hub image against our market leading vulnerability database Sign up for free
Severity
  • 63
  • 196
  • 239
  • 40
Status
  • 538
  • 0
  • 0

critical severity

Out-of-bounds Write

  • Vulnerable module: bzip2/bzip2
  • Introduced through: bzip2/bzip2@1.0.6-7+b3 and bzip2/libbz2-1.0@1.0.6-7+b3
  • Fixed in: 1.0.6-7+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 bzip2/bzip2@1.0.6-7+b3
  • Introduced through: tomcat@8.0.47 bzip2/libbz2-1.0@1.0.6-7+b3

NVD Description

Note: Versions mentioned in the description apply only to the upstream bzip2 package and not the bzip2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

BZ2_decompress in decompress.c in bzip2 through 1.0.6 has an out-of-bounds write when there are many selectors.

Remediation

Upgrade Debian:8 bzip2 to version 1.0.6-7+deb8u1 or higher.

References

critical severity

Buffer Overflow

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u16

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Heap buffer overflow in the TFTP protocol handler in cURL 7.19.4 to 7.65.3.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u16 or higher.

References

critical severity

CVE-2018-1000007

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u9

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u9 or higher.

References

critical severity

Integer Overflow or Wraparound

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u13

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Multiple integer overflows in the (1) curl_escape, (2) curl_easy_escape, (3) curl_unescape, and (4) curl_easy_unescape functions in libcurl before 7.50.3 allow attackers to have unspecified impact via a string of length 0xffffffff, which triggers a heap-based buffer overflow.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u13 or higher.

References

critical severity

Integer Overflow or Wraparound

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u12

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.)

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u12 or higher.

References

critical severity

Out-of-Bounds

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u13

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u13 or higher.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u14

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u14 or higher.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u10 or higher.

References

critical severity

Directory Traversal

  • Vulnerable module: dpkg
  • Introduced through: dpkg@1.17.27

Detailed paths

  • Introduced through: tomcat@8.0.47 dpkg@1.17.27

NVD Description

Note: Versions mentioned in the description apply only to the upstream dpkg package and not the dpkg package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

dpkg-source in dpkg 1.3.0 through 1.18.23 is able to use a non-GNU patch program and does not offer a protection mechanism for blank-indented diff hunks, which allows remote attackers to conduct directory traversal attacks via a crafted Debian source package, as demonstrated by use of dpkg-source on NetBSD.

Remediation

There is no fixed version for Debian:8 dpkg.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-3+deb8u2
  • Fixed in: 2.5.2-3+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 freetype/libfreetype6@2.5.2-3+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream freetype package and not the freetype package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In FreeType before 2.6.1, a buffer over-read occurs in type1/t1parse.c on function T1_Get_Private_Dict where there is no check that the new values of cur and limit are sensible before going to Again.

Remediation

Upgrade Debian:8 freetype to version 2.5.2-3+deb8u3 or higher.

References

critical severity

NULL Pointer Dereference

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.42.1-1+b1 and glib2.0/libglib2.0-data@2.42.1-1
  • Fixed in: 2.42.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-0@2.42.1-1+b1
  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-data@2.42.1-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream glib2.0 package and not the glib2.0 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In GNOME GLib 2.56.1, g_markup_parse_context_end_parse() in gmarkup.c has a NULL pointer dereference.

Remediation

Upgrade Debian:8 glib2.0 to version 2.42.1-1+deb8u2 or higher.

References

critical severity

Race Condition

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.42.1-1+b1 and glib2.0/libglib2.0-data@2.42.1-1
  • Fixed in: 2.42.1-1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-0@2.42.1-1+b1
  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-data@2.42.1-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream glib2.0 package and not the glib2.0 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

file_copy_fallback in gio/gfile.c in GNOME GLib 2.15.0 through 2.61.1 does not properly restrict file permissions while a copy operation is in progress. Instead, default permissions are used.

Remediation

Upgrade Debian:8 glib2.0 to version 2.42.1-1+deb8u1 or higher.

References

critical severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The glob function in glob.c in the GNU C Library (aka glibc or libc6) before 2.27 contains a buffer overflow during unescaping of user names with the ~ operator.

Remediation

There is no fixed version for Debian:8 glibc.

References

critical severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The GNU C Library (aka glibc or libc6) before 2.27 contains an off-by-one error leading to a heap-based buffer overflow in the glob function in glob.c, related to the processing of home directories using the ~ operator followed by a long string.

Remediation

There is no fixed version for Debian:8 glibc.

References

critical severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Multiple stack-based buffer overflows in the GNU C Library (aka glibc or libc6) before 2.23 allow context-dependent attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a long argument to the (1) nan, (2) nanf, or (3) nanl function.

Remediation

There is no fixed version for Debian:8 glibc.

References

critical severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass stack guard protection. The component is: nptl. The attack vector is: Exploit stack buffer overflow vulnerability and use this bypass vulnerability to bypass stack guard. NOTE: Upstream comments indicate "this is being treated as a non-security bug and no real threat.

Remediation

There is no fixed version for Debian:8 glibc.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In the GNU C Library (aka glibc or libc6) through 2.29, proceed_next_node in posix/regexec.c has a heap-based buffer over-read via an attempted case-insensitive regular-expression match.

Remediation

There is no fixed version for Debian:8 glibc.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An integer overflow in the implementation of the posix_memalign in memalign functions in the GNU C Library (aka glibc or libc6) 2.26 and earlier could cause these functions to return a pointer to a heap area that is too small, potentially leading to heap corruption.

Remediation

There is no fixed version for Debian:8 glibc.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

stdlib/canonicalize.c in the GNU C Library (aka glibc or libc6) 2.27 and earlier, when processing very long pathname arguments to the realpath function, could encounter an integer overflow on 32-bit architectures, leading to a stack-based buffer overflow and, potentially, arbitrary code execution.

Remediation

There is no fixed version for Debian:8 glibc.

References

critical severity

Buffer Overflow

  • Vulnerable module: inetutils/inetutils-ping
  • Introduced through: inetutils/inetutils-ping@2:1.9.2.39.3a460-3
  • Fixed in: 2:1.9.2.39.3a460-3+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 inetutils/inetutils-ping@2:1.9.2.39.3a460-3

NVD Description

Note: Versions mentioned in the description apply only to the upstream inetutils package and not the inetutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

utility.c in telnetd in netkit telnet through 0.17 allows remote attackers to execute arbitrary code via short writes or urgent data, because of a buffer overflow involving the netclear and nextitem functions.

Remediation

Upgrade Debian:8 inetutils to version 2:1.9.2.39.3a460-3+deb8u1 or higher.

References

critical severity

Double Free

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4, krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Double free vulnerability in MIT Kerberos 5 (aka krb5) allows attackers to have unspecified impact via vectors involving automatic deletion of security contexts on error.

Remediation

There is no fixed version for Debian:8 krb5.

References

critical severity

Out-of-Bounds

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4, krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

plugins/preauth/pkinit/pkinit_crypto_openssl.c in MIT Kerberos 5 (aka krb5) through 1.15.2 mishandles Distinguished Name (DN) fields, which allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) in situations involving untrusted X.509 data, related to the get_matching_data and X509_NAME_oneline_ex functions. NOTE: this has security relevance only in use cases outside of the MIT Kerberos distribution, e.g., the use of get_matching_data in KDC certauth plugin code that is specific to Red Hat.

Remediation

There is no fixed version for Debian:8 krb5.

References

critical severity

Out-of-Bounds

  • Vulnerable module: libbsd/libbsd0
  • Introduced through: libbsd/libbsd0@0.7.0-2
  • Fixed in: 0.7.0-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libbsd/libbsd0@0.7.0-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libbsd package and not the libbsd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libbsd to version 0.7.0-2+deb8u1 or higher.

References

critical severity

Integer Overflow or Wraparound

  • Vulnerable module: libidn/libidn11
  • Introduced through: libidn/libidn11@1.29-1+deb8u2
  • Fixed in: 1.29-1+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libidn/libidn11@1.29-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libidn package and not the libidn package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer overflow in the decode_digit function in puny_decode.c in Libidn2 before 2.0.4 allows remote attackers to cause a denial of service or possibly have unspecified other impact.

Remediation

Upgrade Debian:8 libidn to version 1.29-1+deb8u3 or higher.

References

critical severity

Out-of-Bounds

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Heap-based Buffer Overflow in the psf_binheader_writef function in common.c in libsndfile through 1.0.28 allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact.

Remediation

There is no fixed version for Debian:8 libsndfile.

References

critical severity

Off-by-one Error

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-3+deb8u1, libx11/libx11-data@2:1.6.2-3+deb8u1 and others
  • Fixed in: 2:1.6.2-3+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libx11/libx11-6@2:1.6.2-3+deb8u1
  • Introduced through: tomcat@8.0.47 libx11/libx11-data@2:1.6.2-3+deb8u1
  • Introduced through: tomcat@8.0.47 libx11/libx11-xcb1@2:1.6.2-3+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libx11 package and not the libx11 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libx11 to version 2:1.6.2-3+deb8u2 or higher.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-3+deb8u1, libx11/libx11-data@2:1.6.2-3+deb8u1 and others
  • Fixed in: 2:1.6.2-3+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libx11/libx11-6@2:1.6.2-3+deb8u1
  • Introduced through: tomcat@8.0.47 libx11/libx11-data@2:1.6.2-3+deb8u1
  • Introduced through: tomcat@8.0.47 libx11/libx11-xcb1@2:1.6.2-3+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libx11 package and not the libx11 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libx11 to version 2:1.6.2-3+deb8u2 or higher.

References

critical severity

Out-of-Bounds

  • Vulnerable module: libxcursor/libxcursor1
  • Introduced through: libxcursor/libxcursor1@1:1.1.14-1+deb8u1
  • Fixed in: 1:1.1.14-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libxcursor/libxcursor1@1:1.1.14-1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxcursor package and not the libxcursor package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

_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.

Remediation

Upgrade Debian:8 libxcursor to version 1:1.1.14-1+deb8u2 or higher.

References

critical severity

Use of Externally-Controlled Format String

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Format string vulnerability in libxml2 before 2.9.4 allows attackers to have unspecified impact via format string specifiers in unknown vectors.

Remediation

There is no fixed version for Debian:8 libxml2.

References

critical severity

Improper Input Validation

  • Vulnerable module: libxrender/libxrender1
  • Introduced through: libxrender/libxrender1@1:0.9.8-1+b1

Detailed paths

  • Introduced through: tomcat@8.0.47 libxrender/libxrender1@1:0.9.8-1+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxrender package and not the libxrender package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Multiple buffer overflows in the (1) XvQueryAdaptors and (2) XvQueryEncodings functions in X.org libXrender before 0.9.10 allow remote X servers to trigger out-of-bounds write operations via vectors involving length fields.

Remediation

There is no fixed version for Debian:8 libxrender.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: libxrender/libxrender1
  • Introduced through: libxrender/libxrender1@1:0.9.8-1+b1

Detailed paths

  • Introduced through: tomcat@8.0.47 libxrender/libxrender1@1:0.9.8-1+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxrender package and not the libxrender package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The XRenderQueryFilters function in X.org libXrender before 0.9.10 allows remote X servers to trigger out-of-bounds write operations via vectors involving filter name lengths.

Remediation

There is no fixed version for Debian:8 libxrender.

References

critical severity

Insufficient Verification of Data Authenticity

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In Network Security Services (NSS) before 3.46, several cryptographic primitives had missing length checks. In cases where the application calling the library did not perform a sanity check on the inputs it could result in a crash due to a buffer overflow.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u10 or higher.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: perl
  • Introduced through: perl@5.20.2-3+deb8u9, perl/perl-base@5.20.2-3+deb8u9 and others
  • Fixed in: 5.20.2-3+deb8u12

Detailed paths

  • Introduced through: tomcat@8.0.47 perl@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-base@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-modules@5.20.2-3+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 perl to version 5.20.2-3+deb8u12 or higher.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: perl
  • Introduced through: perl@5.20.2-3+deb8u9, perl/perl-base@5.20.2-3+deb8u9 and others
  • Fixed in: 5.20.2-3+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 perl@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-base@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-modules@5.20.2-3+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 perl to version 5.20.2-3+deb8u10 or higher.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: perl
  • Introduced through: perl@5.20.2-3+deb8u9, perl/perl-base@5.20.2-3+deb8u9 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 perl@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-base@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-modules@5.20.2-3+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 perl.

References

critical severity

Integer Overflow or Wraparound

  • Vulnerable module: pixman/libpixman-1-0
  • Introduced through: pixman/libpixman-1-0@0.32.6-3
  • Fixed in: 0.32.6-3+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 pixman/libpixman-1-0@0.32.6-3

NVD Description

Note: Versions mentioned in the description apply only to the upstream pixman package and not the pixman package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An integer overflow issue has been reported in the general_composite_rect() function in pixman prior to version 0.32.8. An attacker could exploit this issue to cause an application using pixman to crash or, potentially, execute arbitrary code.

Remediation

Upgrade Debian:8 pixman to version 0.32.6-3+deb8u1 or higher.

References

critical severity

Integer Overflow or Wraparound

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.9-9 and procps/libprocps3@2:3.3.9-9
  • Fixed in: 2:3.3.9-9+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 procps@2:3.3.9-9
  • Introduced through: tomcat@8.0.47 procps/libprocps3@2:3.3.9-9

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 procps to version 2:3.3.9-9+deb8u1 or higher.

References

critical severity

Out-of-Bounds

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3+deb8u4 and shadow/passwd@1:4.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 shadow/login@1:4.2-3+deb8u4
  • Introduced through: tomcat@8.0.47 shadow/passwd@1:4.2-3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In shadow before 4.5, the newusers tool could be made to manipulate internal data structures in ways unintended by the authors. Malformed input may lead to crashes (with a buffer overflow or other memory corruption) or other unspecified behaviors. This crosses a privilege boundary in, for example, certain web-hosting environments in which a Control Panel allows an unprivileged user account to create subaccounts.

Remediation

There is no fixed version for Debian:8 shadow.

References

critical severity

CVE-2017-2519

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2
  • Fixed in: 3.8.7.1-1+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. macOS before 10.12.5 is affected. tvOS before 10.2.1 is affected. watchOS before 3.2.2 is affected. The issue involves the "SQLite" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted SQL statement.

Remediation

Upgrade Debian:8 sqlite3 to version 3.8.7.1-1+deb8u4 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2
  • Fixed in: 3.8.7.1-1+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The getNodeSize function in ext/rtree/rtree.c in SQLite through 3.19.3, as used in GDAL and other products, mishandles undersized RTree blobs in a crafted database, leading to a heap-based buffer over-read or possibly unspecified other impact.

Remediation

Upgrade Debian:8 sqlite3 to version 3.8.7.1-1+deb8u4 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2
  • Fixed in: 3.8.7.1-1+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. macOS before 10.12.5 is affected. tvOS before 10.2.1 is affected. watchOS before 3.2.2 is affected. The issue involves the "SQLite" component. It allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) via a crafted SQL statement.

Remediation

Upgrade Debian:8 sqlite3 to version 3.8.7.1-1+deb8u4 or higher.

References

critical severity

Use After Free

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2
  • Fixed in: 3.8.7.1-1+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. macOS before 10.12.5 is affected. tvOS before 10.2.1 is affected. watchOS before 3.2.2 is affected. The issue involves the "SQLite" component. It allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) via a crafted SQL statement.

Remediation

Upgrade Debian:8 sqlite3 to version 3.8.7.1-1+deb8u4 or higher.

References

critical severity

Use After Free

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In SQLite through 3.31.1, the ALTER TABLE implementation has a use-after-free, as demonstrated by an ORDER BY clause that belongs to a compound SELECT statement.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

critical severity

Information Exposure

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

systemd 242 changes the VT1 mode upon a logout, which allows attackers to read cleartext passwords in certain circumstances, such as watching a shutdown, or using Ctrl-Alt-F1 and Ctrl-Alt-F2. This occurs because the KDGKBMODE (aka current keyboard mode) check is mishandled.

Remediation

There is no fixed version for Debian:8 systemd.

References

critical severity

CVE-2005-2541

  • Vulnerable module: tar
  • Introduced through: tar@1.27.1-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 tar@1.27.1-2+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream tar package and not the tar package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Tar 1.15.1 does not properly warn the user when extracting setuid or setgid files, which may allow local users or remote attackers to gain privileges.

Remediation

There is no fixed version for Debian:8 tar.

References

critical severity

Out-of-Bounds

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

tools/tiffcrop.c in libtiff 4.0.6 has an out-of-bounds read in readContigTilesIntoBuffer(). Reported as MSVR 35092.

Remediation

There is no fixed version for Debian:8 tiff.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In LibTIFF 4.0.7, the program processes BMP images without verifying that biWidth and biHeight in the bitmap-information header match the actual input, leading to a heap-based buffer over-read in bmp2tiff.

Remediation

There is no fixed version for Debian:8 tiff.

References

critical severity

CVE-2015-5224

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.25.2-6, util-linux/bsdutils@1:2.25.2-6 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 util-linux@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libblkid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libmount1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libuuid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/mount@2.25.2-6

NVD Description

Note: Versions mentioned in the description apply only to the upstream util-linux package and not the util-linux package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The mkostemp function in login-utils in util-linux when used incorrectly allows remote attackers to cause file name collision and possibly other attacks.

Remediation

There is no fixed version for Debian:8 util-linux.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: wget
  • Introduced through: wget@1.16-1+deb8u4
  • Fixed in: 1.16-1+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 wget@1.16-1+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream wget package and not the wget package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Buffer overflow in GNU Wget 1.20.1 and earlier allows remote attackers to cause a denial-of-service (DoS) or may execute an arbitrary code via unspecified vectors.

Remediation

Upgrade Debian:8 wget to version 1.16-1+deb8u6 or higher.

References

critical severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2+b1
  • Fixed in: 1:1.2.8.dfsg-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 zlib/zlib1g@1:1.2.8.dfsg-2+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

inffast.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.

Remediation

Upgrade Debian:8 zlib to version 1:1.2.8.dfsg-2+deb8u1 or higher.

References

critical severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2+b1
  • Fixed in: 1:1.2.8.dfsg-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 zlib/zlib1g@1:1.2.8.dfsg-2+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The crc32_big function in crc32.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact via vectors involving big-endian CRC calculation.

Remediation

Upgrade Debian:8 zlib to version 1:1.2.8.dfsg-2+deb8u1 or higher.

References

critical severity

Origin Validation Error

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-5, avahi/libavahi-common-data@0.6.31-5 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 avahi/libavahi-client3@0.6.31-5
  • Introduced through: tomcat@8.0.47 avahi/libavahi-common-data@0.6.31-5
  • Introduced through: tomcat@8.0.47 avahi/libavahi-common3@0.6.31-5

NVD Description

Note: Versions mentioned in the description apply only to the upstream avahi package and not the avahi package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 avahi.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u11

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u11 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u13

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u13 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u10 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: libbsd/libbsd0
  • Introduced through: libbsd/libbsd0@0.7.0-2

critical severity

Out-of-bounds Read

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit status message and no payload are parsed. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u2 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out of bounds read flaw was discovered in libssh2 before 1.8.1 when a specially crafted SFTP packet is received from the server. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u2 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the way SSH packets with a padding length value greater than the packet length are parsed. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u2 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the _libssh2_packet_require and _libssh2_packet_requirev functions. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u4 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the way SFTP packets with empty payloads are parsed. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u5 or higher.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The htmlParseTryOrFinish function in HTMLparser.c in libxml2 2.9.4 allows attackers to cause a denial of service (buffer over-read) or information disclosure.

Remediation

There is no fixed version for Debian:8 libxml2.

References

high severity

Buffer Overflow

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A buffer overflow issue was addressed with improved memory handling. This issue is fixed in macOS Mojave 10.14.6, Security Update 2019-004 High Sierra, Security Update 2019-004 Sierra. An attacker in a privileged network position may be able to execute arbitrary code.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u5 or higher.

References

high severity

Buffer Overflow

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A buffer overflow issue was addressed with improved memory handling. This issue is fixed in macOS Mojave 10.14.6, Security Update 2019-004 High Sierra, Security Update 2019-004 Sierra. An attacker in a privileged network position may be able to execute arbitrary code.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u5 or higher.

References

high severity

CVE-2018-6553

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u4 or higher.

References

high severity

Improper Input Validation

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The browsing feature in the server in CUPS does not filter ANSI escape sequences from shared printer names, which might allow remote attackers to execute arbitrary code via a crafted printer name.

Remediation

There is no fixed version for Debian:8 cups.

References

high severity

Out-of-bounds Read

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-3+deb8u2
  • Fixed in: 2.5.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 freetype/libfreetype6@2.5.2-3+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream freetype package and not the freetype package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

FreeType before 2.6.1 has a heap-based buffer over-read in T1_Get_Private_Dict in type1/t1parse.c.

Remediation

Upgrade Debian:8 freetype to version 2.5.2-3+deb8u4 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: gdk-pixbuf/libgdk-pixbuf2.0-0
  • Introduced through: gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6 and gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6
  • Fixed in: 2.31.1-2+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6
  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6

NVD Description

Note: Versions mentioned in the description apply only to the upstream gdk-pixbuf package and not the gdk-pixbuf package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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

Remediation

Upgrade Debian:8 gdk-pixbuf to version 2.31.1-2+deb8u7 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: giflib/libgif4
  • Introduced through: giflib/libgif4@4.1.6-11+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 giflib/libgif4@4.1.6-11+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream giflib package and not the giflib package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The DGifDecompressLine function in dgif_lib.c in GIFLIB (possibly version 3.0.x), as later shipped in cgif.c in sam2p 0.49.4, has a heap-based buffer overflow because a certain "Private->RunningCode - 2" array index is not checked. This will lead to a denial of service or possibly unspecified other impact.

Remediation

There is no fixed version for Debian:8 giflib.

References

high severity

Out-of-bounds Write

  • Vulnerable module: giflib/libgif4
  • Introduced through: giflib/libgif4@4.1.6-11+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 giflib/libgif4@4.1.6-11+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream giflib package and not the giflib package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The DGifDecompressLine function in dgif_lib.c in GIFLIB (possibly version 3.0.x), as later shipped in cgif.c in sam2p 0.49.4, has a heap-based buffer overflow because a certain CrntCode array index is not checked. This will lead to a denial of service or possibly unspecified other impact.

Remediation

There is no fixed version for Debian:8 giflib.

References

high severity

CVE-2019-1010023

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

GNU Libc current is affected by: Re-mapping current loaded library with malicious ELF file. The impact is: In worst case attacker may evaluate privileges. The component is: libld. The attack vector is: Attacker sends 2 ELF files to victim and asks to run ldd on it. ldd execute code. NOTE: Upstream comments indicate "this is being treated as a non-security bug and no real threat.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: graphite2/libgraphite2-3
  • Introduced through: graphite2/libgraphite2-3@1.3.10-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 graphite2/libgraphite2-3@1.3.10-1~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream graphite2 package and not the graphite2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libgraphite2 in graphite2 1.3.11, a NULL pointer dereference vulnerability was found in Segment.cpp during a dumbRendering operation, which may allow attackers to cause a denial of service or possibly have unspecified other impact via a crafted .ttf file.

Remediation

There is no fixed version for Debian:8 graphite2.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: icu/libicu52
  • Introduced through: icu/libicu52@52.1-8+deb8u6
  • Fixed in: 52.1-8+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 icu/libicu52@52.1-8+deb8u6

NVD Description

Note: Versions mentioned in the description apply only to the upstream icu package and not the icu package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in International Components for Unicode (ICU) for C/C++ through 66.1. An integer overflow, leading to a heap-based buffer overflow, exists in the UnicodeString::doAppend() function in common/unistr.cpp.

Remediation

Upgrade Debian:8 icu to version 52.1-8+deb8u8 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u5 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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 overflow of size 1 in the function jas_icctxtdesc_input in libjasper/base/jas_icc.c.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u5 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12
  • Fixed in: 1:1.3.1-12+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libjpeg-turbo to version 1:1.3.1-12+deb8u1 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libpng/libpng12-0
  • Introduced through: libpng/libpng12-0@1.2.50-2+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libpng/libpng12-0@1.2.50-2+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libpng package and not the libpng package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue has been found in third-party PNM decoding associated with libpng 1.6.35. It is a stack-based buffer overflow in the function get_token in pnm2png.c in pnm2png.

Remediation

There is no fixed version for Debian:8 libpng.

References

high severity

Out-of-Bounds

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The flac_buffer_copy function in flac.c in libsndfile 1.0.28 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted audio file.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libsndfile version 1.0.28, an error in the "aiff_read_chanmap()" function (aiff.c) can be exploited to cause an out-of-bounds read memory access via a specially crafted AIFF file.

Remediation

There is no fixed version for Debian:8 libsndfile.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A stack-based buffer overflow in psf_memset in common.c in libsndfile 1.0.28 allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted audio file. The vulnerability can be triggered by the executable sndfile-deinterleave.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An integer overflow flaw, which could lead to an out of bounds write, was discovered in libssh2 before 1.8.1 in the way keyboard prompt requests are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u2 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A flaw was found in libssh2 before 1.8.1. A server could send a multiple keyboard interactive response messages whose total length are greater than unsigned char max characters. This value is used as an index to copy memory causing in an out of bounds memory write error.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u2 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit signal are parsed. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u2 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An integer overflow flaw which could lead to an out of bounds write was discovered in libssh2 before 1.8.1 in the way packets are read from the server. A remote attacker who compromises a SSH server may be able to execute code on the client system when a user connects to the server.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u2 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: libvorbis/libvorbis0a
  • Introduced through: libvorbis/libvorbis0a@1.3.4-2 and libvorbis/libvorbisenc2@1.3.4-2
  • Fixed in: 1.3.4-2+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libvorbis/libvorbis0a@1.3.4-2
  • Introduced through: tomcat@8.0.47 libvorbis/libvorbisenc2@1.3.4-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libvorbis package and not the libvorbis package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The bark_noise_hybridmp function in psy.c in Xiph.Org libvorbis 1.3.5 allows remote attackers to cause a denial of service (out-of-bounds access and application crash) or possibly have unspecified other impact via a crafted mp4 file.

Remediation

Upgrade Debian:8 libvorbis to version 1.3.4-2+deb8u2 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libvorbis/libvorbis0a
  • Introduced through: libvorbis/libvorbis0a@1.3.4-2 and libvorbis/libvorbisenc2@1.3.4-2
  • Fixed in: 1.3.4-2+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libvorbis/libvorbis0a@1.3.4-2
  • Introduced through: tomcat@8.0.47 libvorbis/libvorbisenc2@1.3.4-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libvorbis package and not the libvorbis package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

mapping0_forward in mapping0.c in Xiph.Org libvorbis 1.3.6 does not validate the number of channels, which allows remote attackers to cause a denial of service (heap-based buffer overflow or over-read) or possibly have unspecified other impact via a crafted file.

Remediation

Upgrade Debian:8 libvorbis to version 1.3.4-2+deb8u2 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libvorbis/libvorbis0a
  • Introduced through: libvorbis/libvorbis0a@1.3.4-2 and libvorbis/libvorbisenc2@1.3.4-2
  • Fixed in: 1.3.4-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libvorbis/libvorbis0a@1.3.4-2
  • Introduced through: tomcat@8.0.47 libvorbis/libvorbisenc2@1.3.4-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libvorbis package and not the libvorbis package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libvorbis to version 1.3.4-2+deb8u1 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An integer overflow in xmlmemory.c in libxml2 before 2.9.5, as used in Google Chrome prior to 62.0.3202.62 and other products, allowed a remote attacker to potentially exploit heap corruption via a crafted XML file.

Remediation

There is no fixed version for Debian:8 libxml2.

References

high severity

Use After Free

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5
  • Fixed in: 2.9.1+dfsg1-5+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Use after free in libxml2 before 2.9.5, as used in Google Chrome prior to 63.0.3239.84 and other products, allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

Remediation

Upgrade Debian:8 libxml2 to version 2.9.1+dfsg1-5+deb8u6 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u7 or higher.

References

high severity

Arbitrary Code Injection

  • Vulnerable module: sensible-utils
  • Introduced through: sensible-utils@0.0.9
  • Fixed in: 0.0.9+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 sensible-utils@0.0.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream sensible-utils package and not the sensible-utils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

sensible-browser in sensible-utils before 0.0.11 does not validate strings before launching the program specified by the BROWSER environment variable, which allows remote attackers to conduct argument-injection attacks via a crafted URL, as demonstrated by a --proxy-pac-file argument.

Remediation

Upgrade Debian:8 sensible-utils to version 0.0.9+deb8u1 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer overflow in SQLite via WebSQL in Google Chrome prior to 74.0.3729.131 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

high severity

Out-of-Bounds

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u8 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u7 or higher.

References

high severity

Memory Leak

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The TIFFFdOpen function in tif_unix.c in LibTIFF 4.0.10 has a memory leak, as demonstrated by pal2rgb.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u10 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

tools/pal2rgb.c in pal2rgb in LibTIFF 4.0.9 allows remote attackers to cause a denial of service (TIFFSetupStrips heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted TIFF file.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u10 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

LibTIFF before 4.0.6 mishandles the reading of TIFF files, as demonstrated by a heap-based buffer over-read in the ReadTIFFImage function in coders/tiff.c in GraphicsMagick 1.3.27.

Remediation

There is no fixed version for Debian:8 tiff.

References

high severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

LibTIFF version 4.0.7 is vulnerable to a heap-based buffer over-read in tif_lzw.c resulting in DoS or code execution via a crafted bmp image to tools/bmp2tiff.

Remediation

There is no fixed version for Debian:8 tiff.

References

high severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u5 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u10 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The function t2p_write_pdf in tiff2pdf.c in LibTIFF 4.0.9 and earlier allows remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted TIFF file, a similar issue to CVE-2017-9935.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u5 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u6 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a heap based buffer overflow in tools/tiff2pdf.c of LibTIFF 4.0.8 via a PlanarConfig=Contig image, which causes a more than one hundred bytes out-of-bounds write (related to the ZIPDecode function in tif_zip.c). A crafted input may lead to a remote denial of service attack or an arbitrary code execution attack.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u5 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u7 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

newoffsets handling in ChopUpSingleUncompressedStrip in tif_dirread.c in LibTIFF 4.0.9 allows remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted TIFF file, as demonstrated by tiff2pdf. This is a different vulnerability than CVE-2018-15209.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u6 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u7 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

tif_getimage.c in LibTIFF through 4.0.10, as used in GDAL through 3.0.1 and other products, has an integer overflow that potentially causes a heap-based buffer overflow via a crafted RGBA image, related to a "Negative-size-param" condition.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u10 or higher.

References

high severity

Use After Free

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In LibTIFF 4.0.8, there is a heap-based use-after-free in the t2p_writeproc function in tiff2pdf.c. NOTE: there is a third-party report of inability to reproduce this issue

Remediation

There is no fixed version for Debian:8 tiff.

References

high severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2+b1
  • Fixed in: 1:1.2.8.dfsg-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 zlib/zlib1g@1:1.2.8.dfsg-2+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The inflateMark function in inflate.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact via vectors involving left shifts of negative integers.

Remediation

Upgrade Debian:8 zlib to version 1:1.2.8.dfsg-2+deb8u1 or higher.

References

high severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2+b1
  • Fixed in: 1:1.2.8.dfsg-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 zlib/zlib1g@1:1.2.8.dfsg-2+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

inftrees.c in zlib 1.2.8 might allow context-dependent attackers to have unspecified impact by leveraging improper pointer arithmetic.

Remediation

Upgrade Debian:8 zlib to version 1:1.2.8.dfsg-2+deb8u1 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: perl
  • Introduced through: perl@5.20.2-3+deb8u9, perl/perl-base@5.20.2-3+deb8u9 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 perl@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-base@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-modules@5.20.2-3+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Perl before 5.30.3 has an integer overflow related to mishandling of a "PL_regkind[OP(n)] == NOTHING" situation. A crafted regular expression could lead to malformed bytecode with a possibility of instruction injection.

Remediation

There is no fixed version for Debian:8 perl.

References

high severity

CVE-2018-2633

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

high severity

CVE-2018-2814

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

high severity

CVE-2018-3149

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JNDI). Supported versions that are affected are Java SE: 6u201, 7u191, 8u182 and 11; Java SE Embedded: 8u181; JRockit: R28.3.19. 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 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-2~deb8u1 or higher.

References

high severity

CVE-2018-3169

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Hotspot). Supported versions that are affected are Java SE: 7u191, 8u182 and 11; Java SE Embedded: 8u181. 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 (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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-2~deb8u1 or higher.

References

high severity

CVE-2020-2803

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u261-2.6.22-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u261-2.6.22-1~deb8u1 or higher.

References

high severity

CVE-2020-2805

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u261-2.6.22-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u261-2.6.22-1~deb8u1 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: perl
  • Introduced through: perl@5.20.2-3+deb8u9, perl/perl-base@5.20.2-3+deb8u9 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 perl@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-base@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-modules@5.20.2-3+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Perl before 5.30.3 on 32-bit platforms allows a heap-based buffer overflow because nested regular expression quantifiers have an integer overflow.

Remediation

There is no fixed version for Debian:8 perl.

References

high severity

CVE-2019-3462

  • Vulnerable module: apt
  • Introduced through: apt@1.0.9.8.4 and apt/libapt-pkg4.12@1.0.9.8.4
  • Fixed in: 1.0.9.8.5

Detailed paths

  • Introduced through: tomcat@8.0.47 apt@1.0.9.8.4
  • Introduced through: tomcat@8.0.47 apt/libapt-pkg4.12@1.0.9.8.4

NVD Description

Note: Versions mentioned in the description apply only to the upstream apt package and not the apt package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 apt to version 1.0.9.8.5 or higher.

References

high severity

Heap-based Buffer Overflow

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u13

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

curl before version 7.52.0 is vulnerable to a buffer overflow when doing a large floating point output in libcurl's implementation of the printf() functions. If there are any application that accepts a format string from the outside without necessary input filtering, it could allow remote attacks.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u13 or higher.

References

high severity

Information Exposure

  • Vulnerable module: gcc-4.8/gcc-4.8-base
  • Introduced through: gcc-4.8/gcc-4.8-base@4.8.4-1

Detailed paths

  • Introduced through: tomcat@8.0.47 gcc-4.8/gcc-4.8-base@4.8.4-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream gcc-4.8 package and not the gcc-4.8 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

stack_protect_prologue in cfgexpand.c and stack_protect_epilogue in function.c in GNU Compiler Collection (GCC) 4.1 through 8 (under certain circumstances) generate instruction sequences when targeting ARM targets that spill the address of the stack protector guard, which allows an attacker to bypass the protection of -fstack-protector, -fstack-protector-all, -fstack-protector-strong, and -fstack-protector-explicit against stack overflow by controlling what the stack canary is compared against.

Remediation

There is no fixed version for Debian:8 gcc-4.8.

References

high severity

Information Exposure

  • Vulnerable module: gcc-4.9/gcc-4.9-base
  • Introduced through: gcc-4.9/gcc-4.9-base@4.9.2-10, gcc-4.9/libgcc1@1:4.9.2-10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 gcc-4.9/gcc-4.9-base@4.9.2-10
  • Introduced through: tomcat@8.0.47 gcc-4.9/libgcc1@1:4.9.2-10
  • Introduced through: tomcat@8.0.47 gcc-4.9/libstdc++6@4.9.2-10

NVD Description

Note: Versions mentioned in the description apply only to the upstream gcc-4.9 package and not the gcc-4.9 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

stack_protect_prologue in cfgexpand.c and stack_protect_epilogue in function.c in GNU Compiler Collection (GCC) 4.1 through 8 (under certain circumstances) generate instruction sequences when targeting ARM targets that spill the address of the stack protector guard, which allows an attacker to bypass the protection of -fstack-protector, -fstack-protector-all, -fstack-protector-strong, and -fstack-protector-explicit against stack overflow by controlling what the stack canary is compared against.

Remediation

There is no fixed version for Debian:8 gcc-4.9.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libjpeg-turbo 2.0.4, and mozjpeg 4.0.0, has a heap-based buffer over-read in get_rgb_row() in rdppm.c via a malformed PPM input file.

Remediation

There is no fixed version for Debian:8 libjpeg-turbo.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out of bounds read in the function d2ulaw_array() in ulaw.c of libsndfile 1.0.28 may lead to a remote DoS attack or information disclosure, related to mishandling of the NAN and INFINITY floating-point values.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out of bounds read in the function d2alaw_array() in alaw.c of libsndfile 1.0.28 may lead to a remote DoS attack or information disclosure, related to mishandling of the NAN and INFINITY floating-point values.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in libsndfile 1.0.28. There is a buffer over-read in the function i2alaw_array in alaw.c that will lead to a denial of service.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libssh2 v1.9.0 and earlier versions, the SSH_MSG_DISCONNECT logic in packet.c has an integer overflow in a bounds check, enabling an attacker to specify an arbitrary (out-of-bounds) offset for a subsequent memory read. A crafted SSH server may be able to disclose sensitive information or cause a denial of service condition on the client system when a user connects to the server.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u6 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libssh2/libssh2-1
  • Introduced through: libssh2/libssh2-1@1.4.3-4.1+deb8u1
  • Fixed in: 1.4.3-4.1+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 libssh2/libssh2-1@1.4.3-4.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libssh2 package and not the libssh2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libssh2 before 1.9.0, kex_method_diffie_hellman_group_exchange_sha256_key_exchange in kex.c has an integer overflow that could lead to an out-of-bounds read in the way packets are read from the server. A remote attacker who compromises a SSH server may be able to disclose sensitive information or cause a denial of service condition on the client system when a user connects to the server. This is related to an _libssh2_check_length mistake, and is different from the various issues fixed in 1.8.1, such as CVE-2019-3855.

Remediation

Upgrade Debian:8 libssh2 to version 1.4.3-4.1+deb8u4 or higher.

References

high severity

CVE-2019-2698

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u221-2.6.18-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE component of Oracle Java SE (subcomponent: 2D). Supported versions that are affected are Java SE: 7u211 and 8u202. 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 takeover of Java SE. 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u221-2.6.18-1~deb8u1 or higher.

References

high severity

CVE-2020-2604

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u251-2.6.21-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u251-2.6.21-1~deb8u1 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2
  • Fixed in: 3.8.7.1-1+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

SQLite before 3.25.3, when the FTS3 extension is enabled, encounters an integer overflow (and resultant buffer overflow) for FTS3 queries that occur after crafted changes to FTS3 shadow tables, allowing remote attackers to execute arbitrary code by leveraging the ability to run arbitrary SQL statements (such as in certain WebSQL use cases), aka Magellan.

Remediation

Upgrade Debian:8 sqlite3 to version 3.8.7.1-1+deb8u3 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

SQLite before 3.25.3, when the FTS3 extension is enabled, encounters an integer overflow (and resultant buffer overflow) for FTS3 queries in a "merge" operation that occurs after crafted changes to FTS3 shadow tables, allowing remote attackers to execute arbitrary code by leveraging the ability to run arbitrary SQL statements (such as in certain WebSQL use cases). This is a different vulnerability than CVE-2018-20346.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

high severity

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in iOS 13.5 and iPadOS 13.5, macOS Catalina 10.15.5, tvOS 13.4.5, watchOS 6.2.5, iTunes 12.10.7 for Windows, iCloud for Windows 11.2, iCloud for Windows 7.19. A malicious application may cause a denial of service or potentially disclose memory contents.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

high severity

Race Condition

  • Vulnerable module: wget
  • Introduced through: wget@1.16-1+deb8u4
  • Fixed in: 1.16-1+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 wget@1.16-1+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream wget package and not the wget package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Race condition in wget 1.17 and earlier, when used in recursive or mirroring mode to download a single file, might allow remote servers to bypass intended access list restrictions by keeping an HTTP connection open.

Remediation

Upgrade Debian:8 wget to version 1.16-1+deb8u7 or higher.

References

high severity

Improper Check for Dropped Privileges

  • Vulnerable module: bash
  • Introduced through: bash@4.3-11+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 bash@4.3-11+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream bash package and not the bash package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in disable_priv_mode in shell.c in GNU Bash through 5.0 patch 11. By default, if Bash is run with its effective UID not equal to its real UID, it will drop privileges by setting its effective UID to its real UID. However, it does so incorrectly. On Linux and other systems that support "saved UID" functionality, the saved UID is not dropped. An attacker with command execution in the shell can use "enable -f" for runtime loading of a new builtin, which can be a shared object that calls setuid() and therefore regains privileges. However, binaries running with an effective UID of 0 are unaffected.

Remediation

There is no fixed version for Debian:8 bash.

References

high severity

Improper Input Validation

  • Vulnerable module: bash
  • Introduced through: bash@4.3-11+deb8u1
  • Fixed in: 4.3-11+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 bash@4.3-11+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream bash package and not the bash package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

rbash in Bash before 4.4-beta2 did not prevent the shell user from modifying BASH_CMDS, thus allowing the user to execute any command with the permissions of the shell.

Remediation

Upgrade Debian:8 bash to version 4.3-11+deb8u2 or higher.

References

high severity

CVE-2018-4180

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In macOS High Sierra before 10.13.5, an issue existed in CUPS. This issue was addressed with improved access restrictions.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u4 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A memory corruption issue was addressed with improved validation. This issue is fixed in macOS Catalina 10.15.4. An application may be able to gain elevated privileges.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u8 or higher.

References

high severity

Arbitrary Code Injection

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

curl 7.20.0 through 7.70.0 is vulnerable to improper restriction of names for files and other resources that can lead too overwriting a local file when the -J flag is used.

Remediation

There is no fixed version for Debian:8 curl.

References

high severity

Out-of-bounds Write

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u15

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u15 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: gdk-pixbuf/libgdk-pixbuf2.0-0
  • Introduced through: gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6 and gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6
  • Fixed in: 2.31.1-2+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6
  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6

NVD Description

Note: Versions mentioned in the description apply only to the upstream gdk-pixbuf package and not the gdk-pixbuf package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An exploitable integer overflow vulnerability exists in the tiff_image_parse functionality of Gdk-Pixbuf 2.36.6 when compiled with Clang. A specially crafted tiff file can cause a heap-overflow resulting in remote code execution. An attacker can send a file or a URL to trigger this vulnerability.

Remediation

Upgrade Debian:8 gdk-pixbuf to version 2.31.1-2+deb8u8 or higher.

References

high severity

Improper Resource Shutdown or Release

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The string component in the GNU C Library (aka glibc or libc6) through 2.28, when running on the x32 architecture, incorrectly attempts to use a 64-bit register for size_t in assembly codes, which can lead to a segmentation fault or possibly unspecified other impact, as demonstrated by a crash in __memmove_avx_unaligned_erms in sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S during a memcpy.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A memory leak in glibc 2.1.1 (released on May 24, 1999) can be reached and amplified through the LD_HWCAP_MASK environment variable. Please note that many versions of glibc are not vulnerable to this issue if patched for CVE-2017-1000366.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An AVX-512-optimized implementation of the mempcpy function in the GNU C Library (aka glibc or libc6) 2.27 and earlier may write data beyond the target buffer, leading to a buffer overflow in __mempcpy_avx512_no_vzeroupper.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Untrusted Search Path

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

elf/dl-load.c in the GNU C Library (aka glibc or libc6) 2.19 through 2.26 mishandles RPATH and RUNPATH containing $ORIGIN for a privileged (setuid or AT_SECURE) program, which allows local users to gain privileges via a Trojan horse library in the current working directory, related to the fillin_rpath and decompose_rpath functions. This is associated with misinterpretion of an empty RPATH/RUNPATH token as the "./" directory. NOTE: this configuration of RPATH/RUNPATH for a privileged program is apparently very uncommon; most likely, no such program is shipped with any common Linux distribution.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Out-of-bounds Write

  • Vulnerable module: inetutils/inetutils-ping
  • Introduced through: inetutils/inetutils-ping@2:1.9.2.39.3a460-3

Detailed paths

  • Introduced through: tomcat@8.0.47 inetutils/inetutils-ping@2:1.9.2.39.3a460-3

NVD Description

Note: Versions mentioned in the description apply only to the upstream inetutils package and not the inetutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Insufficient validation of environment variables in the telnet client supplied in Junos OS can lead to stack-based buffer overflows, which can be exploited to bypass veriexec restrictions on Junos OS. A stack-based overflow is present in the handling of environment variables when connecting via the telnet client to remote telnet servers. This issue only affects the telnet client — accessible from the CLI or shell — in Junos OS. Inbound telnet services are not affected by this issue. This issue affects: Juniper Networks Junos OS: 12.3 versions prior to 12.3R12-S13; 12.3X48 versions prior to 12.3X48-D80; 14.1X53 versions prior to 14.1X53-D130, 14.1X53-D49; 15.1 versions prior to 15.1F6-S12, 15.1R7-S4; 15.1X49 versions prior to 15.1X49-D170; 15.1X53 versions prior to 15.1X53-D237, 15.1X53-D496, 15.1X53-D591, 15.1X53-D69; 16.1 versions prior to 16.1R3-S11, 16.1R7-S4; 16.2 versions prior to 16.2R2-S9; 17.1 versions prior to 17.1R3; 17.2 versions prior to 17.2R1-S8, 17.2R2-S7, 17.2R3-S1; 17.3 versions prior to 17.3R3-S4; 17.4 versions prior to 17.4R1-S6, 17.4R2-S3, 17.4R3; 18.1 versions prior to 18.1R2-S4, 18.1R3-S3; 18.2 versions prior to 18.2R1-S5, 18.2R2-S2, 18.2R3; 18.2X75 versions prior to 18.2X75-D40; 18.3 versions prior to 18.3R1-S3, 18.3R2; 18.4 versions prior to 18.4R1-S2, 18.4R2.

Remediation

There is no fixed version for Debian:8 inetutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer overflow in the jpc_dec_process_siz function in libjasper/jpc/jpc_dec.c in JasPer before 1.900.13 allows remote attackers to have unspecified impact via a crafted file, which triggers an assertion failure.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Out-of-Bounds

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Heap-based buffer overflow in the jpc_dec_decodepkt function in jpc_t2dec.c in JasPer 2.0.10 allows remote attackers to have unspecified impact via a crafted image.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Out-of-Bounds

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jas_malloc function in libjasper/base/jas_malloc.c in JasPer before 1.900.11 allows remote attackers to have unspecified impact via a crafted file, which triggers a memory allocation failure.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out-of-bounds heap read vulnerability was found in the jpc_pi_nextpcrl() function of jasper before 2.0.6 when processing crafted input.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Out-of-bounds Write

  • Vulnerable module: json-c/libjson-c2
  • Introduced through: json-c/libjson-c2@0.11-4
  • Fixed in: 0.11-4+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 json-c/libjson-c2@0.11-4

NVD Description

Note: Versions mentioned in the description apply only to the upstream json-c package and not the json-c package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

json-c through 0.14 has an integer overflow and out-of-bounds write via a large JSON file, as demonstrated by printbuf_memappend.

Remediation

Upgrade Debian:8 json-c to version 0.11-4+deb8u2 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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

Remediation

There is no fixed version for Debian:8 libjpeg-turbo.

References

high severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+deb8u2, ncurses/libncursesw5@5.9+20140913-1+deb8u2 and others
  • Fixed in: 5.9+20140913-1+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 ncurses/libncurses5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libncursesw5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libtinfo5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-base@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-bin@5.9+20140913-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Stack-based buffer overflow in the _nc_write_entry function in tinfo/write_entry.c in ncurses 6.0 allows attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted terminfo file, as demonstrated by tic.

Remediation

Upgrade Debian:8 ncurses to version 5.9+20140913-1+deb8u3 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Heap-based buffer overflow in the __get_page function in lib/dbm/src/h_page.c in Mozilla Network Security Services (NSS) allows context-dependent attackers to have unspecified impact using a crafted cert8.db file.

Remediation

There is no fixed version for Debian:8 nss.

References

high severity

Out-of-Bounds

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The __hash_open function in hash.c:229 in Mozilla Network Security Services (NSS) allows context-dependent attackers to cause a denial of service (floating point exception and crash) via a crafted cert8.db file.

Remediation

There is no fixed version for Debian:8 nss.

References

high severity

Out-of-Bounds

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Heap-based buffer overflow in the __hash_open function in lib/dbm/src/hash.c in Mozilla Network Security Services (NSS) allows context-dependent attackers to have unspecified impact using a crafted cert8.db file.

Remediation

There is no fixed version for Debian:8 nss.

References

high severity

Out-of-Bounds

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Heap-based buffer overflow in the alloc_segs function in lib/dbm/src/hash.c in Mozilla Network Security Services (NSS) allows context-dependent attackers to have unspecified impact using a crafted cert8.db file.

Remediation

There is no fixed version for Debian:8 nss.

References

high severity

Out-of-Bounds

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 pcre3/libpcre3@2:8.35-3.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Stack-based buffer overflow in the pcre32_copy_substring function in pcre_get.c in libpcre1 in PCRE 8.40 allows remote attackers to cause a denial of service (WRITE of size 4) or possibly have unspecified other impact via a crafted file.

Remediation

There is no fixed version for Debian:8 pcre3.

References

high severity

Out-of-Bounds

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 pcre3/libpcre3@2:8.35-3.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Stack-based buffer overflow in the pcre32_copy_substring function in pcre_get.c in libpcre1 in PCRE 8.40 allows remote attackers to cause a denial of service (WRITE of size 268) or possibly have unspecified other impact via a crafted file.

Remediation

There is no fixed version for Debian:8 pcre3.

References

high severity

Out-of-bounds Write

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.9-9 and procps/libprocps3@2:3.3.9-9
  • Fixed in: 2:3.3.9-9+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 procps@2:3.3.9-9
  • Introduced through: tomcat@8.0.47 procps/libprocps3@2:3.3.9-9

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 procps to version 2:3.3.9-9+deb8u1 or higher.

References

high severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3+deb8u4 and shadow/passwd@1:4.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 shadow/login@1:4.2-3+deb8u4
  • Introduced through: tomcat@8.0.47 shadow/passwd@1:4.2-3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

shadow 4.8, in certain circumstances affecting at least Gentoo, Arch Linux, and Void Linux, allows local users to obtain root access because setuid programs are misconfigured. Specifically, this affects shadow 4.8 when compiled using --with-libpam but without explicitly passing --disable-account-tools-setuid, and without a PAM configuration suitable for use with setuid account management tools. This combination leads to account management tools (groupadd, groupdel, groupmod, useradd, userdel, usermod) that can easily be used by unprivileged local users to escalate privileges to root in multiple ways. This issue became much more relevant in approximately December 2019 when an unrelated bug was fixed (i.e., the chmod calls to suidusbins were fixed in the upstream Makefile which is now included in the release version 4.8).

Remediation

There is no fixed version for Debian:8 shadow.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u9

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u9 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u9

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u9 or higher.

References

high severity

CVE-2018-6954

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 systemd.

References

high severity

Deserialization of Untrusted Data

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A vulnerability in unit_deserialize of systemd allows an attacker to supply arbitrary state across systemd re-execution via NotifyAccess. This can be used to improperly influence systemd execution and possibly lead to root privilege escalation. Affected releases are systemd versions up to and including 239.

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u8 or higher.

References

high severity

Link Following

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u12

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

systemd-tmpfiles in systemd before 237 attempts to support ownership/permission changes on hardlinked files even if the fs.protected_hardlinks sysctl is turned off, which allows local users to bypass intended access restrictions via vectors involving a hard link to a file for which the user lacks write access, as demonstrated by changing the ownership of the /etc/passwd file.

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u12 or higher.

References

high severity

Integer Underflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

tools/tiffcp.c in LibTIFF 4.0.7 allows remote attackers to cause a denial of service (integer underflow and heap-based buffer under-read) or possibly have unspecified other impact via a crafted TIFF image, related to "READ of size 78490" and libtiff/tif_unix.c:115:23.

Remediation

There is no fixed version for Debian:8 tiff.

References

high severity

Out-of-bounds Write

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-16+deb8u3
  • Fixed in: 6.0-16+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 unzip@6.0-16+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream unzip package and not the unzip package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A heap-based buffer overflow exists in Info-Zip UnZip version <= 6.00 in the processing of password-protected archives that allows an attacker to perform a denial of service or to possibly achieve code execution.

Remediation

Upgrade Debian:8 unzip to version 6.0-16+deb8u6 or higher.

References

high severity

Access Restriction Bypass

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.25.2-6, util-linux/bsdutils@1:2.25.2-6 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 util-linux@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libblkid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libmount1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libuuid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/mount@2.25.2-6

NVD Description

Note: Versions mentioned in the description apply only to the upstream util-linux package and not the util-linux package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

runuser in util-linux allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer.

Remediation

There is no fixed version for Debian:8 util-linux.

References

high severity

Incorrect Default Permissions

  • Vulnerable module: xdg-user-dirs
  • Introduced through: xdg-user-dirs@0.15-2

Detailed paths

  • Introduced through: tomcat@8.0.47 xdg-user-dirs@0.15-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream xdg-user-dirs package and not the xdg-user-dirs package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

It was found that system umask policy is not being honored when creating XDG user directories, since Xsession sources xdg-user-dirs.sh before setting umask policy. This only affects xdg-user-dirs before 0.15.5 as shipped with Red Hat Enterprise Linux.

Remediation

There is no fixed version for Debian:8 xdg-user-dirs.

References

high severity

CVE-2018-2794

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: harfbuzz/libharfbuzz0b
  • Introduced through: harfbuzz/libharfbuzz0b@0.9.35-2
  • Fixed in: 0.9.35-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 harfbuzz/libharfbuzz0b@0.9.35-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream harfbuzz package and not the harfbuzz package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

hb-ot-layout-gpos-table.hh in HarfBuzz before 1.0.5 allows remote attackers to cause a denial of service (buffer over-read) or possibly have unspecified other impact via crafted data, a different vulnerability than CVE-2016-2052.

Remediation

Upgrade Debian:8 harfbuzz to version 0.9.35-2+deb8u1 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: cairo/libcairo2
  • Introduced through: cairo/libcairo2@1.14.0-2.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 cairo/libcairo2@1.14.0-2.1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cairo package and not the cairo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

cairo-truetype-subset.c in cairo 1.15.6 and earlier allows remote attackers to cause a denial of service (out-of-bounds read) because of mishandling of an unexpected malloc(0) call.

Remediation

There is no fixed version for Debian:8 cairo.

References

high severity

Authentication Bypass

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u3 or higher.

References

high severity

Improper Authentication

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u13

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

curl and libcurl before 7.50.2, when built with NSS and the libnsspem.so library is available at runtime, allow remote attackers to hijack the authentication of a TLS connection by leveraging reuse of a previously loaded client certificate from file for a connection for which no certificate has been set, a different vulnerability than CVE-2016-5420.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u13 or higher.

References

high severity

Improper Input Validation

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host.

Remediation

There is no fixed version for Debian:8 curl.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u10 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u14

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u14 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8
  • Fixed in: 7.38.0-4+deb8u14

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u14 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: cyrus-sasl2/libsasl2-2
  • Introduced through: cyrus-sasl2/libsasl2-2@2.1.26.dfsg1-13+deb8u1 and cyrus-sasl2/libsasl2-modules-db@2.1.26.dfsg1-13+deb8u1
  • Fixed in: 2.1.26.dfsg1-13+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 cyrus-sasl2/libsasl2-2@2.1.26.dfsg1-13+deb8u1
  • Introduced through: tomcat@8.0.47 cyrus-sasl2/libsasl2-modules-db@2.1.26.dfsg1-13+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream cyrus-sasl2 package and not the cyrus-sasl2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

cyrus-sasl (aka Cyrus SASL) 2.1.27 has an out-of-bounds write leading to unauthenticated remote denial-of-service in OpenLDAP via a malformed LDAP packet. The OpenLDAP crash is ultimately caused by an off-by-one error in _sasl_add_string in common.c in cyrus-sasl.

Remediation

Upgrade Debian:8 cyrus-sasl2 to version 2.1.26.dfsg1-13+deb8u2 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-6+deb8u4
  • Fixed in: 2.1.0-6+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 expat/libexpat1@2.1.0-6+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream expat package and not the expat package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.

Remediation

Upgrade Debian:8 expat to version 2.1.0-6+deb8u6 or higher.

References

high severity

XML External Entity (XXE) Injection

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-6+deb8u4
  • Fixed in: 2.1.0-6+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 expat/libexpat1@2.1.0-6+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream expat package and not the expat package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 expat to version 2.1.0-6+deb8u5 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: gdk-pixbuf/libgdk-pixbuf2.0-0
  • Introduced through: gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6 and gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6
  • Fixed in: 2.31.1-2+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6
  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6

NVD Description

Note: Versions mentioned in the description apply only to the upstream gdk-pixbuf package and not the gdk-pixbuf package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 gdk-pixbuf to version 2.31.1-2+deb8u8 or higher.

References

high severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.42.1-1+b1 and glib2.0/libglib2.0-data@2.42.1-1
  • Fixed in: 2.42.1-1+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-0@2.42.1-1+b1
  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-data@2.42.1-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream glib2.0 package and not the glib2.0 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The keyfile settings backend in GNOME GLib (aka glib2.0) before 2.60.0 creates directories using g_file_make_directory_with_parents (kfsb->dir, NULL, NULL) and files using g_file_replace_contents (kfsb->file, contents, length, NULL, FALSE, G_FILE_CREATE_REPLACE_DESTINATION, NULL, NULL, NULL). Consequently, it does not properly restrict directory (and file) permissions. Instead, for directories, 0777 permissions are used; for files, default file permissions are used. This is similar to CVE-2019-12450.

Remediation

Upgrade Debian:8 glib2.0 to version 2.42.1-1+deb8u3 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.42.1-1+b1 and glib2.0/libglib2.0-data@2.42.1-1
  • Fixed in: 2.42.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-0@2.42.1-1+b1
  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-data@2.42.1-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream glib2.0 package and not the glib2.0 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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().

Remediation

Upgrade Debian:8 glib2.0 to version 2.42.1-1+deb8u2 or higher.

References

high severity

Improper Data Handling

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In the GNU C Library (aka glibc or libc6) before 2.28, parse_reg_exp in posix/regcomp.c misparses alternatives, which allows attackers to cause a denial of service (assertion failure and application exit) or trigger an incorrect result by attempting a regular-expression match.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

res_query in libresolv in glibc before 2.25 allows remote attackers to cause a denial of service (NULL pointer dereference and process crash).

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(|)(\1\1)*' in grep, a different issue than CVE-2018-20796. NOTE: the software maintainer disputes that this is a vulnerability because the behavior occurs only with a crafted pattern

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(\227|)(\1\1|t1|\\2537)+' in grep.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.18-7+deb8u4 and gnupg/gpgv@1.4.18-7+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 gnupg@1.4.18-7+deb8u4
  • Introduced through: tomcat@8.0.47 gnupg/gpgv@1.4.18-7+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnupg package and not the gnupg package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

cipher/elgamal.c in Libgcrypt through 1.8.2, when used to encrypt messages directly, improperly encodes plaintexts, 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 Libgcrypt's ElGamal implementation.

Remediation

There is no fixed version for Debian:8 gnupg.

References

high severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.18-7+deb8u4 and gnupg/gpgv@1.4.18-7+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 gnupg@1.4.18-7+deb8u4
  • Introduced through: tomcat@8.0.47 gnupg/gpgv@1.4.18-7+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnupg package and not the gnupg package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A flaw was found in the way certificate signatures could be forged using collisions found in the SHA-1 algorithm. An attacker could use this weakness to create forged certificate signatures. This issue affects GnuPG versions before 2.2.18.

Remediation

There is no fixed version for Debian:8 gnupg.

References

high severity

Use of Incorrectly-Resolved Name or Reference

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.18-7+deb8u4 and gnupg/gpgv@1.4.18-7+deb8u4
  • Fixed in: 1.4.18-7+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 gnupg@1.4.18-7+deb8u4
  • Introduced through: tomcat@8.0.47 gnupg/gpgv@1.4.18-7+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnupg package and not the gnupg package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 gnupg to version 1.4.18-7+deb8u5 or higher.

References

high severity

CVE-2016-9389

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jpc_irct and jpc_iict functions in jpc_mct.c in JasPer before 1.900.14 allow remote attackers to cause a denial of service (assertion failure).

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

CVE-2016-9391

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jpc_bitstream_getbits function in jpc_bs.c in JasPer before 2.0.10 allows remote attackers to cause a denial of service (assertion failure) via a very large integer.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

CVE-2016-9396

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The JPC_NOMINALGAIN function in jpc/jpc_t1cod.c in JasPer through 2.0.12 allows remote attackers to cause a denial of service (JPC_COX_RFT assertion failure) via unspecified vectors.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Improper Input Validation

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable abort in the function jpc_dec_process_sot in libjasper/jpc/jpc_dec.c of JasPer 2.0.14 that will lead to a remote denial of service attack by triggering an unexpected jas_alloc2 return value, a different vulnerability than CVE-2017-13745.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is an infinite loop in the jpc_dec_tileinit function in jpc/jpc_dec.c of Jasper 2.0.13. It will lead to a remote denial of service attack.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There are lots of memory leaks in JasPer 2.0.12, triggered in the function jas_strdup() in base/jas_string.c, that will lead to a remote denial of service attack.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u4 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jpc_tsfb_synthesize function in jpc_tsfb.c in JasPer before 1.900.9 allows remote attackers to cause a denial of service (NULL pointer dereference) via vectors involving an empty sequence.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function jpc_dec_process_sot() in jpc/jpc_dec.c in JasPer 2.0.12 that will lead to a remote denial of service attack by triggering an unexpected jpc_ppmstabtostreams return value, a different vulnerability than CVE-2018-9154.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The calcstepsizes function in jpc_dec.c in JasPer 1.900.22 allows remote attackers to cause a denial of service (assertion failure) via unspecified vectors.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jpc_floorlog2 function in jpc_math.c in JasPer before 1.900.17 allows remote attackers to cause a denial of service (assertion failure) via unspecified vectors.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function jpc_dec_process_siz() in jpc/jpc_dec.c:1296 in JasPer 2.0.12 that will lead to a remote denial of service attack.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function jpc_floorlog2() in jpc/jpc_math.c in JasPer 2.0.12 that will lead to a remote denial of service attack.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function jpc_dec_process_siz() in jpc/jpc_dec.c:1297 in JasPer 2.0.12 that will lead to a remote denial of service attack.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function calcstepsizes() in jpc/jpc_dec.c in JasPer 2.0.12 that will lead to a remote denial of service attack.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function jpc_dequantize() in jpc/jpc_dec.c in JasPer 2.0.12 that will lead to a remote denial of service attack.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function jpc_pi_nextrpcl() in jpc/jpc_t2cod.c in JasPer 2.0.12 that will lead to a remote denial of service attack.

Remediation

There is no fixed version for Debian:8 jasper.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4, krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in MIT Kerberos 5 (aka krb5) through 1.16. There is a variable "dbentry->n_key_data" in kadmin/dbutil/dump.c that can store 16-bit data but unknowingly the developer has assigned a "u4" variable to it, which is for 32-bit data. An attacker can use this vulnerability to affect other artifacts of the database as we know that a Kerberos database dump file contains trusted data.

Remediation

There is no fixed version for Debian:8 krb5.

References

high severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.3-2+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 libgcrypt20@1.6.3-2+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream libgcrypt20 package and not the libgcrypt20 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

cipher/elgamal.c in Libgcrypt through 1.8.2, when used to encrypt messages directly, improperly encodes plaintexts, 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 Libgcrypt's ElGamal implementation.

Remediation

There is no fixed version for Debian:8 libgcrypt20.

References

high severity

Excessive Iteration

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libjpeg 9c has a large loop because read_pixel in rdtarga.c mishandles EOF.

Remediation

There is no fixed version for Debian:8 libjpeg-turbo.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@4.2-3+deb8u3
  • Fixed in: 4.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 libtasn1-6@4.2-3+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libtasn1-6 package and not the libtasn1-6 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The _asn1_check_identifier function in GNU Libtasn1 through 4.12 causes a NULL pointer dereference and crash when reading crafted input that triggers assignment of a NULL value within an asn1_node structure. It may lead to a remote denial of service attack.

Remediation

Upgrade Debian:8 libtasn1-6 to version 4.2-3+deb8u4 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libvorbis/libvorbis0a
  • Introduced through: libvorbis/libvorbis0a@1.3.4-2 and libvorbis/libvorbisenc2@1.3.4-2
  • Fixed in: 1.3.4-2+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libvorbis/libvorbis0a@1.3.4-2
  • Introduced through: tomcat@8.0.47 libvorbis/libvorbisenc2@1.3.4-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libvorbis package and not the libvorbis package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

bark_noise_hybridmp in psy.c in Xiph.Org libvorbis 1.3.6 has a stack-based buffer over-read.

Remediation

Upgrade Debian:8 libvorbis to version 1.3.4-2+deb8u2 or higher.

References

high severity

Improper Input Validation

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-3+deb8u1, libx11/libx11-data@2:1.6.2-3+deb8u1 and others
  • Fixed in: 2:1.6.2-3+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libx11/libx11-6@2:1.6.2-3+deb8u1
  • Introduced through: tomcat@8.0.47 libx11/libx11-data@2:1.6.2-3+deb8u1
  • Introduced through: tomcat@8.0.47 libx11/libx11-xcb1@2:1.6.2-3+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libx11 package and not the libx11 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 libx11 to version 2:1.6.2-3+deb8u2 or higher.

References

high severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

parser.c in libxml2 before 2.9.5 does not prevent infinite recursion in parameter entities.

Remediation

There is no fixed version for Debian:8 libxml2.

References

high severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

xmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation.

Remediation

There is no fixed version for Debian:8 libxml2.

References

high severity

Memory Leak

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

xmlSchemaPreRun in xmlschemas.c in libxml2 2.9.10 allows an xmlSchemaValidateStream memory leak.

Remediation

There is no fixed version for Debian:8 libxml2.

References

high severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5
  • Fixed in: 2.9.1+dfsg1-5+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

xmlParseBalancedChunkMemoryRecover in parser.c in libxml2 before 2.9.10 has a memory leak related to newDoc->oldNs.

Remediation

Upgrade Debian:8 libxml2 to version 2.9.1+dfsg1-5+deb8u8 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5
  • Fixed in: 2.9.1+dfsg1-5+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libxml2 to version 2.9.1+dfsg1-5+deb8u7 or higher.

References

high severity

Improper Certificate Validation

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In Network Security Services before 3.44, a malformed Netscape Certificate Sequence can cause NSS to crash, resulting in a denial of service.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u8 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Empty or malformed p256-ECDH public keys may trigger a segmentation fault due values being improperly sanitized before being copied into memory and used. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u5 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

When importing a curve25519 private key in PKCS#8format with leading 0x00 bytes, it is possible to trigger an out-of-bounds read in the Network Security Services (NSS) library. This could lead to information disclosure. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u5 or higher.

References

high severity

Resource Exhaustion

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u221-2.6.18-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Libraries). Supported versions that are affected are Java SE: 7u211, 8u202, 11.0.2 and 12; Java SE Embedded: 8u201. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of Java SE, Java SE Embedded. 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.5 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u221-2.6.18-1~deb8u1 or higher.

References

high severity

Cryptographic Issues

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream openldap package and not the openldap package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The nss_parse_ciphers function in libraries/libldap/tls_m.c in OpenLDAP does not properly parse OpenSSL-style multi-keyword mode cipher strings, which might cause a weaker than intended cipher to be used and allow remote attackers to have unspecified impact via unknown vectors.

Remediation

There is no fixed version for Debian:8 openldap.

References

high severity

CVE-2019-13565

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3
  • Fixed in: 2.4.40+dfsg-1+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream openldap package and not the openldap package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 openldap to version 2.4.40+dfsg-1+deb8u5 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream openldap package and not the openldap package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

contrib/slapd-modules/nops/nops.c in OpenLDAP through 2.4.45, when both the nops module and the memberof overlay are enabled, attempts to free a buffer that was allocated on the stack, which allows remote attackers to cause a denial of service (slapd crash) via a member MODDN operation.

Remediation

There is no fixed version for Debian:8 openldap.

References

high severity

Resource Exhaustion

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3
  • Fixed in: 2.4.40+dfsg-1+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream openldap package and not the openldap package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters with nested boolean expressions can result in denial of service (daemon crash).

Remediation

Upgrade Debian:8 openldap to version 2.4.40+dfsg-1+deb8u6 or higher.

References

high severity

Key Management Errors

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Fixed in: 1.0.1t-1+deb8u9

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u9 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 pcre3/libpcre3@2:8.35-3.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libpcre1 in PCRE 8.40 and libpcre2 in PCRE2 10.23 allow remote attackers to cause a denial of service (segmentation violation for read access, and application crash) by triggering an invalid Unicode property lookup.

Remediation

There is no fixed version for Debian:8 pcre3.

References

high severity

Out-of-Bounds

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 pcre3/libpcre3@2:8.35-3.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

PCRE 7.8 and 8.32 through 8.37, and PCRE2 10.10 mishandle group empty matches, which might allow remote attackers to cause a denial of service (stack-based buffer overflow) via a crafted regular expression, as demonstrated by /^(?:(?(1)\.|([^\\W_])?)+)+$/.

Remediation

There is no fixed version for Debian:8 pcre3.

References

high severity

Out-of-bounds Read

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 pcre3/libpcre3@2:8.35-3.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libpcre in PCRE before 8.43 allows a subject buffer over-read in JIT when UTF is disabled, and \X or \R has more than one fixed quantifier, a related issue to CVE-2019-20454.

Remediation

There is no fixed version for Debian:8 pcre3.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 pcre3/libpcre3@2:8.35-3.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In PCRE 8.41, the OP_KETRMAX feature in the match function in pcre_exec.c allows stack exhaustion (uncontrolled recursion) when processing a crafted regular expression.

Remediation

There is no fixed version for Debian:8 pcre3.

References

high severity

Buffer Overflow

  • Vulnerable module: perl
  • Introduced through: perl@5.20.2-3+deb8u9, perl/perl-base@5.20.2-3+deb8u9 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 perl@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-base@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-modules@5.20.2-3+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

regcomp.c in Perl before 5.30.3 allows a buffer overflow via a crafted regular expression because of recursive S_study_chunk calls.

Remediation

There is no fixed version for Debian:8 perl.

References

high severity

Link Following

  • Vulnerable module: perl
  • Introduced through: perl@5.20.2-3+deb8u9, perl/perl-base@5.20.2-3+deb8u9 and others
  • Fixed in: 5.20.2-3+deb8u11

Detailed paths

  • Introduced through: tomcat@8.0.47 perl@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-base@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-modules@5.20.2-3+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 perl to version 5.20.2-3+deb8u11 or higher.

References

high severity

Link Following

  • Vulnerable module: perl
  • Introduced through: perl@5.20.2-3+deb8u9, perl/perl-base@5.20.2-3+deb8u9 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 perl@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-base@5.20.2-3+deb8u9
  • Introduced through: tomcat@8.0.47 perl/perl-modules@5.20.2-3+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

_is_safe in the File::Temp module for Perl does not properly handle symlinks.

Remediation

There is no fixed version for Debian:8 perl.

References

high severity

Heap-based Buffer Overflow

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.9-9 and procps/libprocps3@2:3.3.9-9
  • Fixed in: 2:3.3.9-9+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 procps@2:3.3.9-9
  • Introduced through: tomcat@8.0.47 procps/libprocps3@2:3.3.9-9

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 procps to version 2:3.3.9-9+deb8u1 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.9-9 and procps/libprocps3@2:3.3.9-9
  • Fixed in: 2:3.3.9-9+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 procps@2:3.3.9-9
  • Introduced through: tomcat@8.0.47 procps/libprocps3@2:3.3.9-9

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 procps to version 2:3.3.9-9+deb8u1 or higher.

References

high severity

CVE-2019-19603

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

SQLite 3.30.1 mishandles certain SELECT statements with a nonexistent VIEW, leading to an application crash.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

high severity

Improper Handling of Exceptional Conditions

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

selectExpander in select.c in SQLite 3.30.1 proceeds with WITH stack unwinding even after a parsing error.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

high severity

Improper Initialization

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2
  • Fixed in: 3.8.7.1-1+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 sqlite3 to version 3.8.7.1-1+deb8u5 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2
  • Fixed in: 3.8.7.1-1+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In SQLite through 3.22.0, databases whose schema is corrupted using a CREATE TABLE AS statement could cause a NULL pointer dereference, related to build.c and prepare.c.

Remediation

Upgrade Debian:8 sqlite3 to version 3.8.7.1-1+deb8u4 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: tar
  • Introduced through: tar@1.27.1-2+deb8u1

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The TIFFReadDirEntryArray function in tif_read.c in LibTIFF 4.0.8 mishandles memory allocation for short files, which allows remote attackers to cause a denial of service (allocation failure and application crash) in the TIFFFetchStripThing function in tif_dirread.c during a tiff2pdf invocation.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u5 or higher.

References

high severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

LibTIFF 4.0.8 has multiple memory leak vulnerabilities, which allow attackers to cause a denial of service (memory consumption), as demonstrated by tif_open.c, tif_lzw.c, and tif_aux.c. NOTE: Third parties were unable to reproduce the issue

Remediation

There is no fixed version for Debian:8 tiff.

References

high severity

CVE-2018-2637

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: apr/libapr1
  • Introduced through: apr/libapr1@1.5.1-3

Detailed paths

  • Introduced through: tomcat@8.0.47 apr/libapr1@1.5.1-3

NVD Description

Note: Versions mentioned in the description apply only to the upstream apr package and not the apr package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

When apr_time_exp*() or apr_os_exp_time*() functions are invoked with an invalid month field value in Apache Portable Runtime APR 1.6.2 and prior, out of bounds memory may be accessed in converting this value to an apr_time_exp_t value, potentially revealing the contents of a different static heap value or resulting in program termination, and may represent an information disclosure or denial of service vulnerability to applications which call these APR functions with unvalidated external input.

Remediation

There is no fixed version for Debian:8 apr.

References

high severity

Link Following

  • Vulnerable module: dbus
  • Introduced through: dbus@1.8.22-0+deb8u1 and dbus/libdbus-1-3@1.8.22-0+deb8u1
  • Fixed in: 1.8.22-0+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 dbus@1.8.22-0+deb8u1
  • Introduced through: tomcat@8.0.47 dbus/libdbus-1-3@1.8.22-0+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream dbus package and not the dbus package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 dbus to version 1.8.22-0+deb8u2 or higher.

References

high severity

Integer Underflow

  • Vulnerable module: gdk-pixbuf/libgdk-pixbuf2.0-0
  • Introduced through: gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6 and gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6
  • Fixed in: 2.31.1-2+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6
  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6

NVD Description

Note: Versions mentioned in the description apply only to the upstream gdk-pixbuf package and not the gdk-pixbuf package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer underflow in the load_resources function in io-icns.c in gdk-pixbuf allows context-dependent attackers to cause a denial of service (out-of-bounds read and program crash) via a crafted image entry size in an ICO file.

Remediation

Upgrade Debian:8 gdk-pixbuf to version 2.31.1-2+deb8u8 or higher.

References

high severity

Resource Exhaustion

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In IJG JPEG (aka libjpeg) before 9d, jpeg_mem_available() in jmemnobs.c in djpeg does not honor the max_memory_to_use setting, possibly causing excessive memory consumption.

Remediation

There is no fixed version for Debian:8 libjpeg-turbo.

References

high severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A buffer overflow in glibc 2.5 (released on September 29, 2006) and can be triggered through the LD_LIBRARY_PATH environment variable. Please note that many versions of glibc are not vulnerable to this issue if patched for CVE-2017-1000366.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An out-of-bounds write vulnerability was found in glibc before 2.31 when handling signal trampolines on PowerPC. Specifically, the backtrace function did not properly check the array bounds when storing the frame address, resulting in a denial of service or potential code execution. The highest threat from this vulnerability is to system availability.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Use After Free

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 glibc.

References

high severity

Inclusion of Functionality from Untrusted Control Sphere

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.9-9 and procps/libprocps3@2:3.3.9-9
  • Fixed in: 2:3.3.9-9+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 procps@2:3.3.9-9
  • Introduced through: tomcat@8.0.47 procps/libprocps3@2:3.3.9-9

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 procps to version 2:3.3.9-9+deb8u1 or higher.

References

high severity

Improper Authorization

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u12

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In systemd before v242-rc4, it was discovered that pam_systemd does not properly sanitize the environment before using the XDG_SEAT variable. It is possible for an attacker, in some particular configurations, to set a XDG_SEAT environment variable which allows for commands to be checked against polkit policies using the "allow_active" element rather than "allow_any".

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u12 or higher.

References

medium severity

Improper Authentication

  • Vulnerable module: cryptsetup/libcryptsetup4
  • Introduced through: cryptsetup/libcryptsetup4@2:1.6.6-5

Detailed paths

  • Introduced through: tomcat@8.0.47 cryptsetup/libcryptsetup4@2:1.6.6-5

NVD Description

Note: Versions mentioned in the description apply only to the upstream cryptsetup package and not the cryptsetup package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The Debian initrd script for the cryptsetup package 2:1.7.3-2 and earlier allows physically proximate attackers to gain shell access via many log in attempts with an invalid password.

Remediation

There is no fixed version for Debian:8 cryptsetup.

References

medium severity

CVE-2018-2634

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

CVE-2019-2949

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Kerberos). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

medium severity

CVE-2019-2989

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Networking). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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 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 (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 6.8 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

medium severity

CVE-2020-2601

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u251-2.6.21-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u251-2.6.21-1~deb8u1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: e2fsprogs/e2fslibs
  • Introduced through: e2fsprogs/e2fslibs@1.42.12-2+b1, e2fsprogs/e2fsprogs@1.42.12-2+b1 and others
  • Fixed in: 1.42.12-2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 e2fsprogs/e2fslibs@1.42.12-2+b1
  • Introduced through: tomcat@8.0.47 e2fsprogs/e2fsprogs@1.42.12-2+b1
  • Introduced through: tomcat@8.0.47 e2fsprogs/libcomerr2@1.42.12-2+b1
  • Introduced through: tomcat@8.0.47 e2fsprogs/libss2@1.42.12-2+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream e2fsprogs package and not the e2fsprogs package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 e2fsprogs to version 1.42.12-2+deb8u1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: e2fsprogs/e2fslibs
  • Introduced through: e2fsprogs/e2fslibs@1.42.12-2+b1, e2fsprogs/e2fsprogs@1.42.12-2+b1 and others
  • Fixed in: 1.42.12-2+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 e2fsprogs/e2fslibs@1.42.12-2+b1
  • Introduced through: tomcat@8.0.47 e2fsprogs/e2fsprogs@1.42.12-2+b1
  • Introduced through: tomcat@8.0.47 e2fsprogs/libcomerr2@1.42.12-2+b1
  • Introduced through: tomcat@8.0.47 e2fsprogs/libss2@1.42.12-2+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream e2fsprogs package and not the e2fsprogs package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 e2fsprogs to version 1.42.12-2+deb8u2 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

systemd through v245 mishandles numerical usernames such as ones composed of decimal digits or 0x followed by hex digits, as demonstrated by use of root privileges when privileges of the 0x0 user account were intended. NOTE: this issue exists because of an incomplete fix for CVE-2017-1000082.

Remediation

There is no fixed version for Debian:8 systemd.

References

medium severity

CVE-2016-3189

  • Vulnerable module: bzip2/bzip2
  • Introduced through: bzip2/bzip2@1.0.6-7+b3 and bzip2/libbz2-1.0@1.0.6-7+b3
  • Fixed in: 1.0.6-7+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 bzip2/bzip2@1.0.6-7+b3
  • Introduced through: tomcat@8.0.47 bzip2/libbz2-1.0@1.0.6-7+b3

NVD Description

Note: Versions mentioned in the description apply only to the upstream bzip2 package and not the bzip2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Use-after-free vulnerability in bzip2recover in bzip2 1.0.6 allows remote attackers to cause a denial of service (crash) via a crafted bzip2 file, related to block ends set to before the start of the block.

Remediation

Upgrade Debian:8 bzip2 to version 1.0.6-7+deb8u1 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: cairo/libcairo2
  • Introduced through: cairo/libcairo2@1.14.0-2.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 cairo/libcairo2@1.14.0-2.1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cairo package and not the cairo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in cairo 1.16.0. There is an infinite loop in the function _arc_error_normalized in the file cairo-arc.c, related to _arc_max_angle_for_tolerance_normalized.

Remediation

There is no fixed version for Debian:8 cairo.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: cairo/libcairo2
  • Introduced through: cairo/libcairo2@1.14.0-2.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 cairo/libcairo2@1.14.0-2.1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cairo package and not the cairo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

cairo through 1.15.14 has an out-of-bounds stack-memory write during processing of a crafted document by WebKitGTK+ because of the interaction between cairo-rectangular-scan-converter.c (the generate and render_rows functions) and cairo-image-compositor.c (the _cairo_image_spans_and_zero function).

Remediation

There is no fixed version for Debian:8 cairo.

References

medium severity

Reachable Assertion

  • Vulnerable module: cairo/libcairo2
  • Introduced through: cairo/libcairo2@1.14.0-2.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 cairo/libcairo2@1.14.0-2.1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cairo package and not the cairo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in cairo 1.16.0. There is an assertion problem in the function _cairo_arc_in_direction in the file cairo-arc.c.

Remediation

There is no fixed version for Debian:8 cairo.

References

medium severity

Improper Input Validation

  • Vulnerable module: coreutils
  • Introduced through: coreutils@8.23-4

Detailed paths

  • Introduced through: tomcat@8.0.47 coreutils@8.23-4

NVD Description

Note: Versions mentioned in the description apply only to the upstream coreutils package and not the coreutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

chroot in GNU coreutils, when used with --userspec, allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer.

Remediation

There is no fixed version for Debian:8 coreutils.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An attempted excessive memory allocation was discovered in the function read_long_names in elf_begin.c in libelf in elfutils 0.174. Remote attackers could leverage this vulnerability to cause a denial-of-service via crafted elf input, which leads to an out-of-memory exception. NOTE: The maintainers believe this is not a real issue, but instead a "warning caused by ASAN because the allocation is big. By setting ASAN_OPTIONS=allocator_may_return_null=1 and running the reproducer, nothing happens."

Remediation

There is no fixed version for Debian:8 elfutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An Invalid Memory Address Dereference exists in the function elf_end in libelf in elfutils through v0.174. Although eu-size is intended to support ar files inside ar files, handle_ar in size.c closes the outer ar file before handling all inner entries. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A heap-based buffer over-read was discovered in the function read_srclines in dwarf_getsrclines.c in libdw in elfutils 0.175. A crafted input can cause segmentation faults, leading to denial-of-service, as demonstrated by eu-nm.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-3+deb8u2
  • Fixed in: 2.5.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 freetype/libfreetype6@2.5.2-3+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream freetype package and not the freetype package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

FreeType before 2.6.2 has a heap-based buffer over-read in tt_cmap14_validate in sfnt/ttcmap.c.

Remediation

Upgrade Debian:8 freetype to version 2.5.2-3+deb8u4 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-3+deb8u2
  • Fixed in: 2.5.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 freetype/libfreetype6@2.5.2-3+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream freetype package and not the freetype package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

FreeType before 2.6.1 has a buffer over-read in skip_comment in psaux/psobjs.c because ps_parser_skip_PS_token is mishandled in an FT_New_Memory_Face operation.

Remediation

Upgrade Debian:8 freetype to version 2.5.2-3+deb8u4 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: giflib/libgif4
  • Introduced through: giflib/libgif4@4.1.6-11+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 giflib/libgif4@4.1.6-11+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream giflib package and not the giflib package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 giflib.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: icu/libicu52
  • Introduced through: icu/libicu52@52.1-8+deb8u6
  • Fixed in: 52.1-8+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 icu/libicu52@52.1-8+deb8u6

NVD Description

Note: Versions mentioned in the description apply only to the upstream icu package and not the icu package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 icu to version 52.1-8+deb8u7 or higher.

References

medium severity

CVE-2018-20584

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

JasPer 2.0.14 allows remote attackers to cause a denial of service (application hang) via an attempted conversion to the jp2 format.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u5 or higher.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

JasPer 2.0.14 has a memory leak in base/jas_malloc.c in libjasper.a when "--output-format jp2" is used.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u5 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u5 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted image, related to the jas_image_ishomosamp function in libjasper/base/jas_image.c.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u4 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

jp2_encode in jp2/jp2_enc.c in JasPer 2.0.14 has a heap-based buffer over-read.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u5 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

JasPer 2.0.14 allows denial of service via a reachable assertion in the function jpc_abstorelstepsize in libjasper/jpc/jpc_enc.c.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in JasPer 2.0.14. There is an access violation in the function jas_image_readcmpt in libjasper/base/jas_image.c, leading to a denial of service.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u5 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: jbigkit/libjbig0
  • Introduced through: jbigkit/libjbig0@2.1-3.1

Detailed paths

  • Introduced through: tomcat@8.0.47 jbigkit/libjbig0@2.1-3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream jbigkit package and not the jbigkit package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In LibTIFF 4.0.8, there is a memory malloc failure in tif_jbig.c. A crafted TIFF document can lead to an abort resulting in a remote denial of service attack.

Remediation

There is no fixed version for Debian:8 jbigkit.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4, krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in MIT Kerberos 5 (aka krb5) through 1.16. The pre-defined function "strlen" is getting a "NULL" string as a parameter value in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c in the Key Distribution Center (KDC), which allows remote authenticated users to cause a denial of service (NULL pointer dereference) via a modified kadmin client.

Remediation

There is no fixed version for Debian:8 krb5.

References

medium severity

CVE-2018-11213

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12
  • Fixed in: 1:1.3.1-12+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libjpeg-turbo to version 1:1.3.1-12+deb8u1 or higher.

References

medium severity

CVE-2018-11214

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12
  • Fixed in: 1:1.3.1-12+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libjpeg-turbo to version 1:1.3.1-12+deb8u1 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12
  • Fixed in: 1:1.3.1-12+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libjpeg-turbo to version 1:1.3.1-12+deb8u1 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12
  • Fixed in: 1:1.3.1-12+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libjpeg-turbo to version 1:1.3.1-12+deb8u1 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libjpeg-turbo 1.5.2 has a NULL Pointer Dereference in jdpostct.c and jquant1.c via a crafted JPEG file.

Remediation

There is no fixed version for Debian:8 libjpeg-turbo.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libjpeg-turbo/libjpeg62-turbo
  • Introduced through: libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12
  • Fixed in: 1:1.3.1-12+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libjpeg-turbo/libjpeg62-turbo@1:1.3.1-12

NVD Description

Note: Versions mentioned in the description apply only to the upstream libjpeg-turbo package and not the libjpeg-turbo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

get_8bit_row in rdbmp.c in libjpeg-turbo through 1.5.90 and MozJPEG through 3.3.1 allows attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted 8-bit BMP in which one or more of the color indices is out of range for the number of palette entries.

Remediation

Upgrade Debian:8 libjpeg-turbo to version 1:1.3.1-12+deb8u2 or higher.

References

medium severity

CVE-2018-14048

  • Vulnerable module: libpng/libpng12-0
  • Introduced through: libpng/libpng12-0@1.2.50-2+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libpng/libpng12-0@1.2.50-2+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libpng package and not the libpng package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue has been found in libpng 1.6.34. It is a SEGV in the function png_free_data in png.c, related to the recommended error handling for png_read_image.

Remediation

There is no fixed version for Debian:8 libpng.

References

medium severity

Memory Leak

  • Vulnerable module: libpng/libpng12-0
  • Introduced through: libpng/libpng12-0@1.2.50-2+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libpng/libpng12-0@1.2.50-2+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libpng package and not the libpng package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

png_create_info_struct in png.c in libpng 1.6.36 has a memory leak, as demonstrated by pngcp. NOTE: a third party has stated "I don't think it is libpng's job to free this buffer.

Remediation

There is no fixed version for Debian:8 libpng.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: libpng/libpng12-0
  • Introduced through: libpng/libpng12-0@1.2.50-2+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libpng/libpng12-0@1.2.50-2+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libpng package and not the libpng package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

gif2png 2.5.13 has a memory leak in the writefile function.

Remediation

There is no fixed version for Debian:8 libpng.

References

medium severity

Divide By Zero

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libsndfile 1.0.28, a divide-by-zero error exists in the function double64_init() in double64.c, which may lead to DoS when playing a crafted audio file.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libsndfile 1.0.25 (fixed in 1.0.26), a divide-by-zero error exists in the function wav_w64_read_fmt_chunk() in wav_w64.c, which may lead to DoS when playing a crafted audio file.

Remediation

There is no fixed version for Debian:8 libsndfile.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue has been found in libsndfile 1.0.28. There is a memory leak in psf_allocate in common.c, as demonstrated by sndfile-convert. NOTE: The maintainer and third parties were unable to reproduce and closed the issue

Remediation

There is no fixed version for Debian:8 libsndfile.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in libsndfile 1.0.28. There is a NULL pointer dereference in the function sf_write_int in sndfile.c, which will lead to a denial of service.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The flac_buffer_copy function in flac.c in libsndfile 1.0.28 allows remote attackers to cause a denial of service (invalid read and application crash) via a crafted audio file.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The i2les_array function in pcm.c in libsndfile 1.0.28 allows remote attackers to cause a denial of service (buffer over-read and application crash) via a crafted audio file.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a heap-based buffer over-read at wav.c in wav_write_header in libsndfile 1.0.28 that will cause a denial of service.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u3 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The flac_buffer_copy function in flac.c in libsndfile 1.0.28 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted audio file.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in libsndfile 1.0.28. There is a buffer over-read in the function i2ulaw_array in ulaw.c that will lead to a denial of service.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libvorbis/libvorbis0a
  • Introduced through: libvorbis/libvorbis0a@1.3.4-2 and libvorbis/libvorbisenc2@1.3.4-2
  • Fixed in: 1.3.4-2+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libvorbis/libvorbis0a@1.3.4-2
  • Introduced through: tomcat@8.0.47 libvorbis/libvorbisenc2@1.3.4-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libvorbis package and not the libvorbis package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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().

Remediation

Upgrade Debian:8 libvorbis to version 1.3.4-2+deb8u3 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5
  • Fixed in: 2.9.1+dfsg1-5+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The xz_head function in xzlib.c in libxml2 before 2.9.6 allows remote attackers to cause a denial of service (memory consumption) via a crafted LZMA file, because the decoder functionality does not restrict memory usage to what is required for a legitimate file.

Remediation

Upgrade Debian:8 libxml2 to version 2.9.1+dfsg1-5+deb8u7 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5
  • Fixed in: 2.9.1+dfsg1-5+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libxml2 to version 2.9.1+dfsg1-5+deb8u7 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In Network Security Services (NSS) before 3.36.7 and before 3.41.1, a malformed signature can cause a crash due to a null dereference, resulting in a Denial of Service.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u4 or higher.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Fixed in: 1.0.1t-1+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u8 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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."

Remediation

There is no fixed version for Debian:8 sqlite3.

References

medium severity

CVE-2019-7663

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u8 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The _TIFFmalloc function in tif_unix.c in LibTIFF 4.0.3 does not reject a zero size, which allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted TIFF image that is mishandled by the TIFFWriteScanline function in tif_write.c, as demonstrated by tiffdither.

Remediation

There is no fixed version for Debian:8 tiff.

References

medium severity

Improper Input Validation

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In LibTIFF 4.0.8, there is a denial of service vulnerability in the TIFFOpen function. A crafted input will lead to a denial of service attack. During the TIFFOpen process, td_imagelength is not checked. The value of td_imagelength can be directly controlled by an input file. In the ChopUpSingleUncompressedStrip function, the _TIFFCheckMalloc function is called based on td_imagelength. If we set the value of td_imagelength close to the amount of system memory, it will hang the system or trigger the OOM killer.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u6 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u9

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

_TIFFCheckMalloc and _TIFFCheckRealloc in tif_aux.c in LibTIFF through 4.0.10 mishandle Integer Overflow checks because they rely on compiler behavior that is undefined by the applicable C standards. This can, for example, lead to an application crash.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u9 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u8 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u8 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u10 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

ijg-libjpeg before 9d, as used in tiff2pdf (from LibTIFF) and other products, does not check for a NULL pointer at a certain place in jpeg_fdct_16x16 in jfdctint.c.

Remediation

There is no fixed version for Debian:8 tiff.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In LibTIFF 4.0.9, there is a Null-Pointer Dereference in the tif_print.c TIFFPrintDirectory function, as demonstrated by a tiffinfo crash.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u5 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.)

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u6 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

LibTIFF 4.0.3 allows remote attackers to cause a denial of service (out-of-bounds read and crash) via a crafted TIFF image to the (1) checkInkNamesString function in tif_dir.c in the thumbnail tool, (2) compresscontig function in tiff2bw.c in the tiff2bw tool, (3) putcontig8bitCIELab function in tif_getimage.c in the tiff2rgba tool, LZWPreDecode function in tif_lzw.c in the (4) tiff2ps or (5) tiffdither tool, (6) NeXTDecode function in tif_next.c in the tiffmedian tool, or (7) TIFFWriteDirectoryTagLongLong8Array function in tif_dirwrite.c in the tiffset tool.

Remediation

There is no fixed version for Debian:8 tiff.

References

medium severity

Reachable Assertion

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u6 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function TIFFWriteDirectorySec() in LibTIFF 4.0.8, related to tif_dirwrite.c and a SubIFD tag. A crafted input will lead to a remote denial of service attack.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u5 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a reachable assertion abort in the function TIFFWriteDirectoryTagSubifd() in LibTIFF 4.0.8, related to tif_dirwrite.c and a SubIFD tag. A crafted input will lead to a remote denial of service attack.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u5 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u6 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: wget
  • Introduced through: wget@1.16-1+deb8u4
  • Fixed in: 1.16-1+deb8u5

medium severity

XML External Entity (XXE) Injection

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-6+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 expat/libexpat1@2.1.0-6+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream expat package and not the expat package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

expat 2.1.0 and earlier does not properly handle entities expansion unless an application developer uses the XML_SetEntityDeclHandler function, which allows remote attackers to cause a denial of service (resource consumption), send HTTP requests to intranet servers, or read arbitrary files via a crafted XML document, aka an XML External Entity (XXE) issue. NOTE: it could be argued that because expat already provides the ability to disable external entity expansion, the responsibility for resolving this issue lies with application developers; according to this argument, this entry should be REJECTed, and each affected application would need its own CVE.

Remediation

There is no fixed version for Debian:8 expat.

References

medium severity

Race Condition

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.3-2+deb8u4
  • Fixed in: 1.6.3-2+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 libgcrypt20@1.6.3-2+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream libgcrypt20 package and not the libgcrypt20 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libgcrypt20 to version 1.6.3-2+deb8u8 or higher.

References

medium severity

Numeric Errors

  • Vulnerable module: llvm-toolchain-3.5/libllvm3.5
  • Introduced through: llvm-toolchain-3.5/libllvm3.5@1:3.5-10

Detailed paths

  • Introduced through: tomcat@8.0.47 llvm-toolchain-3.5/libllvm3.5@1:3.5-10

NVD Description

Note: Versions mentioned in the description apply only to the upstream llvm-toolchain-3.5 package and not the llvm-toolchain-3.5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer overflow in the regcomp implementation in the Henry Spencer BSD regex library (aka rxspencer) alpha3.8.g5 on 32-bit platforms, as used in NetBSD through 6.1.5 and other products, might allow context-dependent attackers to execute arbitrary code via a large regular expression that leads to a heap-based buffer overflow.

Remediation

There is no fixed version for Debian:8 llvm-toolchain-3.5.

References

medium severity

Access Restriction Bypass

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3+deb8u4 and shadow/passwd@1:4.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 shadow/login@1:4.2-3+deb8u4
  • Introduced through: tomcat@8.0.47 shadow/passwd@1:4.2-3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

initscripts in rPath Linux 1 sets insecure permissions for the /var/log/btmp file, which allows local users to obtain sensitive information regarding authentication attempts. NOTE: because sshd detects the insecure permissions and does not log certain events, this also prevents sshd from logging failed authentication attempts by remote attackers.

Remediation

There is no fixed version for Debian:8 shadow.

References

medium severity

CVE-2018-2641

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The session cookie generated by the CUPS web interface was easy to guess on Linux, allowing unauthorized scripted access to the web interface when the web interface is enabled. This issue affected versions prior to v2.2.10.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u6 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The DNS stub resolver in the GNU C Library (aka glibc or libc6) before version 2.26, when EDNS support is enabled, will solicit large UDP responses from name servers, potentially simplifying off-path DNS spoofing attacks due to IP fragmentation.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Improper Data Handling

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The pop_fail_stack function in the GNU C Library (aka glibc or libc6) allows context-dependent attackers to cause a denial of service (assertion failure and application crash) via vectors related to extended regular expression processing.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Improper Input Validation

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The iconv program in the GNU C Library (aka glibc or libc6) 2.31 and earlier, when invoked with multiple suffixes in the destination encoding (TRANSLATE or IGNORE) along with the -c option, enters an infinite loop when processing invalid multi-byte input sequences, leading to a denial of service.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The glob function in glob.c in the GNU C Library (aka glibc or libc6) before 2.27, when invoked with GLOB_TILDE, could skip freeing allocated memory when processing the ~ operator with a long user name, potentially leading to a denial of service (memory leak).

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Use After Free

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Use-after-free vulnerability in the clntudp_call function in sunrpc/clnt_udp.c in the GNU C Library (aka glibc or libc6) before 2.26 allows remote attackers to have unspecified impact via vectors related to error path.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnutls28/libgnutls-deb0-28
  • Introduced through: gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7
  • Fixed in: 3.3.30-0+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnutls28 package and not the gnutls28 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 gnutls28 to version 3.3.30-0+deb8u1 or higher.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnutls28/libgnutls-deb0-28
  • Introduced through: gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7
  • Fixed in: 3.3.30-0+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnutls28 package and not the gnutls28 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 gnutls28 to version 3.3.30-0+deb8u1 or higher.

References

medium severity

CVE-2018-12404

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A cached side channel attack during handshakes using RSA encryption could allow for the decryption of encrypted content. This is a variant of the Adaptive Chosen Ciphertext attack (AKA Bleichenbacher attack) and affects all NSS versions prior to NSS 3.41.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u4 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An existing mitigation of timing side-channel attacks is insufficient in some circumstances. This issue is addressed in Network Security Services (NSS) 3.26.1. This vulnerability affects Thunderbird < 45.5, Firefox ESR < 45.5, and Firefox < 50.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u5 or higher.

References

medium severity

PRNG Seed Error

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

When handling a SSLv2-compatible ClientHello request, the server doesn't generate a new random value but sends an all-zero value instead. This results in full malleability of the ClientHello for SSLv2 used for TLS 1.2 in all versions prior to NSS 3.39. This does not impact TLS 1.3.

Remediation

There is no fixed version for Debian:8 nss.

References

medium severity

CVE-2018-2618

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

CVE-2019-2684

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u221-2.6.18-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: RMI). Supported versions that are affected are Java SE: 7u211, 8u202, 11.0.2 and 12; Java SE Embedded: 8u201. 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 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 (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 5.9 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u221-2.6.18-1~deb8u1 or higher.

References

medium severity

CVE-2019-2958

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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 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 (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 5.9 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Fixed in: 1.0.1t-1+deb8u11

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable "non-stitched" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u11 or higher.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7, openssl@1.1.0f-3+deb9u1 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Introduced through: tomcat@8.0.47 openssl@1.1.0f-3+deb9u1
  • Introduced through: tomcat@8.0.47 openssl/libssl1.1@1.1.0f-3+deb9u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

There is no fixed version for Debian:8 openssl.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Fixed in: 1.0.1t-1+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u10 or higher.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Fixed in: 1.0.1t-1+deb8u9

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u9 or higher.

References

medium severity

Race Condition

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u8 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: nettle/libhogweed2
  • Introduced through: nettle/libhogweed2@2.7.1-5+deb8u2 and nettle/libnettle4@2.7.1-5+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 nettle/libhogweed2@2.7.1-5+deb8u2
  • Introduced through: tomcat@8.0.47 nettle/libnettle4@2.7.1-5+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream nettle package and not the nettle package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A Bleichenbacher type side-channel based padding oracle attack was found in the way nettle handles endian conversion of RSA decrypted PKCS#1 v1.5 data. An attacker who is able to run a process on the same physical core as the victim process, could use this flaw extract plaintext or in some cases downgrade any TLS connections to a vulnerable server.

Remediation

There is no fixed version for Debian:8 nettle.

References

medium severity

Information Exposure

  • Vulnerable module: gnutls28/libgnutls-deb0-28
  • Introduced through: gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnutls28 package and not the gnutls28 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A Bleichenbacher type side-channel based padding oracle attack was found in the way gnutls handles verification of RSA decrypted PKCS#1 v1.5 data. An attacker who is able to run process on the same physical core as the victim process, could use this to extract plaintext or in some cases downgrade any TLS connections to a vulnerable server.

Remediation

There is no fixed version for Debian:8 gnutls28.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnutls28/libgnutls-deb0-28
  • Introduced through: gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7
  • Fixed in: 3.3.30-0+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnutls28 package and not the gnutls28 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 gnutls28 to version 3.3.30-0+deb8u1 or higher.

References

medium severity

CVE-2018-3180

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: JSSE). Supported versions that are affected are Java SE: 6u201, 7u191, 8u182 and 11; Java SE Embedded: 8u181; JRockit: R28.3.19. Difficult to exploit vulnerability allows unauthenticated attacker with network access via SSL/TLS 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 as well as unauthorized read access to a subset 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 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 5.6 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-2~deb8u1 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: apt
  • Introduced through: apt@1.0.9.8.4 and apt/libapt-pkg4.12@1.0.9.8.4
  • Fixed in: 1.0.9.8.6

Detailed paths

  • Introduced through: tomcat@8.0.47 apt@1.0.9.8.4
  • Introduced through: tomcat@8.0.47 apt/libapt-pkg4.12@1.0.9.8.4

NVD Description

Note: Versions mentioned in the description apply only to the upstream apt package and not the apt package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Missing input validation in the ar/tar implementations of APT before version 2.1.2 could result in denial of service when processing specially crafted deb files.

Remediation

Upgrade Debian:8 apt to version 1.0.9.8.6 or higher.

References

medium severity

Use After Free

  • Vulnerable module: bash
  • Introduced through: bash@4.3-11+deb8u1
  • Fixed in: 4.3-11+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 bash@4.3-11+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream bash package and not the bash package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

popd in bash might allow local users to bypass the restricted shell and cause a use-after-free via a crafted address.

Remediation

Upgrade Debian:8 bash to version 4.3-11+deb8u2 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: cairo/libcairo2
  • Introduced through: cairo/libcairo2@1.14.0-2.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 cairo/libcairo2@1.14.0-2.1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cairo package and not the cairo package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Cairo version 1.15.4 is vulnerable to a NULL pointer dereference related to the FT_Load_Glyph and FT_Render_Glyph resulting in an application crash.

Remediation

There is no fixed version for Debian:8 cairo.

References

medium severity

CVE-2018-4181

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In macOS High Sierra before 10.13.5, an issue existed in CUPS. This issue was addressed with improved access restrictions.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u4 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In ippSetValueTag of ipp.c in Android 8.0, 8.1 and 9, there is a possible out of bounds read due to improper input validation. This could lead to local information disclosure from the printer service with no additional execution privileges needed. User interaction is not needed for exploitation.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u5 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In array_find of array.c, there is a possible out-of-bounds read due to an incorrect bounds check. This could lead to local information disclosure in the printer spooler with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9 Android-10Android ID: A-111210196

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u7 or higher.

References

medium severity

Improper Resource Shutdown or Release

  • Vulnerable module: dbus
  • Introduced through: dbus@1.8.22-0+deb8u1 and dbus/libdbus-1-3@1.8.22-0+deb8u1
  • Fixed in: 1.8.22-0+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 dbus@1.8.22-0+deb8u1
  • Introduced through: tomcat@8.0.47 dbus/libdbus-1-3@1.8.22-0+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream dbus package and not the dbus package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 dbus to version 1.8.22-0+deb8u3 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Divide-by-zero vulnerabilities in the function arlib_add_symbols() in arlib.c in elfutils 0.174 allow remote attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by eu-ranlib, because a zero sh_entsize is mishandled.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The allocate_elf function in common.h in elfutils before 0.168 allows remote attackers to cause a denial of service (crash) via a crafted ELF file, which triggers a memory allocation failure.

Remediation

There is no fixed version for Debian:8 elfutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The __libelf_set_rawdata_wrlock function in elf_getdata.c in elfutils before 0.168 allows remote attackers to cause a denial of service (crash) via a crafted (1) sh_off or (2) sh_size ELF header value, which triggers a memory allocation failure.

Remediation

There is no fixed version for Debian:8 elfutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl in elfutils through v0.174. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by consider_notes.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in elfutils 0.175. A segmentation fault can occur in the function elf64_xlatetom in libelf/elf32_xlatetom.c, due to dwfl_segment_report_module not checking whether the dyn data read from a core file is truncated. A crafted input can cause a program crash, leading to denial-of-service, as demonstrated by eu-stack.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

dwarf_getaranges in dwarf_getaranges.c in libdw in elfutils before 2018-08-18 allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted file.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libdw in elfutils 0.173 checks the end of the attributes list incorrectly in dwarf_getabbrev in dwarf_getabbrev.c and dwarf_hasattr in dwarf_hasattr.c, leading to a heap-based buffer over-read and an application crash.

Remediation

There is no fixed version for Debian:8 elfutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: elfutils/libelf1
  • Introduced through: elfutils/libelf1@0.159-4.2
  • Fixed in: 0.159-4.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 elfutils/libelf1@0.159-4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream elfutils package and not the elfutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In elfutils 0.175, a heap-based buffer over-read was discovered in the function elf32_xlatetom in elf32_xlatetom.c in libelf. A crafted ELF input can cause a segmentation fault leading to denial of service (program crash) because ebl_core_note does not reject malformed core file notes.

Remediation

Upgrade Debian:8 elfutils to version 0.159-4.2+deb8u1 or higher.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: flac/libflac8
  • Introduced through: flac/libflac8@1.3.0-3

Detailed paths

  • Introduced through: tomcat@8.0.47 flac/libflac8@1.3.0-3

NVD Description

Note: Versions mentioned in the description apply only to the upstream flac package and not the flac package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An error in the "read_metadata_vorbiscomment_()" function (src/libFLAC/stream_decoder.c) in FLAC version 1.3.2 can be exploited to cause a memory leak via a specially crafted FLAC file.

Remediation

There is no fixed version for Debian:8 flac.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: gdk-pixbuf/libgdk-pixbuf2.0-0
  • Introduced through: gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6 and gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6
  • Fixed in: 2.31.1-2+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6
  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6

NVD Description

Note: Versions mentioned in the description apply only to the upstream gdk-pixbuf package and not the gdk-pixbuf package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer overflow in io-ico.c in gdk-pixbuf allows context-dependent attackers to cause a denial of service (segmentation fault and application crash) via a crafted image entry offset in an ICO file, which triggers an out-of-bounds read, related to compiler optimizations.

Remediation

Upgrade Debian:8 gdk-pixbuf to version 2.31.1-2+deb8u8 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: gdk-pixbuf/libgdk-pixbuf2.0-0
  • Introduced through: gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6 and gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6
  • Fixed in: 2.31.1-2+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-0@2.31.1-2+deb8u6
  • Introduced through: tomcat@8.0.47 gdk-pixbuf/libgdk-pixbuf2.0-common@2.31.1-2+deb8u6

NVD Description

Note: Versions mentioned in the description apply only to the upstream gdk-pixbuf package and not the gdk-pixbuf package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The make_available_at_least function in io-tiff.c in gdk-pixbuf allows context-dependent attackers to cause a denial of service (infinite loop) via a large TIFF file.

Remediation

Upgrade Debian:8 gdk-pixbuf to version 2.31.1-2+deb8u8 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: giflib/libgif4
  • Introduced through: giflib/libgif4@4.1.6-11+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 giflib/libgif4@4.1.6-11+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream giflib package and not the giflib package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Heap-based buffer overflow in util/gif2rgb.c in gif2rgb in giflib 5.1.2 allows remote attackers to cause a denial of service (application crash) via the background color index in a GIF file.

Remediation

There is no fixed version for Debian:8 giflib.

References

medium severity

CVE-2019-7309

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In the GNU C Library (aka glibc or libc6) through 2.29, the memcmp function for the x32 architecture can incorrectly return zero (indicating that the inputs are equal) because the RDX most significant bit is mishandled.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The GNU C Library (aka glibc or libc6) before 2.32 could overflow an on-stack buffer during range reduction if an input to an 80-bit long double function contains a non-canonical bit pattern, a seen when passing a 0x5d414141414141410000 value to sinl on x86 targets. This is related to sysdeps/ieee754/ldbl-96/e_rem_pio2l.c.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

CVE-2016-9388

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The ras_getcmap function in ras_dec.c in JasPer before 1.900.14 allows remote attackers to cause a denial of service (assertion failure) via a crafted image file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

CVE-2016-9392

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The calcstepsizes function in jpc_dec.c in JasPer before 1.900.17 allows remote attackers to cause a denial of service (assertion failure) via a crafted file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

CVE-2016-9393

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jpc_pi_nextrpcl function in jpc_t2cod.c in JasPer before 1.900.17 allows remote attackers to cause a denial of service (assertion failure) via a crafted file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

CVE-2017-5498

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libjasper/include/jasper/jas_math.h in JasPer 1.900.17 allows remote attackers to cause a denial of service (crash) via vectors involving left shift of a negative value.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

CVE-2017-5500

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libjasper/jpc/jpc_dec.c in JasPer 1.900.17 allows remote attackers to cause a denial of service (crash) via vectors involving left shift of a negative value.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

CVE-2017-5502

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libjasper/jp2/jp2_dec.c in JasPer 1.900.17 allows remote attackers to cause a denial of service (crash) via vectors involving left shift of a negative value.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Double Free

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Double free vulnerability in the jasper_image_stop_load function in JasPer 1.900.17 allows remote attackers to cause a denial of service (crash) via a crafted JPEG 2000 image file.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u4 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jas_seq2d_create function in jas_seq.c in JasPer before 1.900.14 allows remote attackers to cause a denial of service (assertion failure) via a crafted image file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Improper Input Validation

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jas_seq2d_create function in jas_seq.c in JasPer before 1.900.17 allows remote attackers to cause a denial of service (assertion failure) via a crafted file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Improper Input Validation

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jas_seq2d_create function in jas_seq.c in JasPer before 1.900.25 allows remote attackers to cause a denial of service (assertion failure) via a crafted file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer overflow in libjasper/jpc/jpc_tsfb.c in JasPer 1.900.17 allows remote attackers to cause a denial of service (crash) via a crafted file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer overflow in jas_image.c in JasPer before 1.900.25 allows remote attackers to cause a denial of service (application crash) via a crafted file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Integer overflow in libjasper/jpc/jpc_dec.c in JasPer 1.900.17 allows remote attackers to cause a denial of service (crash) via a crafted file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue has been found in JasPer 2.0.14. There is a memory leak in jas_malloc.c when called from jpc_unk_getparms in jpc_cs.c.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The bmp_getdata function in libjasper/bmp/bmp_dec.c in JasPer before 1.900.5 allows remote attackers to cause a denial of service (NULL pointer dereference) via a crafted BMP image in an imginfo command.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u4 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jp2_colr_destroy function in libjasper/jp2/jp2_cod.c in JasPer before 1.900.10 allows remote attackers to cause a denial of service (NULL pointer dereference).

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jp2_cdef_destroy function in jp2_cod.c in JasPer before 2.0.13 allows remote attackers to cause a denial of service (NULL pointer dereference) via a crafted image.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u5 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jas_matrix_asl function in jas_seq.c in JasPer 1.900.27 allows remote attackers to cause a denial of service (invalid memory read and crash) via a crafted image.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jpc_undo_roi function in libjasper/jpc/jpc_dec.c in JasPer 1.900.27 allows remote attackers to cause a denial of service (invalid memory read and crash) via a crafted image.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

JasPer 2.0.12 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted image, related to the jp2_decode function in libjasper/jp2/jp2_dec.c.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jas_matrix_bindsub function in jas_seq.c in JasPer 2.0.10 allows remote attackers to cause a denial of service (invalid read) via a crafted image.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

JasPer 2.0.14 allows denial of service via a reachable assertion in the function jpc_firstone in libjasper/jpc/jpc_math.c.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Resource Management Errors

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The jpc_dec_tiledecode function in jpc_dec.c in JasPer before 1.900.8 allows remote attackers to cause a denial of service (assertion failure) via a crafted file.

Remediation

There is no fixed version for Debian:8 jasper.

References

medium severity

Use After Free

  • Vulnerable module: jasper/libjasper1
  • Introduced through: jasper/libjasper1@1.900.1-debian1-2.4+deb8u3
  • Fixed in: 1.900.1-debian1-2.4+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 jasper/libjasper1@1.900.1-debian1-2.4+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Use-after-free vulnerability in the mif_process_cmpt function in libjasper/mif/mif_cod.c in the JasPer JPEG-2000 library before 1.900.2 allows remote attackers to cause a denial of service (crash) via a crafted JPEG 2000 image file.

Remediation

Upgrade Debian:8 jasper to version 1.900.1-debian1-2.4+deb8u4 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: lcms2/liblcms2-2
  • Introduced through: lcms2/liblcms2-2@2.6-3+deb8u1
  • Fixed in: 2.6-3+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 lcms2/liblcms2-2@2.6-3+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream lcms2 package and not the lcms2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 lcms2 to version 2.6-3+deb8u2 or higher.

References

medium severity

Insufficient Entropy

  • Vulnerable module: libice/libice6
  • Introduced through: libice/libice6@2:1.0.9-1+b1
  • Fixed in: 2:1.0.9-1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libice/libice6@2:1.0.9-1+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libice package and not the libice package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

It was discovered that libICE before 1.0.9-8 used a weak entropy to generate keys. A local attacker could potentially use this flaw for session hijacking using the information available from the process list.

Remediation

Upgrade Debian:8 libice to version 2:1.0.9-1+deb8u1 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libsndfile before 1.0.28, an error in the "flac_buffer_copy()" function (flac.c) can be exploited to cause a segmentation violation (with read memory access) via a specially crafted FLAC file during a resample attempt, a similar issue to CVE-2017-7585.

Remediation

There is no fixed version for Debian:8 libsndfile.

References

medium severity

Out-of-Bounds

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libsndfile before 1.0.28, an error in the "header_read()" function (common.c) when handling ID3 tags can be exploited to cause a stack-based buffer overflow via a specially crafted FLAC file.

Remediation

There is no fixed version for Debian:8 libsndfile.

References

medium severity

Out-of-Bounds

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libsndfile before 1.0.28, an error in the "flac_buffer_copy()" function (flac.c) can be exploited to cause a segmentation violation (with write memory access) via a specially crafted FLAC file during a resample attempt, a similar issue to CVE-2017-7585.

Remediation

There is no fixed version for Debian:8 libsndfile.

References

medium severity

Out-of-Bounds

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In libsndfile before 1.0.28, an error in the "flac_buffer_copy()" function (flac.c) can be exploited to cause a stack-based buffer overflow via a specially crafted FLAC file.

Remediation

There is no fixed version for Debian:8 libsndfile.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

It was discovered the fix for CVE-2018-19758 (libsndfile) was not complete and still allows a read beyond the limits of a buffer in wav_write_header() function in wav.c. A local attacker may use this flaw to make the application crash.

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u4 or higher.

References

medium severity

CVE-2018-1000654

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@4.2-3+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libtasn1-6@4.2-3+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libtasn1-6 package and not the libtasn1-6 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

GNU Libtasn1-4.13 libtasn1-4.13 version libtasn1-4.13, libtasn1-4.12 contains a DoS, specifically CPU usage will reach 100% when running asn1Paser against the POC due to an issue in _asn1_expand_object_id(p_tree), after a long time, the program will be killed. This attack appears to be exploitable via parsing a crafted file.

Remediation

There is no fixed version for Debian:8 libtasn1-6.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: libvorbis/libvorbis0a
  • Introduced through: libvorbis/libvorbis0a@1.3.4-2 and libvorbis/libvorbisenc2@1.3.4-2
  • Fixed in: 1.3.4-2+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 libvorbis/libvorbis0a@1.3.4-2
  • Introduced through: tomcat@8.0.47 libvorbis/libvorbisenc2@1.3.4-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libvorbis package and not the libvorbis package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The vorbis_analysis_wrote function in lib/block.c in Xiph.Org libvorbis 1.3.5 allows remote attackers to cause a denial of service (OOM) via a crafted wav file.

Remediation

Upgrade Debian:8 libvorbis to version 1.3.4-2+deb8u3 or higher.

References

medium severity

Key Management Errors

  • Vulnerable module: libxdmcp/libxdmcp6
  • Introduced through: libxdmcp/libxdmcp6@1:1.1.1-1+b1
  • Fixed in: 1:1.1.1-1+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 libxdmcp/libxdmcp6@1:1.1.1-1+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxdmcp package and not the libxdmcp package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

It was discovered that libXdmcp before 1.1.2 including used weak entropy to generate session keys. On a multi-user system using xdmcp, a local attacker could potentially use information available from the process list to brute force the key, allowing them to hijack other users' sessions.

Remediation

Upgrade Debian:8 libxdmcp to version 1:1.1.1-1+deb8u1 or higher.

References

medium severity

XML External Entity (XXE) Injection

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

There is no fixed version for Debian:8 libxml2.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+deb8u2, ncurses/libncursesw5@5.9+20140913-1+deb8u2 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 ncurses/libncurses5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libncursesw5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libtinfo5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-base@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-bin@5.9+20140913-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In ncurses 6.1, there is a NULL pointer dereference at function _nc_parse_entry in parse_entry.c that will lead to a denial of service attack. The product proceeds to the dereference code path even after a "dubious character `*' in name or alias field" detection.

Remediation

There is no fixed version for Debian:8 ncurses.

References

medium severity

Out-of-Bounds

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 pcre3/libpcre3@2:8.35-3.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In PCRE 8.41, after compiling, a pcretest load test PoC produces a crash overflow in the function match() in pcre_exec.c because of a self-recursive call. NOTE: third parties dispute the relevance of this report, noting that there are options that can be used to limit the amount of stack that is used

Remediation

There is no fixed version for Debian:8 pcre3.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 pcre3/libpcre3@2:8.35-3.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The _pcre32_xclass function in pcre_xclass.c in libpcre1 in PCRE 8.40 allows remote attackers to cause a denial of service (invalid memory read) via a crafted file.

Remediation

There is no fixed version for Debian:8 pcre3.

References

medium severity

CVE-2020-13631

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

SQLite before 3.32.0 allows a virtual table to be renamed to the name of one of its shadow tables, related to alter.c and build.c.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

medium severity

Improper Input Validation

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The dump_callback function in SQLite 3.20.0 allows remote attackers to cause a denial of service (EXC_BAD_ACCESS and application crash) via a crafted file.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2
  • Fixed in: 3.8.7.1-1+deb8u6

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

SQLite through 3.32.0 has an integer overflow in sqlite3_str_vappendf in printf.c.

Remediation

Upgrade Debian:8 sqlite3 to version 3.8.7.1-1+deb8u6 or higher.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 sqlite3/libsqlite3-0@3.8.7.1-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream sqlite3 package and not the sqlite3 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

alter.c in SQLite through 3.30.1 allows attackers to trigger infinite recursion via certain types of self-referential views in conjunction with ALTER TABLE statements.

Remediation

There is no fixed version for Debian:8 sqlite3.

References

medium severity

Out-of-Bounds

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u10 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4
  • Fixed in: 4.0.3-12.3+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The TIFFWriteDirectoryTagCheckedRational function in tif_dirwrite.c in LibTIFF 4.0.6 allows remote attackers to cause a denial of service (assertion failure and application exit) via a crafted TIFF file.

Remediation

Upgrade Debian:8 tiff to version 4.0.3-12.3+deb8u5 or higher.

References

medium severity

Resource Management Errors

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

LibTIFF allows remote attackers to cause a denial of service (memory consumption and crash) via a crafted tiff file.

Remediation

There is no fixed version for Debian:8 tiff.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+deb8u2, ncurses/libncursesw5@5.9+20140913-1+deb8u2 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 ncurses/libncurses5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libncursesw5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libtinfo5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-base@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-bin@5.9+20140913-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a heap-based buffer over-read in the fmt_entry function in tinfo/comp_hash.c in the terminfo library in ncurses before 6.1-20191012.

Remediation

There is no fixed version for Debian:8 ncurses.

References

medium severity

Cryptographic Issues

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7, openssl@1.1.0f-3+deb9u1 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Introduced through: tomcat@8.0.47 openssl@1.1.0f-3+deb9u1
  • Introduced through: tomcat@8.0.47 openssl/libssl1.1@1.1.0f-3+deb9u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The NIST SP 800-90A default statement of the Dual Elliptic Curve Deterministic Random Bit Generation (Dual_EC_DRBG) algorithm contains point Q constants with a possible relationship to certain "skeleton key" values, which might allow context-dependent attackers to defeat cryptographic protection mechanisms by leveraging knowledge of those values. NOTE: this is a preliminary CVE for Dual_EC_DRBG; future research may provide additional details about point Q and associated attacks, and could potentially lead to a RECAST or REJECT of this CVE.

Remediation

There is no fixed version for Debian:8 openssl.

References

medium severity

Improper Input Validation

  • Vulnerable module: audit/libaudit-common
  • Introduced through: audit/libaudit-common@1:2.4-1 and audit/libaudit1@1:2.4-1+b1

Detailed paths

  • Introduced through: tomcat@8.0.47 audit/libaudit-common@1:2.4-1
  • Introduced through: tomcat@8.0.47 audit/libaudit1@1:2.4-1+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream audit package and not the audit package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Audit before 2.4.4 in Linux does not sanitize escape characters in filenames.

Remediation

There is no fixed version for Debian:8 audit.

References

medium severity

Improper Input Validation

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The add_job function in scheduler/ipp.c in CUPS before 2.2.6, when D-Bus support is enabled, can be crashed by remote attackers by sending print jobs with an invalid username, related to a D-Bus notification.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u3 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The (1) mbed_connect_step1 function in lib/vtls/mbedtls.c and (2) polarssl_connect_step1 function in lib/vtls/polarssl.c in cURL and libcurl before 7.49.0, when using SSLv3 or making a TLS connection to a URL that uses a numerical IP address, allow remote attackers to spoof servers via an arbitrary valid certificate.

Remediation

There is no fixed version for Debian:8 curl.

References

medium severity

Information Exposure

  • Vulnerable module: gcc-4.9/gcc-4.9-base
  • Introduced through: gcc-4.9/gcc-4.9-base@4.9.2-10, gcc-4.9/libgcc1@1:4.9.2-10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 gcc-4.9/gcc-4.9-base@4.9.2-10
  • Introduced through: tomcat@8.0.47 gcc-4.9/libgcc1@1:4.9.2-10
  • Introduced through: tomcat@8.0.47 gcc-4.9/libstdc++6@4.9.2-10

NVD Description

Note: Versions mentioned in the description apply only to the upstream gcc-4.9 package and not the gcc-4.9 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The std::random_device class in libstdc++ in the GNU Compiler Collection (aka GCC) before 4.9.4 does not properly handle short reads from blocking sources, which makes it easier for context-dependent attackers to predict the random values via unspecified vectors.

Remediation

There is no fixed version for Debian:8 gcc-4.9.

References

medium severity

Cryptographic Issues

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.42.1-1+b1 and glib2.0/libglib2.0-data@2.42.1-1

Detailed paths

  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-0@2.42.1-1+b1
  • Introduced through: tomcat@8.0.47 glib2.0/libglib2.0-data@2.42.1-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream glib2.0 package and not the glib2.0 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

GLib 2.31.8 and earlier, when the g_str_hash function is used, computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table. NOTE: this issue may be disputed by the vendor; the existence of the g_str_hash function is not a vulnerability in the library, because callers of g_hash_table_new and g_hash_table_new_full can specify an arbitrary hash function that is appropriate for the application.

Remediation

There is no fixed version for Debian:8 glib2.0.

References

medium severity

CVE-2010-4051

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The regcomp implementation in the GNU C Library (aka glibc or libc6) through 2.11.3, and 2.12.x through 2.12.2, allows context-dependent attackers to cause a denial of service (application crash) via a regular expression containing adjacent bounded repetitions that bypass the intended RE_DUP_MAX limitation, as demonstrated by a {10,}{10,}{10,}{10,}{10,} sequence in the proftpd.gnu.c exploit for ProFTPD, related to a "RE_DUP_MAX overflow."

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Improper Input Validation

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In the GNU C Library (aka glibc or libc6) through 2.28, the getaddrinfo function would successfully parse a string that contained an IPv4 address followed by whitespace and arbitrary characters, which could lead applications to incorrectly assume that it had parsed a valid string, without the possibility of embedded HTTP headers or other potentially dangerous substrings.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Information Exposure

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass ASLR using cache of thread stack and heap. The component is: glibc. NOTE: Upstream comments indicate "this is being treated as a non-security bug and no real threat.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Resource Management Errors

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Stack consumption vulnerability in the regcomp implementation in the GNU C Library (aka glibc or libc6) through 2.11.3, and 2.12.x through 2.12.2, allows context-dependent attackers to cause a denial of service (resource exhaustion) via a regular expression containing adjacent repetition operators, as demonstrated by a {10,}{10,}{10,}{10,} sequence in the proftpd.gnu.c exploit for ProFTPD.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Use of Insufficiently Random Values

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may guess the heap addresses of pthread_created thread. The component is: glibc. NOTE: the vendor's position is "ASLR bypass itself is not a vulnerability.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Reachable Assertion

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4, krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A Reachable Assertion issue was discovered in the KDC in MIT Kerberos 5 (aka krb5) before 1.17. If an attacker can obtain a krbtgt ticket using an older encryption type (single-DES, triple-DES, or RC4), the attacker can crash the KDC by making an S4U2Self request.

Remediation

Upgrade Debian:8 krb5 to version 1.12.1+dfsg-19+deb8u5 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+deb8u2, ncurses/libncursesw5@5.9+20140913-1+deb8u2 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 ncurses/libncurses5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libncursesw5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libtinfo5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-base@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-bin@5.9+20140913-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

There is a heap-based buffer over-read in the _nc_find_entry function in tinfo/comp_hash.c in the terminfo library in ncurses before 6.1-20191012.

Remediation

There is no fixed version for Debian:8 ncurses.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A vulnerability exists where it possible to force Network Security Services (NSS) to sign CertificateVerify with PKCS#1 v1.5 signatures when those are the only ones advertised by server in CertificateRequest in TLS 1.3. PKCS#1 v1.5 signatures should not be used for TLS 1.3 messages. This vulnerability affects Firefox < 68.

Remediation

There is no fixed version for Debian:8 nss.

References

medium severity

Cryptographic Issues

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Oracle Java SE before 7 Update 6, and OpenJDK 7 before 7u6 build 12 and 8 before build 39, computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.

Remediation

There is no fixed version for Debian:8 openjdk-7.

References

medium severity

Cryptographic Issues

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Oracle Java SE 7 and earlier, and OpenJDK 7 and earlier, computes hash values without properly restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table, as demonstrated by a universal multicollision attack against the MurmurHash3 algorithm, a different vulnerability than CVE-2012-2739.

Remediation

There is no fixed version for Debian:8 openjdk-7.

References

medium severity

CVE-2018-2603

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

CVE-2018-2629

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

CVE-2018-2795

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

medium severity

CVE-2018-2796

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

medium severity

CVE-2018-2797

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

medium severity

CVE-2018-2798

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

medium severity

CVE-2018-2799

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

medium severity

CVE-2018-2815

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

medium severity

CVE-2018-3214

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Sound). Supported versions that are affected are Java SE: 6u201, 7u191 and 8u182; Java SE Embedded: 8u181; JRockit: R28.3.19. 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 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-2~deb8u1 or higher.

References

medium severity

CVE-2019-2762

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u231-2.6.19-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Utilities). Supported versions that are affected are Java SE: 7u221, 8u212, 11.0.3 and 12.0.1; Java SE Embedded: 8u211. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u231-2.6.19-1~deb8u1 or higher.

References

medium severity

CVE-2019-2769

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u231-2.6.19-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Utilities). Supported versions that are affected are Java SE: 7u221, 8u212, 11.0.3 and 12.0.1; Java SE Embedded: 8u211. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u231-2.6.19-1~deb8u1 or higher.

References

medium severity

CVE-2020-2781

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u261-2.6.22-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: JSSE). Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTPS to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u261-2.6.22-1~deb8u1 or higher.

References

medium severity

CVE-2020-2830

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u261-2.6.22-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Concurrency). Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u261-2.6.22-1~deb8u1 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4

medium severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3+deb8u4 and shadow/passwd@1:4.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 shadow/login@1:4.2-3+deb8u4
  • Introduced through: tomcat@8.0.47 shadow/passwd@1:4.2-3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in shadow 4.5. newgidmap (in shadow-utils) is setuid and allows an unprivileged user to be placed in a user namespace where setgroups(2) is permitted. This allows an attacker to remove themselves from a supplementary group, which may allow access to certain filesystem paths if the administrator has used "group blacklisting" (e.g., chmod g-rwx) to restrict access to paths. This flaw effectively reverts a security feature in the kernel (in particular, the /proc/self/setgroups knob) to prevent this sort of privilege escalation.

Remediation

There is no fixed version for Debian:8 shadow.

References

medium severity

CVE-2019-2745

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u231-2.6.19-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE component of Oracle Java SE (subcomponent: Security). Supported versions that are affected are Java SE: 7u221, 8u212 and 11.0.3. Difficult to exploit vulnerability allows unauthenticated attacker with logon to the infrastructure where Java SE executes to compromise Java SE. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all 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 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 5.1 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u231-2.6.19-1~deb8u1 or higher.

References

medium severity

Cryptographic Issues

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7, openssl@1.1.0f-3+deb9u1 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Introduced through: tomcat@8.0.47 openssl@1.1.0f-3+deb9u1
  • Introduced through: tomcat@8.0.47 openssl/libssl1.1@1.1.0f-3+deb9u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

OpenSSL 0.9.8i on the Gaisler Research LEON3 SoC on the Xilinx Virtex-II Pro FPGA uses a Fixed Width Exponentiation (FWE) algorithm for certain signature calculations, and does not verify the signature before providing it to a caller, which makes it easier for physically proximate attackers to determine the private key via a modified supply voltage for the microprocessor, related to a "fault-based attack."

Remediation

There is no fixed version for Debian:8 openssl.

References

medium severity

CVE-2019-13057

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3
  • Fixed in: 2.4.40+dfsg-1+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream openldap package and not the openldap package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.)

Remediation

Upgrade Debian:8 openldap to version 2.4.40+dfsg-1+deb8u5 or higher.

References

medium severity

CVE-2018-2599

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

CVE-2019-2816

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u231-2.6.19-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Networking). Supported versions that are affected are Java SE: 7u221, 8u212, 11.0.3 and 12.0.1; Java SE Embedded: 8u211. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u231-2.6.19-1~deb8u1 or higher.

References

medium severity

CVE-2020-2593

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u251-2.6.21-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u251-2.6.21-1~deb8u1 or higher.

References

medium severity

CVE-2020-2800

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u261-2.6.22-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Lightweight HTTP Server). Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. 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 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.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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u261-2.6.22-1~deb8u1 or higher.

References

medium severity

Race Condition

  • Vulnerable module: coreutils
  • Introduced through: coreutils@8.23-4

Detailed paths

  • Introduced through: tomcat@8.0.47 coreutils@8.23-4

NVD Description

Note: Versions mentioned in the description apply only to the upstream coreutils package and not the coreutils package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In GNU Coreutils through 8.29, chown-core.c in chown and chgrp does not prevent replacement of a plain file with a symlink during use of the POSIX "-R -L" options, which allows local users to modify the ownership of arbitrary files by leveraging a race condition.

Remediation

There is no fixed version for Debian:8 coreutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4, krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

MIT krb5 1.6 or later allows an authenticated kadmin with permission to add principals to an LDAP Kerberos database to cause a denial of service (NULL pointer dereference) or bypass a DN container check by supplying tagged data that is internal to the database module.

Remediation

Upgrade Debian:8 krb5 to version 1.12.1+dfsg-19+deb8u5 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.3-2+deb8u4
  • Fixed in: 1.6.3-2+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libgcrypt20@1.6.3-2+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream libgcrypt20 package and not the libgcrypt20 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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.

Remediation

Upgrade Debian:8 libgcrypt20 to version 1.6.3-2+deb8u5 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 libxml2@2.9.1+dfsg1-5+deb8u5

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxml2 package and not the libxml2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

libxml2 2.9.4, when used in recover mode, allows remote attackers to cause a denial of service (NULL pointer dereference) via a crafted XML document. NOTE: The maintainer states "I would disagree of a CVE with the Recover parsing option which should only be used for manual recovery at least for XML parser.

Remediation

There is no fixed version for Debian:8 libxml2.

References

medium severity

CVE-2019-2999

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE product of Oracle Java SE (component: Javadoc). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13. 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 and while the vulnerability is in Java SE, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Java SE accessible data as well as 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 4.7 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

medium severity

Improper Initialization

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 openldap/libldap-2.4-2@2.4.40+dfsg-1+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream openldap package and not the openldap package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

slapd in OpenLDAP 2.4.45 and earlier creates a PID file after dropping privileges to a non-root account, which might allow local users to kill arbitrary processes by leveraging access to this non-root account for PID file modification before a root script executes a "kill cat /pathname" command, as demonstrated by openldap-initscript.

Remediation

There is no fixed version for Debian:8 openldap.

References

medium severity

CVE-2019-1547

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Fixed in: 1.0.1t-1+deb8u12

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Normally in OpenSSL EC groups always have a co-factor present and this is used in side channel resistant code paths. However, in some cases, it is possible to construct a group using explicit parameters (instead of using a named curve). In those cases it is possible that such a group does not have the cofactor present. This can occur even where all the parameters match a known named curve. If such a curve is used then OpenSSL falls back to non-side channel resistant code paths which may result in full key recovery during an ECDSA signature operation. In order to be vulnerable an attacker would have to have the ability to time the creation of a large number of signatures where explicit parameters with no co-factor present are in use by an application using libcrypto. For the avoidance of doubt libssl is not vulnerable because explicit parameters are never used. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c). Fixed in OpenSSL 1.1.0l (Affected 1.1.0-1.1.0k). Fixed in OpenSSL 1.0.2t (Affected 1.0.2-1.0.2s).

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u12 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Fixed in: 1.0.1t-1+deb8u10

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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'.

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u10 or higher.

References

medium severity

Time-of-check Time-of-use (TOCTOU)

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3+deb8u4 and shadow/passwd@1:4.2-3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 shadow/login@1:4.2-3+deb8u4
  • Introduced through: tomcat@8.0.47 shadow/passwd@1:4.2-3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

shadow: TOCTOU (time-of-check time-of-use) race condition when copying and removing directory trees

Remediation

There is no fixed version for Debian:8 shadow.

References

medium severity

Improper Input Validation

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

It was discovered systemd does not correctly check the content of PIDFile files before using it to kill processes. When a service is run from an unprivileged user (e.g. User field set in the service file), a local attacker who is able to write to the PIDFile of the mentioned service may use this flaw to trick systemd into killing other services and/or privileged processes. Versions before v237 are vulnerable.

Remediation

There is no fixed version for Debian:8 systemd.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: tar
  • Introduced through: tar@1.27.1-2+deb8u1
  • Fixed in: 1.27.1-2+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 tar@1.27.1-2+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream tar package and not the tar package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process (e.g., a system backup running as root).

Remediation

Upgrade Debian:8 tar to version 1.27.1-2+deb8u2 or higher.

References

medium severity

Race Condition

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.25.2-6, util-linux/bsdutils@1:2.25.2-6 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 util-linux@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libblkid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libmount1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libuuid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/mount@2.25.2-6

NVD Description

Note: Versions mentioned in the description apply only to the upstream util-linux package and not the util-linux package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A race condition was found in util-linux before 2.32.1 in the way su handled the management of child processes. A local authenticated attacker could use this flaw to kill other processes with root privileges under specific conditions.

Remediation

There is no fixed version for Debian:8 util-linux.

References

medium severity

CVE-2016-5011

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.25.2-6, util-linux/bsdutils@1:2.25.2-6 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 util-linux@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libblkid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libmount1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libuuid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/mount@2.25.2-6

NVD Description

Note: Versions mentioned in the description apply only to the upstream util-linux package and not the util-linux package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The parse_dos_extended function in partitions/dos.c in the libblkid library in util-linux allows physically proximate attackers to cause a denial of service (memory consumption) via a crafted MSDOS partition table with an extended partition boot record at zero offset.

Remediation

There is no fixed version for Debian:8 util-linux.

References

medium severity

CVE-2018-2602

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: mesa/libgl1-mesa-dri
  • Introduced through: mesa/libgl1-mesa-dri@10.3.2-1+deb8u1, mesa/libgl1-mesa-glx@10.3.2-1+deb8u1 and others
  • Fixed in: 10.3.2-1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 mesa/libgl1-mesa-dri@10.3.2-1+deb8u1
  • Introduced through: tomcat@8.0.47 mesa/libgl1-mesa-glx@10.3.2-1+deb8u1
  • Introduced through: tomcat@8.0.47 mesa/libglapi-mesa@10.3.2-1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream mesa package and not the mesa package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An exploitable shared memory permissions vulnerability exists in the functionality of X11 Mesa 3D Graphics Library 19.1.2. An attacker can access the shared memory without any specific permissions to trigger this vulnerability.

Remediation

Upgrade Debian:8 mesa to version 10.3.2-1+deb8u2 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u11

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

NSS has shown timing differences when performing DSA signatures, which was exploitable and could eventually leak private keys. This vulnerability affects Thunderbird < 68.9.0, Firefox < 77, and Firefox ESR < 68.9.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u11 or higher.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: nss/libnss3
  • Introduced through: nss/libnss3@2:3.26-1+debu8u3
  • Fixed in: 2:3.26-1+debu8u11

Detailed paths

  • Introduced through: tomcat@8.0.47 nss/libnss3@2:3.26-1+debu8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream nss package and not the nss package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

During RSA key generation, bignum implementations used a variation of the Binary Extended Euclidean Algorithm which entailed significantly input-dependent flow. This allowed an attacker able to perform electromagnetic-based side channel attacks to record traces leading to the recovery of the secret primes. Note: An unmodified Firefox browser does not generate RSA keys in normal operation and is not affected, but products built on top of it might. This vulnerability affects Firefox < 78.

Remediation

Upgrade Debian:8 nss to version 2:3.26-1+debu8u11 or higher.

References

medium severity

Link Following

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

systemd, when updating file permissions, allows local users to change the permissions and SELinux security contexts for arbitrary files via a symlink attack on unspecified files.

Remediation

There is no fixed version for Debian:8 systemd.

References

medium severity

Resource Management Errors

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.19-18+deb8u10, glibc/libc6@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/libc6@2.19-18+deb8u10
  • Introduced through: tomcat@8.0.47 glibc/multiarch-support@2.19-18+deb8u10

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The glob implementation in the GNU C Library (aka glibc or libc6) allows remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in STAT commands to an FTP daemon, a different vulnerability than CVE-2010-2632.

Remediation

There is no fixed version for Debian:8 glibc.

References

medium severity

Improper Input Validation

  • Vulnerable module: gnutls28/libgnutls-deb0-28
  • Introduced through: gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7

Detailed paths

  • Introduced through: tomcat@8.0.47 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnutls28 package and not the gnutls28 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a "BEAST" attack.

Remediation

There is no fixed version for Debian:8 gnutls28.

References

medium severity

CVE-2018-2588

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

CVE-2018-2663

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

CVE-2018-2677

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

CVE-2018-2678

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-12.3+deb8u4

Detailed paths

  • Introduced through: tomcat@8.0.47 tiff/libtiff5@4.0.3-12.3+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The OJPEGPostDecode function in tif_ojpeg.c in LibTIFF 3.9.0 and 3.9.2, as used in tiff2ps, allows remote attackers to cause a denial of service (assertion failure and application exit) via a crafted TIFF image, related to "downsampled OJPEG input."

Remediation

There is no fixed version for Debian:8 tiff.

References

medium severity

CVE-2018-2800

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

medium severity

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

  • Vulnerable module: gcc-4.8/gcc-4.8-base
  • Introduced through: gcc-4.8/gcc-4.8-base@4.8.4-1

Detailed paths

  • Introduced through: tomcat@8.0.47 gcc-4.8/gcc-4.8-base@4.8.4-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream gcc-4.8 package and not the gcc-4.8 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Under certain circumstances, the ix86_expand_builtin function in i386.c in GNU Compiler Collection (GCC) version 4.6, 4.7, 4.8, 4.9, 5 before 5.5, and 6 before 6.4 will generate instruction sequences that clobber the status flag of the RDRAND and RDSEED intrinsics before it can be read, potentially causing failures of these instructions to go unreported. This could potentially lead to less randomness in random number generation.

Remediation

There is no fixed version for Debian:8 gcc-4.8.

References

medium severity

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

  • Vulnerable module: gcc-4.9/gcc-4.9-base
  • Introduced through: gcc-4.9/gcc-4.9-base@4.9.2-10, gcc-4.9/libgcc1@1:4.9.2-10 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 gcc-4.9/gcc-4.9-base@4.9.2-10
  • Introduced through: tomcat@8.0.47 gcc-4.9/libgcc1@1:4.9.2-10
  • Introduced through: tomcat@8.0.47 gcc-4.9/libstdc++6@4.9.2-10

NVD Description

Note: Versions mentioned in the description apply only to the upstream gcc-4.9 package and not the gcc-4.9 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Under certain circumstances, the ix86_expand_builtin function in i386.c in GNU Compiler Collection (GCC) version 4.6, 4.7, 4.8, 4.9, 5 before 5.5, and 6 before 6.4 will generate instruction sequences that clobber the status flag of the RDRAND and RDSEED intrinsics before it can be read, potentially causing failures of these instructions to go unreported. This could potentially lead to less randomness in random number generation.

Remediation

There is no fixed version for Debian:8 gcc-4.9.

References

medium severity

CVE-2004-0971

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4, krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The krb5-send-pr script in the kerberos5 (krb5) package in Trustix Secure Linux 1.5 through 2.1, and possibly other operating systems, allows local users to overwrite files via a symlink attack on temporary files.

Remediation

There is no fixed version for Debian:8 krb5.

References

medium severity

Out-of-Bounds

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.25.2-6, util-linux/bsdutils@1:2.25.2-6 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 util-linux@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libblkid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libmount1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/libuuid1@2.25.2-6
  • Introduced through: tomcat@8.0.47 util-linux/mount@2.25.2-6

NVD Description

Note: Versions mentioned in the description apply only to the upstream util-linux package and not the util-linux package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Buffer overflow in text-utils/colcrt.c in colcrt in util-linux before 2.27 allows local users to cause a denial of service (crash) via a crafted file, related to the page global variable.

Remediation

There is no fixed version for Debian:8 util-linux.

References

low severity

LDAP Injection

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4, krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u5

Detailed paths

  • Introduced through: tomcat@8.0.47 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u4
  • Introduced through: tomcat@8.0.47 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u4

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

MIT krb5 1.6 or later allows an authenticated kadmin with permission to add principals to an LDAP Kerberos database to circumvent a DN containership check by supplying both a "linkdn" and "containerdn" database argument, or by supplying a DN string which is a left extension of a container DN string but is not hierarchically within the container DN.

Remediation

Upgrade Debian:8 krb5 to version 1.12.1+dfsg-19+deb8u5 or higher.

References

low severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: apt
  • Introduced through: apt@1.0.9.8.4 and apt/libapt-pkg4.12@1.0.9.8.4

Detailed paths

  • Introduced through: tomcat@8.0.47 apt@1.0.9.8.4
  • Introduced through: tomcat@8.0.47 apt/libapt-pkg4.12@1.0.9.8.4

NVD Description

Note: Versions mentioned in the description apply only to the upstream apt package and not the apt package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

It was found that apt-key in apt, all versions, do not correctly validate gpg keys with the master keyring, leading to a potential man-in-the-middle attack.

Remediation

There is no fixed version for Debian:8 apt.

References

low severity

CVE-2018-2579

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u171-2.6.13-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u171-2.6.13-1~deb8u1 or higher.

References

low severity

CVE-2018-2952

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded, JRockit component of Oracle Java SE (subcomponent: Concurrency). Supported versions that are affected are Java SE: 6u191, 7u181, 8u172 and 10.0.1; Java SE Embedded: 8u171; JRockit: R28.3.18. 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 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-2~deb8u1 or higher.

References

low severity

CVE-2019-2894

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Security). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized read access to a subset of Java SE, Java SE Embedded accessible data. Note: 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 (Confidentiality impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2962

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: 2D). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2964

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Concurrency). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2973

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: JAXP). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2978

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Networking). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2981

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: JAXP). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2983

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Serialization). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2987

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE product of Oracle Java SE (component: 2D). Supported versions that are affected are Java SE: 11.0.4 and 13. 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2988

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: 2D). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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 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.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2992

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: 2D). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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 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.7 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2020-2583

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u251-2.6.21-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u251-2.6.21-1~deb8u1 or higher.

References

low severity

CVE-2020-2590

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u251-2.6.21-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u251-2.6.21-1~deb8u1 or higher.

References

low severity

CVE-2020-2654

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u251-2.6.21-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u251-2.6.21-1~deb8u1 or higher.

References

low severity

CVE-2020-2659

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u251-2.6.21-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u251-2.6.21-1~deb8u1 or higher.

References

low severity

CVE-2020-2756

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u261-2.6.22-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Serialization). Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u261-2.6.22-1~deb8u1 or higher.

References

low severity

CVE-2020-2757

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u261-2.6.22-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Serialization). Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u261-2.6.22-1~deb8u1 or higher.

References

low severity

CVE-2020-2773

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u261-2.6.22-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Security). Supported versions that are affected are Java SE: 7u251, 8u241, 11.0.6 and 14; Java SE Embedded: 8u241. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Java SE, Java SE Embedded. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Java SE, Java SE Embedded. Note: Applies to client and server deployment of Java. This vulnerability can be exploited through sandboxed Java Web Start applications and sandboxed Java applets. It can also be exploited by supplying data to APIs in the specified Component without using sandboxed Java Web Start applications or sandboxed Java applets, such as through a web service. CVSS 3.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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u261-2.6.22-1~deb8u1 or higher.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl/libssl1.0.0
  • Introduced through: openssl/libssl1.0.0@1.0.1t-1+deb8u7
  • Fixed in: 1.0.1t-1+deb8u12

Detailed paths

  • Introduced through: tomcat@8.0.47 openssl/libssl1.0.0@1.0.1t-1+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

In situations where an attacker receives automated notification of the success or failure of a decryption attempt an attacker, after sending a very large number of messages to be decrypted, can recover a CMS/PKCS7 transported encryption key or decrypt any RSA encrypted message that was encrypted with the public RSA key, using a Bleichenbacher padding oracle attack. Applications are not affected if they use a certificate together with the private RSA key to the CMS_decrypt or PKCS7_decrypt functions to select the correct recipient info to decrypt. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c). Fixed in OpenSSL 1.1.0l (Affected 1.1.0-1.1.0k). Fixed in OpenSSL 1.0.2t (Affected 1.0.2-1.0.2s).

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u12 or higher.

References

low severity

CVE-2018-3136

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Security). Supported versions that are affected are Java SE: 6u201, 7u191, 8u182 and 11; Java SE Embedded: 8u181. 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 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 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.4 (Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-2~deb8u1 or higher.

References

low severity

Buffer Overflow

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2
  • Fixed in: 1.7.5-11+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A buffer overflow was addressed with improved bounds checking. This issue is fixed in macOS Catalina 10.15.2, Security Update 2019-002 Mojave, and Security Update 2019-007 High Sierra. In certain configurations, a remote attacker may be able to submit arbitrary print jobs.

Remediation

Upgrade Debian:8 cups to version 1.7.5-11+deb8u8 or higher.

References

low severity

Memory Leak

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others
  • Fixed in: 215-17+deb8u11

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A memory leak was discovered in the backport of fixes for CVE-2018-16864 in Red Hat Enterprise Linux. Function dispatch_message_real() in journald-server.c does not free the memory allocated by set_iovec_field_free() to store the _CMDLINE= entry. A local attacker may use this flaw to make systemd-journald crash. This issue only affects versions shipped with Red Hat Enterprise since v219-62.2.

Remediation

Upgrade Debian:8 systemd to version 215-17+deb8u11 or higher.

References

low severity

Resource Exhaustion

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-16+deb8u3

Detailed paths

  • Introduced through: tomcat@8.0.47 unzip@6.0-16+deb8u3

NVD Description

Note: Versions mentioned in the description apply only to the upstream unzip package and not the unzip package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Info-ZIP UnZip 6.0 mishandles the overlapping of files inside a ZIP container, leading to denial of service (resource consumption), aka a "better zip bomb" issue.

Remediation

There is no fixed version for Debian:8 unzip.

References

low severity

CVE-2018-2790

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-1~deb8u1 or higher.

References

low severity

CVE-2018-3139

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u181-2.6.14-2~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded component of Oracle Java SE (subcomponent: Networking). Supported versions that are affected are Java SE: 6u201, 7u191, 8u182 and 11; Java SE Embedded: 8u181. 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 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u181-2.6.14-2~deb8u1 or higher.

References

low severity

CVE-2019-2422

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u211-2.6.17-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u211-2.6.17-1~deb8u1 or higher.

References

low severity

CVE-2019-2933

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Libraries). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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 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 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).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

CVE-2019-2945

  • Vulnerable module: openjdk-7/openjdk-7-jre
  • Introduced through: openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1 and openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1
  • Fixed in: 7u241-2.6.20-1~deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre@7u151-2.6.11-2~deb8u1
  • Introduced through: tomcat@8.0.47 openjdk-7/openjdk-7-jre-headless@7u151-2.6.11-2~deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openjdk-7 package and not the openjdk-7 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Vulnerability in the Java SE, Java SE Embedded product of Oracle Java SE (component: Networking). Supported versions that are affected are Java SE: 7u231, 8u221, 11.0.4 and 13; Java SE Embedded: 8u221. 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 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 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 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L).

Remediation

Upgrade Debian:8 openjdk-7 to version 7u241-2.6.20-1~deb8u1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u8 and curl/libcurl3@7.38.0-4+deb8u8

Detailed paths

  • Introduced through: tomcat@8.0.47 curl@7.38.0-4+deb8u8
  • Introduced through: tomcat@8.0.47 curl/libcurl3@7.38.0-4+deb8u8

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

The ourWriteOut function in tool_writeout.c in curl 7.53.1 might allow physically proximate attackers to obtain sensitive information from process memory in opportunistic circumstances by reading a workstation screen during use of a --write-out argument ending in a '%' character, which leads to a heap-based buffer over-read.

Remediation

There is no fixed version for Debian:8 curl.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

An issue was discovered in button_open in login/logind-button.c in systemd before 243. When executing the udevadm trigger command, a memory leak may occur.

Remediation

There is no fixed version for Debian:8 systemd.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: lvm2/dmsetup
  • Introduced through: lvm2/dmsetup@2:1.02.90-2.2+deb8u1 and lvm2/libdevmapper1.02.1@2:1.02.90-2.2+deb8u1

Detailed paths

  • Introduced through: tomcat@8.0.47 lvm2/dmsetup@2:1.02.90-2.2+deb8u1
  • Introduced through: tomcat@8.0.47 lvm2/libdevmapper1.02.1@2:1.02.90-2.2+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream lvm2 package and not the lvm2 package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

vg_lookup in daemons/lvmetad/lvmetad-core.c in LVM2 2.02 mismanages memory, leading to an lvmetad memory leak, as demonstrated by running pvs. NOTE: RedHat disputes CVE-2020-8991 as not being a vulnerability since there’s no apparent route to either privilege escalation or to denial of service through the bug

Remediation

There is no fixed version for Debian:8 lvm2.

References

low severity

CVE-2018-1000845

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-5, avahi/libavahi-common-data@0.6.31-5 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 avahi/libavahi-client3@0.6.31-5
  • Introduced through: tomcat@8.0.47 avahi/libavahi-common-data@0.6.31-5
  • Introduced through: tomcat@8.0.47 avahi/libavahi-common3@0.6.31-5

NVD Description

Note: Versions mentioned in the description apply only to the upstream avahi package and not the avahi package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultID: CVE-2017-6519. Reason: This candidate is a duplicate of CVE-2017-6519. Notes: All CVE users should reference CVE-2017-6519 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

Remediation

There is no fixed version for Debian:8 avahi.

References

low severity

CVE-2018-4700

  • Vulnerable module: cups/libcups2
  • Introduced through: cups/libcups2@1.7.5-11+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 cups/libcups2@1.7.5-11+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cups package and not the cups package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2018-4300. Reason: This candidate is a duplicate of CVE-2018-4300. Notes: All CVE users should reference CVE-2018-4300 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

Remediation

There is no fixed version for Debian:8 cups.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2017-14245. Reason: This candidate is a duplicate of CVE-2017-14245. Notes: All CVE users should reference CVE-2017-14245 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libsndfile/libsndfile1
  • Introduced through: libsndfile/libsndfile1@1.0.25-9.1+deb8u1
  • Fixed in: 1.0.25-9.1+deb8u2

Detailed paths

  • Introduced through: tomcat@8.0.47 libsndfile/libsndfile1@1.0.25-9.1+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libsndfile package and not the libsndfile package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2017-14246. Reason: This candidate is a duplicate of CVE-2017-14246. Notes: All CVE users should reference CVE-2017-14246 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

Remediation

Upgrade Debian:8 libsndfile to version 1.0.25-9.1+deb8u2 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+deb8u2, ncurses/libncursesw5@5.9+20140913-1+deb8u2 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 ncurses/libncurses5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libncursesw5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/libtinfo5@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-base@5.9+20140913-1+deb8u2
  • Introduced through: tomcat@8.0.47 ncurses/ncurses-bin@5.9+20140913-1+deb8u2

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none

Remediation

There is no fixed version for Debian:8 ncurses.

References

low severity

CVE-2019-9619

  • Vulnerable module: systemd
  • Introduced through: systemd@215-17+deb8u7, systemd/libsystemd0@215-17+deb8u7 and others

Detailed paths

  • Introduced through: tomcat@8.0.47 systemd@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/libudev1@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: tomcat@8.0.47 systemd/udev@215-17+deb8u7

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none

Remediation

There is no fixed version for Debian:8 systemd.

References