Vulnerabilities

211 via 571 paths

Dependencies

166

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
  • 6
  • 104
  • 101
Status
  • 211
  • 0
  • 0

high severity

Exposure of Resource to Wrong Sphere

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

high severity

Improper Encoding or Escaping of Output

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

xmltok_impl.c in Expat (aka libexpat) before 2.4.5 lacks certain validation of encoding, such as checks for whether a UTF-8 character is valid in a certain context.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

high severity

SQL Injection

  • Vulnerable module: cyrus-sasl2/libsasl2-2
  • Introduced through: cyrus-sasl2/libsasl2-2@2.1.26.dfsg1-14ubuntu0.2 and cyrus-sasl2/libsasl2-modules-db@2.1.26.dfsg1-14ubuntu0.2
  • Fixed in: 2.1.26.dfsg1-14ubuntu0.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm cyrus-sasl2/libsasl2-2@2.1.26.dfsg1-14ubuntu0.2
  • Introduced through: buildpack-deps@xenial-scm cyrus-sasl2/libsasl2-modules-db@2.1.26.dfsg1-14ubuntu0.2

NVD Description

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

In Cyrus SASL 2.1.17 through 2.1.27 before 2.1.28, plugins/sql.c does not escape the password for a SQL INSERT or UPDATE statement.

Remediation

Upgrade Ubuntu:16.04 cyrus-sasl2 to version 2.1.26.dfsg1-14ubuntu0.2+esm1 or higher.

References

high severity

Loop with Unreachable Exit Condition ('Infinite Loop')

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm6

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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

Allocation of Resources Without Limits or Throttling

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm systemd@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/libsystemd0@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/libudev1@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/systemd-sysv@229-4ubuntu21.31

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm apparmor/libapparmor1@2.10.95-0ubuntu2.11

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

Exposure of Resource to Wrong Sphere

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm6

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

When doing HTTP(S) transfers, libcurl might erroneously use the read callback (CURLOPT_READFUNCTION) to ask for data to send, even when the CURLOPT_POSTFIELDS option has been set, if the same handle previously was used to issue a PUT request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the subsequent POST request. The problem exists in the logic for a reused handle when it is changed from a PUT to a POST.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm6 or higher.

References

medium severity

Directory Traversal

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm dpkg@1.18.4ubuntu1.7

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

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

defineAttribute in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

build_model in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

addBinding in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

Expat (aka libexpat) before 2.4.4 has a signed integer overflow in XML_GetBuffer, for configurations with a nonzero XML_CONTEXT_BYTES.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

In Expat (aka libexpat) before 2.4.5, there is an integer overflow in storeRawNames.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm5 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git is distributed revision control system. git log can display commits in an arbitrary format using its --format specifiers. This functionality is also exposed to git archive via the export-subst gitattribute. When processing the padding operators, there is a integer overflow in pretty.c::format_and_pad_commit() where a size_t is stored improperly as an int, and then added as an offset to a memcpy(). This overflow can be triggered directly by a user running a command which invokes the commit formatting machinery (e.g., git log --format=...). It may also be triggered indirectly through git archive via the export-subst mechanism, which expands format specifiers inside of files within the repository during a git archive. This integer overflow can result in arbitrary heap writes, which may result in arbitrary code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. Users who are unable to upgrade should disable git archive in untrusted repositories. If you expose git archive via git daemon, disable it by running git config --global daemon.uploadArch false.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm4 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git is distributed revision control system. gitattributes are a mechanism to allow defining attributes for paths. These attributes can be defined by adding a .gitattributes file to the repository, which contains a set of file patterns and the attributes that should be set for paths matching this pattern. When parsing gitattributes, multiple integer overflows can occur when there is a huge number of path patterns, a huge number of attributes for a single pattern, or when the declared attribute names are huge. These overflows can be triggered via a crafted .gitattributes file that may be part of the commit history. Git silently splits lines longer than 2KB when parsing gitattributes from a file, but not when parsing them from the index. Consequentially, the failure mode depends on whether the file exists in the working tree, the index or both. This integer overflow can result in arbitrary heap reads and writes, which may result in remote code execution. The problem has been patched in the versions published on 2023-01-17, going back to v2.30.7. Users are advised to upgrade. There are no known workarounds for this issue.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm4 or higher.

References

medium severity

CVE-2022-44640

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

Heimdal before 7.7.1 allows remote attackers to execute arbitrary code because of an invalid free in the ASN.1 codec used by the Key Distribution Center (KDC).

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm3 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: buildpack-deps@xenial-scm 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

SQL Injection

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.42+dfsg-2ubuntu3.13
  • Fixed in: 2.4.42+dfsg-2ubuntu3.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openldap/libldap-2.4-2@2.4.42+dfsg-2ubuntu3.13

NVD Description

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

In OpenLDAP 2.x before 2.5.12 and 2.6.x before 2.6.2, a SQL injection vulnerability exists in the experimental back-sql backend to slapd, via a SQL statement within an LDAP query. This can occur during an LDAP search operation when the search filter is processed, due to a lack of proper escaping.

Remediation

Upgrade Ubuntu:16.04 openldap to version 2.4.42+dfsg-2ubuntu3.13+esm1 or higher.

References

medium severity

Unquoted Search Path or Element

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:7.2p2-4ubuntu2.10
  • Fixed in: 1:7.2p2-4ubuntu2.10+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssh/openssh-client@1:7.2p2-4ubuntu2.10

NVD Description

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

The PKCS#11 feature in ssh-agent in OpenSSH before 9.3p2 has an insufficiently trustworthy search path, leading to remote code execution if an agent is forwarded to an attacker-controlled system. (Code in /usr/lib is not necessarily safe for loading into ssh-agent.) NOTE: this issue exists because of an incomplete fix for CVE-2016-10009.

Remediation

Upgrade Ubuntu:16.04 openssh to version 1:7.2p2-4ubuntu2.10+esm3 or higher.

References

medium severity

OS Command Injection

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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

XML External Entity (XXE) Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm6

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

An XML External Entity (XXE) issue was discovered in Python through 3.9.1. The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities.

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm6 or higher.

References

medium severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.3

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: mercurial
  • Introduced through: mercurial@3.7.3-1ubuntu1.2 and mercurial/mercurial-common@3.7.3-1ubuntu1.2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm mercurial@3.7.3-1ubuntu1.2
  • Introduced through: buildpack-deps@xenial-scm mercurial/mercurial-common@3.7.3-1ubuntu1.2

NVD Description

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

cext/manifest.c in Mercurial before 4.7.2 has an out-of-bounds read during parsing of a malformed manifest entry.

Remediation

There is no fixed version for Ubuntu:16.04 mercurial.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

storeAtts in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

nextScaffoldPart in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

lookup in xmlparse.c in Expat (aka libexpat) before 2.4.3 has an integer overflow.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git is an open source, scalable, distributed revision control system. git shell is a restricted login shell that can be used to implement Git's push/pull functionality via SSH. In versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4, the function that splits the command arguments into an array improperly uses an int to represent the number of entries in the array, allowing a malicious actor to intentionally overflow the return value, leading to arbitrary heap writes. Because the resulting array is then passed to execv(), it is possible to leverage this attack to gain remote code execution on a victim machine. Note that a victim must first allow access to git shell as a login shell in order to be vulnerable to this attack. This problem is patched in versions 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 and users are advised to upgrade to the latest version. Disabling git shell access via remote logins is a viable short-term workaround.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm3 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: buildpack-deps@xenial-scm 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

