Vulnerabilities

194 via 480 paths

Dependencies

103

Source

Group 6 Copy Created with Sketch. Docker

Target OS

ubuntu:16.04
Test your Docker Hub image against our market leading vulnerability database Sign up for free
Severity
  • 8
  • 74
  • 112
Status
  • 194
  • 0
  • 0

high severity

CVE-2019-3462

  • Vulnerable module: apt
  • Introduced through: apt@1.2.24 and apt/libapt-pkg5.0@1.2.24
  • Fixed in: 1.2.29ubuntu0.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 apt@1.2.24
  • Introduced through: concourse/concourse@3.7.0 apt/libapt-pkg5.0@1.2.24

NVD Description

Note: Versions mentioned in the description apply only to the upstream apt package and not the apt package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 apt to version 1.2.29ubuntu0.1 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu10 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.15

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 systemd to version 229-4ubuntu21.15 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.15

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 systemd to version 229-4ubuntu21.15 or higher.

References

high severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curve parameters with a base point encoded in compressed form. It is possible to trigger the infinite loop by crafting a certificate that has invalid explicit curve parameters. Since certificate parsing happens prior to verification of the certificate signature, any process that parses an externally supplied certificate may thus be subject to a denial of service attack. The infinite loop can also be reached when parsing crafted private keys as they can contain explicit elliptic curve parameters. Thus vulnerable situations include: - TLS clients consuming server certificates - TLS servers consuming client certificates - Hosting providers taking certificates or private keys from customers - Certificate authorities parsing certification requests from subscribers - Anything else which parses ASN.1 elliptic curve parameters Also any other applications that use the BN_mod_sqrt() where the attacker can control the parameter values are vulnerable to this DoS issue. In the OpenSSL 1.0.2 version the public key is not parsed during initial parsing of the certificate which makes it slightly harder to trigger the infinite loop. However any operation which requires the public key from the certificate will trigger the infinite loop. In particular the attacker can use a self-signed certificate to trigger the loop during verification of the certificate signature. This issue affects OpenSSL versions 1.0.2, 1.1.1 and 3.0. It was addressed in the releases of 1.1.1n and 3.0.2 on the 15th March 2022. Fixed in OpenSSL 3.0.2 (Affected 3.0.0,3.0.1). Fixed in OpenSSL 1.1.1n (Affected 1.1.1-1.1.1m). Fixed in OpenSSL 1.0.2zd (Affected 1.0.2-1.0.2zc).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm2 or higher.

References

high severity

Access of Resource Using Incompatible Type ('Type Confusion')

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm6

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING.

When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm6 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.18

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL's s_server, s_client and verify tools have support for the "-crl_download" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL's parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.18 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.31+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

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

basic/unit-name.c in systemd prior to 246.15, 247.8, 248.5, and 249.1 has a Memory Allocation with an Excessive Size Value (involving strdupa and alloca for a pathname controlled by a local attacker) that results in an operating system crash.

Remediation

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.31+esm1 or higher.

References

medium severity

Security Features

  • Vulnerable module: apparmor/libapparmor1
  • Introduced through: apparmor/libapparmor1@2.10.95-0ubuntu2.7

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 apparmor/libapparmor1@2.10.95-0ubuntu2.7

NVD Description

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

In all versions of AppArmor mount rules are accidentally widened when compiled.

Remediation

There is no fixed version for Ubuntu:16.04 apparmor.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: bzip2/libbz2-1.0
  • Introduced through: bzip2/libbz2-1.0@1.0.6-8
  • Fixed in: 1.0.6-8ubuntu0.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 bzip2/libbz2-1.0@1.0.6-8

NVD Description

Note: Versions mentioned in the description apply only to the upstream bzip2 package and not the bzip2 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 bzip2 to version 1.0.6-8ubuntu0.2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: db5.3/libdb5.3
  • Introduced through: db5.3/libdb5.3@5.3.28-11
  • Fixed in: 5.3.28-11ubuntu0.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 db5.3/libdb5.3@5.3.28-11

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 Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 db5.3 to version 5.3.28-11ubuntu0.2 or higher.

References

medium severity

Directory Traversal

  • Vulnerable module: dpkg
  • Introduced through: dpkg@1.18.4ubuntu1.2
  • Fixed in: 1.18.4ubuntu1.7+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 dpkg@1.18.4ubuntu1.2

NVD Description

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

Dpkg::Source::Archive in dpkg, the Debian package management system, before version 1.21.8, 1.20.10, 1.19.8, 1.18.26 is prone to a directory traversal vulnerability. When extracting untrusted source packages in v2 and v3 source package formats that include a debian.tar, the in-place extraction can lead to directory traversal situations on specially crafted orig.tar and debian.tar tarballs.

Remediation

Upgrade Ubuntu:16.04 dpkg to version 1.18.4ubuntu1.7+esm1 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

An SSE2-optimized memmove implementation for i386 in sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S in the GNU C Library (aka glibc or libc6) 2.21 through 2.27 does not correctly perform the overlapping memory check if the source memory range spans the middle of the address space, resulting in corrupt data being produced by the copy operation. This may disclose information to context-dependent attackers, or result in a denial of service, or, possibly, code execution.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

medium severity

CVE-2019-9893

  • Vulnerable module: libseccomp/libseccomp2
  • Introduced through: libseccomp/libseccomp2@2.2.3-3ubuntu3
  • Fixed in: 2.4.1-0ubuntu0.16.04.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libseccomp/libseccomp2@2.2.3-3ubuntu3

NVD Description

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

libseccomp before 2.4.0 did not correctly generate 64-bit syscall argument comparisons using the arithmetic operators (LT, GT, LE, GE), which might able to lead to bypassing seccomp filters and potential privilege escalations.

Remediation

Upgrade Ubuntu:16.04 libseccomp to version 2.4.1-0ubuntu0.16.04.2 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: lz4/liblz4-1
  • Introduced through: lz4/liblz4-1@0.0~r131-2ubuntu2
  • Fixed in: 0.0~r131-2ubuntu2+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 lz4/liblz4-1@0.0~r131-2ubuntu2

NVD Description

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

There's a flaw in lz4. An attacker who submits a crafted file to an application linked with lz4 may be able to trigger an integer overflow, leading to calling of memmove() on a negative size argument, causing an out-of-bounds write and/or a crash. The greatest impact of this flaw is to availability, with some potential impact to confidentiality and integrity as well.

Remediation

Upgrade Ubuntu:16.04 lz4 to version 0.0~r131-2ubuntu2+esm1 or higher.

References

medium severity

OS Command Injection

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

The c_rehash script does not properly sanitise shell metacharacters to prevent command injection. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.3 (Affected 3.0.0,3.0.1,3.0.2). Fixed in OpenSSL 1.1.1o (Affected 1.1.1-1.1.1n). Fixed in OpenSSL 1.0.2ze (Affected 1.0.2-1.0.2zd).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm3 or higher.

References

medium severity

OS Command Injection

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm5

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm5 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.6

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

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

Perl before 5.26.3 and 5.28.0 before 5.28.1 has a buffer overflow via a crafted regular expression that triggers invalid write operations.

Remediation

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.6 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.6

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

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

Perl before 5.26.3 has a buffer overflow via a crafted regular expression that triggers invalid write operations.

Remediation

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.6 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.6

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.6 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.3 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.10-4ubuntu2.3 and procps/libprocps4@2:3.3.10-4ubuntu2.3
  • Fixed in: 2:3.3.10-4ubuntu2.4

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 procps@2:3.3.10-4ubuntu2.3
  • Introduced through: concourse/concourse@3.7.0 procps/libprocps4@2:3.3.10-4ubuntu2.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 procps to version 2:3.3.10-4ubuntu2.4 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1
  • Fixed in: 1:1.2.8.dfsg-2ubuntu4.3+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1

NVD Description

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

zlib through 1.2.12 has a heap-based buffer over-read or buffer overflow in inflate in inflate.c via a large gzip header extra field. NOTE: only applications that call inflateGetHeader are affected. Some common applications bundle the affected zlib source code but may be unable to call inflateGetHeader (e.g., see the nodejs/node reference).

Remediation

Upgrade Ubuntu:16.04 zlib to version 1:1.2.8.dfsg-2ubuntu4.3+esm2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.6

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

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

