Vulnerabilities

611 via 1235 paths

Dependencies

198

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
  • 75
  • 262
  • 258
  • 16
Status
  • 611
  • 0
  • 0
OS binaries
  • 563
  • 48

critical severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

elflink.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has a "member access within null pointer" undefined behavior issue, which might allow remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via an "int main() {return 0;}" program.

Remediation

There is no fixed version for Debian:8 binutils.

References

critical severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

ihex.c in GNU Binutils before 2.26 contains a stack buffer overflow when printing bad bytes in Intel Hex objects.

Remediation

There is no fixed version for Debian:8 binutils.

References

critical severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

finish_stab in stabs.c in GNU Binutils 2.30 allows attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact, as demonstrated by an out-of-bounds write of 8 bytes. This can occur during execution of objdump.

Remediation

There is no fixed version for Debian:8 binutils.

References

critical severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u16

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u9

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u13

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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

Integer Overflow or Wraparound

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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 NTLM authentication feature in curl and libcurl before 7.57.0 on 32-bit platforms allows attackers to cause a denial of service (integer overflow and resultant buffer overflow, and application crash) or possibly have unspecified other impact via vectors involving long user and password fields.

Remediation

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

References

critical severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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 Read

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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 FTP wildcard function in curl and libcurl before 7.57.0 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a string that ends with an '[' character.

Remediation

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

References

critical severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u10

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Arbitrary Argument Injection

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u7

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

Git before 2.14.5, 2.15.x before 2.15.3, 2.16.x before 2.16.5, 2.17.x before 2.17.2, 2.18.x before 2.18.1, and 2.19.x before 2.19.1 allows remote code execution during processing of a recursive "git clone" of a superproject if a .gitmodules file has a URL field beginning with a '-' character.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u7 or higher.

References

critical severity

CVE-2019-1353

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u8

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

An issue was found in Git before v2.24.1, v2.23.1, v2.22.2, v2.21.1, v2.20.2, v2.19.3, v2.18.2, v2.17.3, v2.16.6, v2.15.4, and v2.14.6. When running Git in the Windows Subsystem for Linux (also known as "WSL") while accessing a working directory on a regular Windows drive, none of the NTFS protections were active.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u8 or higher.

References

critical severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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

Double Free

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

The GD Graphics Library (aka LibGD) 2.2.5 has a double free in the gdImage*Ptr() functions in gd_gif_out.c, gd_jpeg.c, and gd_wbmp.c. NOTE: PHP is unaffected.

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u12 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: digitalmarketplace/base@1.0.4 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

Access Restriction Bypass

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-6@2:1.6.2-3
  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-data@2:1.6.2-3

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.

The XGetImage function in X.org libX11 before 1.6.4 might allow remote X servers to gain privileges via vectors involving image type and geometry, which triggers out-of-bounds read operations.

Remediation

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

References

critical severity

Off-by-one Error

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-6@2:1.6.2-3
  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-data@2:1.6.2-3

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 and libx11/libx11-data@2:1.6.2-3
  • Fixed in: 2:1.6.2-3+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-6@2:1.6.2-3
  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-data@2:1.6.2-3

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.

The XListFonts function in X.org libX11 before 1.6.4 might allow remote X servers to gain privileges via vectors involving length fields, which trigger out-of-bounds write operations.

Remediation

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

References

critical severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-6@2:1.6.2-3
  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-data@2:1.6.2-3

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: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u4
  • Fixed in: 2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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.

Buffer overflow in libxml2 allows remote attackers to execute arbitrary code by leveraging an incorrect limit for port values when handling redirects.

Remediation

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

References

critical severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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 mishandles parameter-entity references because the NEXTL macro calls the xmlParserHandlePEReference function in the case of a '%' character in a DTD name.

Remediation

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

References

critical severity

Use of Externally-Controlled Format String

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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

XML External Entity (XXE) Injection

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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 flaw in libxml2 allows remote XML entity inclusion with default parser flags (i.e., when the caller did not request entity substitution, DTD validation, external DTD subset loading, or default DTD attributes). Depending on the context, this may expose a higher-risk attack surface in libxml2 not usually reachable with default parser flags, and expose content from local files, HTTP, or FTP servers (which might be otherwise unreachable).

Remediation

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

References

critical severity

CVE-2019-11068

  • Vulnerable module: libxslt/libxslt1.1
  • Introduced through: libxslt/libxslt1.1@1.1.28-2+deb8u3
  • Fixed in: 1.1.28-2+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxslt/libxslt1.1@1.1.28-2+deb8u3

NVD Description

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

libxslt through 1.1.33 allows bypass of a protection mechanism because callers of xsltCheckRead and xsltCheckWrite permit access even upon receiving a -1 error code. xsltCheckRead can return -1 for a crafted URL that is not actually invalid and is subsequently loaded.

Remediation

Upgrade Debian:8 libxslt to version 1.1.28-2+deb8u4 or higher.

References

critical severity

Out-of-Bounds

  • Vulnerable module: libxslt/libxslt1.1
  • Introduced through: libxslt/libxslt1.1@1.1.28-2+deb8u3
  • Fixed in: 1.1.28-2+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxslt/libxslt1.1@1.1.28-2+deb8u3

NVD Description

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

libxslt in Apple iOS before 9.3.3, OS X before 10.11.6, iTunes before 12.4.2 on Windows, iCloud before 5.2.1 on Windows, tvOS before 9.2.2, and watchOS before 2.2.2 allows remote attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via unknown vectors, a different vulnerability than CVE-2016-4607, CVE-2016-4608, CVE-2016-4610, and CVE-2016-4612.

Remediation

Upgrade Debian:8 libxslt to version 1.1.28-2+deb8u5 or higher.

References

critical severity

Out-of-Bounds

  • Vulnerable module: libxslt/libxslt1.1
  • Introduced through: libxslt/libxslt1.1@1.1.28-2+deb8u3
  • Fixed in: 1.1.28-2+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxslt/libxslt1.1@1.1.28-2+deb8u3

NVD Description

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

libxslt in Apple iOS before 9.3.3, OS X before 10.11.6, iTunes before 12.4.2 on Windows, iCloud before 5.2.1 on Windows, tvOS before 9.2.2, and watchOS before 2.2.2 allows remote attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via unknown vectors, a different vulnerability than CVE-2016-4607, CVE-2016-4608, CVE-2016-4609, and CVE-2016-4612.

Remediation

Upgrade Debian:8 libxslt to version 1.1.28-2+deb8u5 or higher.

References

critical severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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.0, there is a stack-based buffer overflow in the fmt_entry function. A crafted input will lead to a remote arbitrary code execution attack.

Remediation

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

References

critical severity

Use of Externally-Controlled Format String

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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.0, there is a format string vulnerability in the fmt_entry function. A crafted input will lead to a remote arbitrary code execution attack.

Remediation

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

References

critical severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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+deb8u7, perl/perl-base@5.20.2-3+deb8u7 and others
  • Fixed in: 5.20.2-3+deb8u10

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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+deb8u7, perl/perl-base@5.20.2-3+deb8u7 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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

Improper Authentication

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1
  • Fixed in: 9.4.13-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

PostgreSQL versions before 9.2.22, 9.3.18, 9.4.13, 9.5.8 and 9.6.4 are vulnerable to incorrect authentication flaw allowing remote attackers to gain access to database accounts with an empty password.

Remediation

Upgrade Debian:8 postgresql-9.4 to version 9.4.13-0+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: digitalmarketplace/base@1.0.4 procps@2:3.3.9-9
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 shadow/login@1:4.2-3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 util-linux@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libblkid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libmount1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libuuid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 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

Numeric Errors

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 zlib/zlib1g@1:1.2.8.dfsg-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 zlib/zlib1g-dev@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 and zlib/zlib1g-dev@1:1.2.8.dfsg-2+b1
  • Fixed in: 1:1.2.8.dfsg-2+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 zlib/zlib1g@1:1.2.8.dfsg-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 zlib/zlib1g-dev@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

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

readelf in GNU Binutils 2.28 is vulnerable to a heap-based buffer over-read while processing corrupt RL78 binaries. The vulnerability can trigger program crashes. It may lead to an information leak as well.

Remediation

There is no fixed version for Debian:8 binutils.

References

critical severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The pe_ILF_object_p function in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, is vulnerable to a heap-based buffer over-read of size 4049 because it uses the strlen function instead of strnlen, leading to program crashes in several utilities such as addr2line, size, and strings. It could lead to information disclosure as well.

Remediation

There is no fixed version for Debian:8 binutils.

References

critical severity

Out-of-Bounds

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u7

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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.

An IMAP FETCH response line indicates the size of the returned data, in number of bytes. When that response says the data is zero bytes, libcurl would pass on that (non-existing) data with a pointer and the size (zero) to the deliver-data function. libcurl's deliver-data function treats zero as a magic number and invokes strlen() on the data to figure out the length. The strlen() is called on a heap based buffer that might not be zero terminated so libcurl might read beyond the end of it into whatever memory lies after (or just crash) and then deliver that to the application as if it was actually downloaded.

Remediation

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

References

critical severity

Out-of-bounds Read

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u13

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u10

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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: 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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

critical severity

Error Handling

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.12.2

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Error Handling. When using the TLS or HTTP2 modules, an attacker could send application data in a way that bypassed TLS authentication and encryption.

Remediation

Upgrade node to version 4.8.7, 6.12.2, 8.9.3, 9.2.1 or higher.

References

critical severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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.

Buffer overflow in the S_grok_bslash_N function in regcomp.c in Perl 5 before 5.24.3-RC1 and 5.26.x before 5.26.1-RC1 allows remote attackers to disclose sensitive information or cause a denial of service (application crash) via a crafted regular expression with an invalid '\N{U+...}' escape.

Remediation

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

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: digitalmarketplace/base@1.0.4 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

CVE-2019-1387

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u8

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

An issue was found in Git before v2.24.1, v2.23.1, v2.22.2, v2.21.1, v2.20.2, v2.19.3, v2.18.2, v2.17.3, v2.16.6, v2.15.4, and v2.14.6. Recursive clones are currently affected by a vulnerability that is caused by too-lax validation of submodule names, allowing very targeted attacks via remote code execution in recursive clones.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u8 or higher.

References

high severity

Improper Input Validation

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

GIT version 2.15.1 and earlier contains a Input Validation Error vulnerability in Client that can result in problems including messing up terminal configuration to RCE. This attack appear to be exploitable via The user must interact with a malicious git server, (or have their traffic modified in a MITM attack).

Remediation

There is no fixed version for Debian:8 git.

References

high severity

Improper Input Validation

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u8

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

A remote code execution vulnerability exists when Git for Visual Studio improperly sanitizes input, aka 'Git for Visual Studio Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1349, CVE-2019-1350, CVE-2019-1354, CVE-2019-1387.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u8 or higher.

References

high severity

Improper Input Validation

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

A remote code execution vulnerability exists when Git for Visual Studio improperly sanitizes input, aka 'Git for Visual Studio Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1349, CVE-2019-1352, CVE-2019-1354, CVE-2019-1387.

Remediation

There is no fixed version for Debian:8 git.

References

high severity

Improper Input Validation

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u8

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

A remote code execution vulnerability exists when Git for Visual Studio improperly sanitizes input, aka 'Git for Visual Studio Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1350, CVE-2019-1352, CVE-2019-1354, CVE-2019-1387.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u8 or higher.

References

high severity

Improper Input Validation

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

A remote code execution vulnerability exists when Git for Visual Studio improperly sanitizes input, aka 'Git for Visual Studio Remote Code Execution Vulnerability'. This CVE ID is unique from CVE-2019-1349, CVE-2019-1350, CVE-2019-1352, CVE-2019-1387.

Remediation

There is no fixed version for Debian:8 git.

References

high severity

Open Redirect

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

A malicious third-party can give a crafted "ssh://..." URL to an unsuspecting victim, and an attempt to visit the URL can result in any program that exists on the victim's machine being executed. Such a URL could be placed in the .gitmodules file of a malicious project, and an unsuspecting victim could be tricked into running "git clone --recurse-submodules" to trigger the vulnerability.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u4 or higher.

References

high severity

OS Command Injection

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

Git before 2.10.5, 2.11.x before 2.11.4, 2.12.x before 2.12.5, 2.13.x before 2.13.6, and 2.14.x before 2.14.2 uses unsafe Perl scripts to support subcommands such as cvsserver, which allows attackers to execute arbitrary OS commands via shell metacharacters in a module name. The vulnerable code is reachable via git-shell even without CVS support.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u5 or higher.

References

high severity

CVE-2019-1010023

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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

Double Free

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

Libgd version 2.2.5 contains a Double Free Vulnerability vulnerability in gdImageBmpPtr Function that can result in Remote Code Execution . This attack appear to be exploitable via Specially Crafted Jpeg Image can trigger double free. This vulnerability appears to have been fixed in after commit ac16bdf2d41724b5a65255d4c28fb0ec46bc42f5.

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u12 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