Integer Overflow or Wraparound

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

PAC parsing in MIT Kerberos 5 (aka krb5) before 1.19.4 and 1.20.x before 1.20.1 has integer overflows that may lead to remote code execution (in KDC, kadmind, or a GSS or Kerberos application server) on 32-bit platforms (which have a resultant heap-based buffer overflow), and cause a denial of service on other platforms. This occurs in krb5_pac_parse in lib/krb5/krb/pac.c. Heimdal before 7.7.1 has "a similar bug."

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2, krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2 and others
  • Fixed in: 1.13.2+dfsg-5ubuntu2.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5-3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5support0@1.13.2+dfsg-5ubuntu2.2

NVD Description

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

PAC parsing in MIT Kerberos 5 (aka krb5) before 1.19.4 and 1.20.x before 1.20.1 has integer overflows that may lead to remote code execution (in KDC, kadmind, or a GSS or Kerberos application server) on 32-bit platforms (which have a resultant heap-based buffer overflow), and cause a denial of service on other platforms. This occurs in krb5_pac_parse in lib/krb5/krb/pac.c. Heimdal before 7.7.1 has "a similar bug."

Remediation

Upgrade Ubuntu:16.04 krb5 to version 1.13.2+dfsg-5ubuntu2.2+esm3 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: buildpack-deps@xenial-scm 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

Use After Free

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm6

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

libexpat before 2.4.9 has a use-after-free in the doContent function in xmlparse.c.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm6 or higher.

References

medium severity

Race Condition

  • Vulnerable module: libzstd/libzstd1
  • Introduced through: libzstd/libzstd1@1.3.1+dfsg-1~ubuntu0.16.04.1
  • Fixed in: 1.3.1+dfsg-1~ubuntu0.16.04.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm libzstd/libzstd1@1.3.1+dfsg-1~ubuntu0.16.04.1

NVD Description

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

A race condition in the one-pass compression functions of Zstandard prior to version 1.3.8 could allow an attacker to write bytes out of bounds if an output buffer smaller than the recommended size was used.

Remediation

Upgrade Ubuntu:16.04 libzstd to version 1.3.1+dfsg-1~ubuntu0.16.04.1+esm2 or higher.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: perl
  • Introduced through: perl@5.22.1-9ubuntu0.9, perl/libperl5.22@5.22.1-9ubuntu0.9 and others
  • Fixed in: 5.22.1-9ubuntu0.9+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm perl@5.22.1-9ubuntu0.9
  • Introduced through: buildpack-deps@xenial-scm perl/libperl5.22@5.22.1-9ubuntu0.9
  • Introduced through: buildpack-deps@xenial-scm perl/perl-base@5.22.1-9ubuntu0.9
  • Introduced through: buildpack-deps@xenial-scm perl/perl-modules-5.22@5.22.1-9ubuntu0.9

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

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:16.04 sqlite3.

References

medium severity

Out-of-bounds Read

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm e2fsprogs@1.42.13-1ubuntu1.2
  • Introduced through: buildpack-deps@xenial-scm e2fsprogs/e2fslibs@1.42.13-1ubuntu1.2
  • Introduced through: buildpack-deps@xenial-scm e2fsprogs/libcomerr2@1.42.13-1ubuntu1.2
  • Introduced through: buildpack-deps@xenial-scm e2fsprogs/libss2@1.42.13-1ubuntu1.2

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

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

In doProlog in xmlparse.c in Expat (aka libexpat) before 2.4.3, an integer overflow exists for m_groupSize.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm7

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git is a revision control system. Prior to versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, a specially crafted .gitmodules file with submodule URLs that are longer than 1024 characters can used to exploit a bug in config.c::git_config_copy_or_rename_section_in_file(). This bug can be used to inject arbitrary configuration into a user's $GIT_DIR/config when attempting to remove the configuration section associated with that submodule. When the attacker injects configuration values which specify executables to run (such as core.pager, core.editor, core.sshCommand, etc.) this can lead to a remote code execution. A fix A fix is available in versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1. As a workaround, avoid running git submodule deinit on untrusted repositories or without prior inspection of any submodule sections in $GIT_DIR/config.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm7 or higher.

References

medium severity

Improper Ownership Management

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git is a distributed revision control system. Git prior to versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5, is vulnerable to privilege escalation in all platforms. An unsuspecting user could still be affected by the issue reported in CVE-2022-24765, for example when navigating as root into a shared tmp directory that is owned by them, but where an attacker could create a git repository. Versions 2.37.1, 2.36.2, 2.35.4, 2.34.4, 2.33.4, 2.32.3, 2.31.4, and 2.30.5 contain a patch for this issue. The simplest way to avoid being affected by the exploit described in the example is to avoid running git as root (or an Administrator in Windows), and if needed to reduce its use to a minimum. While a generic workaround is not possible, a system could be hardened from the exploit described in the example by removing any such repository if it exists already and creating one as root to block any future attacks.

Remediation

There is no fixed version for Ubuntu:16.04 git.

References

medium severity

Off-by-one Error

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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

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: buildpack-deps@xenial-scm libcap2@1:2.24-12
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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
  • Introduced through: perl@5.22.1-9ubuntu0.9, perl/libperl5.22@5.22.1-9ubuntu0.9 and others
  • Fixed in: 5.22.1-9ubuntu0.9+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm perl@5.22.1-9ubuntu0.9
  • Introduced through: buildpack-deps@xenial-scm perl/libperl5.22@5.22.1-9ubuntu0.9
  • Introduced through: buildpack-deps@xenial-scm perl/perl-base@5.22.1-9ubuntu0.9
  • Introduced through: buildpack-deps@xenial-scm perl/perl-modules-5.22@5.22.1-9ubuntu0.9

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

Insufficient Verification of Data Authenticity

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm ca-certificates@20210119~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

Cleartext Transmission of Sensitive Information

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

A user can tell curl >= 7.20.0 and <= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FTP server (--ssl-reqd on the command line orCURLOPT_USE_SSL set to CURLUSESSL_CONTROL or CURLUSESSL_ALL withlibcurl). This requirement could be bypassed if the server would return a properly crafted but perfectly legitimate response.This flaw would then make curl silently continue its operations withoutTLS contrary to the instructions and expectations, exposing possibly sensitive data in clear text over the network.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm1 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

medium severity

Use After Free

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm7

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

In libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm7 or higher.

References

medium severity

CVE-2021-40330

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

git_connect_git in connect.c in Git before 2.30.1 allows a repository path to contain a newline character, which may result in unexpected cross-protocol requests, as demonstrated by the git://localhost:1234/%0d%0a%0d%0aGET%20/%20HTTP/1.1 substring.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm1 or higher.

References

medium severity

Directory Traversal

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git, a revision control system, is vulnerable to path traversal prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8. By feeding a crafted input to git apply, a path outside the working tree can be overwritten as the user who is running git apply. A fix has been prepared and will appear in v2.39.2, v2.38.4, v2.37.6, v2.36.5, v2.35.7, v2.34.7, v2.33.7, v2.32.6, v2.31.7, and v2.30.8. As a workaround, use git apply --stat to inspect a patch before applying; avoid applying one that creates a symbolic link and then creates a file beyond the symbolic link.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm5 or higher.

References

medium severity