Perl before 5.26.3 has a buffer over-read via a crafted regular expression that triggers disclosure of sensitive information from process memory.

Remediation

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.6 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: gzip
  • Introduced through: gzip@1.6-4ubuntu1
  • Fixed in: 1.6-4ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gzip@1.6-4ubuntu1

NVD Description

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

An arbitrary file write vulnerability was found in GNU gzip's zgrep utility. When zgrep is applied on the attacker's chosen file name (for example, a crafted file name), this can overwrite an attacker's content to an arbitrary attacker-selected file. This flaw occurs due to insufficient validation when processing filenames with two or more newlines where selected content and the target file names are embedded in crafted multi-line file names. This flaw allows a remote, low privileged attacker to force zgrep to write arbitrary files on the system.

Remediation

Upgrade Ubuntu:16.04 gzip to version 1.6-4ubuntu1+esm1 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: sensible-utils
  • Introduced through: sensible-utils@0.0.9
  • Fixed in: 0.0.9ubuntu0.16.04.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 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 Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 sensible-utils to version 0.0.9ubuntu0.16.04.1 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.6

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 systemd to version 229-4ubuntu21.6 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: xz-utils/liblzma5
  • Introduced through: xz-utils/liblzma5@5.1.1alpha+20120614-2ubuntu2
  • Fixed in: 5.1.1alpha+20120614-2ubuntu2.16.04.1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 xz-utils/liblzma5@5.1.1alpha+20120614-2ubuntu2

NVD Description

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

An arbitrary file write vulnerability was found in GNU gzip's zgrep utility. When zgrep is applied on the attacker's chosen file name (for example, a crafted file name), this can overwrite an attacker's content to an arbitrary attacker-selected file. This flaw occurs due to insufficient validation when processing filenames with two or more newlines where selected content and the target file names are embedded in crafted multi-line file names. This flaw allows a remote, low privileged attacker to force zgrep to write arbitrary files on the system.

Remediation

Upgrade Ubuntu:16.04 xz-utils to version 5.1.1alpha+20120614-2ubuntu2.16.04.1+esm1 or higher.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.9+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

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

CPAN.pm before 2.35 does not verify TLS certificates when downloading distributions over HTTPS.

Remediation

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.9+esm2 or higher.

References

medium severity

CVE-2017-10140

  • Vulnerable module: db5.3/libdb5.3
  • Introduced through: db5.3/libdb5.3@5.3.28-11
  • Fixed in: 5.3.28-11ubuntu0.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 db5.3/libdb5.3@5.3.28-11

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 Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 db5.3 to version 5.3.28-11ubuntu0.1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: e2fsprogs
  • Introduced through: e2fsprogs@1.42.13-1ubuntu1, e2fsprogs/e2fslibs@1.42.13-1ubuntu1 and others
  • Fixed in: 1.42.13-1ubuntu1.2+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 e2fsprogs@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/e2fslibs@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/libcomerr2@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/libss2@1.42.13-1ubuntu1

NVD Description

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

An out-of-bounds read/write vulnerability was found in e2fsprogs 1.46.5. This issue leads to a segmentation fault and possibly arbitrary code execution via a specially crafted filesystem.

Remediation

Upgrade Ubuntu:16.04 e2fsprogs to version 1.42.13-1ubuntu1.2+esm1 or higher.

References

medium severity

Off-by-one Error

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

A flaw was found in glibc. An off-by-one buffer overflow and underflow in getcwd() may lead to memory corruption when the size of the buffer is exactly 1. A local attacker who can control the input buffer and size passed to getcwd() in a setuid program could use this flaw to potentially execute arbitrary code and escalate their privileges on the system.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libcap2
  • Introduced through: libcap2@1:2.24-12 and libcap2/libcap2-bin@1:2.24-12
  • Fixed in: 1:2.24-12ubuntu0.1~esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libcap2@1:2.24-12
  • Introduced through: concourse/concourse@3.7.0 libcap2/libcap2-bin@1:2.24-12

NVD Description

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

A vulnerability was found in libcap. This issue occurs in the _libcap_strdup() function and can lead to an integer overflow if the input string is close to 4GiB.

Remediation

Upgrade Ubuntu:16.04 libcap2 to version 1:2.24-12ubuntu0.1~esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

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

ncurses before 6.4 20230408, when used by a setuid application, allows local users to trigger security-relevant memory corruption via malformed data in a terminfo database file that is found in $HOME/.terminfo or reached via the TERMINFO or TERM environment variable.

Remediation

Upgrade Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm3 or higher.

References

medium severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.9+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

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

CPAN 2.28 allows Signature Verification Bypass.

Remediation

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.9+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.10-4ubuntu2.3 and procps/libprocps4@2:3.3.10-4ubuntu2.3
  • Fixed in: 2:3.3.10-4ubuntu2.4

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 procps@2:3.3.10-4ubuntu2.3
  • Introduced through: concourse/concourse@3.7.0 procps/libprocps4@2:3.3.10-4ubuntu2.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 procps to version 2:3.3.10-4ubuntu2.4 or higher.

References

medium severity

CVE-2018-6954

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.15

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.15 or higher.

References

medium severity

Deserialization of Untrusted Data

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.8

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 systemd to version 229-4ubuntu21.8 or higher.

References

medium severity

Use After Free

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.27

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

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

A heap use-after-free vulnerability was found in systemd before version v245-rc1, where asynchronous Polkit queries are performed while handling dbus messages. A local unprivileged attacker can abuse this flaw to crash systemd services or potentially execute code and elevate their privileges, by sending specially crafted dbus messages.

Remediation

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.27 or higher.

References

medium severity

Insufficient Verification of Data Authenticity

  • Vulnerable module: ca-certificates
  • Introduced through: ca-certificates@20170717~16.04.1
  • Fixed in: 20211016~16.04.1~esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ca-certificates@20170717~16.04.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ca-certificates package and not the ca-certificates package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 relevant fixed versions and status.

Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi 2022.12.07 removes root certificates from "TrustCor" from the root store. These are in the process of being removed from Mozilla's trust store. TrustCor's root certificates are being removed pursuant to an investigation prompted by media reporting that TrustCor's ownership also operated a business that produced spyware. Conclusions of Mozilla's investigation can be found in the linked google group discussion.

Remediation

Upgrade Ubuntu:16.04 ca-certificates to version 2021101616.04.1esm2 or higher.

References

medium severity

Use of Incorrectly-Resolved Name or Reference

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.20-1ubuntu3.1 and gnupg/gpgv@1.4.20-1ubuntu3.1
  • Fixed in: 1.4.20-1ubuntu3.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gnupg@1.4.20-1ubuntu3.1
  • Introduced through: concourse/concourse@3.7.0 gnupg/gpgv@1.4.20-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnupg package and not the gnupg package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 gnupg to version 1.4.20-1ubuntu3.2 or higher.

References

medium severity

Use After Free

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm6

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications.

The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash.

This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7.

Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream.

The OpenSSL cms and smime command line applications are similarly affected.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm6 or higher.

References

medium severity

Link Following

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.5

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.5 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

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

An issue was discovered in Perl 5.22 through 5.26. Matching a crafted locale dependent regular expression can cause a heap-based buffer over-read and potentially information disclosure.

Remediation

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.3 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.10-4ubuntu2.3 and procps/libprocps4@2:3.3.10-4ubuntu2.3
  • Fixed in: 2:3.3.10-4ubuntu2.4

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 procps@2:3.3.10-4ubuntu2.3
  • Introduced through: concourse/concourse@3.7.0 procps/libprocps4@2:3.3.10-4ubuntu2.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 procps to version 2:3.3.10-4ubuntu2.4 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.10-4ubuntu2.3 and procps/libprocps4@2:3.3.10-4ubuntu2.3
  • Fixed in: 2:3.3.10-4ubuntu2.4

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 procps@2:3.3.10-4ubuntu2.3
  • Introduced through: concourse/concourse@3.7.0 procps/libprocps4@2:3.3.10-4ubuntu2.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 procps to version 2:3.3.10-4ubuntu2.4 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

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

In systemd 223 through 235, a remote DNS server can respond with a custom crafted DNS NSEC resource record to trigger an infinite loop in the dns_packet_read_type_window() function of the 'systemd-resolved' service and cause a DoS of the affected service.