gdImageColorMatch in gd_color_match.c in the GD Graphics Library (aka LibGD) 2.2.5, as used in the imagecolormatch function in PHP before 5.6.40, 7.x before 7.1.26, 7.2.x before 7.2.14, and 7.3.x before 7.3.1, has a heap-based buffer overflow. This can be exploited by an attacker who is able to trigger imagecolormatch calls with crafted image data.

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u12 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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 Write

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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+deb8u4
  • Fixed in: 2.9.1+dfsg1-5+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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

DNS rebinding

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.14.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to DNS rebinding. A malicious website could use a DNS rebinding attack to trick the web browser to bypass same-origin-policy checks and to allow HTTP connections to localhost or to hosts on the local network. If a Node.js process with the debug port active is running on localhost or on a host on the local network, the malicious website could connect to it as a debugger, and get full code execution access.

Remediation

Upgrade node to version 6.14.0, 8.11.0, 9.10.0 or higher.

References

high severity

CVE-2017-7547

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1
  • Fixed in: 9.4.13-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

PostgreSQL versions before 9.2.22, 9.3.18, 9.4.13, 9.5.8 and 9.6.4 are vulnerable to authorization flaw allowing remote authenticated attackers to retrieve passwords from the user mappings defined by the foreign server owners without actually having the privileges to do so.

Remediation

Upgrade Debian:8 postgresql-9.4 to version 9.4.13-0+deb8u1 or higher.

References

high severity

CVE-2018-1058

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

A flaw was found in the way Postgresql allowed a user to modify the behavior of a query for other users. An attacker with a user account could use this flaw to execute code with the permissions of superuser in the database. Versions 9.3 through 10 are affected.

Remediation

There is no fixed version for Debian:8 postgresql-9.4.

References

high severity

SQL Injection

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1
  • Fixed in: 9.4.24-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

A flaw was discovered in postgresql versions 9.4.x before 9.4.24, 9.5.x before 9.5.19, 9.6.x before 9.6.15, 10.x before 10.10 and 11.x before 11.5 where arbitrary SQL statements can be executed given a suitable SECURITY DEFINER function. An attacker, with EXECUTE permission on the function, can execute arbitrary SQL as the owner of the function.

Remediation

Upgrade Debian:8 postgresql-9.4 to version 9.4.24-0+deb8u1 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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 and zlib/zlib1g-dev@1:1.2.8.dfsg-2+b1
  • Fixed in: 1:1.2.8.dfsg-2+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 zlib/zlib1g@1:1.2.8.dfsg-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 zlib/zlib1g-dev@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 and zlib/zlib1g-dev@1:1.2.8.dfsg-2+b1
  • Fixed in: 1:1.2.8.dfsg-2+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 zlib/zlib1g@1:1.2.8.dfsg-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 zlib/zlib1g-dev@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+deb8u7, perl/perl-base@5.20.2-3+deb8u7 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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

Privilege Escalation

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Privilege Escalation under certain conditions on Windows platforms. More specifically, improper configuration of permissions in the installation directory allows an attacker to perform two different escalation attacks: PATH variable hijacking and DLL hijacking.

Remediation

Upgrade node to version 16.4.1, 14.17.2, 12.22.2 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Out-of-bounds Read in libuv's uv__idna_toascii() function which is used to convert strings to ASCII. This is called by Node's dns module's lookup() function and can lead to information disclosures or crashes.

Remediation

Upgrade node to version 16.4.1, 14.17.2, 12.22.2 or higher.

References

high severity

Prototype Pollution

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Prototype Pollution via console.table properties. Due to the formatting logic of the console.table() function it was not safe to allow user controlled input to be passed to the properties parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be __proto__. Note: This vulnerability only allows an empty string to be assigned numerical keys of the object prototype.

Details

Prototype Pollution is a vulnerability affecting JavaScript. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. JavaScript allows all Object attributes to be altered, including their magical attributes such as __proto__, constructor and prototype. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. Properties on the Object.prototype are then inherited by all the JavaScript objects through the prototype chain. When that happens, this leads to either denial of service by triggering JavaScript exceptions, or it tampers with the application source code to force the code path that the attacker injects, thereby leading to remote code execution.

There are two main ways in which the pollution of prototypes occurs:

  • Unsafe Object recursive merge

  • Property definition by path

Unsafe Object recursive merge

The logic of a vulnerable recursive merge function follows the following high-level model:

merge (target, source)

  foreach property of source

    if property exists and is an object on both the target and the source

      merge(target[property], source[property])

    else

      target[property] = source[property]

When the source object contains a property named __proto__ defined with Object.defineProperty() , the condition that checks if the property exists and is an object on both the target and the source passes and the merge recurses with the target, being the prototype of Object and the source of Object as defined by the attacker. Properties are then copied on the Object prototype.

Clone operations are a special sub-class of unsafe recursive merges, which occur when a recursive merge is conducted on an empty object: merge({},source).

lodash and Hoek are examples of libraries susceptible to recursive merge attacks.

Property definition by path

There are a few JavaScript libraries that use an API to define property values on an object based on a given path. The function that is generally affected contains this signature: theFunction(object, path, value)

If the attacker can control the value of “path”, they can set this value to __proto__.myValue. myValue is then assigned to the prototype of the class of the object.

Types of attacks

There are a few methods by which Prototype Pollution can be manipulated:

Type Origin Short description
Denial of service (DoS) Client This is the most likely attack.
DoS occurs when Object holds generic functions that are implicitly called for various operations (for example, toString and valueOf).
The attacker pollutes Object.prototype.someattr and alters its state to an unexpected value such as Int or Object. In this case, the code fails and is likely to cause a denial of service.
For example: if an attacker pollutes Object.prototype.toString by defining it as an integer, if the codebase at any point was reliant on someobject.toString() it would fail.
Remote Code Execution Client Remote code execution is generally only possible in cases where the codebase evaluates a specific attribute of an object, and then executes that evaluation.
For example: eval(someobject.someattr). In this case, if the attacker pollutes Object.prototype.someattr they are likely to be able to leverage this in order to execute code.
Property Injection Client The attacker pollutes properties that the codebase relies on for their informative value, including security properties such as cookies or tokens.
For example: if a codebase checks privileges for someuser.isAdmin, then when the attacker pollutes Object.prototype.isAdmin and sets it to equal true, they can then achieve admin privileges.

Affected environments

The following environments are susceptible to a Prototype Pollution attack:

  • Application server

  • Web server

  • Web browser

How to prevent

  1. Freeze the prototype— use Object.freeze (Object.prototype).

  2. Require schema validation of JSON input.

  3. Avoid using unsafe recursive merge functions.

  4. Consider using objects without prototypes (for example, Object.create(null)), breaking the prototype chain and preventing pollution.

  5. As a best practice use Map instead of Object.

For more information on this vulnerability type:

Arteau, Oliver. “JavaScript prototype pollution attack in NodeJS application.” GitHub, 26 May 2018

Remediation

Upgrade node to version 12.22.9, 14.18.3, 16.13.2, 17.3.1 or higher.

References

high severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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: digitalmarketplace/base@1.0.4 apt@1.0.9.8.4
  • Introduced through: digitalmarketplace/base@1.0.4 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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u13

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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: digitalmarketplace/base@1.0.4 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
  • Introduced through: gcc-4.9@4.9.2-10, gcc-4.9/cpp-4.9@4.9.2-10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/cpp-4.9@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/gcc-4.9-base@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libasan1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libatomic1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libcilkrts5@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgcc-4.9-dev@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgcc1@1:4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgomp1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libitm1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/liblsan0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libquadmath0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libstdc++6@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libtsan0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libubsan0@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: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

In the GD Graphics Library (aka LibGD) through 2.2.5, there is a heap-based buffer over-read in tiffWriter in gd_tiff.c. NOTE: the vendor says "In my opinion this issue should not have a CVE, since the GD and GD2 formats are documented to be 'obsolete, and should only be used for development and testing purposes.'

Remediation

There is no fixed version for Debian:8 libgd2.

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: digitalmarketplace/base@1.0.4 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

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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Code Injection

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Code Injection due to the incorrect handling of environment variables on Linux when the process is running with elevated privileges that the current user lacks (does not apply to CAP_NET_BIND_SERVICE).

Remediation

Upgrade node to version 18.19.1, 20.11.1, 21.6.2 or higher.

References

high severity

Information Exposure

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1
  • Fixed in: 9.4.15-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

Invalid json_populate_recordset or jsonb_populate_recordset function calls in PostgreSQL 10.x before 10.1, 9.6.x before 9.6.6, 9.5.x before 9.5.10, 9.4.x before 9.4.15, and 9.3.x before 9.3.20 can crash the server or disclose a few bytes of server memory.

Remediation

Upgrade Debian:8 postgresql-9.4 to version 9.4.15-0+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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Improper Check for Dropped Privileges

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

readelf.c in GNU Binutils 2017-04-12 has a "shift exponent too large for type unsigned long" issue, which might allow remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

In the coff_pointerize_aux function in coffgen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, an index is not validated, which allows remote attackers to cause a denial of service (segmentation fault) or possibly have unspecified other impact via a crafted file, as demonstrated by objcopy of a COFF object.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Incorrect Type Conversion or Cast

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

readelf.c in GNU Binutils 2017-04-12 has a "cannot be represented in type long" issue, which might allow remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The process_version_sections function in readelf.c in GNU Binutils 2.29 allows attackers to cause a denial of service (Integer Overflow, and hang because of a time-consuming loop) or possibly have unspecified other impact via a crafted binary file with invalid values of ent.vn_next, during "readelf -a" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The elf_object_p function in elfcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, has an unsigned integer overflow because bfd_size_type multiplication is not used. A crafted ELF file 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 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The print_gnu_property_note function in readelf.c in GNU Binutils 2.29.1 does not have integer-overflow protection on 32-bit platforms, which allows remote attackers to cause a denial of service (segmentation violation and application crash) or possibly have unspecified other impact via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The display_debug_ranges function in dwarf.c in GNU Binutils 2.30 allows remote attackers to cause a denial of service (integer overflow and application crash) or possibly have unspecified other impact via a crafted ELF file, as demonstrated by objdump.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The display_debug_frames function in dwarf.c in GNU Binutils 2.29.1 allows remote attackers to cause a denial of service (integer overflow and heap-based buffer over-read, and application crash) or possibly have unspecified other impact via a crafted ELF file, related to print_debug_frame.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

coffgen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not validate the symbol count, which allows remote attackers to cause a denial of service (integer overflow and application crash, or excessive memory allocation) or possibly have unspecified other impact via a crafted PE file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

In GNU Binutils 2.30, there's an integer overflow in the function load_specific_debug_section() in objdump.c, which results in malloc() with 0 size. A crafted ELF file 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 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The get_count function in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.31, allows remote attackers to cause a denial of service (malloc called with the result of an integer-overflowing calculation) or possibly have unspecified other impact via a crafted string, as demonstrated by c++filt.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The dump_relocs_in_section function in objdump.c in GNU Binutils 2.29.1 does not check for reloc count integer overflows, which allows remote attackers to cause a denial of service (excessive memory allocation, or heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted PE file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The pe_bfd_read_buildid function in peicode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not validate size and offset values in the data dictionary, which allows remote attackers to cause a denial of service (segmentation violation and application crash) or possibly have unspecified other impact via a crafted PE file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The *_get_synthetic_symtab functions in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, interpret a -1 value as a sorting count instead of an error flag, which allows remote attackers to cause a denial of service (integer overflow and application crash) or possibly have unspecified other impact via a crafted ELF file, related to elf32-i386.c and elf64-x86-64.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The bfd_make_section_with_flags function in section.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause a NULL dereference via a crafted file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The score_opcodes function in opcodes/score7-dis.c in GNU Binutils 2.28 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

opcodes/rl78-decode.opc in GNU Binutils 2.28 has an unbounded GETBYTE macro, which allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

Integer overflow in the string_appends function in cplus-dem.c in libiberty allows remote attackers to execute arbitrary code via a crafted executable, which triggers a buffer overflow.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The elf_read_notesfunction in bfd/elf.c in GNU Binutils 2.29 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The disassemble_bytes function in objdump.c in GNU Binutils 2.28 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of rae insns printing for this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

bfd/vms-alpha.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file in the _bfd_vms_get_value and _bfd_vms_slurp_etir functions during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The ieee_archive_p function in bfd/ieee.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, might allow remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution. NOTE: this may be related to a compiler bug.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The ieee_object_p function in bfd/ieee.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, might allow remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution. NOTE: this may be related to a compiler bug.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_vms_slurp_etir function in bfd/vms-alpha.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The aarch64_ext_ldst_reglist function in opcodes/aarch64-dis.c in GNU Binutils 2.28 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

opcodes/rx-decode.opc in GNU Binutils 2.28 lacks bounds checks for certain scale arrays, which allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The sh_elf_set_mach_from_flags function in bfd/elf32-sh.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