Directory Traversal

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm7

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git is a revision control system. Prior to versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1, by feeding specially crafted input to git apply --reject, a path outside the working tree can be overwritten with partially controlled contents (corresponding to the rejected hunk(s) from the given patch). A fix is available in versions 2.30.9, 2.31.8, 2.32.7, 2.33.8, 2.34.8, 2.35.8, 2.36.6, 2.37.7, 2.38.5, 2.39.3, and 2.40.1. As a workaround, avoid using git apply with --reject when applying patches from an untrusted source. Use git apply --stat to inspect a patch before applying; avoid applying one that create a conflict where a link corresponding to the *.rej file exists.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm7 or higher.

References

medium severity

Improper Validation of Integrity Check Value

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

The fix for CVE-2022-3437 included changing memcmp to be constant time and a workaround for a compiler bug by adding "!= 0" comparisons to the result of memcmp. When these patches were backported to the heimdal-7.7.1 and heimdal-7.8.0 branches (and possibly other branches) a logic inversion sneaked in causing the validation of message integrity codes in gssapi/arcfour to be inverted.

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm4 or higher.

References

medium severity

Improperly Implemented Security Check for Standard

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

A flaw was found in samba's Heimdal KDC implementation, versions 4.8.x up to, excluding 4.8.12, 4.9.x up to, excluding 4.9.8 and 4.10.x up to, excluding 4.10.3, when used in AD DC mode. A man in the middle attacker could use this flaw to intercept the request to the KDC and replace the user name (principal) in the request with any desired user name (principal) that exists in the KDC effectively obtaining a ticket for that principal.

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm1 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

The Heimdal Software Kerberos 5 implementation is vulnerable to a null pointer dereferance. An attacker with network access to an application that depends on the vulnerable code path can cause the application to crash.

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm1 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

Heimdal before 7.7.1 allows attackers to cause a NULL pointer dereference in a SPNEGO acceptor via a preferred_mech_type of GSS_C_NO_OID and a nonzero initial_response value to send_accept.

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm3 or higher.

References

medium severity

Off-by-one Error

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

Heimdal is an implementation of ASN.1/DER, PKIX, and Kerberos. Versions prior to 7.7.1 are vulnerable to a denial of service vulnerability in Heimdal's PKI certificate validation library, affecting the KDC (via PKINIT) and kinit (via PKINIT), as well as any third-party applications using Heimdal's libhx509. Users should upgrade to Heimdal 7.7.1 or 7.8. There are no known workarounds for this issue.

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm2 or higher.

References

medium severity

Use After Free

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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

Algorithmic Complexity

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm3 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like '\r' and '\n' in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks. This flaw affects Python versions prior to 3.10.0b1, 3.9.5, 3.8.11, 3.7.11 and 3.6.14.

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm1 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm5 or higher.

References

medium severity

Use After Free

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm8

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

A use-after-free exists in Python through 3.9 via heappushpop in heapq.

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm8 or higher.

References

medium severity

Improper Validation of Array Index

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5
  • Fixed in: 3.11.0-1ubuntu1.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5

NVD Description

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

SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds overflow if billions of bytes are used in a string argument to a C API.

Remediation

Upgrade Ubuntu:16.04 sqlite3 to version 3.11.0-1ubuntu1.5+esm2 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5
  • Fixed in: 3.11.0-1ubuntu1.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5

NVD Description

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

In SQlite 3.31.1, a potential null pointer derreference was found in the INTERSEC query processing.

Remediation

Upgrade Ubuntu:16.04 sqlite3 to version 3.11.0-1ubuntu1.5+esm1 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: subversion
  • Introduced through: subversion@1.9.3-2ubuntu1.3 and subversion/libsvn1@1.9.3-2ubuntu1.3
  • Fixed in: 1.9.3-2ubuntu1.3+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm subversion@1.9.3-2ubuntu1.3
  • Introduced through: buildpack-deps@xenial-scm subversion/libsvn1@1.9.3-2ubuntu1.3

NVD Description

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

Subversion's mod_authz_svn module will crash if the server is using in-repository authz rules with the AuthzSVNReposRelativeAccessFile option and a client sends a request for a non-existing repository URL. This can lead to disruption for users of the service. This issue was fixed in mod_dav_svn+mod_authz_svn servers 1.14.1 and mod_dav_svn+mod_authz_svn servers 1.10.7

Remediation

Upgrade Ubuntu:16.04 subversion to version 1.9.3-2ubuntu1.3+esm1 or higher.

References

medium severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm zlib/zlib1g@1:1.2.8.dfsg-2ubuntu4.3

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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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 Read

  • Vulnerable module: apr/libapr1
  • Introduced through: apr/libapr1@1.5.2-3
  • Fixed in: 1.5.2-3ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm apr/libapr1@1.5.2-3

NVD Description

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

An out-of-bounds array read in the apr_time_exp*() functions was fixed in the Apache Portable Runtime 1.6.3 release (CVE-2017-12613). The fix for this issue was not carried forward to the APR 1.7.x branch, and hence version 1.7.0 regressed compared to 1.6.3 and is vulnerable to the same issue.

Remediation

Upgrade Ubuntu:16.04 apr to version 1.5.2-3ubuntu0.1~esm1 or higher.

References

medium severity

CVE-2023-51767

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:7.2p2-4ubuntu2.10

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssh/openssh-client@1:7.2p2-4ubuntu2.10

NVD Description

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

OpenSSH through 9.6, when common types of DRAM are used, might allow row hammer attacks (for authentication bypass) because the integer value of authenticated in mm_answer_authpassword does not resist flips of a single bit. NOTE: this is applicable to a certain threat model of attacker-victim co-location in which the attacker has user privileges.

Remediation

There is no fixed version for Ubuntu:16.04 openssh.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: apr-util/libaprutil1
  • Introduced through: apr-util/libaprutil1@1.5.4-1build1
  • Fixed in: 1.5.4-1ubuntu0.1~esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm apr-util/libaprutil1@1.5.4-1build1

NVD Description

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

Integer Overflow or Wraparound vulnerability in apr_base64 functions of Apache Portable Runtime Utility (APR-util) allows an attacker to write beyond bounds of a buffer.

This issue affects Apache Portable Runtime Utility (APR-util) 1.6.1 and prior versions.

Remediation

Upgrade Ubuntu:16.04 apr-util to version 1.5.4-1ubuntu0.1~esm2 or higher.

References

medium severity

CVE-2023-46218

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm11

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains.

It could do this by exploiting a mixed case flaw in curl's function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with domain=co.UK when the URL used a lower case hostname curl.co.uk, even though co.uk is listed as a PSL domain.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm11 or higher.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

In Expat (aka libexpat) before 2.4.5, an attacker can trigger stack exhaustion in build_model via a large nesting depth in the DTD element.

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm5 or higher.

References

medium severity

Arbitrary Code Injection

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gnupg@1.4.20-1ubuntu3.3
  • Introduced through: buildpack-deps@xenial-scm gnupg/gpgv@1.4.20-1ubuntu3.3

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

Heap-based Buffer Overflow

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

A heap-based buffer overflow vulnerability was found in Samba within the GSSAPI unwrap_des() and unwrap_des3() routines of Heimdal. The DES and Triple-DES decryption routines in the Heimdal GSSAPI library allow a length-limited write buffer overflow on malloc() allocated memory when presented with a maliciously small packet. This flaw allows a remote user to send specially crafted malicious data to the application, possibly resulting in a denial of service (DoS) attack.

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm3 or higher.

References

medium severity