Remediation

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1
  • Fixed in: 1:1.2.8.dfsg-2ubuntu4.3+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1

NVD Description

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

zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.

Remediation

Upgrade Ubuntu:16.04 zlib to version 1:1.2.8.dfsg-2ubuntu4.3+esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL (0) byte. Although not a strict requirement, ASN.1 strings that are parsed using OpenSSL's own "d2i" functions (and other similar parsing functions) as well as any string whose value has been set with the ASN1_STRING_set() function will additionally NUL terminate the byte array in the ASN1_STRING structure. However, it is possible for applications to directly construct valid ASN1_STRING structures which do not NUL terminate the byte array by directly setting the "data" and "length" fields in the ASN1_STRING array. This can also happen by using the ASN1_STRING_set0() function. Numerous OpenSSL functions that print ASN.1 data have been found to assume that the ASN1_STRING byte array will be NUL terminated, even though this is not guaranteed for strings that have been directly constructed. Where an application requests an ASN.1 structure to be printed, and where that ASN.1 structure contains ASN1_STRINGs that have been directly constructed by the application without NUL terminating the "data" field, then a read buffer overrun can occur. The same thing can also occur during name constraints processing of certificates (for example if a certificate has been directly constructed by the application instead of loading it via the OpenSSL parsing functions, and the certificate contains non NUL terminated ASN1_STRING structures). It can also occur in the X509_get1_email(), X509_REQ_get1_email() and X509_get1_ocsp() functions. If a malicious actor can cause an application to directly construct an ASN1_STRING and then process it through one of the affected OpenSSL functions then this issue could be hit. This might result in a crash (causing a Denial of Service attack). It could also result in the disclosure of private memory contents (such as private keys, or sensitive plaintext). Fixed in OpenSSL 1.1.1l (Affected 1.1.1-1.1.1k). Fixed in OpenSSL 1.0.2za (Affected 1.0.2-1.0.2y).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

medium severity

CVE-2018-1122

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.10-4ubuntu2.3 and procps/libprocps4@2:3.3.10-4ubuntu2.3
  • Fixed in: 2:3.3.10-4ubuntu2.4

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 procps@2:3.3.10-4ubuntu2.3
  • Introduced through: concourse/concourse@3.7.0 procps/libprocps4@2:3.3.10-4ubuntu2.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 procps to version 2:3.3.10-4ubuntu2.4 or higher.

References

medium severity

Improper Authorization

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.21

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 systemd to version 229-4ubuntu21.21 or higher.

References

medium severity

Race Condition

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.8

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

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

A race condition in chown_one() of systemd allows an attacker to cause systemd to set arbitrary permissions on arbitrary files. Affected releases are systemd versions up to and including 239.

Remediation

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.8 or higher.

References

medium severity

Cryptographic Issues

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.20-1ubuntu3.1 and gnupg/gpgv@1.4.20-1ubuntu3.1
  • Fixed in: 1.4.20-1ubuntu3.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gnupg@1.4.20-1ubuntu3.1
  • Introduced through: concourse/concourse@3.7.0 gnupg/gpgv@1.4.20-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnupg package and not the gnupg package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 gnupg to version 1.4.20-1ubuntu3.3 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: e2fsprogs
  • Introduced through: e2fsprogs@1.42.13-1ubuntu1, e2fsprogs/e2fslibs@1.42.13-1ubuntu1 and others
  • Fixed in: 1.42.13-1ubuntu1.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 e2fsprogs@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/e2fslibs@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/libcomerr2@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/libss2@1.42.13-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream e2fsprogs package and not the e2fsprogs package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 e2fsprogs to version 1.42.13-1ubuntu1.1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: e2fsprogs
  • Introduced through: e2fsprogs@1.42.13-1ubuntu1, e2fsprogs/e2fslibs@1.42.13-1ubuntu1 and others
  • Fixed in: 1.42.13-1ubuntu1.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 e2fsprogs@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/e2fslibs@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/libcomerr2@1.42.13-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 e2fsprogs/libss2@1.42.13-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream e2fsprogs package and not the e2fsprogs package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 e2fsprogs to version 1.42.13-1ubuntu1.2 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.20-1ubuntu3.1 and gnupg/gpgv@1.4.20-1ubuntu3.1
  • Fixed in: 1.4.20-1ubuntu3.3+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gnupg@1.4.20-1ubuntu3.1
  • Introduced through: concourse/concourse@3.7.0 gnupg/gpgv@1.4.20-1ubuntu3.1

NVD Description

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

GnuPG through 2.3.6, in unusual situations where an attacker possesses any secret-key information from a victim's keyring and other constraints (e.g., use of GPGME) are met, allows signature forgery via injection into the status line.

Remediation

Upgrade Ubuntu:16.04 gnupg to version 1.4.20-1ubuntu3.3+esm2 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm4

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

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

Buffer Overflow vulnerability in postprocess_terminfo function in tinfo/parse_entry.c:997 in ncurses 6.1 allows remote attackers to cause a denial of service via crafted command.

Remediation

Upgrade Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm4 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm9

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

Issue summary: Processing some specially crafted ASN.1 object identifiers or data containing them may be very slow.

Impact summary: Applications that use OBJ_obj2txt() directly, or use any of the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message size limit may experience notable to very long delays when processing those messages, which may lead to a Denial of Service.

An OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers - most of which have no size limit. OBJ_obj2txt() may be used to translate an ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL type ASN1_OBJECT) to its canonical numeric text form, which are the sub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by periods.

When one of the sub-identifiers in the OBJECT IDENTIFIER is very large (these are sizes that are seen as absurdly large, taking up tens or hundreds of KiBs), the translation to a decimal number in text may take a very long time. The time complexity is O(n^2) with 'n' being the size of the sub-identifiers in bytes (*).

With OpenSSL 3.0, support to fetch cryptographic algorithms using names / identifiers in string form was introduced. This includes using OBJECT IDENTIFIERs in canonical numeric text form as identifiers for fetching algorithms.

Such OBJECT IDENTIFIERs may be received through the ASN.1 structure AlgorithmIdentifier, which is commonly used in multiple protocols to specify what cryptographic algorithm should be used to sign or verify, encrypt or decrypt, or digest passed data.

Applications that call OBJ_obj2txt() directly with untrusted data are affected, with any version of OpenSSL. If the use is for the mere purpose of display, the severity is considered low.

In OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS. It also impacts anything that processes X.509 certificates, including simple things like verifying its signature.

The impact on TLS is relatively low, because all versions of OpenSSL have a 100KiB limit on the peer's certificate chain. Additionally, this only impacts clients, or servers that have explicitly enabled client authentication.

In OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects, such as X.509 certificates. This is assumed to not happen in such a way that it would cause a Denial of Service, so these versions are considered not affected by this issue in such a way that it would be cause for concern, and the severity is therefore considered low.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm9 or higher.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.11

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.11 or higher.

References

medium severity

Race Condition

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.5-2ubuntu0.3
  • Fixed in: 1.6.5-2ubuntu0.6

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libgcrypt20@1.6.5-2ubuntu0.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libgcrypt20 package and not the libgcrypt20 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 libgcrypt20 to version 1.6.5-2ubuntu0.6 or higher.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.5-2ubuntu0.3
  • Fixed in: 1.6.5-2ubuntu0.6+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libgcrypt20@1.6.5-2ubuntu0.3

NVD Description

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

The ElGamal implementation in Libgcrypt before 1.9.4 allows plaintext recovery because, during interaction between two cryptographic libraries, a certain dangerous combination of the prime defined by the receiver's public key, the generator defined by the receiver's public key, and the sender's ephemeral exponents can lead to a cross-configuration attack against OpenPGP.

Remediation

Upgrade Ubuntu:16.04 libgcrypt20 to version 1.6.5-2ubuntu0.6+esm1 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.15

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.15 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.19

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