opcodes/i386-dis.c in GNU Binutils 2.28 does not consider the number of registers for bnd mode, which allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The versados_mkobject function in bfd/versados.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, does not initialize a certain data structure, which allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The process_otr function in bfd/versados.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, does not validate a certain offset, which allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The load_debug_section function in readelf.c in GNU Binutils 2.29.1 allows remote attackers to cause a denial of service (invalid memory access and application crash) or possibly have unspecified other impact via an ELF file that lacks section headers.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The coff_slurp_line_table function in coffcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, allows remote attackers to cause a denial of service (invalid memory access and application crash) or possibly have unspecified other impact via a crafted PE file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_coff_read_string_table function in coffgen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not properly validate the size of the external string table, which allows remote attackers to cause a denial of service (excessive memory consumption, or heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted COFF binary.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, allows remote attackers to cause a denial of service (memory access violation) or possibly have unspecified other impact via a COFF binary in which a relocation refers to a location after the end of the to-be-relocated section.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

elfcomm.c in readelf in GNU Binutils 2.29 allows remote attackers to cause a denial of service (excessive memory allocation) or possibly have unspecified other impact via a crafted ELF file that triggers a "buffer overflow on fuzzed archive header," related to an uninitialized variable, an improper conditional jump, and the get_archive_member_name, process_archive_index_and_symbols, and setup_archive functions.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The regs macros in opcodes/bfin-dis.c in GNU Binutils 2.28 allow remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The *_get_synthetic_symtab functions in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, do not ensure a unique PLT entry for a symbol, which 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 ELF file, related to elf32-i386.c and elf64-x86-64.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The print_insn_score32 function in opcodes/score7-dis.c:552 in GNU Binutils 2.28 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a crafted binary file, as demonstrated by mishandling of this file during "objdump -D" execution.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The aout_get_external_symbols function in aoutx.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, allows remote attackers to cause a denial of service (slurp_symtab invalid free and application crash) or possibly have unspecified other impact via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

GNU gdb All versions is affected by: Buffer Overflow - Out of bound memory access. The impact is: Deny of Service, Memory Disclosure, and Possible Code Execution. The component is: The main gdb module. The attack vector is: Open an ELF for debugging. The fixed version is: Not fixed yet.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in GNU libiberty, as distributed in GNU Binutils 2.32. It is a heap-based buffer over-read in d_expression_1 in cp-demangle.c after many recursive calls.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The evax_bfd_print_emh function in vms-alpha.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an out of bounds heap read via a crafted vms alpha file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_xcoff_read_ar_hdr function in bfd/coff-rs6000.c and bfd/coff64-rs6000.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an out of bounds stack read via a crafted COFF image file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The bfd_mach_o_i386_canonicalize_one_reloc function in bfd/mach-o-i386.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an out of bounds heap read via a crafted mach-o file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_vms_slurp_eeom function in libbfd.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an out of bounds heap read via a crafted vms alpha file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_vms_slurp_egsd function in bfd/vms-alpha.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an arbitrary memory read via a crafted vms alpha file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The nlm_swap_auxiliary_headers_in function in bfd/nlmcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an out of bounds heap read via a crafted nlm file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The read_symbol_stabs_debugging_info function in rddbg.c in GNU Binutils 2.29 and earlier allows remote attackers to cause an out of bounds heap read via a crafted binary file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_vms_save_sized_string function in vms-misc.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an out of bounds heap read via a crafted vms file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

dwarf1.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, mishandles pointers, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted ELF file, related to parse_die and parse_line_table, as demonstrated by a parse_die heap-based buffer over-read.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_elf_parse_gnu_properties function in elf-properties.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not prevent negative pointers, which allows remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

nm.c and objdump.c in GNU Binutils 2.29.1 mishandle certain global symbols, which allows remote attackers to cause a denial of service (_bfd_elf_get_symbol_version_string buffer over-read and application crash) or possibly have unspecified other impact via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in GNU Binutils 2.32. It is a heap-based buffer overflow in process_mips_specific in readelf.c via a malformed MIPS option section.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is a heap-based buffer overflow in _bfd_archive_64_bit_slurp_armap in archive64.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The alpha_vms_object_p function in bfd/vms-alpha.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an out of bounds heap write and possibly achieve code execution via a crafted vms alpha file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The bfd_mach_o_read_symtab_strtab function in bfd/mach-o.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause an out of bounds heap write and possibly achieve code execution via a crafted mach-o file.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

binutils version 2.32 and earlier contains a Integer Overflow vulnerability in objdump, bfd_get_dynamic_reloc_upper_bound,bfd_canonicalize_dynamic_reloc that can result in Integer overflow trigger heap overflow. Successful exploitation allows execution of arbitrary code.. This attack appear to be exploitable via Local. This vulnerability appears to have been fixed in after commit 3a551c7a1b80fca579461774860574eabfd7f18f.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils through 2.31. There is a heap-based buffer overflow in bfd_elf32_swap_phdr_in in elfcode.h because the number of program headers is not restricted.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The bfd_cache_close function in bfd/cache.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29 and earlier, allows remote attackers to cause a heap use after free and possibly achieve code execution via a crafted nested archive file. This issue occurs because incorrect functions are called during an attempt to release memory. The issue can be addressed by better input validation in the bfd_generic_archive_p function in bfd/archive.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Arbitrary Code Injection

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u15

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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

CVE-2017-10140

  • Vulnerable module: db5.3/libdb5.3
  • Introduced through: db5.3/libdb5.3@5.3.28-9
  • Fixed in: 5.3.28-9+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 db5.3/libdb5.3@5.3.28-9

NVD Description

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

Postfix before 2.11.10, 3.0.x before 3.0.10, 3.1.x before 3.1.6, and 3.2.x before 3.2.2 might allow local users to gain privileges by leveraging undocumented functionality in Berkeley DB 2.x and later, related to reading settings from DB_CONFIG in the current directory.

Remediation

Upgrade Debian:8 db5.3 to version 5.3.28-9+deb8u1 or higher.

References

high severity

Directory Traversal

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

In Git before 2.13.7, 2.14.x before 2.14.4, 2.15.x before 2.15.2, 2.16.x before 2.16.4, and 2.17.x before 2.17.1, remote code execution can occur. With a crafted .gitmodules file, a malicious project can execute an arbitrary script on a machine that runs "git clone --recurse-submodules" because submodule "names" are obtained from this file, and then appended to $GIT_DIR/modules, leading to directory traversal with "../" in a name. Finally, post-checkout hooks from a submodule are executed, bypassing the intended design in which hooks are not obtained from a remote server.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u6 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

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: digitalmarketplace/base@1.0.4 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: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u4
  • Fixed in: 2.9.1+dfsg1-5+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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 remote code execution vulnerability in libxml2 could enable an attacker using a specially crafted file to execute arbitrary code within the context of an unprivileged process. This issue is rated as High due to the possibility of remote code execution in an application that uses this library. Product: Android. Versions: 4.4.4, 5.0.2, 5.1.1, 6.0, 6.0.1, 7.0, 7.1.1, 7.1.2. Android ID: A-37104170.

Remediation

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

References

high severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.35-3.3+deb8u4, pcre3/libpcre3-dev@2:8.35-3.3+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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, pcre3/libpcre3-dev@2:8.35-3.3+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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: digitalmarketplace/base@1.0.4 procps@2:3.3.9-9
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 shadow/login@1:4.2-3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

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: digitalmarketplace/base@1.0.4 util-linux@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libblkid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libmount1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libuuid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 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

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

remember_Ktype in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30, allows attackers to trigger excessive memory consumption (aka OOM). This can occur during execution of cxxfilt.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

CVE-2018-12698

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

demangle_template in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30, allows attackers to trigger excessive memory consumption (aka OOM) during the "Create an array for saving the template argument values" XNEWVEC call. This can occur during execution of objdump.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has an aout_link_add_symbols function in bfd/aoutx.h that has an off-by-one vulnerability because it does not carefully check the string offset. The vulnerability could lead to a GNU linker (ld) program crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, is vulnerable to an invalid read of size 1 because the existing reloc offset range tests didn't catch small negative offsets less than the size of the reloc field. This vulnerability causes programs that conduct an analysis of binary programs using the libbfd library, such as objdump, to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The demangler in GNU Libiberty allows remote attackers to cause a denial of service (infinite loop, stack overflow, and crash) via a cycle in the references of remembered mangled types.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream binutils package and not the binutils 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 binutils.

References

high severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The demangle_template function in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.31.1, has a memory leak via a crafted string, leading to a denial of service (memory consumption), as demonstrated by cxxfilt, a related issue to CVE-2018-12698.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The find_nearest_line function in addr2line in GNU Binutils 2.28 does not handle the case where the main file name and the directory name are both empty, triggering a NULL pointer dereference and an invalid write, and leading to a program crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, is vulnerable to an invalid write of size 8 because of missing a malloc() return-value check to see if memory had actually been allocated in the _bfd_generic_get_section_contents function. This vulnerability causes programs that conduct an analysis of binary programs using the libbfd library, such as objcopy, to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The setup_group function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a group section that is too small.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, is vulnerable to an invalid read of size 4 due to NULL pointer dereferencing of _bfd_elf_large_com_section. This vulnerability causes programs that conduct an analysis of binary programs using the libbfd library, such as objcopy, to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

A NULL pointer dereference (aka SEGV on unknown address 0x000000000000) was discovered in work_stuff_copy_to_from in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. This can occur during execution of objdump.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

GNU assembler in GNU Binutils 2.28 is vulnerable to a global buffer overflow (of size 1) while attempting to unget an EOF character from the input stream, potentially leading to a program crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

GNU linker (ld) in GNU Binutils 2.28 is vulnerable to a heap-based buffer overflow while processing a bogus input script, leading to a program crash. This relates to lack of '\0' termination of a name field in ldlex.l.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, is vulnerable to an invalid read of size 1 and an invalid write of size 1 during processing of a corrupt binary containing reloc(s) with negative addresses. This vulnerability causes programs that conduct an analysis of binary programs using the libbfd library, such as objdump, to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

dwarf.c in GNU Binutils 2.28 is vulnerable to an invalid read of size 1 during dumping of debug information from a corrupt binary. This vulnerability causes programs that conduct an analysis of binary programs, such as objdump and readelf, to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, miscalculates DW_FORM_ref_addr die refs in the case of a relocatable object file, which allows remote attackers to cause a denial of service (find_abstract_instance_name invalid memory read, segmentation fault, and application crash).

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, is vulnerable to an invalid read (of size 8) because of missing a check (in the copy_special_section_fields function) for an invalid sh_link field before attempting to follow it. This vulnerability causes Binutils utilities like strip to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, is vulnerable to an invalid read (of size 4) because of missing a check (in the find_link function) for null headers before attempting to match them. This vulnerability causes Binutils utilities like strip to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has an aout_link_add_symbols function in bfd/aoutx.h that is vulnerable to a heap-based buffer over-read (off-by-one) because of an incomplete check for invalid string offsets while loading symbols, leading to a GNU linker (ld) program crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has a swap_std_reloc_out function in bfd/aoutx.h that is vulnerable to an invalid read (of size 4) because of missing checks for relocs that could not be recognised. This vulnerability causes Binutils utilities like strip to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, is vulnerable to a global buffer over-read error because of an assumption made by code that runs for objcopy and strip, that SHT_REL/SHR_RELA sections are always named starting with a .rel/.rela prefix. This vulnerability causes programs that conduct an analysis of binary programs using the libbfd library, such as objcopy and strip, to crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

high severity

Improper Authentication

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u10

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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 may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in (anonymous or not), it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double quotes. The returned path name is then kept by libcurl for subsequent uses. Due to a flaw in the string parser for this directory name, a directory name passed like this but without a closing double quote would lead to libcurl not adding a trailing NUL byte to the buffer holding the name. When libcurl would then later access the string, it could read beyond the allocated heap buffer and crash or wrongly access data beyond the buffer, thinking it was part of the path. A malicious server could abuse this fact and effectively prevent libcurl-based clients to work with it - the PWD command is always issued on new FTP connections and the mistake has a high chance of causing a segfault. The simple fact that this has issue remained undiscovered for this long could suggest that malformed PWD responses are rare in benign servers. We are not aware of any exploit of this flaw. This bug was introduced in commit 415d2e7cb7, March 2005. In libcurl version 7.56.0, the parser always zero terminates the string but also rejects it if not terminated properly with a final double quote.

Remediation

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

References

high severity

Out-of-bounds Read

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u14

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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: digitalmarketplace/base@1.0.4 cyrus-sasl2/libsasl2-2@2.1.26.dfsg1-13+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Insufficiently Protected Credentials

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u9

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that contain an encoded newline can inject unintended values into the credential helper protocol stream, causing the credential helper to retrieve the password for one server (e.g., good.example.com) for an HTTP request being made to another server (e.g., evil.example.com), resulting in credentials for the former being sent to the latter. There are no restrictions on the relationship between the two, meaning that an attacker can craft a URL that will present stored credentials for any host to a host of their choosing. The vulnerability can be triggered by feeding a malicious URL to git clone. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The problem has been patched in the versions published on April 14th, 2020, going back to v2.17.x. Anyone wishing to backport the change further can do so by applying commit 9a6bbee (the full release includes extra checks for git fsck, but that commit is sufficient to protect clients against the vulnerability). The patched versions are: 2.17.4, 2.18.3, 2.19.4, 2.20.3, 2.21.2, 2.22.3, 2.23.2, 2.24.2, 2.25.3, 2.26.1.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u9 or higher.

References

high severity

Insufficiently Protected Credentials

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u10

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

Affected versions of Git have a vulnerability whereby Git can be tricked into sending private credentials to a host controlled by an attacker. This bug is similar to CVE-2020-5260(GHSA-qm7j-c969-7j4q). The fix for that bug still left the door open for an exploit where some credential is leaked (but the attacker cannot control which one). Git uses external "credential helper" programs to store and retrieve passwords or other credentials from secure storage provided by the operating system. Specially-crafted URLs that are considered illegal as of the recently published Git versions can cause Git to send a "blank" pattern to helpers, missing hostname and protocol fields. Many helpers will interpret this as matching any URL, and will return some unspecified stored password, leaking the password to an attacker's server. The vulnerability can be triggered by feeding a malicious URL to git clone. However, the affected URLs look rather suspicious; the likely vector would be through systems which automatically clone URLs not visible to the user, such as Git submodules, or package systems built around Git. The root of the problem is in Git itself, which should not be feeding blank input to helpers. However, the ability to exploit the vulnerability in practice depends on which helpers are in use. Credential helpers which are known to trigger the vulnerability: - Git's "store" helper - Git's "cache" helper - the "osxkeychain" helper that ships in Git's "contrib" directory Credential helpers which are known to be safe even with vulnerable versions of Git: - Git Credential Manager for Windows Any helper not in this list should be assumed to trigger the vulnerability.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u10 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

In Git before 2.13.7, 2.14.x before 2.14.4, 2.15.x before 2.15.2, 2.16.x before 2.16.4, and 2.17.x before 2.17.1, code to sanity-check pathnames on NTFS can result in reading out-of-bounds memory.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+deb8u6 or higher.

References

high severity

Use of Incorrectly-Resolved Name or Reference

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

A tampering vulnerability exists when Git for Visual Studio improperly handles virtual drive paths, aka 'Git for Visual Studio Tampering Vulnerability'.

Remediation

There is no fixed version for Debian:8 git.

References

high severity

Improper Data Handling

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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+deb8u3 and gnupg/gpgv@1.4.18-7+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnupg@1.4.18-7+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 gnupg/gpgv@1.4.18-7+deb8u3

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+deb8u3 and gnupg/gpgv@1.4.18-7+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnupg@1.4.18-7+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 gnupg/gpgv@1.4.18-7+deb8u3

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+deb8u3 and gnupg/gpgv@1.4.18-7+deb8u3
  • Fixed in: 1.4.18-7+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnupg@1.4.18-7+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 gnupg/gpgv@1.4.18-7+deb8u3

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

Integer Overflow or Wraparound

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgcrypt20@1.6.3-2+deb8u3

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

Double Free

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u11

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

Double free vulnerability in the gdImagePngPtr function in libgd2 before 2.2.5 allows remote attackers to cause a denial of service via vectors related to a palette with no colors.

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u11 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u14

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

gdImageClone in gd.c in libgd 2.1.0-rc2 through 2.2.5 has a NULL pointer dereference allowing attackers to crash an application via a specific function call sequence. Only affects PHP when linked with an external libgd (not bundled).

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u14 or higher.

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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Improper Input Validation

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3
  • Fixed in: 1.3.0-3+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

A vulnerability in the Android media framework (libvpx) related to odd frame width. Product: Android. Versions: 7.0, 7.1.1, 7.1.2, 8.0, 8.1. Android ID: A-64710201.

Remediation

Upgrade Debian:8 libvpx to version 1.3.0-3+deb8u1 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3
  • Fixed in: 1.3.0-3+deb8u2

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

In libvpx, there is a possible out of bounds read due to a missing bounds check. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. Product: AndroidVersions: Android-10Android ID: A-122675483

Remediation

Upgrade Debian:8 libvpx to version 1.3.0-3+deb8u2 or higher.

References

high severity

Out-of-bounds Read

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3
  • Fixed in: 1.3.0-3+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

In vp8_decode_frame of decodeframe.c, there is a possible out of bounds read due to improper input validation. This could lead to remote information disclosure if error correction were turned on, with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1Android ID: A-62458770

Remediation

Upgrade Debian:8 libvpx to version 1.3.0-3+deb8u3 or higher.

References

high severity

Improper Input Validation

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-6@2:1.6.2-3
  • Introduced through: digitalmarketplace/base@1.0.4 libx11/libx11-data@2:1.6.2-3

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+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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+deb8u4
  • Fixed in: 2.9.1+dfsg1-5+deb8u8

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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+deb8u4
  • Fixed in: 2.9.1+dfsg1-5+deb8u7

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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 buffer overflow was discovered in libxml2 20904-GITv2.9.4-16-g0741801. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. The variable len is assigned strlen(buf). If the content->type is XML_ELEMENT_CONTENT_ELEMENT, then (i) the content->prefix is appended to buf (if it actually fits) whereupon (ii) content->name is written to the buffer. However, the check for whether the content->name actually fits also uses 'len' rather than the updated buffer length strlen(buf). This allows us to write about "size" many bytes beyond the allocated memory. This vulnerability causes programs that use libxml2, such as PHP, to crash.

Remediation

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

References

high severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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 20904-GITv2.9.4-16-g0741801 is vulnerable to a stack-based buffer overflow. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. At the end of the routine, the function may strcat two more characters without checking whether the current strlen(buf) + 2 < size. This vulnerability causes programs that use libxml2, such as PHP, to crash.

Remediation

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

References

high severity

Out-of-bounds Read

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictAddString function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. This vulnerability exists because of an incomplete fix for CVE-2016-1839.

Remediation

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

References

high severity

Out-of-bounds Read

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictComputeFastKey function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. This vulnerability exists because of an incomplete fix for libxml2 Bug 759398.

Remediation

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

References

high severity

Use After Free

  • Vulnerable module: libxslt/libxslt1.1
  • Introduced through: libxslt/libxslt1.1@1.1.28-2+deb8u3
  • Fixed in: 1.1.28-2+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxslt/libxslt1.1@1.1.28-2+deb8u3

NVD Description

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

In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn't reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.

Remediation

Upgrade Debian:8 libxslt to version 1.1.28-2+deb8u6 or higher.

References

high severity

Improper Input Validation

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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.0, there is an attempted 0xffffffffffffffff access in the append_acs function of tinfo/parse_entry.c. It could lead to a remote denial of service attack if the terminfo library code is used to process untrusted terminfo data.

Remediation

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

References

high severity

Loop with Unreachable Exit Condition ('Infinite Loop')

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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 an infinite loop in the next_char function in comp_scan.c in ncurses 6.0, related to libtic. A crafted input will lead to a remote denial of service attack.

Remediation

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

References

high severity

NULL Pointer Dereference

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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.0, there is a NULL Pointer Dereference in the _nc_parse_entry function of tinfo/parse_entry.c. It could lead to a remote denial of service attack if the terminfo library code is used to process untrusted terminfo data.

Remediation

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

References

high severity

HTTP Request Smuggling

  • Vulnerable module: nginx
  • Introduced through: nginx@1.6.2-5+deb8u4, nginx/nginx-common@1.6.2-5+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 nginx@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-common@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-full@1.6.2-5+deb8u4

NVD Description

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

An issue was discovered in OpenResty before 1.15.8.4. ngx_http_lua_subrequest.c allows HTTP request smuggling, as demonstrated by the ngx.location.capture API.

Remediation

There is no fixed version for Debian:8 nginx.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: nginx
  • Introduced through: nginx@1.6.2-5+deb8u4, nginx/nginx-common@1.6.2-5+deb8u4 and others
  • Fixed in: 1.6.2-5+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 nginx@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-common@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-full@1.6.2-5+deb8u4

NVD Description

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

Nginx versions since 0.5.6 up to and including 1.13.2 are vulnerable to integer overflow vulnerability in nginx range filter module resulting into leak of potentially sensitive information triggered by specially crafted request.

Remediation

Upgrade Debian:8 nginx to version 1.6.2-5+deb8u5 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to a lack of safeguards on chunk extension bytes. The server may read an unbounded number of bytes from a single connection, which allows an attacker to cause denial of service via CPU and network bandwidth exhaustion.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade node to version 18.19.1, 20.11.1, 21.6.2 or higher.

References

high severity
new

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to a race condition in Http2Session when nghttp2 data is left in memory after a connection is reset while processing HTTP/2 CONTINUATION frames. An attacker can cause denial of service by sending such frames then triggering the Http2Session destructor.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade node to version 18.20.1, 20.12.1, 21.7.2 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.14.4

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Denial of Service (DoS) due to an out-of-bounds write in Buffer#write() that allows attackers to corrupt unrelated objects when used with UCS-2 encoding.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade node to version 6.14.4, 8.11.4, 10.9.0 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.11.1

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Denial of Service (DoS) via hash flooding, since it uses a constant HashTable when using the default V8 snapshots.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade node to version 4.8.4, 6.11.1, 7.10.1, 8.1.4 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.14.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Denial of Service (DoS). Calling Buffer.fill() or Buffer.alloc() with some parameters could lead to a hang.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade node to version 6.14.3, 8.11.3, 9.11.2 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.11.5

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions fo this package are vulnerable to Denial of Service (DoS) attacks.

The windowBits parameter controls how much of a message zlib keeps in memory while compressing it. A larger "window", as it's called, means more opportunities to spot and compress repeated bits of text, but results in higher memory usage. windowBits is the base-2 logarithm of the size of this window in bytes, and previously could take any integer value from 8 to 15.

This problem (Node.js crashing or throwing an exception) could be remotely exploited using some of the existing WebSocket clients that may request a value of 8 for windowBits in certain cases or with a custom built WebSocket client. There may also exist other vectors through which a zLib operation would be initiated by a remote request with a window size that results in a value of windowBits of 8.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade node to versions 4.8.5, 6.11.5, 8.8.0 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.15.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Denial of Service (DoS). By using a combination of many requests with maximum sized headers (almost 80 KB per connection), and carefully timed completion of the headers, it is possible to cause the HTTP server to abort from heap allocation failure. Attack potential is mitigated by the use of a load balancer or other proxy layer.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade node to version 6.15.0, 8.14.0, 10.14.0, 11.3.0 or higher.

References

high severity

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.15.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker could cause a Denial of Service (DoS) by sending headers very slowly keeping HTTP or HTTPS connections and associated resources alive for a long period of time.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade node to version 6.15.0, 8.14.0, 10.14.0, 11.3.0 or higher.

References

high severity

HTTP Request Smuggling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to HTTP Request Smuggling. Two copies of a header field are allowed in a HTTP request, which causes Node.js to identifiy the first header and ignore the second.

Remediation

Upgrade node to version 10.23.1, 12.20.1, 14.15.4, 15.5.1 or higher.

References

high severity

Information Exposure

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.11.1

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Information Exposure. The function ares_parse_naptr_reply(), which is used for parsing NAPTR responses, could be triggered to read memory outside of the given input buffer if the passed in DNS response packet was crafted in a particular way.

Remediation

Upgrade node to version 4.8.4, 6.11.1, 7.10.1, 8.1.4 or higher.

References

high severity

Key Management Errors

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Key Management Errors. 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.

Remediation

Upgrade node to version 10.9.0 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u9

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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, pcre3/libpcre3-dev@2:8.35-3.3+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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, pcre3/libpcre3-dev@2:8.35-3.3+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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, pcre3/libpcre3-dev@2:8.35-3.3+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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, pcre3/libpcre3-dev@2:8.35-3.3+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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+deb8u7, perl/perl-base@5.20.2-3+deb8u7 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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+deb8u7, perl/perl-base@5.20.2-3+deb8u7 and others
  • Fixed in: 5.20.2-3+deb8u11

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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+deb8u7, perl/perl-base@5.20.2-3+deb8u7 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 perl@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-base@5.20.2-3+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 perl/perl-modules@5.20.2-3+deb8u7

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 S_regatom function in regcomp.c in Perl 5 before 5.24.3-RC1 and 5.26.x before 5.26.1-RC1 allows remote attackers to cause a denial of service (out-of-bounds write) via a regular expression with a '\N{}' escape and the case-insensitive modifier.

Remediation

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

References

high severity

CVE-2017-7548

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1
  • Fixed in: 9.4.13-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

PostgreSQL versions before 9.4.13, 9.5.8 and 9.6.4 are vulnerable to authorization flaw allowing remote authenticated attackers with no privileges on a large object to overwrite the entire contents of the object, resulting in a denial of service.

Remediation

Upgrade Debian:8 postgresql-9.4 to version 9.4.13-0+deb8u1 or higher.

References

high severity

SQL Injection

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1
  • Fixed in: 9.4.19-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

A vulnerability was found in libpq, the default PostgreSQL client library where libpq failed to properly reset its internal state between connections. If an affected version of libpq was used with "host" or "hostaddr" connection parameters from untrusted input, attackers could bypass client-side connection security features, obtain access to higher privileged connections or potentially cause other impact through SQL injection, by causing the PQescape() functions to malfunction. Postgresql versions before 10.5, 9.6.10, 9.5.14, 9.4.19, and 9.3.24 are affected.

Remediation

Upgrade Debian:8 postgresql-9.4 to version 9.4.19-0+deb8u1 or higher.

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: digitalmarketplace/base@1.0.4 procps@2:3.3.9-9
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 procps@2:3.3.9-9
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Improper Certificate Validation

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Improper Certificate Validation. There is insufficient verification of a certificate chain when using the X509_V_FLAG_X509_STRICT flag.

Remediation

Upgrade node to version 15.14.0, 14.16.1, 12.22.1, 10.24.1 or higher.

References

high severity

Use After Free

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Use After Free on close http2 on stream canceling. An attacker might be able to exploit the memory corruption to change process behaviour.

The issue follows on from CVE-2021-22930 as the fix for it did not completely resolve the vulnerability.

Remediation

Upgrade node to version 16.6.2, 14.17.5, 12.22.5 or higher.

References

high severity

Numeric Errors

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

Google Chrome before 43.0.2357.65 relies on libvpx code that was not built with an appropriate --size-limit value, which allows remote attackers to trigger a negative value for a size field, and consequently cause a denial of service or possibly have unspecified other impact, via a crafted frame size in VP9 video data.

Remediation

There is no fixed version for Debian:8 libvpx.

References

high severity

Access Restriction Bypass

  • Vulnerable module: nginx
  • Introduced through: nginx@1.6.2-5+deb8u4, nginx/nginx-common@1.6.2-5+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 nginx@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-common@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-full@1.6.2-5+deb8u4

NVD Description

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

The default configuration of nginx, possibly 1.3.13 and earlier, uses world-readable permissions for the (1) access.log and (2) error.log files, which allows local users to obtain sensitive information by reading the files.

Remediation

There is no fixed version for Debian:8 nginx.

References

high severity

Unprotected Primary Channel

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.15.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Unprotected Primary Channel. Debugger port 5858 listens on any interface by default: When the debugger is enabled with node --debug or node debug, it listens to port 5858 on all interfaces by default. This may allow remote computers to attach to the debug port and evaluate arbitrary JavaScript

Remediation

Upgrade node to version 6.15.0 or higher.

References

high severity

OS Command Injection

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pg_execute_server_program' group to execute arbitrary code in the context of the database's operating system user. This functionality is enabled by default and can be abused to run arbitrary operating system commands on Windows, Linux, and macOS. NOTE: Third parties claim/state this is not an issue because PostgreSQL functionality for ‘COPY TO/FROM PROGRAM’ is acting as intended. References state that in PostgreSQL, a superuser can execute commands as the server user without using the ‘COPY FROM PROGRAM’.

Remediation

There is no fixed version for Debian:8 postgresql-9.4.

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: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

In postgresql 9.3.x before 9.3.21, 9.4.x before 9.4.16, 9.5.x before 9.5.11, 9.6.x before 9.6.7 and 10.x before 10.2, pg_upgrade creates file in current working directory containing the output of pg_dumpall -g under umask which was in effect when the user invoked pg_upgrade, and not under 0077 which is normally used for other temporary files. This can allow an authenticated attacker to read or modify the one file, which may contain encrypted or unencrypted database passwords. The attack is infeasible if a directory mode blocks the attacker searching the current working directory or if the prevailing umask blocks the attacker opening the file.

Remediation

There is no fixed version for Debian:8 postgresql-9.4.

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: digitalmarketplace/base@1.0.4 procps@2:3.3.9-9
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Cryptographic Issues

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.18-7+deb8u3 and gnupg/gpgv@1.4.18-7+deb8u3
  • Fixed in: 1.4.18-7+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnupg@1.4.18-7+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 gnupg/gpgv@1.4.18-7+deb8u3

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.

libgcrypt before version 1.7.8 is vulnerable to a cache side-channel attack resulting into a complete break of RSA-1024 while using the left-to-right method for computing the sliding-window expansion. The same attack is believed to work on RSA-2048 with moderately more computation. This side-channel requires that attacker can run arbitrary software on the hardware where the private RSA key is used.

Remediation

Upgrade Debian:8 gnupg to version 1.4.18-7+deb8u4 or higher.

References

medium severity

Cryptographic Issues

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.3-2+deb8u3
  • Fixed in: 1.6.3-2+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgcrypt20@1.6.3-2+deb8u3

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 version 1.7.8 is vulnerable to a cache side-channel attack resulting into a complete break of RSA-1024 while using the left-to-right method for computing the sliding-window expansion. The same attack is believed to work on RSA-2048 with moderately more computation. This side-channel requires that attacker can run arbitrary software on the hardware where the private RSA key is used.

Remediation

Upgrade Debian:8 libgcrypt20 to version 1.6.3-2+deb8u4 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: digitalmarketplace/base@1.0.4 e2fsprogs/e2fslibs@1.42.12-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 e2fsprogs/e2fsprogs@1.42.12-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 e2fsprogs/libcomerr2@1.42.12-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 e2fsprogs/e2fslibs@1.42.12-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 e2fsprogs/e2fsprogs@1.42.12-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 e2fsprogs/libcomerr2@1.42.12-2+b1
  • Introduced through: digitalmarketplace/base@1.0.4 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

Link Following

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1
  • Fixed in: 9.4.15-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

PostgreSQL 10.x before 10.1, 9.6.x before 9.6.6, 9.5.x before 9.5.10, 9.4.x before 9.4.15, 9.3.x before 9.3.20, and 9.2.x before 9.2.24 runs under a non-root operating system account, and database superusers have effective ability to run arbitrary code under that system account. PostgreSQL provides a script for starting the database server during system boot. Packages of PostgreSQL for many operating systems provide their own, packager-authored startup implementations. Several implementations use a log file name that the database superuser can replace with a symbolic link. As root, they open(), chmod() and/or chown() this log file name. This often suffices for the database superuser to escalate to root privileges when root starts the server.

Remediation

Upgrade Debian:8 postgresql-9.4 to version 9.4.15-0+deb8u1 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an integer overflow leading to a SEGV in _bfd_dwarf2_find_nearest_line in dwarf2.c, as demonstrated by nm.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

concat_filename in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted binary file, as demonstrated by nm-new.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a NULL pointer dereference in work_stuff_copy_to_from when called from iterate_demangle_function.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The getsym function in tekhex.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (stack-based buffer over-read and application crash) via a malformed tekhex binary.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

A heap-based buffer over-read exists in the function d_expression_1 in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31.1. A crafted input can cause segmentation faults, leading to denial-of-service, as demonstrated by c++filt.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

find_abstract_instance in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32, allows remote attackers to cause a denial of service (infinite recursion and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

CVE-2016-3189

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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

Improper Input Validation

  • Vulnerable module: coreutils
  • Introduced through: coreutils@8.23-4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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

Information Exposure

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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.

When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large value is then used in the sendto() call, making curl attempt to send more data than what is actually put into the buffer. The endto() function will then read beyond the end of the heap based buffer. A malicious HTTP(S) server could redirect a vulnerable libcurl-using client to a crafted TFTP URL (if the client hasn't restricted which protocols it allows redirects to) and trick it to send private memory contents to a remote server over UDP. Limit curl's redirect protocols with --proto-redir and libcurl's with CURLOPT_REDIR_PROTOCOLS.

Remediation

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

References

medium severity

Out-of-Bounds

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others
  • Fixed in: 7.38.0-4+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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 supports "globbing" of URLs, in which a user can pass a numerical range to have the tool iterate over those numbers to do a sequence of transfers. In the globbing function that parses the numerical range, there was an omission that made curl read a byte beyond the end of the URL if given a carefully crafted, or just wrongly written, URL. The URL is stored in a heap based buffer, so it could then be made to wrongly read something else instead of crashing. An example of a URL that triggers the flaw would be http://ur%20[0-60000000000000000000.

Remediation

Upgrade Debian:8 curl to version 7.38.0-4+deb8u6 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Out-of-Bounds

  • Vulnerable module: jbigkit/libjbig0
  • Introduced through: jbigkit/libjbig0@2.1-3.1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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 validate_as_request function in kdc_util.c in the Key Distribution Center (KDC) in MIT Kerberos 5 (aka krb5) before 1.13.6 and 1.4.x before 1.14.3, when restrict_anonymous_to_tgt is enabled, uses an incorrect client data structure, which allows remote authenticated users to cause a denial of service (NULL pointer dereference and daemon crash) via an S4U2Self request.

Remediation

Upgrade Debian:8 krb5 to version 1.12.1+dfsg-19+deb8u3 or higher.

References

medium severity

NULL Pointer Dereference

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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

Reachable Assertion

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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.

In MIT Kerberos 5 (aka krb5) 1.7 and later, an authenticated attacker can cause a KDC assertion failure by sending invalid S4U2Self or S4U2Proxy requests.

Remediation

Upgrade Debian:8 krb5 to version 1.12.1+dfsg-19+deb8u3 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u10

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

The GIF decoding function gdImageCreateFromGifCtx in gd_gif_in.c in the GD Graphics Library (aka libgd), as used in PHP before 5.6.31 and 7.x before 7.1.7, does not zero colorMap arrays before use. A specially crafted GIF image could use the uninitialized tables to read ~700 bytes from the top of the stack, potentially disclosing sensitive information.

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u10 or higher.

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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Improper Input Validation

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3
  • Fixed in: 1.3.0-3+deb8u2

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

In libvpx, there is a possible information disclosure due to improper input validation. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation. Product: AndroidVersions: Android-10Android ID: A-80479354

Remediation

Upgrade Debian:8 libvpx to version 1.3.0-3+deb8u2 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-5+deb8u4
  • Fixed in: 2.9.1+dfsg1-5+deb8u7

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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+deb8u4
  • Fixed in: 2.9.1+dfsg1-5+deb8u7

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+b1, ncurses/libncursesw5@5.9+20140913-1+b1 and others
  • Fixed in: 5.9+20140913-1+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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, possibly a 6.x version, there is a NULL pointer dereference at the function _nc_name_match that will lead to a denial of service attack. NOTE: the original report stated version 6.1, but the issue did not reproduce for that version according to the maintainer or a reliable third-party

Remediation

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

References

medium severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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 an illegal address access in the function dump_uses() in progs/dump_entry.c in ncurses 6.0 that might lead to a remote denial of service attack.

Remediation

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

References

medium severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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 an illegal address access in the function _nc_read_entry_source() in progs/tic.c in ncurses 6.0 that might lead to a remote denial of service attack.

Remediation

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

References

medium severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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 an illegal address access in the _nc_safe_strcat function in strings.c in ncurses 6.0 that will lead to a remote denial of service attack.

Remediation

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

References

medium severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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 an illegal address access in the fmt_entry function in progs/dump_entry.c in ncurses 6.0 that might lead to a remote denial of service attack.

Remediation

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

References

medium severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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 an illegal address access in the function postprocess_termcap() in parse_entry.c in ncurses 6.0 that will lead to a remote denial of service attack.

Remediation

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

References

medium severity

Out-of-Bounds

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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 an illegal address access in the _nc_save_str function in alloc_entry.c in ncurses 6.0. It will lead to a remote denial of service attack.

Remediation

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

References

medium severity

Buffer Overflow

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Buffer Overflow. realpath() implementation performs an incorrect calculation when allocating a buffer, leading to a potential buffer overflow.

Remediation

Upgrade node to version 10.22.1, 12.18.4, 14.9.0 or higher.

References

medium severity

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.11.1

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Denial of Service (DoS) attacks V8 object lookup.

details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade node to versions 4.8.4, 6.11.1, 7.10.1, 8.1.4 or higher.

References

medium severity

Hostname Spoofing

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.15.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Hostname Spoofing. If a Node.js application is using url.parse() to determine the URL hostname, that hostname can be spoofed by using a mixed case "javascript:" (e.g. "javAscript:") protocol (other protocols are not affected). If security decisions are made about the URL based on the hostname, they may be incorrect.

Remediation

Upgrade node to version 6.15.0, 8.14.0, 10.14.0, 11.3.0 or higher.

References

medium severity

HTTP Request Smuggling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to HTTP Request Smuggling via llhttp. The HTTP parser accepts requests with a space (SP) right after the header name before the colon.

Remediation

Upgrade node to version 12.22.7, 14.18.1, 16.11.1 or higher.

References

medium severity

HTTP Request Smuggling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to HTTP Request Smuggling via llhttp. The parse ignores chunk extensions when parsing the body of chunked requests.

Remediation

Upgrade node to version 12.22.7, 14.18.1, 16.11.1 or higher.

References

medium severity

HTTP Request Smuggling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to HTTP Request Smuggling when the llhttp parser in the http module does not correctly parse and validate Transfer-Encoding headers.

Remediation

Upgrade node to version 14.20.0, 16.16.0, 18.5.0 or higher.

References

medium severity

HTTP Request Smuggling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to HTTP Request Smuggling. The llhttp parser in the http module does not correctly handle multi-line Transfer-Encoding headers.

Remediation

Upgrade node to version 14.20.0, 16.16.0, 18.5.0 or higher.

References

medium severity

HTTP Request Smuggling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to HTTP Request Smuggling. when the llhttp parser in the http module does not adequately delimit HTTP requests with CRLF sequences.

Remediation

Upgrade node to version 14.20.0, 16.16.0, 18.5.0 or higher.

References

medium severity

HTTP request splitting

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.15.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to HTTP request splitting. If Node.js can be convinced to use unsanitized user-provided Unicode data for the path option of an HTTP request, then data can be provided which will trigger a second, unexpected, and user-defined HTTP request to made to the same server.

Remediation

Upgrade node to version 6.15.0, 8.14.0 or higher.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u8

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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

Missing Authorization

  • Vulnerable module: postgresql-9.4/libpq-dev
  • Introduced through: postgresql-9.4/libpq-dev@9.4.12-0+deb8u1 and postgresql-9.4/libpq5@9.4.12-0+deb8u1
  • Fixed in: 9.4.26-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq-dev@9.4.12-0+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 postgresql-9.4/libpq5@9.4.12-0+deb8u1

NVD Description

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

A flaw was found in PostgreSQL's "ALTER ... DEPENDS ON EXTENSION", where sub-commands did not perform authorization checks. An authenticated attacker could use this flaw in certain configurations to perform drop objects such as function, triggers, et al., leading to database corruption. This issue affects PostgreSQL versions before 12.2, before 11.7, before 10.12 and before 9.6.17.

Remediation

Upgrade Debian:8 postgresql-9.4 to version 9.4.26-0+deb8u1 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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.9 has a NULL pointer dereference in the jpeg_fdct_16x16 function 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

XML External Entity (XXE) Injection

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-6+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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+deb8u3
  • Fixed in: 1.6.3-2+deb8u8

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgcrypt20@1.6.3-2+deb8u3

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

Out-of-Bounds

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

Buffer overflow in the vp9_init_context_buffers function in libvpx, as used in Mozilla Firefox before 41.0 and Firefox ESR 38.x before 38.3, allows remote attackers to execute arbitrary code via a crafted VP9 file.

Remediation

There is no fixed version for Debian:8 libvpx.

References

medium severity

CVE-2009-4487

  • Vulnerable module: nginx
  • Introduced through: nginx@1.6.2-5+deb8u4, nginx/nginx-common@1.6.2-5+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 nginx@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-common@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-full@1.6.2-5+deb8u4

NVD Description

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

nginx 0.7.64 writes data to a log file without sanitizing non-printable characters, which might allow remote attackers to modify a window's title, or possibly execute arbitrary commands or overwrite files, via an HTTP request containing an escape sequence for a terminal emulator.

Remediation

There is no fixed version for Debian:8 nginx.

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: digitalmarketplace/base@1.0.4 shadow/login@1:4.2-3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 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

Resource Exhaustion

  • Vulnerable module: nginx
  • Introduced through: nginx@1.6.2-5+deb8u4, nginx/nginx-common@1.6.2-5+deb8u4 and others
  • Fixed in: 1.6.2-5+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 nginx@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-common@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-full@1.6.2-5+deb8u4

NVD Description

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

nginx before versions 1.15.6, 1.14.1 has a vulnerability in the ngx_http_mp4_module, which might allow an attacker to cause infinite loop in a worker process, cause a worker process crash, or might result in worker process memory disclosure by using a specially crafted mp4 file. The issue only affects nginx if it is built with the ngx_http_mp4_module (the module is not built by default) and the .mp4. directive is used in the configuration file. Further, the attack is only possible if an attacker is able to trigger processing of a specially crafted mp4 file with the ngx_http_mp4_module.

Remediation

Upgrade Debian:8 nginx to version 1.6.2-5+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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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+deb8u6
  • Fixed in: 3.3.30-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u6

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+deb8u6
  • Fixed in: 3.3.30-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u6

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

DLL Hijacking

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to DLL Hijacking. on Windows based systems running OpenSSL that use a C:\Program Files\Common Files\SSL\openssl.cnf file. Attackers could place a malicious providers.dll file at one of the locations checked according to DLL Search Order and it would be used by the application.

Remediation

Upgrade node to version 14.20.0, 16.16.0, 18.5.0 or higher.

References

medium severity

DNS Rebinding

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to DNS Rebinding by bypassing IsAllowedHost because IsIPAddress does not properly check if an IP address is invalid or not. This vulnerability is a bypass of CVE-2021-22884.

Remediation

Upgrade node to version 14.20.0, 16.16.0, 18.5.0 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to NULL Pointer Dereference. If sent a maliciously crafted renegotiation ClientHello message from a client, an OpenSSL TLS server may crash. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a Denial of Service.

Remediation

Upgrade node to version 15.14.0, 14.16.1, 12.22.1, 10.24.1 or higher.

References

medium severity

Observable Timing Discrepancy

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Observable Timing Discrepancy due to the implementation of PKCS#1 v1.5 padding. An attacker can infer the private key used in the cryptographic operation by observing the time taken to execute cryptographic operations (Marvin).

Remediation

Upgrade node to version 18.19.1, 20.11.1, 21.6.2 or higher.

References

medium severity

Use After Free

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Use After Free. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method does not return an error, this object is passed back to the caller as part of a StreamWriteResult structure. This may be exploited to corrupt memory.

Remediation

Upgrade node to version 10.23.1, 12.20.1, 14.15.4, 15.5.1 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u11

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u10

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u9

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 nettle/libhogweed2@2.7.1-5+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 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+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u6

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+deb8u6
  • Fixed in: 3.3.30-0+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u6

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

Information Exposure

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.17.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Information Exposure. Under certain circumstances, a TLS server can be forced to respond differently to a client if a zero-byte record is received with an invalid padding compared to a zero-byte record with an invalid MAC. This can be used as the basis of a padding oracle attack to decrypt data.

Only TLS connections using certain ciphersuites executing under certain conditions are exploitable. Node are currently unable to determine whether the use of OpenSSL in Node.js exposes this vulnerability. They are taking a cautionary approach and recommending the same for users.

Remediation

Upgrade node to version 6.17.0, 8.15.1 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: digitalmarketplace/base@1.0.4 apt@1.0.9.8.4
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an attempted excessive memory allocation in _bfd_elf_slurp_version_tables in elf.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an attempted excessive memory allocation in elf_read_notes in elf.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an attempted excessive memory allocation in setup_group in elf.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

GNU Binutils 2.28 allows remote attackers to cause a denial of service (memory consumption) via a crafted ELF file with many program headers, related to the get_program_headers function in readelf.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The C++ symbol demangler routine in cplus-dem.c in libiberty, as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (excessive memory allocation and application crash) via a crafted file, as demonstrated by a call from the Binary File Descriptor (BFD) library (aka libbfd).

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (excessive memory allocation and application crash) via a crafted ELF file, as demonstrated by _bfd_elf_parse_attributes in elf-attrs.c and bfd_malloc in libbfd.c. This can occur during execution of nm.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

_bfd_elf_slurp_version_tables in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (excessive memory allocation and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Divide By Zero

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

decode_line_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The bfd_get_debug_link_info_1 function in opncls.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, has an unchecked strnlen operation. Remote attackers could leverage this vulnerability to cause a denial of service (segmentation fault) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The bfd_section_from_shdr function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (segmentation fault) via a large attribute section.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

GNU binutils gold gold v1.11-v1.16 (GNU binutils v2.21-v2.31.1) is affected by: Improper Input Validation, Signed/Unsigned Comparison, Out-of-bounds Read. The impact is: Denial of service. The component is: gold/fileread.cc:497, elfcpp/elfcpp_file.h:644. The attack vector is: An ELF file with an invalid e_shoff header field must be opened.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Incorrect Calculation of Buffer Size

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

process_debug_info in dwarf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (infinite loop) via a crafted ELF file that contains a negative size value in a CU structure.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils through 2.31. There is an integer overflow and infinite loop caused by the IS_CONTAINED_BY_LMA macro in elf.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The parse_die function in dwarf1.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (integer overflow and application crash) via an ELF file with corrupt dwarf1 debug information, as demonstrated by nm.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (integer underflow or overflow, and application crash) via an ELF file with a corrupt DWARF FORM block, as demonstrated by nm.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

Integer overflow in the gnu_special function in libiberty allows remote attackers to cause a denial of service (segmentation fault and crash) via a crafted binary, related to the "demangling of virtual tables."

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

Integer overflow in cp-demangle.c in libiberty allows remote attackers to cause a denial of service (segmentation fault and crash) via a crafted binary, related to inconsistent use of the long and int types for lengths.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

apply_relocations in readelf.c in GNU Binutils 2.32 contains an integer overflow that allows attackers to trigger a write access violation (in byte_put_little_endian function in elfcomm.c) via an ELF file, as demonstrated by readelf.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions d_name(), d_encoding(), and d_local_name() in cp-demangle.c. Remote attackers could leverage this vulnerability to cause a denial-of-service via an ELF file, as demonstrated by nm.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

find_abstract_instance_name in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (infinite recursion and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

read_formatted_entries in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (infinite loop) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

decode_line_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (infinite loop) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions next_is_type_qual() and cplus_demangle_type() in cp-demangle.c. Remote attackers could leverage this vulnerability to cause a denial-of-service via an ELF file, as demonstrated by nm.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

_bfd_dwarf2_cleanup_debug_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (memory leak) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The function coff_set_alignment_hook in coffcode.h in Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has a memory leak vulnerability which can cause memory exhaustion in objdump via a crafted PE file. Additional validation in dump_relocs_in_section in objdump.c can resolve this.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_generic_read_minisymbols function in syms.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31, has a memory leak via a crafted ELF file, leading to a denial of service (memory consumption), as demonstrated by nm.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

Memory leak in decode_line_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (memory consumption) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

GNU Binutils 2017-04-03 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash), related to the process_mips_specific function in readelf.c, via a crafted ELF file that triggers a large memory-allocation attempt.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The assign_file_positions_for_non_load_sections function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an ELF file with a RELRO segment that lacks a matching LOAD segment, as demonstrated by objcopy.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The ignore_section_sym function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, does not validate the output_section pointer in the case of a symtab entry with a "SECTION" type that has a "0" value, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted file, as demonstrated by objcopy.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The swap_std_reloc_in function in aoutx.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (aout_32_swap_std_reloc_out NULL pointer dereference and application crash) via a crafted ELF file, as demonstrated by objcopy.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the merge_strings function in merge.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. There is a NULL pointer dereference in _bfd_add_merge_section when attempting to merge sections with large alignments. A specially crafted ELF allows remote attackers to cause a denial of service, as demonstrated by ld.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The coff_slurp_reloc_table function in coffcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted COFF based file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

scan_unit_for_symbols in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

A NULL pointer dereference was discovered in elf_link_add_object_symbols in elflink.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31.1. This occurs for a crafted ET_DYN with no program headers. A specially crafted ELF file allows remote attackers to cause a denial of service, as demonstrated by ld.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in elf_link_input_bfd in elflink.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. There is a NULL pointer dereference in elf_link_input_bfd when used for finding STT_TLS symbols without any TLS section. A specially crafted ELF allows remote attackers to cause a denial of service, as demonstrated by ld.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, does not validate the DW_AT_name data type, which allows remote attackers to cause a denial of service (bfd_hash_hash NULL pointer dereference, or out-of-bounds access, and application crash) via a crafted ELF file, related to scan_unit_for_symbols and parse_comp_unit.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

read_formatted_entries in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, does not properly validate the format count, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted ELF file, related to concat_filename.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The *_get_synthetic_symtab functions in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, mishandle the failure of a certain canonicalization step, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted ELF file, related to elf32-i386.c and elf64-x86-64.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

objdump in GNU Binutils 2.28 is vulnerable to multiple heap-based buffer over-reads (of size 1 and size 8) while handling corrupt STABS enum type strings in a crafted object file, leading to program crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

readelf in GNU Binutils 2.28 writes to illegal addresses while processing corrupt input files containing symbol-difference relocations, leading to a heap-based buffer overflow.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. An invalid memory access exists in _bfd_stab_section_find_nearest_line in syms.c. Attackers could leverage this vulnerability to cause a denial of service (application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The d_print_comp function in cp-demangle.c in libiberty allows remote attackers to cause a denial of service (segmentation fault and crash) via a crafted binary, which triggers infinite recursion and a buffer overflow, related to a node having "itself as ancestor more than once."

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. An invalid memory access exists in bfd_zalloc in opncls.c. Attackers could leverage this vulnerability to cause a denial of service (application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. An invalid memory address dereference was discovered in read_reloc in reloc.c. The vulnerability causes a segmentation fault and application crash, which leads to denial of service, as demonstrated by objdump, because of missing _bfd_clear_contents bounds checking.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an out-of-bounds read leading to a SEGV in bfd_getl32 in libbfd.c, when called from pex64_get_runtime_function in pei-x86_64.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The print_symbol_for_build_attribute function in readelf.c in GNU Binutils 2017-04-12 allows remote attackers to cause a denial of service (invalid read and SEGV) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

GNU Binutils 2.28 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to the byte_get_little_endian function in elfcomm.c, the get_unwind_section_word function in readelf.c, and ARM unwind information that contains invalid word offsets.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_elf_parse_attributes function in elf-attrs.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (_bfd_elf_attr_strdup heap-based buffer over-read and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has an invalid read (of size 8) because the code to emit relocs (bfd_elf_final_link function in bfd/elflink.c) does not check the format of the input file before trying to read the ELF reloc section header. The vulnerability leads to a GNU linker (ld) program crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

GNU Binutils 2.28 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to MIPS GOT mishandling in the process_mips_specific function in readelf.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The get_build_id function in opncls.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted file in which a certain size field is larger than a corresponding data field, as demonstrated by mishandling within the objdump program.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

process_cu_tu_index in dwarf.c in GNU Binutils 2.30 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted binary file, as demonstrated by readelf.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The pe_print_idata function in peXXigen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, mishandles HintName vector entries, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted PE file, related to the bfd_getl16 function.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The getvalue function in tekhex.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, allows remote attackers to cause a denial of service (stack-based buffer over-read and application crash) via a crafted tekhex file, as demonstrated by mishandling within the nm program.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The elf_parse_notes function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (out-of-bounds read and segmentation violation) via a note with a large alignment.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The demangle_template_value_parm and do_hpacc_template_literal functions in cplus-dem.c in libiberty allow remote attackers to cause a denial of service (out-of-bounds read and crash) via a crafted binary.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, does not validate the PLT section size, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to elf_i386_get_synthetic_symtab in elf32-i386.c and elf_x86_64_get_synthetic_symtab in elf64-x86-64.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not validate sizes of core notes, which allows remote attackers to cause a denial of service (bfd_getl32 heap-based buffer over-read and application crash) via a crafted object file, related to elfcore_grok_netbsd_procinfo, elfcore_grok_openbsd_procinfo, and elfcore_grok_nto_status.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. a heap-based buffer over-read in bfd_getl32 in libbfd.c allows an attacker to cause a denial of service through a crafted PE file. This vulnerability can be triggered by the executable objdump.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

A heap-based buffer over-read issue was discovered in the function sec_merge_hash_lookup in merge.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31, because _bfd_add_merge_section mishandles section merges when size is not a multiple of entsize. A specially crafted ELF allows remote attackers to cause a denial of service, as demonstrated by ld.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The read_section function in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (parse_comp_unit heap-based buffer over-read and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

bfd_get_debug_link_info_1 in opncls.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to bfd_getl32.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

decode_line_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, mishandles a length calculation, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to read_1_byte.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The decode_line_info function in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (read_1_byte heap-based buffer over-read and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. There is a heap-based buffer over-read in _bfd_doprnt in bfd.c because elf_object_p in elfcode.h mishandles an e_shstrndx section of type SHT_GROUP by omitting a trailing '\0' character.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The find_nearest_line function in objdump in GNU Binutils 2.28 is vulnerable to an invalid write (of size 1) while disassembling a corrupt binary that contains an empty function name, leading to a program crash.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The demangle_template function in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.31.1, contains an integer overflow vulnerability (for "Create an array for saving the template argument values") that can trigger a heap-based buffer overflow, as demonstrated by nm.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

The _bfd_XX_bfd_copy_private_bfd_data_common function in peXXigen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, processes a negative Data Directory size with an unbounded loop that increases the value of (external_IMAGE_DEBUG_DIRECTORY) *edd so that the address exceeds its own memory region, resulting in an out-of-bounds memory write, as demonstrated by objcopy copying private info with _bfd_pex64_bfd_copy_private_bfd_data_common in pex64igen.c.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

load_specific_debug_section in objdump.c in GNU Binutils through 2.31.1 contains an integer overflow vulnerability that can trigger a heap-based buffer overflow via a crafted section size.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in GNU libiberty, as distributed in GNU Binutils 2.32. simple_object_elf_match in simple-object-elf.c does not check for a zero shstrndx value, leading to an integer overflow and resultant heap-based buffer overflow.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Resource Exhaustion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption problem caused by the cplus_demangle_type function making recursive calls to itself in certain scenarios involving many 'P' characters.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Resource Exhaustion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in arm_pt in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_arm_hp_template, demangle_class_name, demangle_fund_type, do_type, do_arg, demangle_args, and demangle_nested_args. This can occur during execution of nm-new.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in GNU libiberty, as distributed in GNU Binutils 2.32. It is a stack consumption issue in d_count_templates_scopes in cp-demangle.c after many recursive calls.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there is a stack consumption problem caused by recursive stack frames: cplus_demangle_type, d_bare_function_type, d_function_type.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.29 and 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_nested_args, demangle_args, do_arg, and do_type.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

An issue was discovered in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_template_value_parm, demangle_integral_value, and demangle_expression.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

readelf in GNU Binutils 2.28 has a use-after-free (specifically read-after-free) error while processing multiple, relocated sections in an MSP430 binary. This is caused by mishandling of an invalid symbol index, and mishandling of state across invocations.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

Use-after-free vulnerability in libiberty allows remote attackers to cause a denial of service (segmentation fault and crash) via a crafted binary, related to "ktypevec."

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

In GNU Binutils 2.31.1, there is a use-after-free in the error function in elfcomm.c when called from the process_archive function in readelf.c via a crafted ELF file.

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

Use-after-free vulnerability in libiberty allows remote attackers to cause a denial of service (segmentation fault and crash) via a crafted binary, related to "btypevec."

Remediation

There is no fixed version for Debian:8 binutils.

References

medium severity

Resource Exhaustion

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

Git through 2.14.2 mishandles layers of tree objects, which allows remote attackers to cause a denial of service (memory consumption) via a crafted repository, aka a Git bomb. This can also have an impact of disk consumption; however, an affected process typically would not survive its attempt to build the data structure in memory before writing to disk.

Remediation

There is no fixed version for Debian:8 git.

References

medium severity

CVE-2019-7309

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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

Incorrect Conversion between Numeric Types

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

gd_gif_in.c in the GD Graphics Library (aka libgd), as used in PHP before 5.6.33, 7.0.x before 7.0.27, 7.1.x before 7.1.13, and 7.2.x before 7.2.1, has an integer signedness error that leads to an infinite loop via a crafted GIF file, as demonstrated by a call to the imagecreatefromgif or imagecreatefromstring PHP function. This is related to GetCode_ and gdImageCreateFromGifCtx.

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u12 or higher.

References

medium severity

CVE-2018-1000654

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@4.2-3+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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

CVE-2017-0393

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

A denial of service vulnerability in libvpx in Mediaserver could enable a remote attacker to use a specially crafted file to cause a device hang or reboot. This issue is rated as High due to the possibility of remote denial of service. Product: Android. Versions: 4.4.4, 5.0.2, 5.1.1, 6.0, 6.0.1, 7.0, 7.1. Android ID: A-30436808.

Remediation

There is no fixed version for Debian:8 libvpx.

References

medium severity

Improper Initialization

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

A remote denial of service vulnerability in libvpx in Mediaserver could enable an attacker to use a specially crafted file to cause a device hang or reboot. This issue is rated as High severity due to the possibility of remote denial of service. Product: Android. Versions: 4.4.4, 5.0.2, 5.1.1, 6.0, 6.0.1, 7.0, 7.1.1, 7.1.2. Android ID: A-34360591.

Remediation

There is no fixed version for Debian:8 libvpx.

References

medium severity

Improper Input Validation

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

A remote denial of service vulnerability in libvpx in Mediaserver in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, and 6.x before 2016-11-01 could enable an attacker to use a specially crafted file to cause a device hang or reboot. This issue is rated as High due to the possibility of remote denial of service. Android ID: A-30593765.

Remediation

There is no fixed version for Debian:8 libvpx.

References

medium severity

Improper Input Validation

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

A remote denial of service vulnerability in libvpx in Mediaserver in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, and 6.x before 2016-11-01 could enable an attacker to use a specially crafted file to cause a device hang or reboot. This issue is rated as High due to the possibility of remote denial of service. Android ID: A-30593752.

Remediation

There is no fixed version for Debian:8 libvpx.

References

medium severity

Out-of-Bounds

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libvpx/libvpx1@1.3.0-3

NVD Description

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

The decoder_peek_si_internal function in vp9/vp9_dx_iface.c in libvpx in mediaserver in Android 4.x before 4.4.4, 5.0.x before 5.0.2, 5.1.x before 5.1.1, 6.x before 2016-09-01, and 7.0 before 2016-09-01 allows remote attackers to cause a denial of service (buffer over-read, and device hang or reboot) via a crafted media file, aka internal bug 30013856.

Remediation

There is no fixed version for Debian:8 libvpx.

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: digitalmarketplace/base@1.0.4 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+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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+b1, ncurses/libncursesw5@5.9+20140913-1+b1 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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, pcre3/libpcre3-dev@2:8.35-3.3+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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, pcre3/libpcre3-dev@2:8.35-3.3+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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

Access Restriction Bypass

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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 kdcpreauth modules in MIT Kerberos 5 (aka krb5) 1.12.x and 1.13.x before 1.13.2 do not properly track whether a client's request has been validated, which allows remote attackers to bypass an intended preauthentication requirement by providing (1) zero bytes of data or (2) an arbitrary realm name, related to plugins/preauth/otp/main.c and plugins/preauth/pkinit/pkinit_srv.c.

Remediation

Upgrade Debian:8 krb5 to version 1.12.1+dfsg-19+deb8u3 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+b1, ncurses/libncursesw5@5.9+20140913-1+b1 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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: digitalmarketplace/base@1.0.4 audit/libaudit-common@1:2.4-1
  • Introduced through: digitalmarketplace/base@1.0.4 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: curl
  • Introduced through: curl@7.38.0-4+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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
  • Introduced through: gcc-4.9@4.9.2-10, gcc-4.9/cpp-4.9@4.9.2-10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/cpp-4.9@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/gcc-4.9-base@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libasan1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libatomic1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libcilkrts5@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgcc-4.9-dev@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgcc1@1:4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgomp1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libitm1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/liblsan0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libquadmath0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libstdc++6@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libtsan0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libubsan0@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

CVE-2010-4051

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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

CVE-2016-3119

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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 process_db_args function in plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c in the LDAP KDB module in kadmind in MIT Kerberos 5 (aka krb5) through 1.13.4 and 1.14.x through 1.14.1 mishandles the DB argument, which allows remote authenticated users to cause a denial of service (NULL pointer dereference and daemon crash) via a crafted request to modify a principal.

Remediation

Upgrade Debian:8 krb5 to version 1.12.1+dfsg-19+deb8u3 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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

Use of Uninitialized Resource

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u13

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

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

When using the gdImageCreateFromXbm() function in the GD Graphics Library (aka LibGD) 2.2.5, as used in the PHP GD extension in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6, it is possible to supply data that will cause the function to use the value of uninitialized variable. This may lead to disclosing contents of the stack that has been left there by previous code.

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u13 or higher.

References

medium severity

Access of Resource Using Incompatible Type ('Type Confusion')

  • Vulnerable module: libxslt/libxslt1.1
  • Introduced through: libxslt/libxslt1.1@1.1.28-2+deb8u3
  • Fixed in: 1.1.28-2+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxslt/libxslt1.1@1.1.28-2+deb8u3

NVD Description

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

In numbers.c in libxslt 1.1.33, a type holding grouping characters of an xsl:number instruction was too narrow and an invalid character/length combination could be passed to xsltNumberFormatDecimal, leading to a read of uninitialized stack data.

Remediation

Upgrade Debian:8 libxslt to version 1.1.28-2+deb8u5 or higher.

References

medium severity

Use of Insufficiently Random Values

  • Vulnerable module: libxslt/libxslt1.1
  • Introduced through: libxslt/libxslt1.1@1.1.28-2+deb8u3

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxslt/libxslt1.1@1.1.28-2+deb8u3

NVD Description

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

In libxslt 1.1.29 and earlier, the EXSLT math.random function was not initialized with a random seed during startup, which could cause usage of this function to produce predictable outputs.

Remediation

There is no fixed version for Debian:8 libxslt.

References

medium severity

Use of Uninitialized Resource

  • Vulnerable module: libxslt/libxslt1.1
  • Introduced through: libxslt/libxslt1.1@1.1.28-2+deb8u3
  • Fixed in: 1.1.28-2+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxslt/libxslt1.1@1.1.28-2+deb8u3

NVD Description

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

In numbers.c in libxslt 1.1.33, an xsl:number with certain format strings could lead to a uninitialized read in xsltNumberFormatInsertNumbers. This could allow an attacker to discern whether a byte on the stack contains the characters A, a, I, i, or 0, or any other character.

Remediation

Upgrade Debian:8 libxslt to version 1.1.28-2+deb8u5 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+b1, ncurses/libncursesw5@5.9+20140913-1+b1 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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

HTTP Request Smuggling

  • Vulnerable module: nginx
  • Introduced through: nginx@1.6.2-5+deb8u4, nginx/nginx-common@1.6.2-5+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 nginx@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-common@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-full@1.6.2-5+deb8u4

NVD Description

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

NGINX before 1.17.7, with certain error_page configurations, allows HTTP request smuggling, as demonstrated by the ability of an attacker to read unauthorized web pages in environments where NGINX is being fronted by a load balancer.

Remediation

There is no fixed version for Debian:8 nginx.

References

medium severity
new

HTTP Request Smuggling

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to HTTP Request Smuggling via content length ofuscation. An attacker can smuggle an HTTP request by including a space before a Content-Length header.

Remediation

Upgrade node to version 18.20.1, 20.12.1, 21.7.2 or higher.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Improper Certificate Validation which is not handling multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects in order to inject a Common Name that would allow bypassing the certificate subject verification.

Remediation

Upgrade node to version 12.22.9, 14.18.3, 16.13.2, 17.3.1 or higher.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Improper Certificate Validation via string injection. Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.

Remediation

Upgrade node to version 12.22.9, 14.18.3, 16.13.2, 17.3.1 or higher.

References

medium severity

Improper Handling of URL Encoding

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Improper Handling of URL Encoding via Subject Alternative Name (SAN) types, which PKIs are not defined to use. That, can result in bypassing name-constrained intermediates. Additionally, when a protocol allows URI SANs, node does not match the URI correctly.

Remediation

Upgrade node to version 12.22.9, 14.18.3, 16.13.2, 17.3.1 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Improper Input Validation. If the Node.js https API was used incorrectly and undefined was in passed for the rejectUnauthorized parameter, no error was returned and connections to servers with an expired certificate would have been accepted.

Remediation

Upgrade node to version 16.6.2, 14.17.5, 12.22.5 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.14.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Improper Input Validation. The HTTP specification does not allow for spaces in the Content-Length value and the Node.js HTTP parser has been brought into line on this particular difference.

Remediation

Upgrade node to version 4.9.0, 6.14.0, 8.11.0, 9.10.0 or higher.

References

medium severity

Inconsistency Between Implementation and Documented Design

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Inconsistency Between Implementation and Documented Design where the generateKeys() API function returned from crypto.createDiffieHellman() do not generate keys after setting a private key.

Remediation

Upgrade node to version 16.20.1, 18.16.1, 20.3.1 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Information Exposure in the aesni_ocb_encrypt and aesni_ocb_decrypt, which reveal 16 unencrypted bytes of memory.

NOTE: Implementations using TLS or DTLS are not affected by this vulnerability.

Remediation

Upgrade node to version 14.20.0, 16.16.0, 18.5.0 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u7

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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.

While parsing an IPAddressFamily extension in an X.509 certificate, it is possible to do a one-byte overread. This would result in an incorrect text display of the certificate. This bug has been present since 2006 and is present in all versions of OpenSSL before 1.0.2m and 1.1.0g.

Remediation

Upgrade Debian:8 openssl to version 1.0.1t-1+deb8u7 or higher.

References

medium severity

Integer Overflow or Wraparound

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcre3-dev@2:8.35-3.3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 pcre3/libpcrecpp0@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.44 allows an integer overflow via a large number after a (?C substring.

Remediation

There is no fixed version for Debian:8 pcre3.

References

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: digitalmarketplace/base@1.0.4 shadow/login@1:4.2-3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 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

Cryptographic Issues

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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

Improper Input Validation

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Improper Input Validation due to missing input validation of host names returned by Domain Name Servers in the Node.js DNS library. It could lead to the output of wrong hostnames (leading to Domain Hijacking) and injection vulnerabilities in applications using the library.

NOTE: This vulnerability has also been identified as: CVE-2021-3672

Remediation

Upgrade node to version 16.6.2, 14.17.5, 12.22.5 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Improper Input Validation due to missing input validation of host names returned by Domain Name Servers in the Node.js DNS library. It could lead to the output of wrong hostnames (leading to Domain Hijacking) and injection vulnerabilities in applications using the library.

NOTE: This vulnerability has also been identified as: CVE-2021-22931

Remediation

Upgrade node to version 16.6.2, 14.17.5, 12.22.5 or higher.

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: digitalmarketplace/base@1.0.4 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

Improper Input Validation

  • Vulnerable module: nginx
  • Introduced through: nginx@1.6.2-5+deb8u4, nginx/nginx-common@1.6.2-5+deb8u4 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 nginx@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-common@1.6.2-5+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 nginx/nginx-full@1.6.2-5+deb8u4

NVD Description

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

nginx http proxy module does not verify peer identity of https origin server which could facilitate man-in-the-middle attack (MITM)

Remediation

There is no fixed version for Debian:8 nginx.

References

medium severity

Race Condition

  • Vulnerable module: coreutils
  • Introduced through: coreutils@8.23-4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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+deb8u3
  • Fixed in: 1.6.3-2+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgcrypt20@1.6.3-2+deb8u3

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+deb8u4

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libxml2@2.9.1+dfsg1-5+deb8u4

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

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: digitalmarketplace/base@1.0.4 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
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u10

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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: digitalmarketplace/base@1.0.4 shadow/login@1:4.2-3+deb8u4
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 util-linux@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libblkid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libmount1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libuuid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 util-linux@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libblkid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libmount1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libuuid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 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

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

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

Buffer overflow in the do_type function in cplus-dem.c in libiberty allows remote attackers to cause a denial of service (segmentation fault and crash) via a crafted binary.

Remediation

There is no fixed version for Debian:8 binutils.

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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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/libc-dev-bin@2.19-18+deb8u10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc-dev-bin@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 glibc/libc6-dev@2.19-18+deb8u10
  • Introduced through: digitalmarketplace/base@1.0.4 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+deb8u6

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gnutls28/libgnutls-deb0-28@3.3.8-6+deb8u6

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

Improper Input Validation

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

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 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

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: digitalmarketplace/base@1.0.4 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
  • Introduced through: gcc-4.9@4.9.2-10, gcc-4.9/cpp-4.9@4.9.2-10 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/cpp-4.9@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/gcc-4.9-base@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libasan1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libatomic1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libcilkrts5@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgcc-4.9-dev@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgcc1@1:4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libgomp1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libitm1@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/liblsan0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libquadmath0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libstdc++6@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libtsan0@4.9.2-10
  • Introduced through: digitalmarketplace/base@1.0.4 gcc-4.9/libubsan0@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/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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: digitalmarketplace/base@1.0.4 util-linux@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/bsdutils@1:2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libblkid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libmount1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libsmartcols1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 util-linux/libuuid1@2.25.2-6
  • Introduced through: digitalmarketplace/base@1.0.4 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

Permissive Cross-domain Policy with Untrusted Domains

  • Vulnerable module: node
  • Introduced through: node@6.10.3

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Permissive Cross-domain Policy with Untrusted Domains due to not clearing Proxy-Authentication headers on cross-origin redirects. An attacker can intercept the improperly cleared headers.

Remediation

Upgrade node to version 18.19.1, 20.11.1, 21.6.2 or higher.

References

low severity

LDAP Injection

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2, krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2 and others
  • Fixed in: 1.12.1+dfsg-19+deb8u5

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 krb5/krb5-multidev@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssapi-krb5-2@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libgssrpc4@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libk5crypto3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5clnt-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkadm5srv-mit9@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkdb5-7@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5-3@1.12.1+dfsg-19+deb8u2
  • Introduced through: digitalmarketplace/base@1.0.4 krb5/libkrb5support0@1.12.1+dfsg-19+deb8u2

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: digitalmarketplace/base@1.0.4 apt@1.0.9.8.4
  • Introduced through: digitalmarketplace/base@1.0.4 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

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1t-1+deb8u6, openssl/libssl-dev@1.0.1t-1+deb8u6 and others
  • Fixed in: 1.0.1t-1+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 openssl@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl-dev@1.0.1t-1+deb8u6
  • Introduced through: digitalmarketplace/base@1.0.4 openssl/libssl1.0.0@1.0.1t-1+deb8u6

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-2019-1348

  • Vulnerable module: git
  • Introduced through: git@1:2.1.4-2.1+deb8u3 and git/git-man@1:2.1.4-2.1+deb8u3
  • Fixed in: 1:2.1.4-2.1+deb8u8

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 git@1:2.1.4-2.1+deb8u3
  • Introduced through: digitalmarketplace/base@1.0.4 git/git-man@1:2.1.4-2.1+deb8u3

NVD Description

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

An issue was found in Git before v2.24.1, v2.23.1, v2.22.2, v2.21.1, v2.20.2, v2.19.3, v2.18.2, v2.17.3, v2.16.6, v2.15.4, and v2.14.6. The --export-marks option of git fast-import is exposed also via the in-stream command feature export-marks=... and it allows overwriting arbitrary paths.

Remediation

Upgrade Debian:8 git to version 1:2.1.4-2.1+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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.17.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Denial of Service (DoS) by establishing an HTTP or HTTPS connection in keep-alive mode and by sending headers very slowly thereby keeping the connection and associated resources alive for a long period of time. Attack potential is mitigated by the use of a load balancer or other proxy layer.

This vulnerability is an extension of CVE-2018-12121, addressed in November, 2018. The 40 second timeout and its adjustment by server.headersTimeout apply to this fix as in CVE-2018-12121.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.

The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.

Let’s take the following regular expression as an example:

regex = /A(B|C+)+D/

This regular expression accomplishes the following:

  • A The string must start with the letter 'A'
  • (B|C+)+ The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the + matches one or more times). The + at the end of this section states that we can look for one or more matches of this section.
  • D Finally, we ensure this section of the string ends with a 'D'

The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD

It most cases, it doesn't take very long for a regex engine to find a match:

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total

$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total

The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.

Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.

Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:

  1. CCC
  2. CC+C
  3. C+CC
  4. C+C+C.

The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.

From there, the number of steps the engine must use to validate a string just continues to grow.

String Number of C's Number of steps
ACCCX 3 38
ACCCCX 4 71
ACCCCCX 5 136
ACCCCCCCCCCCCCCX 14 65,553

By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.

Remediation

Upgrade node to version 11.10.1, 10.15.2, 8.15.1, 6.17.0 or higher.

References

low severity

Denial of Service (DoS)

  • Vulnerable module: node
  • Introduced through: node@6.10.3
  • Fixed in: 6.17.0

Detailed paths

  • Introduced through: docker-image|digitalmarketplace/base@1.0.4 node@6.10.3

Overview

node is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Affected versions of this package are vulnerable to Denial of Service (DoS). Keep-alive HTTP and HTTPS connections can remain open and inactive for up to 2 minutes. Node.js 6.17.0 introduces server.keepAliveTimeout and the 5-second default to mitigate the attack vector.

Details

Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.

Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.

One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.

When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.

Two common types of DoS vulnerabilities:

  • High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.

  • Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm ws package

Remediation

Upgrade node to version 6.17.0 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: curl
  • Introduced through: curl@7.38.0-4+deb8u5, curl/libcurl3@7.38.0-4+deb8u5 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 curl@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3@7.38.0-4+deb8u5
  • Introduced through: digitalmarketplace/base@1.0.4 curl/libcurl3-gnutls@7.38.0-4+deb8u5

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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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: digitalmarketplace/base@1.0.4 lvm2/dmsetup@2:1.02.90-2.2+deb8u1
  • Introduced through: digitalmarketplace/base@1.0.4 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

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.25-5+deb8u1

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 binutils@2.25-5+deb8u1

NVD Description

Note: Versions mentioned in the description apply only to the upstream binutils package and not the binutils 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-7642. Reason: This candidate is a reservation duplicate of CVE-2018-7642. Notes: All CVE users should reference CVE-2018-7642 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 binutils.

References

low severity

Double Free

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream libgd2 package and not the libgd2 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-2019-6978. Reason: This candidate is a reservation duplicate of CVE-2019-6978. Notes: All CVE users should reference CVE-2019-6978 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u12 or higher.

References

low severity

Double Free

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-5+deb8u9
  • Fixed in: 2.1.0-5+deb8u12

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 libgd2/libgd3@2.1.0-5+deb8u9

NVD Description

Note: Versions mentioned in the description apply only to the upstream libgd2 package and not the libgd2 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-2019-6978. Reason: This candidate is a reservation duplicate of CVE-2019-6978. Notes: All CVE users should reference CVE-2019-6978 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

Remediation

Upgrade Debian:8 libgd2 to version 2.1.0-5+deb8u12 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140913-1+b1, ncurses/libncursesw5@5.9+20140913-1+b1 and others

Detailed paths

  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncurses5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libncursesw5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/libtinfo5@5.9+20140913-1+b1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-base@5.9+20140913-1
  • Introduced through: digitalmarketplace/base@1.0.4 ncurses/ncurses-bin@5.9+20140913-1+b1

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: digitalmarketplace/base@1.0.4 systemd@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libsystemd0@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/libudev1@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 systemd/systemd-sysv@215-17+deb8u7
  • Introduced through: digitalmarketplace/base@1.0.4 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