Access of Uninitialized Pointer

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2, krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2 and others
  • Fixed in: 1.13.2+dfsg-5ubuntu2.2+esm4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5-3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5support0@1.13.2+dfsg-5ubuntu2.2

NVD Description

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

lib/kadm5/kadm_rpc_xdr.c in MIT Kerberos 5 (aka krb5) before 1.20.2 and 1.21.x before 1.21.1 frees an uninitialized pointer. A remote authenticated user can trigger a kadmind crash. This occurs because _xdr_kadm5_principal_ent_rec does not validate the relationship between n_key_data and the key_data array count.

Remediation

Upgrade Ubuntu:16.04 krb5 to version 1.13.2+dfsg-5ubuntu2.2+esm4 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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

OS Command Injection

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:7.2p2-4ubuntu2.10
  • Fixed in: 1:7.2p2-4ubuntu2.10+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssh/openssh-client@1:7.2p2-4ubuntu2.10

NVD Description

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

In ssh in OpenSSH before 9.6, OS command injection might occur if a user name or host name has shell metacharacters, and this name is referenced by an expansion token in certain situations. For example, an untrusted Git repository can have a submodule with shell metacharacters in a user name or host name.

Remediation

Upgrade Ubuntu:16.04 openssh to version 1:7.2p2-4ubuntu2.10+esm5 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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

Resource Exhaustion

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm9

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

read_ints in plistlib.py in Python through 3.9.1 is vulnerable to a potential DoS attack via CPU and RAM exhaustion when processing malformed Apple Property List files in binary format.

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm9 or higher.

References

medium severity

Open Redirect

  • Vulnerable module: wget
  • Introduced through: wget@1.17.1-1ubuntu1.5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm wget@1.17.1-1ubuntu1.5

NVD Description

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

GNU Wget through 1.21.1 does not omit the Authorization header upon a redirect to a different origin, a related issue to CVE-2018-1000007.

Remediation

There is no fixed version for Ubuntu:16.04 wget.

References

medium severity

Improper Authentication

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm8

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

An authentication bypass vulnerability exists in libcurl <8.0.0 in the FTP connection reuse feature that can result in wrong credentials being used during subsequent transfers. Previously created connections are kept in a connection pool for reuse if they match the current setup. However, certain FTP settings such as CURLOPT_FTP_ACCOUNT, CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_FTP_SSL_CCC, and CURLOPT_USE_SSL were not included in the configuration match checks, causing them to match too easily. This could lead to libcurl using the wrong credentials when performing a transfer, potentially allowing unauthorized access to sensitive information.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm8 or higher.

References

medium severity

Insufficient Verification of Data Authenticity

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

When curl >= 7.20.0 and <= 7.78.0 connects to an IMAP or POP3 server to retrieve data using STARTTLS to upgrade to TLS security, the server can respond and send back multiple responses at once that curl caches. curl would then upgrade to TLS but not flush the in-queue of cached responses but instead continue using and trustingthe responses it got before the TLS handshake as if they were authenticated.Using this flaw, it allows a Man-In-The-Middle attacker to first inject the fake responses, then pass-through the TLS traffic from the legitimate server and trick curl into sending data back to the user thinking the attacker's injected data comes from the TLS-protected server.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

When curl < 7.84.0 does FTP transfers secured by krb5, it handles message verification failures wrongly. This flaw makes it possible for a Man-In-The-Middle attack to go unnoticed and even allows it to inject data to the client.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm4 or higher.

References

medium severity

Use After Free

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm7

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

A use after free vulnerability exists in curl <7.87.0. Curl can be asked to tunnel virtually all protocols it supports through an HTTP proxy. HTTP proxies can (and often do) deny such tunnel operations. When getting denied to tunnel the specific protocols SMB or TELNET, curl would use a heap-allocated struct after it had been freed, in its transfer shutdown code path.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm7 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.4.10-4ubuntu1.8

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gnutls28/libgnutls30@3.4.10-4ubuntu1.8

NVD Description

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

A vulnerability was found that the response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from response times of ciphertexts with correct PKCS#1 v1.5 padding.

Remediation

There is no fixed version for Ubuntu:16.04 gnutls28.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm libgcrypt20@1.6.5-2ubuntu0.6

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

Link Following

  • Vulnerable module: mercurial
  • Introduced through: mercurial@3.7.3-1ubuntu1.2 and mercurial/mercurial-common@3.7.3-1ubuntu1.2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm mercurial@3.7.3-1ubuntu1.2
  • Introduced through: buildpack-deps@xenial-scm mercurial/mercurial-common@3.7.3-1ubuntu1.2

NVD Description

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

A flaw was found in Mercurial before 4.9. It was possible to use symlinks and subrepositories to defeat Mercurial's path-checking logic and write files outside a repository.

Remediation

There is no fixed version for Ubuntu:16.04 mercurial.

References

medium severity

Improper Validation of Integrity Check Value

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:7.2p2-4ubuntu2.10
  • Fixed in: 1:7.2p2-4ubuntu2.10+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssh/openssh-client@1:7.2p2-4ubuntu2.10

NVD Description

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

The SSH transport protocol with certain OpenSSH extensions, found in OpenSSH before 9.6 and other products, allows remote attackers to bypass integrity checks such that some packets are omitted (from the extension negotiation message), and a client and server may consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack. This occurs because the SSH Binary Packet Protocol (BPP), implemented by these extensions, mishandles the handshake phase and mishandles use of sequence numbers. For example, there is an effective attack against SSH's use of ChaCha20-Poly1305 (and CBC with Encrypt-then-MAC). The bypass occurs in chacha20-poly1305@openssh.com and (if CBC is used) the -etm@openssh.com MAC algorithms. This also affects Maverick Synergy Java SSH API before 3.1.0-SNAPSHOT, Dropbear through 2022.83, Ssh before 5.1.1 in Erlang/OTP, PuTTY before 0.80, AsyncSSH before 2.14.2, golang.org/x/crypto before 0.17.0, libssh before 0.10.6, libssh2 through 1.11.0, Thorn Tech SFTP Gateway before 3.4.6, Tera Term before 5.1, Paramiko before 3.4.0, jsch before 0.2.15, SFTPGo before 2.5.6, Netgate pfSense Plus through 23.09.1, Netgate pfSense CE through 2.7.2, HPN-SSH through 18.2.0, ProFTPD before 1.3.8b (and before 1.3.9rc2), ORYX CycloneSSH before 2.3.4, NetSarang XShell 7 before Build 0144, CrushFTP before 10.6.0, ConnectBot SSH library before 2.2.22, Apache MINA sshd through 2.11.0, sshj through 0.37.0, TinySSH through 20230101, trilead-ssh2 6401, LANCOM LCOS and LANconfig, FileZilla before 3.66.4, Nova before 11.8, PKIX-SSH before 14.4, SecureCRT before 9.4.3, Transmit5 before 5.10.4, Win32-OpenSSH before 9.5.0.0p1-Beta, WinSCP before 6.2.2, Bitvise SSH Server before 9.32, Bitvise SSH Client before 9.33, KiTTY through 0.76.1.13, the net-ssh gem 7.2.0 for Ruby, the mscdex ssh2 module before 1.15.0 for Node.js, the thrussh library before 0.35.1 for Rust, and the Russh crate before 0.40.2 for Rust.

Remediation

Upgrade Ubuntu:16.04 openssh to version 1:7.2p2-4ubuntu2.10+esm5 or higher.

References

medium severity

Race Condition

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm7

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