The OpenSSL public API function X509_issuer_and_serial_hash() attempts to create a unique hash value based on the issuer and serial number data contained within an X509 certificate. However it fails to correctly handle any errors that may occur while parsing the issuer field (which might occur if the issuer field is maliciously constructed). This may subsequently result in a NULL pointer deref and a crash leading to a potential denial of service attack. The function X509_issuer_and_serial_hash() is never directly called by OpenSSL itself so applications are only vulnerable if they use this function directly and they use it on certificates that may have been obtained from untrusted sources. OpenSSL versions 1.1.1i and below are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1j. OpenSSL versions 1.0.2x and below are affected by this issue. However OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i). Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.19 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

OpenSSL 1.0.2 (starting from version 1.0.2b) introduced an "error state" mechanism. The intent was that if a fatal error occurred during a handshake then OpenSSL would move into the error state and would immediately fail if you attempted to continue the handshake. This works as designed for the explicit handshake functions (SSL_do_handshake(), SSL_accept() and SSL_connect()), however due to a bug it does not work correctly if SSL_read() or SSL_write() is called directly. In that scenario, if the handshake fails then a fatal error will be returned in the initial function call. If SSL_read()/SSL_write() is subsequently called by the application for the same SSL object then it will succeed and the data is passed without being decrypted/encrypted directly from the SSL/TLS record layer. In order to exploit this issue an application bug would have to be present that resulted in a call to SSL_read()/SSL_write() being issued after having already received a fatal error. OpenSSL version 1.0.2b-1.0.2m are affected. Fixed in OpenSSL 1.0.2n. OpenSSL 1.1.0 is not affected.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.10 or higher.

References

medium severity

Race Condition

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 systemd to version 229-4ubuntu21.1 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: apt
  • Introduced through: apt@1.2.24 and apt/libapt-pkg5.0@1.2.24
  • Fixed in: 1.2.32ubuntu0.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 apt@1.2.24
  • Introduced through: concourse/concourse@3.7.0 apt/libapt-pkg5.0@1.2.24

NVD Description

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

APT had several integer overflows and underflows while parsing .deb packages, aka GHSL-2020-168 GHSL-2020-169, in files apt-pkg/contrib/extracttar.cc, apt-pkg/deb/debfile.cc, and apt-pkg/contrib/arfile.cc. This issue affects: apt 1.2.32ubuntu0 versions prior to 1.2.32ubuntu0.2; 1.6.12ubuntu0 versions prior to 1.6.12ubuntu0.2; 2.0.2ubuntu0 versions prior to 2.0.2ubuntu0.2; 2.1.10ubuntu0 versions prior to 2.1.10ubuntu0.1;

Remediation

Upgrade Ubuntu:16.04 apt to version 1.2.32ubuntu0.2 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: apt
  • Introduced through: apt@1.2.24 and apt/libapt-pkg5.0@1.2.24
  • Fixed in: 1.2.32ubuntu0.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 apt@1.2.24
  • Introduced through: concourse/concourse@3.7.0 apt/libapt-pkg5.0@1.2.24

NVD Description

Note: Versions mentioned in the description apply only to the upstream apt package and not the apt package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 apt to version 1.2.32ubuntu0.1 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: gcc-5/gcc-5-base
  • Introduced through: gcc-5/gcc-5-base@5.4.0-6ubuntu1~16.04.5 and gcc-5/libstdc++6@5.4.0-6ubuntu1~16.04.5

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gcc-5/gcc-5-base@5.4.0-6ubuntu1~16.04.5
  • Introduced through: concourse/concourse@3.7.0 gcc-5/libstdc++6@5.4.0-6ubuntu1~16.04.5

NVD Description

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

Arm Armv8-A core implementations utilizing speculative execution past unconditional changes in control flow may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis, aka "straight-line speculation."

Remediation

There is no fixed version for Ubuntu:16.04 gcc-5.

References

medium severity

Information Exposure

  • Vulnerable module: gccgo-6/gcc-6-base
  • Introduced through: gccgo-6/gcc-6-base@6.0.1-0ubuntu1 and gccgo-6/libgcc1@1:6.0.1-0ubuntu1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gccgo-6/gcc-6-base@6.0.1-0ubuntu1
  • Introduced through: concourse/concourse@3.7.0 gccgo-6/libgcc1@1:6.0.1-0ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream gccgo-6 package and not the gccgo-6 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 relevant fixed versions and status.

Arm Armv8-A core implementations utilizing speculative execution past unconditional changes in control flow may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis, aka "straight-line speculation."

Remediation

There is no fixed version for Ubuntu:16.04 gccgo-6.

References

medium severity
new

CVE-2024-22365

  • Vulnerable module: pam/libpam-modules
  • Introduced through: pam/libpam-modules@1.1.8-3.2ubuntu2, pam/libpam-modules-bin@1.1.8-3.2ubuntu2 and others
  • Fixed in: 1.1.8-3.2ubuntu2.3+esm5

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 pam/libpam-modules@1.1.8-3.2ubuntu2
  • Introduced through: concourse/concourse@3.7.0 pam/libpam-modules-bin@1.1.8-3.2ubuntu2
  • Introduced through: concourse/concourse@3.7.0 pam/libpam-runtime@1.1.8-3.2ubuntu2
  • Introduced through: concourse/concourse@3.7.0 pam/libpam0g@1.1.8-3.2ubuntu2

NVD Description

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

linux-pam (aka Linux PAM) before 1.6.0 allows attackers to cause a denial of service (blocked login process) via mkfifo because the openat call (for protect_dir) lacks O_DIRECTORY.

Remediation

Upgrade Ubuntu:16.04 pam to version 1.1.8-3.2ubuntu2.3+esm5 or higher.

References

medium severity

Off-by-one Error

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.31+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

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

An off-by-one Error issue was discovered in Systemd in format_timespan() function of time-util.c. An attacker could supply specific values for time and accuracy that leads to buffer overrun in format_timespan(), leading to a Denial of Service.

Remediation

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.31+esm3 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.16

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 systemd to version 229-4ubuntu21.16 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tar
  • Introduced through: tar@1.28-2.1ubuntu0.1
  • Fixed in: 1.28-2.1ubuntu0.2+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 tar@1.28-2.1ubuntu0.1

NVD Description

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

GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in from_header in list.c via a V7 archive in which mtime has approximately 11 whitespace characters.

Remediation

Upgrade Ubuntu:16.04 tar to version 1.28-2.1ubuntu0.2+esm2 or higher.

References

medium severity

CVE-2020-22916

  • Vulnerable module: xz-utils/liblzma5
  • Introduced through: xz-utils/liblzma5@5.1.1alpha+20120614-2ubuntu2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 xz-utils/liblzma5@5.1.1alpha+20120614-2ubuntu2

NVD Description

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

An issue discovered in XZ 5.2.5 allows attackers to cause a denial of service via decompression of a crafted file. NOTE: the vendor disputes the claims of "endless output" and "denial of service" because decompression of the 17,486 bytes always results in 114,881,179 bytes, which is often a reasonable size increase.

Remediation

There is no fixed version for Ubuntu:16.04 xz-utils.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.15

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

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

An out of bounds read was discovered in systemd-journald in the way it parses log messages that terminate with a colon ':'. A local attacker can use this flaw to disclose process memory data. Versions from v221 to v239 are vulnerable.

Remediation

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.15 or higher.

References

medium severity
new

Information Exposure

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.5-2ubuntu0.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libgcrypt20@1.6.5-2ubuntu0.3

NVD Description

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

A timing-based side-channel flaw was found in libgcrypt's RSA implementation. This issue may allow a remote attacker to initiate a Bleichenbacher-style attack, which can lead to the decryption of RSA ciphertexts.

Remediation

There is no fixed version for Ubuntu:16.04 libgcrypt20.

References

medium severity

CVE-2023-39804

  • Vulnerable module: tar
  • Introduced through: tar@1.28-2.1ubuntu0.1
  • Fixed in: 1.28-2.1ubuntu0.2+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 tar@1.28-2.1ubuntu0.1

NVD Description

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

In GNU tar before 1.35, mishandled extension attributes in a PAX archive can lead to an application crash in xheader.c.

Remediation

Upgrade Ubuntu:16.04 tar to version 1.28-2.1ubuntu0.2+esm3 or higher.

References

low severity

Directory Traversal

  • Vulnerable module: dpkg
  • Introduced through: dpkg@1.18.4ubuntu1.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 dpkg@1.18.4ubuntu1.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream dpkg package and not the dpkg package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 dpkg.

References

low severity

Buffer Overflow

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

The deprecated compatibility function clnt_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its hostname argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm1 or higher.

References

low severity

Buffer Overflow

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

The deprecated compatibility function svcunix_create in the sunrpc module of the GNU C Library (aka glibc) through 2.34 copies its path argument on the stack without validating its length, which may result in a buffer overflow, potentially resulting in a denial of service or (if an application is not built with a stack protector enabled) arbitrary code execution.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu10 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu10 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

low severity

Use After Free

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

The mq_notify function in the GNU C Library (aka glibc) versions 2.32 and 2.33 has a use-after-free. It may use the notification thread attributes object (passed through its struct sigevent parameter) after it has been freed by the caller, leading to a denial of service (application crash) or possibly unspecified other impact.

Remediation

There is no fixed version for Ubuntu:16.04 glibc.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Use of Externally-Controlled Format String

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Improper Authentication

  • Vulnerable module: pam/libpam-modules
  • Introduced through: pam/libpam-modules@1.1.8-3.2ubuntu2, pam/libpam-modules-bin@1.1.8-3.2ubuntu2 and others
  • Fixed in: 1.1.8-3.2ubuntu2.3+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 pam/libpam-modules@1.1.8-3.2ubuntu2
  • Introduced through: concourse/concourse@3.7.0 pam/libpam-modules-bin@1.1.8-3.2ubuntu2
  • Introduced through: concourse/concourse@3.7.0 pam/libpam-runtime@1.1.8-3.2ubuntu2
  • Introduced through: concourse/concourse@3.7.0 pam/libpam0g@1.1.8-3.2ubuntu2

NVD Description

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

The Linux-PAM package before 1.5.2-6.1 for openSUSE Tumbleweed allows authentication bypass for SSH logins. The pam_access.so module doesn't correctly restrict login if a user tries to connect from an IP address that is not resolvable via DNS. In such conditions, a user with denied access to a machine can still get access. NOTE: the relevance of this issue is largely limited to openSUSE Tumbleweed and openSUSE Factory; it does not affect Linux-PAM upstream.

Remediation

Upgrade Ubuntu:16.04 pam to version 1.1.8-3.2ubuntu2.3+esm2 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3.1ubuntu5.3 and shadow/passwd@1:4.2-3.1ubuntu5.3
  • Fixed in: 1:4.2-3.1ubuntu5.5+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 shadow/login@1:4.2-3.1ubuntu5.3
  • Introduced through: concourse/concourse@3.7.0 shadow/passwd@1:4.2-3.1ubuntu5.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 shadow to version 1:4.2-3.1ubuntu5.5+esm1 or higher.

References

low severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1
  • Fixed in: 1:1.2.8.dfsg-2ubuntu4.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 zlib to version 1:1.2.8.dfsg-2ubuntu4.3 or higher.

References

low severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1
  • Fixed in: 1:1.2.8.dfsg-2ubuntu4.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 zlib to version 1:1.2.8.dfsg-2ubuntu4.3 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

The wordexp function in the GNU C Library (aka glibc) through 2.33 may crash or read arbitrary memory in parse_param (in posix/wordexp.c) when called with an untrusted, crafted pattern, potentially resulting in a denial of service or disclosure of information. This occurs because atoi was used but strtoul should have been used to ensure correct calculations.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm2 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

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

An issue was discovered in ncurses through v6.2-1. _nc_captoinfo in captoinfo.c has a heap-based buffer overflow.

Remediation

Upgrade Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm2 or higher.

References

low severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1
  • Fixed in: 1:1.2.8.dfsg-2ubuntu4.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 zlib to version 1:1.2.8.dfsg-2ubuntu4.3 or higher.

References

low severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1
  • Fixed in: 1:1.2.8.dfsg-2ubuntu4.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream zlib package and not the zlib package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 zlib to version 1:1.2.8.dfsg-2ubuntu4.3 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.9

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.9 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.9

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.9 or higher.

References

low severity

Integer Underflow

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

An exploitable signed comparison vulnerability exists in the ARMv7 memcpy() implementation of GNU glibc 2.30.9000. Calling memcpy() (on ARMv7 targets that utilize the GNU glibc implementation) with a negative value for the 'num' parameter results in a signed comparison vulnerability. If an attacker underflows the 'num' parameter to memcpy(), this vulnerability could lead to undefined behavior such as writing to out-of-bounds memory and potentially remote code execution. Furthermore, this memcpy() implementation allows for program execution to continue in scenarios where a segmentation fault or crash should have occurred. The dangers occur in that subsequent execution and iterations of this code will be executed with this corrupted data.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3 or higher.

References

low severity

Improper Check for Dropped Privileges

  • Vulnerable module: bash
  • Introduced through: bash@4.3-14ubuntu1.2
  • Fixed in: 4.3-14ubuntu1.4+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 bash@4.3-14ubuntu1.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream bash package and not the bash package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 bash to version 4.3-14ubuntu1.4+esm1 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: bash
  • Introduced through: bash@4.3-14ubuntu1.2
  • Fixed in: 4.3-14ubuntu1.4

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 bash@4.3-14ubuntu1.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream bash package and not the bash package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 bash to version 4.3-14ubuntu1.4 or higher.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu10 or higher.

References

low severity

Untrusted Search Path

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu10 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm2 or higher.

References

low severity

CVE-2016-6185

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

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

The XSLoader::load method in XSLoader in Perl does not properly locate .so files when called in a string eval, which might allow local users to execute arbitrary code via a Trojan horse library under the current working directory.

Remediation

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.3 or higher.

References

low severity

Access Restriction Bypass

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.27.1-6ubuntu3.3, util-linux/libblkid1@2.27.1-6ubuntu3.3 and others

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 util-linux@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libblkid1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libfdisk1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libmount1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libsmartcols1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libuuid1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/mount@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/bsdutils@1:2.27.1-6ubuntu3.3

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 Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 util-linux.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

sha256crypt and sha512crypt through 0.6 allow attackers to cause a denial of service (CPU consumption) because the algorithm's runtime is proportional to the square of the length of the password.

Remediation

There is no fixed version for Ubuntu:16.04 glibc.

References

low severity

Improper Data Handling

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3 or higher.

References

low severity

Reachable Assertion

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid input sequences in the ISO-2022-JP-3 encoding, fails an assertion in the code path and aborts the program, potentially resulting in a denial of service.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm2 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.20-1ubuntu3.1 and gnupg/gpgv@1.4.20-1ubuntu3.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gnupg@1.4.20-1ubuntu3.1
  • Introduced through: concourse/concourse@3.7.0 gnupg/gpgv@1.4.20-1ubuntu3.1

NVD Description

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

Interaction between the sks-keyserver code through 1.2.0 of the SKS keyserver network, and GnuPG through 2.2.16, makes it risky to have a GnuPG keyserver configuration line referring to a host on the SKS keyserver network. Retrieving data from this network may cause a persistent denial of service, because of a Certificate Spamming Attack.

Remediation

There is no fixed version for Ubuntu:16.04 gnupg.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.20-1ubuntu3.1 and gnupg/gpgv@1.4.20-1ubuntu3.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gnupg@1.4.20-1ubuntu3.1
  • Introduced through: concourse/concourse@3.7.0 gnupg/gpgv@1.4.20-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream gnupg package and not the gnupg package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 gnupg.

References

low severity

Information Exposure

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.5-2ubuntu0.3
  • Fixed in: 1.6.5-2ubuntu0.6+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libgcrypt20@1.6.5-2ubuntu0.3

NVD Description

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

Libgcrypt before 1.8.8 and 1.9.x before 1.9.3 mishandles ElGamal encryption because it lacks exponent blinding to address a side-channel attack against mpi_powm, and the window size is not chosen appropriately. This, for example, affects use of ElGamal in OpenPGP.

Remediation

Upgrade Ubuntu:16.04 libgcrypt20 to version 1.6.5-2ubuntu0.6+esm1 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm7

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

A security vulnerability has been identified in all supported versions

of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.

Policy processing is disabled by default but can be enabled by passing the -policy' argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies()' function.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm7 or higher.

References

low severity

Incomplete Cleanup

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