An issue was discovered in compare_digest in Lib/hmac.py in Python through 3.9.1. Constant-time-defeating optimisations were possible in the accumulator variable in hmac.compare_digest.

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm7 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.12 and gcc-5/libstdc++6@5.4.0-6ubuntu1~16.04.12

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gcc-5/gcc-5-base@5.4.0-6ubuntu1~16.04.12
  • Introduced through: buildpack-deps@xenial-scm gcc-5/libstdc++6@5.4.0-6ubuntu1~16.04.12

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: buildpack-deps@xenial-scm gccgo-6/gcc-6-base@6.0.1-0ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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

Link Following

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm6

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git is an open source, scalable, distributed revision control system. Versions prior to 2.30.6, 2.31.5, 2.32.4, 2.33.5, 2.34.5, 2.35.5, 2.36.3, and 2.37.4 are subject to exposure of sensitive information to a malicious actor. When performing a local clone (where the source and target of the clone are on the same volume), Git copies the contents of the source's $GIT_DIR/objects directory into the destination by either creating hardlinks to the source contents, or copying them (if hardlinks are disabled via --no-hardlinks). A malicious actor could convince a victim to clone a repository with a symbolic link pointing at sensitive information on the victim's machine. This can be done either by having the victim clone a malicious repository on the same machine, or having them clone a malicious repository embedded as a bare repository via a submodule from any source, provided they clone with the --recurse-submodules option. Git does not create symbolic links in the $GIT_DIR/objects directory. The problem has been patched in the versions published on 2022-10-18, and backported to v2.30.x. Potential workarounds: Avoid cloning untrusted repositories using the --local optimization when on a shared machine, either by passing the --no-local option to git clone or cloning from a URL that uses the file:// scheme. Alternatively, avoid cloning repositories from untrusted sources with --recurse-submodules or run git config --global protocol.file.allow user.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm6 or higher.

References

medium severity

Link Following

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10
  • Fixed in: 1:2.7.4-0ubuntu1.10+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

Git is a revision control system. Using a specially-crafted repository, Git prior to versions 2.39.2, 2.38.4, 2.37.6, 2.36.5, 2.35.7, 2.34.7, 2.33.7, 2.32.6, 2.31.7, and 2.30.8 can be tricked into using its local clone optimization even when using a non-local transport. Though Git will abort local clones whose source $GIT_DIR/objects directory contains symbolic links, the objects directory itself may still be a symbolic link. These two may be combined to include arbitrary files based on known paths on the victim's filesystem within the malicious repository's working copy, allowing for data exfiltration in a similar manner as CVE-2022-39253.

A fix has been prepared and will appear in v2.39.2 v2.38.4 v2.37.6 v2.36.5 v2.35.7 v2.34.7 v2.33.7 v2.32.6, v2.31.7 and v2.30.8. If upgrading is impractical, two short-term workarounds are available. Avoid cloning repositories from untrusted sources with --recurse-submodules. Instead, consider cloning repositories without recursively cloning their submodules, and instead run git submodule update at each layer. Before doing so, inspect each new .gitmodules file to ensure that it does not contain suspicious module URLs.

Remediation

Upgrade Ubuntu:16.04 git to version 1:2.7.4-0ubuntu1.10+esm5 or higher.

References

medium severity

Incorrect Default Permissions

  • Vulnerable module: libzstd/libzstd1
  • Introduced through: libzstd/libzstd1@1.3.1+dfsg-1~ubuntu0.16.04.1
  • Fixed in: 1.3.1+dfsg-1~ubuntu0.16.04.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm libzstd/libzstd1@1.3.1+dfsg-1~ubuntu0.16.04.1

NVD Description

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

In the Zstandard command-line utility prior to v1.4.1, output files were created with default permissions. Correct file permissions (matching the input) would only be set at completion time. Output files could therefore be readable or writable to unintended parties.

Remediation

Upgrade Ubuntu:16.04 libzstd to version 1.3.1+dfsg-1~ubuntu0.16.04.1+esm3 or higher.

References

medium severity
new

CVE-2024-22365

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm pam/libpam-modules@1.1.8-3.2ubuntu2.3
  • Introduced through: buildpack-deps@xenial-scm pam/libpam-modules-bin@1.1.8-3.2ubuntu2.3
  • Introduced through: buildpack-deps@xenial-scm pam/libpam-runtime@1.1.8-3.2ubuntu2.3
  • Introduced through: buildpack-deps@xenial-scm pam/libpam0g@1.1.8-3.2ubuntu2.3

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.31, systemd/libsystemd0@229-4ubuntu21.31 and others
  • Fixed in: 229-4ubuntu21.31+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm systemd@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/libsystemd0@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/libudev1@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/systemd-sysv@229-4ubuntu21.31

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 Read

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm tar@1.28-2.1ubuntu0.2

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: buildpack-deps@xenial-scm 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

Use of Uninitialized Resource

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

curl supports the -t command line option, known as CURLOPT_TELNETOPTIONSin libcurl. This rarely used option is used to send variable=content pairs toTELNET servers.Due to flaw in the option parser for sending NEW_ENV variables, libcurlcould be made to pass on uninitialized data from a stack based buffer to theserver. Therefore potentially revealing sensitive internal information to theserver using a clear-text network protocol.This could happen because curl did not call and use sscanf() correctly whenparsing the string provided by the application.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm3 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2, krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2 and others
  • Fixed in: 1.13.2+dfsg-5ubuntu2.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5-3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5support0@1.13.2+dfsg-5ubuntu2.2

NVD Description

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

A Reachable Assertion issue was discovered in the KDC in MIT Kerberos 5 (aka krb5) before 1.17. If an attacker can obtain a krbtgt ticket using an older encryption type (single-DES, triple-DES, or RC4), the attacker can crash the KDC by making an S4U2Self request.

Remediation

Upgrade Ubuntu:16.04 krb5 to version 1.13.2+dfsg-5ubuntu2.2+esm3 or higher.

References

medium severity

CVE-2023-40217

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm9

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as "not connected" and won't initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm9 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.

Remediation

There is no fixed version for Ubuntu:16.04 python2.7.

References

medium severity

Unchecked Return Value

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible.

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm1 or higher.

References

medium severity

Incorrect Default Permissions

  • Vulnerable module: libzstd/libzstd1
  • Introduced through: libzstd/libzstd1@1.3.1+dfsg-1~ubuntu0.16.04.1
  • Fixed in: 1.3.1+dfsg-1~ubuntu0.16.04.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm libzstd/libzstd1@1.3.1+dfsg-1~ubuntu0.16.04.1

NVD Description

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

Beginning in v1.4.1 and prior to v1.4.9, due to an incomplete fix for CVE-2021-24031, the Zstandard command-line utility created output files with default permissions and restricted those permissions immediately afterwards. Output files could therefore momentarily be readable or writable to unintended parties.

Remediation

Upgrade Ubuntu:16.04 libzstd to version 1.3.1+dfsg-1~ubuntu0.16.04.1+esm3 or higher.

References

medium severity
new

CVE-2024-2398

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm12

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

When an application tells libcurl it wants to allow HTTP/2 server push, and the amount of received headers for the push surpasses the maximum allowed limit (1000), libcurl aborts the server push. When aborting, libcurl inadvertently does not free all the previously allocated headers and instead leaks the memory. Further, this error condition fails silently and is therefore not easily detected by an application.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm12 or higher.

References

medium severity

CVE-2024-26458

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2, krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5-3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5support0@1.13.2+dfsg-5ubuntu2.2

NVD Description

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

Kerberos 5 (aka krb5) 1.21.2 contains a memory leak in /krb5/src/lib/rpc/pmap_rmt.c.

Remediation

There is no fixed version for Ubuntu:16.04 krb5.

References

medium severity

CVE-2024-26461

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2, krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5-3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5support0@1.13.2+dfsg-5ubuntu2.2

NVD Description

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

Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/lib/gssapi/krb5/k5sealv3.c.

Remediation

There is no fixed version for Ubuntu:16.04 krb5.

References

medium severity

CVE-2024-26462

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2, krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5-3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5support0@1.13.2+dfsg-5ubuntu2.2

NVD Description

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

Kerberos 5 (aka krb5) 1.21.2 contains a memory leak vulnerability in /krb5/src/kdc/ndr.c.

Remediation

There is no fixed version for Ubuntu:16.04 krb5.

References

medium severity

Information Exposure

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm libgcrypt20@1.6.5-2ubuntu0.6

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.2
  • Fixed in: 1.28-2.1ubuntu0.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm tar@1.28-2.1ubuntu0.2

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm dpkg@1.18.4ubuntu1.7

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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others
  • Fixed in: 2.23-0ubuntu11.3+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others
  • Fixed in: 2.23-0ubuntu11.3+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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

Use After Free

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2, krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2 and others
  • Fixed in: 1.13.2+dfsg-5ubuntu2.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5-3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5support0@1.13.2+dfsg-5ubuntu2.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:16.04 krb5 to version 1.13.2+dfsg-5ubuntu2.2+esm3 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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.3, pam/libpam-modules-bin@1.1.8-3.2ubuntu2.3 and others
  • Fixed in: 1.1.8-3.2ubuntu2.3+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm pam/libpam-modules@1.1.8-3.2ubuntu2.3
  • Introduced through: buildpack-deps@xenial-scm pam/libpam-modules-bin@1.1.8-3.2ubuntu2.3
  • Introduced through: buildpack-deps@xenial-scm pam/libpam-runtime@1.1.8-3.2ubuntu2.3
  • Introduced through: buildpack-deps@xenial-scm pam/libpam0g@1.1.8-3.2ubuntu2.3

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.4 and shadow/passwd@1:4.2-3.1ubuntu5.4
  • Fixed in: 1:4.2-3.1ubuntu5.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm shadow/login@1:4.2-3.1ubuntu5.4
  • Introduced through: buildpack-deps@xenial-scm shadow/passwd@1:4.2-3.1ubuntu5.4

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

Integer Overflow or Wraparound

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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

Off-by-one Error

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@4.7-3ubuntu0.16.04.3
  • Fixed in: 4.7-3ubuntu0.16.04.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm libtasn1-6@4.7-3ubuntu0.16.04.3

NVD Description

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

GNU Libtasn1 before 4.19.0 has an ETYPE_OK off-by-one array size check that affects asn1_encode_simple_der.

Remediation

Upgrade Ubuntu:16.04 libtasn1-6 to version 4.7-3ubuntu0.16.04.3+esm3 or higher.

References

low severity

Arbitrary Code Injection

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm8

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

A vulnerability in input validation exists in curl <8.0 during communication using the TELNET protocol may allow an attacker to pass on maliciously crafted user name and "telnet options" during server negotiation. The lack of proper input scrubbing allows an attacker to send content or perform option negotiation without the application's intent. This vulnerability could be exploited if an application allows user input, thereby enabling attackers to execute arbitrary code on the system.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm8 or higher.

References

low severity

Incorrect Calculation

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-7ubuntu0.16.04.5
  • Fixed in: 2.1.0-7ubuntu0.16.04.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm expat/libexpat1@2.1.0-7ubuntu0.16.04.5

NVD Description

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

In Expat (aka libexpat) before 2.4.3, a left shift by 29 (or more) places in the storeAtts function in xmlparse.c can lead to realloc misbehavior (e.g., allocating too few bytes, or only freeing memory).

Remediation

Upgrade Ubuntu:16.04 expat to version 2.1.0-7ubuntu0.16.04.5+esm2 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: git
  • Introduced through: git@1:2.7.4-0ubuntu1.10 and git/git-man@1:2.7.4-0ubuntu1.10

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm git@1:2.7.4-0ubuntu1.10
  • Introduced through: buildpack-deps@xenial-scm git/git-man@1:2.7.4-0ubuntu1.10

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:16.04 git.

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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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

Improper Check for Dropped Privileges

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm bash@4.3-14ubuntu1.4

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

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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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

Access Restriction Bypass

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm util-linux@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libblkid1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libfdisk1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libmount1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libsmartcols1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libuuid1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/mount@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/bsdutils@1:2.27.1-6ubuntu3.10

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

Arbitrary Command Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.12-1ubuntu0~16.04.18, python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18 and others
  • Fixed in: 2.7.12-1ubuntu0~16.04.18+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm python2.7@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-minimal@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/libpython2.7-stdlib@2.7.12-1ubuntu0~16.04.18
  • Introduced through: buildpack-deps@xenial-scm python2.7/python2.7-minimal@2.7.12-1ubuntu0~16.04.18

NVD Description

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

In Python (aka CPython) up to 3.10.8, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input (if they lack validation of user-provided filenames or arguments). The fix is also back-ported to 3.7, 3.8, 3.9

Remediation

Upgrade Ubuntu:16.04 python2.7 to version 2.7.12-1ubuntu0~16.04.18+esm2 or higher.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

libcurl provides the CURLOPT_CERTINFO option to allow applications torequest details to be returned about a server's certificate chain.Due to an erroneous function, a malicious server could make libcurl built withNSS get stuck in a never-ending busy-loop when trying to retrieve thatinformation.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm4 or higher.

References

low severity

Allocation of Resources Without Limits or Throttling

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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

Reachable Assertion

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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

Integer Overflow or Wraparound

  • Vulnerable module: gmp/libgmp10
  • Introduced through: gmp/libgmp10@2:6.1.0+dfsg-2
  • Fixed in: 2:6.1.0+dfsg-2ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gmp/libgmp10@2:6.1.0+dfsg-2

NVD Description

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

GNU Multiple Precision Arithmetic Library (GMP) through 6.2.1 has an mpz/inp_raw.c integer overflow and resultant buffer overflow via crafted input, leading to a segmentation fault on 32-bit platforms.

Remediation

Upgrade Ubuntu:16.04 gmp to version 2:6.1.0+dfsg-2ubuntu0.1~esm1 or higher.

References

low severity

Improper Certificate Validation

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gnupg@1.4.20-1ubuntu3.3
  • Introduced through: buildpack-deps@xenial-scm gnupg/gpgv@1.4.20-1ubuntu3.3

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.3 and gnupg/gpgv@1.4.20-1ubuntu3.3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gnupg@1.4.20-1ubuntu3.3
  • Introduced through: buildpack-deps@xenial-scm gnupg/gpgv@1.4.20-1ubuntu3.3

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

Improper Certificate Validation

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

The transit path validation code in Heimdal before 7.3 might allow attackers to bypass the capath policy protection mechanism by leveraging failure to add the previous hop realm to the transit path of issued tickets.

Remediation

There is no fixed version for Ubuntu:16.04 heimdal.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2, krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm krb5/libgssapi-krb5-2@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libk5crypto3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5-3@1.13.2+dfsg-5ubuntu2.2
  • Introduced through: buildpack-deps@xenial-scm krb5/libkrb5support0@1.13.2+dfsg-5ubuntu2.2