The OPENSSL_LH_flush() function, which empties a hash table, contains a bug that breaks reuse of the memory occuppied by the removed hash table entries. This function is used when decoding certificates or keys. If a long lived process periodically decodes certificates or keys its memory usage will expand without bounds and the process might be terminated by the operating system causing a denial of service. Also traversing the empty hash table entries will take increasingly more time. Typically such long lived processes might be TLS clients or TLS servers configured to accept client certificate authentication. The function was added in the OpenSSL 3.0 version thus older releases are not affected by the issue. Fixed in OpenSSL 3.0.3 (Affected 3.0.0,3.0.1,3.0.2).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm3 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.19

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

Calls to EVP_CipherUpdate, EVP_EncryptUpdate and EVP_DecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissable length for an integer on the platform. In such cases the return value from the function call will be 1 (indicating success), but the output length value will be negative. This could cause applications to behave incorrectly or crash. OpenSSL versions 1.1.1i and below are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1j. OpenSSL versions 1.0.2x and below are affected by this issue. However OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i). Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.19 or higher.

References

low severity

Key Management Errors

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.13

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.13 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.38-3.1
  • Fixed in: 2:8.38-3.1ubuntu0.1~esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 pcre3/libpcre3@2:8.38-3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 pcre3 to version 2:8.38-3.1ubuntu0.1~esm2 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.38-3.1
  • Fixed in: 2:8.38-3.1ubuntu0.1~esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 pcre3/libpcre3@2:8.38-3.1

NVD Description

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

The compile_bracket_matchingpath function in pcre_jit_compile.c in PCRE through 8.x before revision 1680 (e.g., the PHP 7.1.1 bundled version) allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted regular expression.

Remediation

Upgrade Ubuntu:16.04 pcre3 to version 2:8.38-3.1ubuntu0.1~esm2 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.38-3.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 pcre3/libpcre3@2:8.38-3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 pcre3.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.38-3.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 pcre3/libpcre3@2:8.38-3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 pcre3.

References

low severity

Buffer Overflow

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.9

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream perl package and not the perl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.9 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: tar
  • Introduced through: tar@1.28-2.1ubuntu0.1
  • Fixed in: 1.28-2.1ubuntu0.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 tar@1.28-2.1ubuntu0.1

NVD Description

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

pax_decode_header in sparse.c in GNU Tar before 1.32 had a NULL pointer dereference when parsing certain archives that have malformed extended headers.

Remediation

Upgrade Ubuntu:16.04 tar to version 1.28-2.1ubuntu0.2 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

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

ncurses 6.3 before patch 20220416 has an out-of-bounds read and segmentation violation in convert_strings in tinfo/read_entry.c in the terminfo library.

Remediation

Upgrade Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm2 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu10 or higher.

References

low severity

Use After Free

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

low severity

Improper Authentication

  • Vulnerable module: cryptsetup/libcryptsetup4
  • Introduced through: cryptsetup/libcryptsetup4@2:1.6.6-5ubuntu2.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 cryptsetup/libcryptsetup4@2:1.6.6-5ubuntu2.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream cryptsetup package and not the cryptsetup package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 cryptsetup.

References

low severity

Out-of-bounds Write

  • Vulnerable module: iptables/libxtables11
  • Introduced through: iptables/libxtables11@1.6.0-2ubuntu3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 iptables/libxtables11@1.6.0-2ubuntu3

NVD Description

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

In iptables, there is a possible out of bounds write due to an incorrect bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11Android ID: A-136658008

Remediation

There is no fixed version for Ubuntu:16.04 iptables.

References

low severity

CVE-2016-3189

  • Vulnerable module: bzip2/libbz2-1.0
  • Introduced through: bzip2/libbz2-1.0@1.0.6-8
  • Fixed in: 1.0.6-8ubuntu0.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 bzip2/libbz2-1.0@1.0.6-8

NVD Description

Note: Versions mentioned in the description apply only to the upstream bzip2 package and not the bzip2 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 bzip2 to version 1.0.6-8ubuntu0.1 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: coreutils
  • Introduced through: coreutils@8.25-2ubuntu3~16.04

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 coreutils@8.25-2ubuntu3~16.04

NVD Description

Note: Versions mentioned in the description apply only to the upstream coreutils package and not the coreutils package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 coreutils.

References

low severity

CVE-2023-50495

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm5

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

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

NCurse v6.4-20230418 was discovered to contain a segmentation fault via the component _nc_wrap_entry().

Remediation

Upgrade Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm5 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm1 or higher.

References

low severity

Authentication Bypass

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.31+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

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

An exploitable denial-of-service vulnerability exists in Systemd 245. A specially crafted DHCP FORCERENEW packet can cause a server running the DHCP client to be vulnerable to a DHCP ACK spoofing attack. An attacker can forge a pair of FORCERENEW and DCHP ACK packets to reconfigure the server.

Remediation

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.31+esm1 or higher.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm3 or higher.

References

low severity

Improper Data Handling

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 glibc.

References

low severity

Improper Input Validation

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm3 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

The iconv feature in the GNU C Library (aka glibc or libc6) through 2.32, when processing invalid multi-byte input sequences in the EUC-KR encoding, may have a buffer over-read.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm3 or higher.

References

low severity

Use After Free

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

low severity

Use After Free

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm5

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

A flaw was found in glibc. In an uncommon situation, the gaih_inet function may use memory that has been freed, resulting in an application crash. This issue is only exploitable when the getaddrinfo function is called and the hosts database in /etc/nsswitch.conf is configured with SUCCESS=continue or SUCCESS=merge.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm5 or higher.

References

low severity

Use After Free

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm5

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

A flaw was found in glibc. In an extremely rare situation, the getaddrinfo function may access memory that has been freed, resulting in an application crash. This issue is only exploitable when a NSS module implements only the nss_gethostbyname2_r and nss_getcanonname_r hooks without implementing the nss*_gethostbyname3_r hook. The resolved name should return a large number of IPv6 and IPv4, and the call to the getaddrinfo function should have the AF_INET6 address family with AI_CANONNAME, AI_ALL and AI_V4MAPPED as flags.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm5 or higher.

References

low severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

There is an overflow bug in the AVX2 Montgomery multiplication procedure used in exponentiation with 1024-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH1024 are considered just feasible, because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be significant. However, for an attack on TLS to be meaningful, the server would have to share the DH1024 private key among multiple clients, which is no longer an option since CVE-2016-0701. This only affects processors that support the AVX2 but not ADX extensions like Intel Haswell (4th generation). Note: The impact from this issue is similar to CVE-2017-3736, CVE-2017-3732 and CVE-2015-3193. OpenSSL version 1.0.2-1.0.2m and 1.1.0-1.1.0g are affected. Fixed in OpenSSL 1.0.2n. Due to the low severity of this issue we are not issuing a new release of OpenSSL 1.1.0 at this time. The fix will be included in OpenSSL 1.1.0h when it becomes available. The fix is also available in commit e502cc86d in the OpenSSL git repository.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.10 or higher.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.14

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.14 or higher.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.13

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.13 or higher.

References

low severity

Race Condition

  • Vulnerable module: perl/perl-base
  • Introduced through: perl/perl-base@5.22.1-9ubuntu0.2
  • Fixed in: 5.22.1-9ubuntu0.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 perl/perl-base@5.22.1-9ubuntu0.2

NVD Description

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

Race condition in the rmtree and remove_tree functions in the File-Path module before 2.13 for Perl allows attackers to set the mode on arbitrary files via vectors involving directory-permission loosening logic.

Remediation

Upgrade Ubuntu:16.04 perl to version 5.22.1-9ubuntu0.3 or higher.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.3+esm3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

The iconv function in the GNU C Library (aka glibc or libc6) 2.32 and earlier, when processing invalid multi-byte input sequences in IBM1364, IBM1371, IBM1388, IBM1390, and IBM1399 encodings, fails to advance the input state, which could lead to an infinite loop in applications, resulting in a denial of service, a different vulnerability from CVE-2016-10228.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.3+esm3 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm2 or higher.

References

low severity

CVE-2024-0727

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm11

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL to crash leading to a potential Denial of Service attack

Impact summary: Applications loading files in the PKCS12 format from untrusted sources might terminate abruptly.