NVD Description

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

An issue was discovered in MIT Kerberos 5 (aka krb5) through 1.16. There is a variable "dbentry->n_key_data" in kadmin/dbutil/dump.c that can store 16-bit data but unknowingly the developer has assigned a "u4" variable to it, which is for 32-bit data. An attacker can use this vulnerability to affect other artifacts of the database as we know that a Kerberos database dump file contains trusted data.

Remediation

There is no fixed version for Ubuntu:16.04 krb5.

References

low severity

Information Exposure

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm libgcrypt20@1.6.5-2ubuntu0.6

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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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

NULL Pointer Dereference

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.42+dfsg-2ubuntu3.13
  • Fixed in: 2.4.42+dfsg-2ubuntu3.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openldap/libldap-2.4-2@2.4.42+dfsg-2ubuntu3.13

NVD Description

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

A vulnerability was found in openldap. This security flaw causes a null pointer dereference in ber_memalloc_x() function.

Remediation

Upgrade Ubuntu:16.04 openldap to version 2.4.42+dfsg-2ubuntu3.13+esm2 or higher.

References

low severity

Improper Certificate Validation

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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&#39; 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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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

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: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm 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

CVE-2020-9991

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5

NVD Description

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

This issue was addressed with improved checks. This issue is fixed in macOS Big Sur 11.0.1, watchOS 7.0, iOS 14.0 and iPadOS 14.0, iCloud for Windows 7.21, tvOS 14.0. A remote attacker may be able to cause a denial of service.

Remediation

There is no fixed version for Ubuntu:16.04 sqlite3.

References

low severity

Key Management Errors

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

In the client side of Heimdal before 7.6.0, failure to verify anonymous PKINIT PA-PKINIT-KX key exchange permits a man-in-the-middle attack. This issue is in krb5_init_creds_step in lib/krb5/init_creds_pw.c.

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: apr/libapr1
  • Introduced through: apr/libapr1@1.5.2-3
  • Fixed in: 1.5.2-3ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm apr/libapr1@1.5.2-3

NVD Description

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

When apr_time_exp*() or apr_os_exp_time*() functions are invoked with an invalid month field value in Apache Portable Runtime APR 1.6.2 and prior, out of bounds memory may be accessed in converting this value to an apr_time_exp_t value, potentially revealing the contents of a different static heap value or resulting in program termination, and may represent an information disclosure or denial of service vulnerability to applications which call these APR functions with unvalidated external input.

Remediation

Upgrade Ubuntu:16.04 apr to version 1.5.2-3ubuntu0.1~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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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

Improper Privilege Management

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:7.2p2-4ubuntu2.10
  • Fixed in: 1:7.2p2-4ubuntu2.10+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssh/openssh-client@1:7.2p2-4ubuntu2.10

NVD Description

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

sshd in OpenSSH 6.2 through 8.x before 8.8, when certain non-default configurations are used, allows privilege escalation because supplemental groups are not initialized as expected. Helper programs for AuthorizedKeysCommand and AuthorizedPrincipalsCommand may run with privileges associated with group memberships of the sshd process, if the configuration specifies running the command as a different user.

Remediation

Upgrade Ubuntu:16.04 openssh to version 1:7.2p2-4ubuntu2.10+esm2 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: buildpack-deps@xenial-scm 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

Improper Input Validation

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm 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

NULL Pointer Dereference

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.4.10-4ubuntu1.8
  • Fixed in: 3.4.10-4ubuntu1.9+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gnutls28/libgnutls30@3.4.10-4ubuntu1.8

NVD Description

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

A NULL pointer dereference flaw was found in GnuTLS. As Nettle's hash update functions internally call memcpy, providing zero-length input may cause undefined behavior. This flaw leads to a denial of service after authentication in rare circumstances.

Remediation

Upgrade Ubuntu:16.04 gnutls28 to version 3.4.10-4ubuntu1.9+esm1 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1, heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1 and others
  • Fixed in: 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm heimdal/libasn1-8-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libgssapi3-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhcrypto4-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimbase1-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libheimntlm0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libhx509-5-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libkrb5-26-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libroken18-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1
  • Introduced through: buildpack-deps@xenial-scm heimdal/libwind0-heimdal@1.7~git20150920+dfsg-4ubuntu1.16.04.1

NVD Description

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

A null pointer de-reference was found in the way samba kerberos server handled missing sname in TGS-REQ (Ticket Granting Server - Request). An authenticated user could use this flaw to crash the samba server.

Remediation

Upgrade Ubuntu:16.04 heimdal to version 1.7~git20150920+dfsg-4ubuntu1.16.04.1+esm1 or higher.

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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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

Information Exposure

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm sqlite3/libsqlite3-0@3.11.0-1ubuntu1.5

NVD Description

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

An information disclosure issue was addressed with improved state management. This issue is fixed in macOS Big Sur 11.0.1, watchOS 7.0, iOS 14.0 and iPadOS 14.0, iTunes for Windows 12.10.9, iCloud for Windows 11.5, tvOS 14.0. A remote attacker may be able to leak memory.

Remediation

There is no fixed version for Ubuntu:16.04 sqlite3.

References

low severity

Authentication Bypass

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm systemd@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/libsystemd0@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/libudev1@229-4ubuntu21.31
  • Introduced through: buildpack-deps@xenial-scm systemd/systemd-sysv@229-4ubuntu21.31

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

Inefficient Regular Expression Complexity

  • Vulnerable module: configobj/python-configobj
  • Introduced through: configobj/python-configobj@5.0.6-2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm configobj/python-configobj@5.0.6-2

NVD Description

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

All versions of the package configobj are vulnerable to Regular Expression Denial of Service (ReDoS) via the validate function, using (.+?)((.*)).

Note: This is only exploitable in the case of a developer, putting the offending value in a server side configuration file.

Remediation

There is no fixed version for Ubuntu:16.04 configobj.

References

low severity

Improper Authentication

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm8

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

An authentication bypass vulnerability exists libcurl <8.0.0 in the connection reuse feature which can reuse previously established connections with incorrect user permissions due to a failure to check for changes in the CURLOPT_GSSAPI_DELEGATION option. This vulnerability affects krb5/kerberos/negotiate/GSSAPI transfers and could potentially result in unauthorized access to sensitive information. The safest option is to not reuse connections if the CURLOPT_GSSAPI_DELEGATION option has been changed.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm8 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm9

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as "Subject Alternative Name" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with xn-- and should not be allowed to pattern match, but the wildcard check in curl could still check for x*, which would match even though the IDN name most likely contained nothing even resembling an x.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm9 or higher.

References

low severity

Allocation of Resources Without Limits or Throttling

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others
  • Fixed in: 2.23-0ubuntu11.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others
  • Fixed in: 2.23-0ubuntu11.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others
  • Fixed in: 2.23-0ubuntu11.3+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others
  • Fixed in: 2.23-0ubuntu11.3+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:7.2p2-4ubuntu2.10

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssh/openssh-client@1:7.2p2-4ubuntu2.10

NVD Description

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

The client side in OpenSSH 5.7 through 8.4 has an Observable Discrepancy leading to an information leak in the algorithm negotiation. This allows man-in-the-middle attackers to target initial connection attempts (where no host key for the server has been cached by the client). NOTE: some reports state that 8.5 and 8.6 are also affected.

Remediation