A file in PKCS12 format can contain certificates and keys and may come from an untrusted source. The PKCS12 specification allows certain fields to be NULL, but OpenSSL does not correctly check for this case. This can lead to a NULL pointer dereference that results in OpenSSL crashing. If an application processes PKCS12 files from an untrusted source using the OpenSSL APIs then that application will be vulnerable to this issue.

OpenSSL APIs that are vulnerable to this are: PKCS12_parse(), PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes() and PKCS12_newpass().

We have also fixed a similar issue in SMIME_write_PKCS7(). However since this function is related to writing data we do not consider it security significant.

The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm11 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.38-3.1
  • Fixed in: 2:8.38-3.1ubuntu0.1~esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 pcre3/libpcre3@2:8.38-3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream pcre3 package and not the pcre3 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 pcre3 to version 2:8.38-3.1ubuntu0.1~esm2 or higher.

References

low severity

Improper Authentication

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3.1ubuntu5.3 and shadow/passwd@1:4.2-3.1ubuntu5.3
  • Fixed in: 1:4.2-3.1ubuntu5.5+esm4

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 shadow/login@1:4.2-3.1ubuntu5.3
  • Introduced through: concourse/concourse@3.7.0 shadow/passwd@1:4.2-3.1ubuntu5.3

NVD Description

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

A flaw was found in shadow-utils. When asking for a new password, shadow-utils asks the password twice. If the password fails on the second attempt, shadow-utils fails in cleaning the buffer used to store the first entry. This may allow an attacker with enough access to retrieve the password from the memory.

Remediation

Upgrade Ubuntu:16.04 shadow to version 1:4.2-3.1ubuntu5.5+esm4 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: tar
  • Introduced through: tar@1.28-2.1ubuntu0.1
  • Fixed in: 1.28-2.1ubuntu0.2+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 tar@1.28-2.1ubuntu0.1

NVD Description

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

A flaw was found in the src/list.c of tar 1.33 and earlier. This flaw allows an attacker who can submit a crafted input file to tar to cause uncontrolled consumption of memory. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:16.04 tar to version 1.28-2.1ubuntu0.2+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm2 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

Note: Versions mentioned in the description apply only to the upstream glibc package and not the glibc package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 glibc.

References

low severity

Information Exposure

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

Certain run-time memory protection mechanisms in the GNU C Library (aka glibc or libc6) print argv[0] and backtrace information, which might allow context-dependent attackers to obtain sensitive information from process memory by executing an incorrect program, as demonstrated by a setuid program that contains a stack-based buffer overflow error, related to the __fortify_fail function in debug/fortify_fail.c, and the __stack_chk_fail (aka stack protection) and __chk_fail (aka FORTIFY_SOURCE) implementations.

Remediation

There is no fixed version for Ubuntu:16.04 glibc.

References

low severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@6.0+20160213-1ubuntu1, ncurses/libncursesw5@6.0+20160213-1ubuntu1 and others
  • Fixed in: 6.0+20160213-1ubuntu1+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: concourse/concourse@3.7.0 ncurses/ncurses-bin@6.0+20160213-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream ncurses package and not the ncurses package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 ncurses to version 6.0+20160213-1ubuntu1+esm2 or higher.

References

low severity

Excessive Iteration

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

Issue summary: Checking excessively long DH keys or parameters may be very slow.

Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service.

The function DH_check() performs various checks on DH parameters. After fixing CVE-2023-3446 it was discovered that a large q parameter value can also trigger an overly long computation during some of these checks. A correct q value, if present, cannot be larger than the modulus p parameter, thus it is unnecessary to perform these checks if q is larger than p.

An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack.

The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check().

Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the "-check" option.

The OpenSSL SSL/TLS implementation is not affected by this issue.

The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm10 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm7

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does not enable the check which allows certificates with invalid or incorrect policies to pass the certificate verification.

As suddenly enabling the policy check could break existing deployments it was decided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy() function.

Instead the applications that require OpenSSL to perform certificate policy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly enable the policy check by calling X509_VERIFY_PARAM_set_flags() with the X509_V_FLAG_POLICY_CHECK flag argument.

Certificate policy checks are disabled by default in OpenSSL and are not commonly used by applications.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm7 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm7

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

Applications that use a non-default option when verifying certificates may be vulnerable to an attack from a malicious CA to circumvent certain checks.

Invalid certificate policies in leaf certificates are silently ignored by OpenSSL and other certificate policy checks are skipped for that certificate. A malicious CA could use this to deliberately assert invalid certificate policies in order to circumvent policy checking on the certificate altogether.

Policy processing is disabled by default but can be enabled by passing the -policy' argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies()' function.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm7 or higher.

References

low severity

Improper Check for Unusual or Exceptional Conditions

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm11

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

Issue summary: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow.

Impact summary: Applications that use the functions DH_generate_key() to generate an X9.42 DH key may experience long delays. Likewise, applications that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check() to check an X9.42 DH key or X9.42 DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service.

While DH_check() performs all the necessary checks (as of CVE-2023-3817), DH_check_pub_key() doesn't make any of these checks, and is therefore vulnerable for excessively large P and Q parameters.

Likewise, while DH_generate_key() performs a check for an excessively large P, it doesn't check for an excessively large Q.

An application that calls DH_generate_key() or DH_check_pub_key() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack.

DH_generate_key() and DH_check_pub_key() are also called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate().

Also vulnerable are the OpenSSL pkey command line application when using the "-pubcheck" option, as well as the OpenSSL genpkey command line application.

The OpenSSL SSL/TLS implementation is not affected by this issue.

The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm11 or higher.

References

low severity

Inefficient Regular Expression Complexity

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.20+esm10

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

Issue summary: Checking excessively long DH keys or parameters may be very slow.

Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service.