There is no fixed version for Ubuntu:16.04 openssh.

References

low severity

Information Exposure

  • Vulnerable module: nettle/libhogweed4
  • Introduced through: nettle/libhogweed4@3.2-1ubuntu0.16.04.2 and nettle/libnettle6@3.2-1ubuntu0.16.04.2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm nettle/libhogweed4@3.2-1ubuntu0.16.04.2
  • Introduced through: buildpack-deps@xenial-scm nettle/libnettle6@3.2-1ubuntu0.16.04.2

NVD Description

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

A Bleichenbacher type side-channel based padding oracle attack was found in the way nettle handles endian conversion of RSA decrypted PKCS#1 v1.5 data. An attacker who is able to run a process on the same physical core as the victim process, could use this flaw extract plaintext or in some cases downgrade any TLS connections to a vulnerable server.

Remediation

There is no fixed version for Ubuntu:16.04 nettle.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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

CVE-2018-1000654

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@4.7-3ubuntu0.16.04.3
  • Fixed in: 4.7-3ubuntu0.16.04.3+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm libtasn1-6@4.7-3ubuntu0.16.04.3

NVD Description

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

GNU Libtasn1-4.13 libtasn1-4.13 version libtasn1-4.13, libtasn1-4.12 contains a DoS, specifically CPU usage will reach 100% when running asn1Paser against the POC due to an issue in _asn1_expand_object_id(p_tree), after a long time, the program will be killed. This attack appears to be exploitable via parsing a crafted file.

Remediation

Upgrade Ubuntu:16.04 libtasn1-6 to version 4.7-3ubuntu0.16.04.3+esm2 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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm11

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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: buildpack-deps@xenial-scm 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.4 and shadow/passwd@1:4.2-3.1ubuntu5.4
  • Fixed in: 1:4.2-3.1ubuntu5.5+esm4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm shadow/login@1:4.2-3.1ubuntu5.4
  • Introduced through: buildpack-deps@xenial-scm shadow/passwd@1:4.2-3.1ubuntu5.4

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.2
  • Fixed in: 1.28-2.1ubuntu0.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm tar@1.28-2.1ubuntu0.2

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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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-0ubuntu11.3, glibc/libc6@2.23-0ubuntu11.3 and others

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm glibc/libc-bin@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/libc6@2.23-0ubuntu11.3
  • Introduced through: buildpack-deps@xenial-scm glibc/multiarch-support@2.23-0ubuntu11.3

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: buildpack-deps@xenial-scm ncurses/libncurses5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libncursesw5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/libtinfo5@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm ncurses/ncurses-base@6.0+20160213-1ubuntu1
  • Introduced through: buildpack-deps@xenial-scm 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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm10

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm7

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm7

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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&#39; 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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm11

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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.20 and openssl/libssl1.0.0@1.0.2g-1ubuntu4.20
  • Fixed in: 1.0.2g-1ubuntu4.20+esm10

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm openssl@1.0.2g-1ubuntu4.20
  • Introduced through: buildpack-deps@xenial-scm openssl/libssl1.0.0@1.0.2g-1ubuntu4.20

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

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.4 and shadow/passwd@1:4.2-3.1ubuntu5.4
  • Fixed in: 1:4.2-3.1ubuntu5.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm shadow/login@1:4.2-3.1ubuntu5.4
  • Introduced through: buildpack-deps@xenial-scm shadow/passwd@1:4.2-3.1ubuntu5.4

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

Out-of-bounds Read

  • Vulnerable module: apr-util/libaprutil1
  • Introduced through: apr-util/libaprutil1@1.5.4-1build1
  • Fixed in: 1.5.4-1ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm apr-util/libaprutil1@1.5.4-1build1

NVD Description

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

Apache Portable Runtime Utility (APR-util) 1.6.0 and prior fail to validate the integrity of SDBM database files used by apr_sdbm*() functions, resulting in a possible out of bound read access. A local user with write access to the database can make a program or process using these functions crash, and cause a denial of service.

Remediation

Upgrade Ubuntu:16.04 apr-util to version 1.5.4-1ubuntu0.1~esm1 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.4 and shadow/passwd@1:4.2-3.1ubuntu5.4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm shadow/login@1:4.2-3.1ubuntu5.4
  • Introduced through: buildpack-deps@xenial-scm shadow/passwd@1:4.2-3.1ubuntu5.4

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

CVE-2016-5011

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm util-linux@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libblkid1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libfdisk1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libmount1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libsmartcols1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/libuuid1@2.27.1-6ubuntu3.10
  • Introduced through: buildpack-deps@xenial-scm util-linux/mount@2.27.1-6ubuntu3.10

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.12 and gcc-5/libstdc++6@5.4.0-6ubuntu1~16.04.12
  • Fixed in: 5.4.0-6ubuntu1~16.04.12+esm2

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gcc-5/gcc-5-base@5.4.0-6ubuntu1~16.04.12
  • Introduced through: buildpack-deps@xenial-scm gcc-5/libstdc++6@5.4.0-6ubuntu1~16.04.12

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: buildpack-deps@xenial-scm 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

CVE-2022-35252

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm5

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

When curl is used to retrieve and parse cookies from a HTTP(S) server, itaccepts cookies using control codes that when later are sent back to a HTTPserver might make the server return 400 responses. Effectively allowing a"sister site" to deny service to all siblings.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm5 or higher.

References

low severity

CVE-2023-28322

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm9

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (CURLOPT_READFUNCTION) to ask for data to send, even when the CURLOPT_POSTFIELDS option has been set, if the same handle previously wasused to issue a PUT request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm9 or higher.

References

low severity

CVE-2023-38546

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm10

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met.

libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers.

libcurl provides a function call that duplicates en easy handle called curl_easy_duphandle.

If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as none (using the four ASCII letters, no quotes).

Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named none - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm10 or higher.

References

low severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm gnupg@1.4.20-1ubuntu3.3
  • Introduced through: buildpack-deps@xenial-scm gnupg/gpgv@1.4.20-1ubuntu3.3

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: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm 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: buildpack-deps@xenial-scm 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.5 and procps/libprocps4@2:3.3.10-4ubuntu2.5
  • Fixed in: 2:3.3.10-4ubuntu2.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm procps@2:3.3.10-4ubuntu2.5
  • Introduced through: buildpack-deps@xenial-scm procps/libprocps4@2:3.3.10-4ubuntu2.5

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.4 and shadow/passwd@1:4.2-3.1ubuntu5.4

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm shadow/login@1:4.2-3.1ubuntu5.4
  • Introduced through: buildpack-deps@xenial-scm shadow/passwd@1:4.2-3.1ubuntu5.4

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 Initialization of Resource

  • Vulnerable module: curl
  • Introduced through: curl@7.47.0-1ubuntu2.19 and curl/libcurl3-gnutls@7.47.0-1ubuntu2.19
  • Fixed in: 7.47.0-1ubuntu2.19+esm3

Detailed paths

  • Introduced through: buildpack-deps@xenial-scm curl@7.47.0-1ubuntu2.19
  • Introduced through: buildpack-deps@xenial-scm curl/libcurl3-gnutls@7.47.0-1ubuntu2.19

NVD Description

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

curl 7.7 through 7.76.1 suffers from an information disclosure when the -t command line option, known as CURLOPT_TELNETOPTIONS in libcurl, is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server, resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.

Remediation

Upgrade Ubuntu:16.04 curl to version 7.47.0-1ubuntu2.19+esm3 or higher.

References