The function DH_check() performs various checks on DH parameters. One of those checks confirms that the modulus ('p' parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length.

However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large.

An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial of Service attack.

The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check().

Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the '-check' option.

The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.20+esm10 or higher.

References

low severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.16

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

There is an overflow bug in the x64_64 Montgomery squaring procedure used in exponentiation with 512-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against 2-prime RSA1024, 3-prime RSA1536, and DSA1024 as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH512 are considered just feasible. However, for an attack the target would have to re-use the DH512 private key, which is not recommended anyway. Also applications directly using the low level API BN_mod_exp may be affected if they use BN_FLG_CONSTTIME. Fixed in OpenSSL 1.1.1e (Affected 1.1.1-1.1.1d). Fixed in OpenSSL 1.0.2u (Affected 1.0.2-1.0.2t).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.16 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.38-3.1
  • Fixed in: 2:8.38-3.1ubuntu0.1~esm1

low severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3.1ubuntu5.3 and shadow/passwd@1:4.2-3.1ubuntu5.3
  • Fixed in: 1:4.2-3.1ubuntu5.5+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 shadow/login@1:4.2-3.1ubuntu5.3
  • Introduced through: concourse/concourse@3.7.0 shadow/passwd@1:4.2-3.1ubuntu5.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 shadow to version 1:4.2-3.1ubuntu5.5+esm1 or higher.

References

low severity

Information Exposure

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.6.5-2ubuntu0.3
  • Fixed in: 1.6.5-2ubuntu0.5

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libgcrypt20@1.6.5-2ubuntu0.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libgcrypt20 package and not the libgcrypt20 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 libgcrypt20 to version 1.6.5-2ubuntu0.5 or higher.

References

low severity

CVE-2019-1547

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.16

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.16 or higher.

References

low severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.13

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.13 or higher.

References

low severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.14

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.14 or higher.

References

low severity

Time-of-check Time-of-use (TOCTOU)

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3.1ubuntu5.3 and shadow/passwd@1:4.2-3.1ubuntu5.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 shadow/login@1:4.2-3.1ubuntu5.3
  • Introduced through: concourse/concourse@3.7.0 shadow/passwd@1:4.2-3.1ubuntu5.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 shadow.

References

low severity

Improper Input Validation

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.27

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.27 or higher.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: tar
  • Introduced through: tar@1.28-2.1ubuntu0.1
  • Fixed in: 1.28-2.1ubuntu0.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 tar@1.28-2.1ubuntu0.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream tar package and not the tar package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 tar to version 1.28-2.1ubuntu0.2 or higher.

References

low severity

CVE-2016-5011

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.27.1-6ubuntu3.3, util-linux/libblkid1@2.27.1-6ubuntu3.3 and others
  • Fixed in: 2.27.1-6ubuntu3.10+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 util-linux@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libblkid1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libfdisk1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libmount1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libsmartcols1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/libuuid1@2.27.1-6ubuntu3.3
  • Introduced through: concourse/concourse@3.7.0 util-linux/mount@2.27.1-6ubuntu3.3

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 Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 util-linux to version 2.27.1-6ubuntu3.10+esm2 or higher.

References

low severity

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

  • Vulnerable module: gcc-5/gcc-5-base
  • Introduced through: gcc-5/gcc-5-base@5.4.0-6ubuntu1~16.04.5 and gcc-5/libstdc++6@5.4.0-6ubuntu1~16.04.5
  • Fixed in: 5.4.0-6ubuntu1~16.04.12+esm2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gcc-5/gcc-5-base@5.4.0-6ubuntu1~16.04.5
  • Introduced through: concourse/concourse@3.7.0 gcc-5/libstdc++6@5.4.0-6ubuntu1~16.04.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream gcc-5 package and not the gcc-5 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 gcc-5 to version 5.4.0-6ubuntu1~16.04.12+esm2 or higher.

References

low severity

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

  • Vulnerable module: gccgo-6/gcc-6-base
  • Introduced through: gccgo-6/gcc-6-base@6.0.1-0ubuntu1
  • Fixed in: 6.0.1-0ubuntu1+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gccgo-6/gcc-6-base@6.0.1-0ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream gccgo-6 package and not the gccgo-6 package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 gccgo-6 to version 6.0.1-0ubuntu1+esm1 or higher.

References

low severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.17

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

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

The Raccoon attack exploits a flaw in the TLS specification which can lead to an attacker being able to compute the pre-master secret in connections which have used a Diffie-Hellman (DH) based ciphersuite. In such a case this would result in the attacker being able to eavesdrop on all encrypted communications sent over that TLS connection. The attack can only be exploited if an implementation re-uses a DH secret across multiple TLS connections. Note that this issue only impacts DH ciphersuites and not ECDH ciphersuites. This issue affects OpenSSL 1.0.2 which is out of support and no longer receiving public updates. OpenSSL 1.1.1 is not vulnerable to this issue. Fixed in OpenSSL 1.0.2w (Affected 1.0.2-1.0.2v).

Remediation

Upgrade Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.17 or higher.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.2g-1ubuntu4.9 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.9
  • Fixed in: 1.0.2g-1ubuntu4.16

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 openssl@1.0.2g-1ubuntu4.9
  • Introduced through: concourse/concourse@3.7.0 openssl/libssl1.0.0@1.0.2g-1ubuntu4.9

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssl package and not the openssl package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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 Ubuntu:16.04 openssl to version 1.0.2g-1ubuntu4.16 or higher.

References

low severity

Information Exposure

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.23-0ubuntu9, glibc/libc6@2.23-0ubuntu9 and others
  • Fixed in: 2.23-0ubuntu11.2

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 glibc/libc-bin@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/libc6@2.23-0ubuntu9
  • Introduced through: concourse/concourse@3.7.0 glibc/multiarch-support@2.23-0ubuntu9

NVD Description

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

On the x86-64 architecture, the GNU C Library (aka glibc) before 2.31 fails to ignore the LD_PREFER_MAP_32BIT_EXEC environment variable during program execution after a security transition, allowing local attackers to restrict the possible mapping addresses for loaded libraries and thus bypass ASLR for a setuid program.

Remediation

Upgrade Ubuntu:16.04 glibc to version 2.23-0ubuntu11.2 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.20-1ubuntu3.1 and gnupg/gpgv@1.4.20-1ubuntu3.1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 gnupg@1.4.20-1ubuntu3.1
  • Introduced through: concourse/concourse@3.7.0 gnupg/gpgv@1.4.20-1ubuntu3.1

NVD Description

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

GnuPG can be made to spin on a relatively small input by (for example) crafting a public key with thousands of signatures attached, compressed down to just a few KB.

Remediation

There is no fixed version for Ubuntu:16.04 gnupg.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libsepol/libsepol1
  • Introduced through: libsepol/libsepol1@2.4-2
  • Fixed in: 2.4-2ubuntu0.1~esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libsepol/libsepol1@2.4-2

NVD Description

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

The CIL compiler in SELinux 3.2 has a heap-based buffer over-read in ebitmap_match_any (called indirectly from cil_check_neverallow). This occurs because there is sometimes a lack of checks for invalid statements in an optional block.

Remediation

Upgrade Ubuntu:16.04 libsepol to version 2.4-2ubuntu0.1~esm1 or higher.

References

low severity

Use After Free

  • Vulnerable module: libsepol/libsepol1
  • Introduced through: libsepol/libsepol1@2.4-2
  • Fixed in: 2.4-2ubuntu0.1~esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libsepol/libsepol1@2.4-2

NVD Description

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

The CIL compiler in SELinux 3.2 has a use-after-free in __cil_verify_classperms (called from __verify_map_perm_classperms and hashtab_map).

Remediation

Upgrade Ubuntu:16.04 libsepol to version 2.4-2ubuntu0.1~esm1 or higher.

References

low severity

Use After Free

  • Vulnerable module: libsepol/libsepol1
  • Introduced through: libsepol/libsepol1@2.4-2
  • Fixed in: 2.4-2ubuntu0.1~esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 libsepol/libsepol1@2.4-2

NVD Description

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

The CIL compiler in SELinux 3.2 has a use-after-free in __cil_verify_classperms (called from __cil_verify_classpermission and __cil_pre_verify_helper).

Remediation

Upgrade Ubuntu:16.04 libsepol to version 2.4-2ubuntu0.1~esm1 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: procps
  • Introduced through: procps@2:3.3.10-4ubuntu2.3 and procps/libprocps4@2:3.3.10-4ubuntu2.3
  • Fixed in: 2:3.3.10-4ubuntu2.5+esm1

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 procps@2:3.3.10-4ubuntu2.3
  • Introduced through: concourse/concourse@3.7.0 procps/libprocps4@2:3.3.10-4ubuntu2.3

NVD Description

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

Under some circumstances, this weakness allows a user who has access to run the “ps” utility on a machine, the ability to write almost unlimited amounts of unfiltered data into the process heap.

Remediation

Upgrade Ubuntu:16.04 procps to version 2:3.3.10-4ubuntu2.5+esm1 or higher.

References

low severity

Arbitrary Code Injection

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.2-3.1ubuntu5.3 and shadow/passwd@1:4.2-3.1ubuntu5.3

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 shadow/login@1:4.2-3.1ubuntu5.3
  • Introduced through: concourse/concourse@3.7.0 shadow/passwd@1:4.2-3.1ubuntu5.3

NVD Description

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

In Shadow 4.13, it is possible to inject control characters into fields provided to the SUID program chfn (change finger). Although it is not possible to exploit this directly (e.g., adding a new user fails because \n is in the block list), it is possible to misrepresent the /etc/passwd file when viewed. Use of \r manipulations and Unicode characters to work around blocking of the : character make it possible to give the impression that a new user has been added. In other words, an adversary may be able to convince a system administrator to take the system offline (an indirect, social-engineered denial of service) by demonstrating that "cat /etc/passwd" shows a rogue user account.

Remediation

There is no fixed version for Ubuntu:16.04 shadow.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: systemd
  • Introduced through: systemd@229-4ubuntu21, systemd/libsystemd0@229-4ubuntu21 and others
  • Fixed in: 229-4ubuntu21.27

Detailed paths

  • Introduced through: concourse/concourse@3.7.0 systemd@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libsystemd0@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/libudev1@229-4ubuntu21
  • Introduced through: concourse/concourse@3.7.0 systemd/systemd-sysv@229-4ubuntu21

NVD Description

Note: Versions mentioned in the description apply only to the upstream systemd package and not the systemd package as distributed by Ubuntu. See How to fix? for Ubuntu:16.04 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

Upgrade Ubuntu:16.04 systemd to version 229-4ubuntu21.27 or higher.

References