Vulnerabilities

997 via 3025 paths

Dependencies

467

Source

Group 6 Copy Created with Sketch. Docker

Target OS

ubuntu:14.04
Test your Docker Hub image against our market leading vulnerability database Sign up for free
Severity
  • 9
  • 426
  • 562
Status
  • 997
  • 0
  • 0

high severity

Exposure of Resource to Wrong Sphere

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

high severity

Improper Encoding or Escaping of Output

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

high severity

SQL Injection

  • Vulnerable module: cyrus-sasl2/libsasl2-2
  • Introduced through: cyrus-sasl2/libsasl2-2@2.1.25.dfsg1-17build1 and cyrus-sasl2/libsasl2-modules-db@2.1.25.dfsg1-17build1
  • Fixed in: 2.1.25.dfsg1-17ubuntu0.1~esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 cyrus-sasl2/libsasl2-2@2.1.25.dfsg1-17build1
  • Introduced through: buildpack-deps@14.04 cyrus-sasl2/libsasl2-modules-db@2.1.25.dfsg1-17build1

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:14.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:14.04 cyrus-sasl2 to version 2.1.25.dfsg1-17ubuntu0.1~esm2 or higher.

References

high severity

Off-by-one Error

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4
  • Fixed in: 1.8.9p5-1ubuntu1.5+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

Sudo before 1.9.5p2 contains an off-by-one error that can result in a heap-based buffer overflow, which allows privilege escalation to root via "sudoedit -s" and a command-line argument that ends with a single backslash character.

Remediation

Upgrade Ubuntu:14.04 sudo to version 1.8.9p5-1ubuntu1.5+esm6 or higher.

References

high severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.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:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm5 or higher.

References

high severity

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

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.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:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm6 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-1ubuntu2.8 and freetype/libfreetype6-dev@2.5.2-1ubuntu2.8
  • Fixed in: 2.5.2-1ubuntu2.8+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6@2.5.2-1ubuntu2.8
  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6-dev@2.5.2-1ubuntu2.8

NVD Description

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

Heap buffer overflow in Freetype in Google Chrome prior to 86.0.4240.111 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

Remediation

Upgrade Ubuntu:14.04 freetype to version 2.5.2-1ubuntu2.8+esm2 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm2 or higher.

References

high severity

NULL Pointer Dereference

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: bzip2
  • Introduced through: bzip2@1.0.6-5, bzip2/libbz2-1.0@1.0.6-5 and others
  • Fixed in: 1.0.6-5ubuntu0.1~esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 bzip2@1.0.6-5
  • Introduced through: buildpack-deps@14.04 bzip2/libbz2-1.0@1.0.6-5
  • Introduced through: buildpack-deps@14.04 bzip2/libbz2-dev@1.0.6-5

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 bzip2 to version 1.0.6-5ubuntu0.1~esm2 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 curl to version 7.35.0-1ubuntu2.20+esm3 or higher.

References

medium severity

Exposure of Resource to Wrong Sphere

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm13

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm13 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: db5.3/libdb5.3
  • Introduced through: db5.3/libdb5.3@5.3.28-3ubuntu3.1 and db5.3/libdb5.3-dev@5.3.28-3ubuntu3.1
  • Fixed in: 5.3.28-3ubuntu3.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 db5.3/libdb5.3@5.3.28-3ubuntu3.1
  • Introduced through: buildpack-deps@14.04 db5.3/libdb5.3-dev@5.3.28-3ubuntu3.1

NVD Description

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

SQLite3 from 3.6.0 to and including 3.27.2 is vulnerable to heap out-of-bound read in the rtreenode() function when handling invalid rtree tables.

Remediation

Upgrade Ubuntu:14.04 db5.3 to version 5.3.28-3ubuntu3.1+esm1 or higher.

References

medium severity

Directory Traversal

  • Vulnerable module: dpkg
  • Introduced through: dpkg@1.17.5ubuntu5.8, dpkg/dpkg-dev@1.17.5ubuntu5.8 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 dpkg@1.17.5ubuntu5.8
  • Introduced through: buildpack-deps@14.04 dpkg/dpkg-dev@1.17.5ubuntu5.8
  • Introduced through: buildpack-deps@14.04 dpkg/libdpkg-perl@1.17.5ubuntu5.8

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

There is no fixed version for Ubuntu:14.04 dpkg.

References

medium severity

Out-of-Bounds

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

nscd in the GNU C Library (aka glibc or libc6) before version 2.20 does not correctly compute the size of an internal buffer when processing netgroup requests, possibly leading to an nscd daemon crash or code execution as the user running nscd.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others
  • Fixed in: 2.19-0ubuntu6.15+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 eglibc to version 2.19-0ubuntu6.15+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 expat to version 2.1.0-4ubuntu1.4+esm6 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: git
  • Introduced through: git@1:1.9.1-1ubuntu0.10 and git/git-man@1:1.9.1-1ubuntu0.10
  • Fixed in: 1:1.9.1-1ubuntu0.10+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 git@1:1.9.1-1ubuntu0.10
  • Introduced through: buildpack-deps@14.04 git/git-man@1:1.9.1-1ubuntu0.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:14.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:14.04 git to version 1:1.9.1-1ubuntu0.10+esm1 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: git
  • Introduced through: git@1:1.9.1-1ubuntu0.10 and git/git-man@1:1.9.1-1ubuntu0.10
  • Fixed in: 1:1.9.1-1ubuntu0.10+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 git@1:1.9.1-1ubuntu0.10
  • Introduced through: buildpack-deps@14.04 git/git-man@1:1.9.1-1ubuntu0.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:14.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:14.04 git to version 1:1.9.1-1ubuntu0.10+esm1 or higher.

References

medium severity

Race Condition

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others
  • Fixed in: 2.40.2-0ubuntu1.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 glib2.0 to version 2.40.2-0ubuntu1.1+esm1 or higher.

References

medium severity

CVE-2022-44640

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm3 or higher.

References

medium severity
new

Out-of-bounds Write

  • Vulnerable module: klibc/klibc-utils
  • Introduced through: klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3 and klibc/libklibc@2.0.3-0ubuntu1.14.04.3
  • Fixed in: 2.0.3-0ubuntu1.14.04.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3
  • Introduced through: buildpack-deps@14.04 klibc/libklibc@2.0.3-0ubuntu1.14.04.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream klibc package and not the klibc package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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:14.04 klibc to version 2.0.3-0ubuntu1.14.04.3+esm3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

In exif_entry_get_value of exif-entry.c, there is a possible out of bounds write due to an integer overflow. This could lead to remote code execution if a third party app used this library to process remote image data with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-8.1 Android-9 Android-10 Android-11 Android-8.0Android ID: A-159625731

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm6 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A flaw was found in libwebp in versions before 1.0.1. A heap-based buffer overflow in function WebPDecodeRGBInto is possible due to an invalid check for buffer size. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in PutLE16().

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Use After Free

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A flaw was found in libwebp in versions before 1.0.1. A use-after-free was found due to a thread being killed too early. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Use of Uninitialized Resource

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A use of uninitialized value was found in libwebp in versions before 1.0.1 in ReadSymbol().

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-1ubuntu2.1, libx11/libx11-data@2:1.6.2-1ubuntu2.1 and others
  • Fixed in: 2:1.6.2-1ubuntu2.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libx11/libx11-6@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-data@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-dev@2:1.6.2-1ubuntu2.1

NVD Description

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

LookupCol.c in X.Org X through X11R7.7 and libX11 before 1.7.1 might allow remote attackers to execute arbitrary code. The libX11 XLookupColor request (intended for server-side color lookup) contains a flaw allowing a client to send color-name requests with a name longer than the maximum size allowed by the protocol (and also longer than the maximum packet size for normal-sized packets). The user-controlled data exceeding the maximum size is then interpreted by the server as additional X protocol requests and executed, e.g., to disable X server authorization completely. For example, if the victim encounters malicious terminal control sequences for color codes, then the attacker may be able to take full control of the running graphical session.

Remediation

Upgrade Ubuntu:14.04 libx11 to version 2:1.6.2-1ubuntu2.1+esm2 or higher.

References

medium severity

SQL Injection

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5
  • Fixed in: 2.4.31-1+nmu2ubuntu8.5+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.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:14.04 openldap to version 2.4.31-1+nmu2ubuntu8.5+esm5 or higher.

References

medium severity

Unquoted Search Path or Element

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:6.6p1-2ubuntu2.13
  • Fixed in: 1:6.6p1-2ubuntu2.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssh/openssh-client@1:6.6p1-2ubuntu2.13

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:14.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:14.04 openssh to version 1:6.6p1-2ubuntu2.13+esm1 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm10

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm10 or higher.

References

medium severity

Credentials Management

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm2 or higher.

References

medium severity

CVE-2019-9636

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm2 or higher.

References

medium severity

XML External Entity (XXE) Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm16

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm16 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm10

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm10 or higher.

References

medium severity

Credentials Management

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm2 or higher.

References

medium severity

CVE-2019-9636

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm2 or higher.

References

medium severity
new

XML External Entity (XXE) Injection

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

There is no fixed version for Ubuntu:14.04 python3.4.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

SQLite3 from 3.6.0 to and including 3.27.2 is vulnerable to heap out-of-bound read in the rtreenode() function when handling invalid rtree tables.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in vim/vim prior to 8.2.

Remediation

There is no fixed version for Ubuntu:14.04 vim.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1 and zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1
  • Introduced through: buildpack-deps@14.04 zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

NVD Description

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

MiniZip in zlib through 1.3 has an integer overflow and resultant heap-based buffer overflow in zipOpenNewFileInZip4_64 via a long filename, comment, or extra field. NOTE: MiniZip is not a supported part of the zlib product. NOTE: pyminizip through 0.2.6 is also vulnerable because it bundles an affected zlib version, and exposes the applicable MiniZip code through its compress API.

Remediation

There is no fixed version for Ubuntu:14.04 zlib.

References

medium severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1
  • Introduced through: buildpack-deps@14.04 zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

NVD Description

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

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libbsd/libbsd0
  • Introduced through: libbsd/libbsd0@0.6.0-2ubuntu1
  • Fixed in: 0.6.0-2ubuntu1+esm1

medium severity

Out-of-bounds Read

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

An issue was discovered in libexif before 0.6.22. Several buffer over-reads in EXIF MakerNote handling could lead to information disclosure and crashes. This is different from CVE-2020-0093.

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm5 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A flaw was found in libwebp in versions before 1.0.1. An out-of-bounds read was found in function ChunkAssignData. The highest threat from this vulnerability is to data confidentiality and to the service availability.

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A flaw was found in libwebp in versions before 1.0.1. An out-of-bounds read was found in function ChunkVerifyAndAssign. The highest threat from this vulnerability is to data confidentiality and to the service availability.

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in GetLE16().

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in ApplyFilter().

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in ShiftBytes().

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libwebp/libwebp-dev
  • Introduced through: libwebp/libwebp-dev@0.4.0-4, libwebp/libwebp5@0.4.0-4 and others
  • Fixed in: 0.4.0-4ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libwebp/libwebp-dev@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebp5@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpdemux1@0.4.0-4
  • Introduced through: buildpack-deps@14.04 libwebp/libwebpmux1@0.4.0-4

NVD Description

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

A heap-based buffer overflow was found in libwebp in versions before 1.0.1 in GetLE24().

Remediation

Upgrade Ubuntu:14.04 libwebp to version 0.4.0-4ubuntu0.1~esm1 or higher.

References

medium severity

Directory Traversal

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen('local_file:///etc/passwd') call.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm2 or higher.

References

medium severity

Directory Traversal

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen('local_file:///etc/passwd') call.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm2 or higher.

References

medium severity

CVE-2020-19726

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in binutils libbfd.c 2.36 relating to the auxiliary symbol data allows attackers to read or write to system memory or cause a denial of service.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Improper Input Validation

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 gzip@1.6-3ubuntu1

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:14.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:14.04 gzip to version 1.6-3ubuntu1+esm1 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm3 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-50 Q16, ComplexImages in MagickCore/fourier.c has a heap-based buffer over-read because of incorrect calls to GetCacheViewVirtualPixels.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has a heap-based buffer overflow at MagickCore/statistic.c in EvaluateImages because of mishandling columns.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-35 Q16, there is a stack-based buffer overflow in the function PopHexPixel of coders/ps.c, which allows an attacker to cause a denial of service or code execution via a crafted image file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Use After Free

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

coders/mat.c in ImageMagick 7.0.8-43 Q16 allows remote attackers to cause a denial of service (use-after-free and application crash) or possibly have unspecified other impact by crafting a Matlab image file that is mishandled in ReadImage in MagickCore/constitute.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others
  • Fixed in: 1.12+dfsg-2ubuntu5.4+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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:14.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:14.04 krb5 to version 1.12+dfsg-2ubuntu5.4+esm3 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

In libexif, there is a possible out of bounds write due to an integer overflow. This could lead to remote escalation of privilege in the media content provider with no additional execution privileges needed. User interaction is needed for exploitation. Product: AndroidVersions: Android-10Android ID: A-112537774

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm1 or higher.

References

medium severity

Use After Free

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

There's a flaw in libxml2 in versions before 2.9.11. An attacker who is able to submit a crafted file to be processed by an application linked with libxml2 could trigger a use-after-free. The greatest impact from this flaw is to confidentiality, integrity, and availability.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm2 or higher.

References

medium severity

Untrusted Search Path

  • Vulnerable module: libxpm/libxpm4
  • Introduced through: libxpm/libxpm4@1:3.5.10-1ubuntu0.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxpm/libxpm4@1:3.5.10-1ubuntu0.1

NVD Description

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

A flaw was found in libXpm. When processing files with .Z or .gz extensions, the library calls external programs to compress and uncompress files, relying on the PATH environment variable to find these programs, which could allow a malicious user to execute other programs by manipulating the PATH environment variable.

Remediation

There is no fixed version for Ubuntu:14.04 libxpm.

References

medium severity

Use After Free

  • Vulnerable module: libxslt/libxslt1-dev
  • Introduced through: libxslt/libxslt1-dev@1.1.28-2ubuntu0.2 and libxslt/libxslt1.1@1.1.28-2ubuntu0.2
  • Fixed in: 1.1.28-2ubuntu0.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1-dev@1.1.28-2ubuntu0.2
  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1.1@1.1.28-2ubuntu0.2

NVD Description

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

Use after free in Blink XSLT in Google Chrome prior to 91.0.4472.164 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

Remediation

Upgrade Ubuntu:14.04 libxslt to version 1.1.28-2ubuntu0.2+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: pixman/libpixman-1-0
  • Introduced through: pixman/libpixman-1-0@0.30.2-2ubuntu1.2 and pixman/libpixman-1-dev@0.30.2-2ubuntu1.2
  • Fixed in: 0.30.2-2ubuntu1.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 pixman/libpixman-1-0@0.30.2-2ubuntu1.2
  • Introduced through: buildpack-deps@14.04 pixman/libpixman-1-dev@0.30.2-2ubuntu1.2

NVD Description

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

In libpixman in Pixman before 0.42.2, there is an out-of-bounds write (aka heap-based buffer overflow) in rasterize_edges_8 due to an integer overflow in pixman_sample_floor_y.

Remediation

Upgrade Ubuntu:14.04 pixman to version 0.30.2-2ubuntu1.2+esm1 or higher.

References

medium severity

Incomplete Cleanup

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in PostgreSQL. There is an issue with incomplete efforts to operate safely when a privileged user is maintaining another user's objects. The Autovacuum, REINDEX, CREATE INDEX, REFRESH MATERIALIZED VIEW, CLUSTER, and pg_amcheck commands activated relevant protections too late or not at all during the process. This flaw allows an attacker with permission to create non-temporary objects in at least one schema to execute arbitrary SQL functions under a superuser identity.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in PostgreSQL that allows authenticated database users to execute arbitrary code through missing overflow checks during SQL array value modification. This issue exists due to an integer overflow during array modification where a remote user can trigger the overflow by providing specially crafted data. This enables the execution of arbitrary code on the target system, allowing users to write arbitrary bytes to memory and extensively read the server's memory.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Out-of-Bounds

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in postgresql in versions before 13.3, before 12.7, before 11.12, before 10.17 and before 9.6.22. While modifying certain SQL array values, missing bounds checks let authenticated database users write arbitrary bytes to a wide area of server memory. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

SQL Injection

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in PostgreSQL versions before 13.1, before 12.5, before 11.10, before 10.15, before 9.6.20 and before 9.5.24. An attacker having permission to create non-temporary objects in at least one schema can execute arbitrary SQL functions under the identity of a superuser. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

SQL Injection

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

IN THE EXTENSION SCRIPT, a SQL Injection vulnerability was found in PostgreSQL if it uses @extowner@, @extschema@, or @extschema:...@ inside a quoting construct (dollar quoting, '', or ""). If an administrator has installed files of a vulnerable, trusted, non-bundled extension, an attacker with database-level CREATE privilege can execute arbitrary code as the bootstrap superuser.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

Out of bounds write in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm2 or higher.

References

medium severity

Improper Handling of Exceptional Conditions

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4
  • Fixed in: 1.8.9p5-1ubuntu1.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

In Sudo before 1.8.28, an attacker with access to a Runas ALL sudoer account can bypass certain policy blacklists and session PAM modules, and can cause incorrect logging, by invoking sudo with a crafted user ID. For example, this allows bypass of !root configuration, and USER= logging, for a "sudo -u #$((0xffffffff))" command.

Remediation

Upgrade Ubuntu:14.04 sudo to version 1.8.9p5-1ubuntu1.5+esm2 or higher.

References

medium severity

Numeric Errors

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A vulnerability was found in LibTIFF. It has been classified as critical. This affects the function TIFFReadRGBATileExt of the file libtiff/tif_getimage.c. The manipulation leads to integer overflow. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The name of the patch is 227500897dfb07fb7d27f7aa570050e62617e3be. It is recommended to apply a patch to fix this issue. The identifier VDB-213549 was assigned to this vulnerability.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm6 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm6 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: xz-utils
  • Introduced through: xz-utils@5.1.1alpha+20120614-2ubuntu2, xz-utils/liblzma-dev@5.1.1alpha+20120614-2ubuntu2 and others
  • Fixed in: 5.1.1alpha+20120614-2ubuntu2.14.04.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 xz-utils@5.1.1alpha+20120614-2ubuntu2
  • Introduced through: buildpack-deps@14.04 xz-utils/liblzma-dev@5.1.1alpha+20120614-2ubuntu2
  • Introduced through: buildpack-deps@14.04 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:14.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:14.04 xz-utils to version 5.1.1alpha+20120614-2ubuntu2.14.04.1+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

There is a flaw in the xml entity encoding functionality of libxml2 in versions before 2.9.11. An attacker who is able to supply a crafted file to be processed by an application linked with the affected functionality of libxml2 could trigger an out-of-bounds read. The most likely impact of this flaw is to application availability, with some potential impact to confidentiality and integrity if an attacker is able to use memory information to further exploit the application.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm2 or higher.

References

medium severity

Use After Free

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

An issue was discovered in libexif before 0.6.22. Use of uninitialized memory in EXIF Makernote handling could lead to crashes and potential use-after-free conditions.

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm5 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4
  • Fixed in: 1.8.9p5-1ubuntu1.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

Todd Miller's sudo version 1.8.20p1 and earlier is vulnerable to an input validation (embedded newlines) in the get_process_ttyname() function resulting in information disclosure and command execution.

Remediation

Upgrade Ubuntu:14.04 sudo to version 1.8.9p5-1ubuntu1.5+esm1 or higher.

References

medium severity

Use After Free

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm7 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-36 Q16, there is a heap-based buffer over-read in the function WriteTIFFImage of coders/tiff.c, which allows an attacker to cause a denial of service or information disclosure via a crafted image file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libjpeg-turbo/libjpeg-turbo8
  • Introduced through: libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1 and libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1
  • Fixed in: 1.3.0-0ubuntu2.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libjpeg-turbo to version 1.3.0-0ubuntu2.1+esm1 or higher.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: perl
  • Introduced through: perl@5.18.2-2ubuntu1.7, perl/perl-base@5.18.2-2ubuntu1.7 and others
  • Fixed in: 5.18.2-2ubuntu1.7+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 perl@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-base@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-modules@5.18.2-2ubuntu1.7

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 perl to version 5.18.2-2ubuntu1.7+esm5 or higher.

References

medium severity

SQL Injection

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

When the server is configured to use trust authentication with a clientcert requirement or to use cert authentication, a man-in-the-middle attacker can inject arbitrary SQL queries when a connection is first established, despite the use of SSL certificate verification and encryption.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in PostgreSQL versions before 13.1, before 12.5, before 11.10, before 10.15, before 9.6.20 and before 9.5.24. If a client application that creates additional database connections only reuses the basic connection parameters while dropping security-relevant parameters, an opportunity for a man-in-the-middle attack, or the ability to observe clear-text transmissions, could exist. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm1 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.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:14.04 sqlite3.

References

medium severity

CVE-2024-0985

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker's roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view. As part of exploiting this vulnerability, the attacker creates functions that use CREATE RULE to convert the internally-built temporary table to a view. Versions before PostgreSQL 15.6, 14.11, 13.14, and 12.18 are affected. The only known exploit does not work in PostgreSQL 16 and later. For defense in depth, PostgreSQL 16.2 adds the protections that older branches are using to fix their vulnerability.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A vulnerability was found in PostgreSQL. This attack requires permission to create non-temporary objects in at least one schema, the ability to lure or wait for an administrator to create or update an affected extension in that schema, and the ability to lure or wait for a victim to use the object targeted in CREATE OR REPLACE or CREATE IF NOT EXISTS. Given all three prerequisites, this flaw allows an attacker to run arbitrary code as the victim role, which may be a superuser.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

CVE-2022-47695

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered Binutils objdump before 2.39.3 allows attackers to cause a denial of service or other unspecified impacts via function bfd_mach_o_get_synthetic_symtab in match-o.c.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm3 or higher.

References

medium severity

CVE-2022-47696

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered Binutils objdump before 2.39.3 allows attackers to cause a denial of service or other unspecified impacts via function compare_symbols.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in Binutils addr2line before 2.39.3, function parse_module contains multiple out of bound reads which may cause a denial of service or other unspecified impacts.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

Heap buffer overflow vulnerability in binutils readelf before 2.40 via function display_debug_section in file readelf.c.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm3 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

Heap buffer overflow vulnerability in binutils readelf before 2.40 via function find_section_in_set in file readelf.c.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm3 or higher.

References

medium severity

Directory Traversal

  • Vulnerable module: busybox/busybox-initramfs
  • Introduced through: busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

NVD Description

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

An issue in the CPIO command of Busybox v1.33.2 allows attackers to execute a directory traversal.

Remediation

There is no fixed version for Ubuntu:14.04 busybox.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: cpio
  • Introduced through: cpio@2.11+dfsg-1ubuntu1.2
  • Fixed in: 2.11+dfsg-1ubuntu1.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 cpio@2.11+dfsg-1ubuntu1.2

NVD Description

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

GNU cpio through 2.13 allows attackers to execute arbitrary code via a crafted pattern file, because of a dstring.c ds_fgetstr integer overflow that triggers an out-of-bounds heap write. NOTE: it is unclear whether there are common cases where the pattern file, associated with the -E option, is untrusted data.

Remediation

Upgrade Ubuntu:14.04 cpio to version 2.11+dfsg-1ubuntu1.2+esm2 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 curl to version 7.35.0-1ubuntu2.20+esm4 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 curl to version 7.35.0-1ubuntu2.20+esm2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: e2fsprogs
  • Introduced through: e2fsprogs@1.42.9-3ubuntu1.3, e2fsprogs/e2fslibs@1.42.9-3ubuntu1.3 and others
  • Fixed in: 1.42.9-3ubuntu1.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 e2fsprogs@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/e2fslibs@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/libcomerr2@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/libss2@1.42.9-3ubuntu1.3

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:14.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:14.04 e2fsprogs to version 1.42.9-3ubuntu1.3+esm3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: file
  • Introduced through: file@1:5.14-2ubuntu3.4 and file/libmagic1@1:5.14-2ubuntu3.4
  • Fixed in: 1:5.14-2ubuntu3.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 file@1:5.14-2ubuntu3.4
  • Introduced through: buildpack-deps@14.04 file/libmagic1@1:5.14-2ubuntu3.4

NVD Description

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

cdf_read_property_info in cdf.c in file through 5.37 does not restrict the number of CDF_VECTOR elements, which allows a heap-based buffer overflow (4-byte out-of-bounds write).

Remediation

Upgrade Ubuntu:14.04 file to version 1:5.14-2ubuntu3.4+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others
  • Fixed in: 2.40.2-0ubuntu1.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

A flaw was found in GLib. The GVariant deserialization code is vulnerable to a heap buffer overflow introduced by the fix for CVE-2023-32665. This bug does not affect any released version of GLib, but does affect GLib distributors who followed the guidance of GLib developers to backport the initial fix for CVE-2023-32665.

Remediation

Upgrade Ubuntu:14.04 glib2.0 to version 2.40.2-0ubuntu1.1+esm6 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: graphviz/libcdt5
  • Introduced through: graphviz/libcdt5@2.36.0-0ubuntu3.2, graphviz/libcgraph6@2.36.0-0ubuntu3.2 and others
  • Fixed in: 2.36.0-0ubuntu3.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 graphviz/libcdt5@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libcgraph6@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgraphviz-dev@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvc6@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvc6-plugins-gtk@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvpr2@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libpathplan4@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libxdot4@2.36.0-0ubuntu3.2

NVD Description

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

Buffer Overflow in Graphviz Graph Visualization Tools from commit ID f8b9e035 and earlier allows remote attackers to execute arbitrary code or cause a denial of service (application crash) by loading a crafted file into the "lib/common/shapes.c" component.

Remediation

Upgrade Ubuntu:14.04 graphviz to version 2.36.0-0ubuntu3.2+esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: graphviz/libcdt5
  • Introduced through: graphviz/libcdt5@2.36.0-0ubuntu3.2, graphviz/libcgraph6@2.36.0-0ubuntu3.2 and others
  • Fixed in: 2.36.0-0ubuntu3.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 graphviz/libcdt5@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libcgraph6@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgraphviz-dev@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvc6@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvc6-plugins-gtk@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvpr2@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libpathplan4@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libxdot4@2.36.0-0ubuntu3.2

NVD Description

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

Graphviz 2.36.0 through 9.x before 10.0.1 has an out-of-bounds read via a crafted config6a file. NOTE: exploitability may be uncommon because this file is typically owned by root.

Remediation

Upgrade Ubuntu:14.04 graphviz to version 2.36.0-0ubuntu3.2+esm2 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.1.0-27 is vulnerable to Buffer Overflow.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm2 or higher.

References

medium severity

Incorrect Type Conversion or Cast

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick, there is load of misaligned address for type 'double', which requires 8 byte alignment and for type 'float', which requires 4 byte alignment at MagickCore/property.c. Whenever crafted or untrusted input is processed by ImageMagick, this causes a negative impact to application availability or other problems related to undefined behavior.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A vulnerability was found in ImageMagick, causing an outside the range of representable values of type 'unsigned char' at coders/psd.c, when crafted or untrusted input is processed. This leads to a negative impact to application availability or other problems related to undefined behavior.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A vulnerability was found in ImageMagick, causing an outside the range of representable values of type 'unsigned long' at coders/pcl.c, when crafted or untrusted input is processed. This leads to a negative impact to application availability or other problems related to undefined behavior.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm3 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has a heap-based buffer overflow at MagickCore/statistic.c in EvaluateImages because of mishandling rows.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has a stack-based buffer overflow at coders/pnm.c in WritePNMImage because of off-by-one errors.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has a stack-based buffer overflow at coders/pnm.c in WritePNMImage because of a misplaced assignment.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has a stack-based buffer overflow at coders/pnm.c in WritePNMImage because of a misplaced strncpy and an off-by-one error.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: json-c/libjson-c2
  • Introduced through: json-c/libjson-c2@0.11-3ubuntu1.2 and json-c/libjson0@0.11-3ubuntu1.2
  • Fixed in: 0.11-3ubuntu1.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 json-c/libjson-c2@0.11-3ubuntu1.2
  • Introduced through: buildpack-deps@14.04 json-c/libjson0@0.11-3ubuntu1.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 json-c to version 0.11-3ubuntu1.2+esm3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libcap2
  • Introduced through: libcap2@1:2.24-0ubuntu2, libcap2/libcap2-bin@1:2.24-0ubuntu2 and others
  • Fixed in: 1:2.24-0ubuntu2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libcap2@1:2.24-0ubuntu2
  • Introduced through: buildpack-deps@14.04 libcap2/libcap2-bin@1:2.24-0ubuntu2
  • Introduced through: buildpack-deps@14.04 libcap2/libpam-cap@1:2.24-0ubuntu2

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:14.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:14.04 libcap2 to version 1:2.24-0ubuntu2+esm1 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-1ubuntu2.1, libx11/libx11-data@2:1.6.2-1ubuntu2.1 and others
  • Fixed in: 2:1.6.2-1ubuntu2.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libx11/libx11-6@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-data@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-dev@2:1.6.2-1ubuntu2.1

NVD Description

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

A vulnerability was found in libX11 due to an integer overflow within the XCreateImage() function. This flaw allows a local user to trigger an integer overflow and execute arbitrary code with elevated privileges.

Remediation

Upgrade Ubuntu:14.04 libx11 to version 2:1.6.2-1ubuntu2.1+esm5 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-1ubuntu2.1, libx11/libx11-data@2:1.6.2-1ubuntu2.1 and others
  • Fixed in: 2:1.6.2-1ubuntu2.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libx11/libx11-6@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-data@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-dev@2:1.6.2-1ubuntu2.1

NVD Description

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

An integer overflow vulnerability leading to a double-free was found in libX11. This flaw allows a local privileged attacker to cause an application compiled with libX11 to crash, or in some cases, result in arbitrary code execution. The highest threat from this flaw is to confidentiality, integrity as well as system availability.

Remediation

Upgrade Ubuntu:14.04 libx11 to version 2:1.6.2-1ubuntu2.1+esm1 or higher.

References

medium severity

Double Free

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm4 or higher.

References

medium severity

Use After Free

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

There's a flaw in libxml2's xmllint in versions before 2.9.11. An attacker who is able to submit a crafted file to be processed by xmllint could trigger a use-after-free. The greatest impact of this flaw is to confidentiality, integrity, and availability.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libxpm/libxpm4
  • Introduced through: libxpm/libxpm4@1:3.5.10-1ubuntu0.1
  • Fixed in: 1:3.5.10-1ubuntu0.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxpm/libxpm4@1:3.5.10-1ubuntu0.1

NVD Description

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

A vulnerability was found in libX11 due to an integer overflow within the XCreateImage() function. This flaw allows a local user to trigger an integer overflow and execute arbitrary code with elevated privileges.

Remediation

Upgrade Ubuntu:14.04 libxpm to version 1:3.5.10-1ubuntu0.1+esm2 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm3 or higher.

References

medium severity

OS Command Injection

  • Vulnerable module: patch
  • Introduced through: patch@2.7.1-4ubuntu2.4
  • Fixed in: 2.7.1-4ubuntu2.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 patch@2.7.1-4ubuntu2.4

NVD Description

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

GNU patch through 2.7.6 is vulnerable to OS shell command injection that can be exploited by opening a crafted patch file that contains an ed style diff payload with shell metacharacters. The ed editor does not need to be present on the vulnerable system. This is different from CVE-2018-1000156.

Remediation

Upgrade Ubuntu:14.04 patch to version 2.7.1-4ubuntu2.4+esm1 or higher.

References

medium severity

OS Command Injection

  • Vulnerable module: patch
  • Introduced through: patch@2.7.1-4ubuntu2.4
  • Fixed in: 2.7.1-4ubuntu2.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 patch@2.7.1-4ubuntu2.4

NVD Description

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

do_ed_script in pch.c in GNU patch through 2.7.6 does not block strings beginning with a ! character. NOTE: this is the same commit as for CVE-2019-13638, but the ! syntax is specific to ed, and is unrelated to a shell metacharacter.

Remediation

Upgrade Ubuntu:14.04 patch to version 2.7.1-4ubuntu2.4+esm1 or higher.

References

medium severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: perl
  • Introduced through: perl@5.18.2-2ubuntu1.7, perl/perl-base@5.18.2-2ubuntu1.7 and others
  • Fixed in: 5.18.2-2ubuntu1.7+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 perl@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-base@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-modules@5.18.2-2ubuntu1.7

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:14.04 relevant fixed versions and status.

CPAN 2.28 allows Signature Verification Bypass.

Remediation

Upgrade Ubuntu:14.04 perl to version 5.18.2-2ubuntu1.7+esm4 or higher.

References

medium severity

Arbitrary Command Injection

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4
  • Fixed in: 1.8.9p5-1ubuntu1.5+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

sudo before version 1.8.18p1 is vulnerable to a bypass in the sudo noexec restriction if application run via sudo executed wordexp() C library function with a user supplied argument. A local user permitted to run such application via sudo with noexec restriction could possibly use this flaw to execute arbitrary commands with elevated privileges.

Remediation

Upgrade Ubuntu:14.04 sudo to version 1.8.9p5-1ubuntu1.5+esm5 or higher.

References

medium severity

Improper Privilege Management

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4
  • Fixed in: 1.8.9p5-1ubuntu1.5+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

In Sudo before 1.9.12p2, the sudoedit (aka -e) feature mishandles extra arguments passed in the user-provided environment variables (SUDO_EDITOR, VISUAL, and EDITOR), allowing a local attacker to append arbitrary entries to the list of files to process. This can lead to privilege escalation. Affected versions are 1.8.0 through 1.9.12.p1. The problem exists because a user-specified editor may contain a "--" argument that defeats a protection mechanism, e.g., an EDITOR='vim -- /path/to/extra/file' value.

Remediation

Upgrade Ubuntu:14.04 sudo to version 1.8.9p5-1ubuntu1.5+esm7 or higher.

References

medium severity

Use After Free

  • Vulnerable module: systemd/libudev1
  • Introduced through: systemd/libudev1@204-5ubuntu20.31 and systemd/udev@204-5ubuntu20.31

Detailed paths

  • Introduced through: buildpack-deps@14.04 systemd/libudev1@204-5ubuntu20.31
  • Introduced through: buildpack-deps@14.04 systemd/udev@204-5ubuntu20.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:14.04 relevant fixed versions and status.

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

Remediation

There is no fixed version for Ubuntu:14.04 systemd.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

An integer overflow flaw was found in libtiff that exists in the tif_getimage.c file. This flaw allows an attacker to inject and execute arbitrary code when a user opens a crafted TIFF file. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm6 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A heap-based buffer overflow flaw was found in libtiff in the handling of TIFF images in libtiff's TIFF2PDF tool. A specially crafted TIFF file can lead to arbitrary code execution. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm6 or higher.

References

medium severity

Buffer Over-read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Buffer Over-read in function find_next_quote in GitHub repository vim/vim prior to 8.2.4925. This vulnerabilities are capable of crashing software, Modify Memory, and possible remote execution

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

vim is vulnerable to Heap-based Buffer Overflow

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm4 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

vim is vulnerable to Heap-based Buffer Overflow

Remediation

There is no fixed version for Ubuntu:14.04 vim.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.

Remediation

There is no fixed version for Ubuntu:14.04 vim.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow occurs in vim in GitHub repository vim/vim prior to 8.2.4563.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm5 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in function cmdline_erase_chars in GitHub repository vim/vim prior to 8.2.4899. This vulnerabilities are capable of crashing software, modify memory, and possible remote execution

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm5 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap buffer overflow in vim_strncpy find_word in GitHub repository vim/vim prior to 8.2.4919. This vulnerability is capable of crashing software, Bypass Protection Mechanism, Modify Memory, and possible remote execution

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm5 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1189.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm6 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1225.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm6 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm14

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1331.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm14 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm10

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Integer Overflow or Wraparound in GitHub repository vim/vim prior to 9.0.1532.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm10 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

A null pointer dereference issue was discovered in function gui_x11_create_blank_mouse in gui_x11.c in vim 8.1.2269 thru 9.0.0339 allows attackers to cause denial of service or other unspecified impacts.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm6 or higher.

References

medium severity

Out-of-Bounds

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Access of Memory Location Before Start of Buffer in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Buffer Over-read in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.1143.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm6 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

vim is vulnerable to Heap-based Buffer Overflow

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm3 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.

Remediation

There is no fixed version for Ubuntu:14.04 vim.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

medium severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Write in GitHub repository vim/vim prior to 9.0.1145.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm6 or higher.

References

medium severity

Stack-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

vim is vulnerable to Use of Uninitialized Variable

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm4 or higher.

References

medium severity

Stack-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

medium severity

Stack-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

medium severity

Stack-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm13

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Stack-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.0598.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm13 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use after free in utf_ptr2char in GitHub repository vim/vim prior to 8.2.4646.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm5 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use after free in append_command in GitHub repository vim/vim prior to 8.2.4895. This vulnerability is capable of crashing software, Bypass Protection Mechanism, Modify Memory, and possible remote execution

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm5 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 9.0.0046.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 9.0.0360.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm12 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm13

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 9.0.0530.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm13 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm14

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 9.0.1840.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm14 or higher.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm14

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 9.0.1857.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm14 or higher.

References

medium severity

Use of Out-of-range Pointer Offset

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

Use of Out-of-range Pointer Offset

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 8.2.4418.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

Improper Initialization

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GNU Binutils before 2.34 has an uninitialized-heap vulnerability in function tic4x_print_cond (file opcodes/tic4x-dis.c) which could allow attackers to make an information leak.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm3 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

Heap-based Buffer Overflow in function bfd_getl32 in Binutils objdump 3.37.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm3 or higher.

References

medium severity

Insufficient Verification of Data Authenticity

  • Vulnerable module: ca-certificates
  • Introduced through: ca-certificates@20170717~14.04.2
  • Fixed in: 20211016~14.04.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ca-certificates@20170717~14.04.2

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:14.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:14.04 ca-certificates to version 2021101614.04.1esm1 or higher.

References

medium severity

Cleartext Transmission of Sensitive Information

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm8 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.04 relevant fixed versions and status.

curl 7.21.0 to and including 7.73.0 is vulnerable to uncontrolled recursion due to a stack overflow issue in FTP wildcard match parsing.

Remediation

Upgrade Ubuntu:14.04 curl to version 7.35.0-1ubuntu2.20+esm6 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: cyrus-sasl2/libsasl2-2
  • Introduced through: cyrus-sasl2/libsasl2-2@2.1.25.dfsg1-17build1 and cyrus-sasl2/libsasl2-modules-db@2.1.25.dfsg1-17build1
  • Fixed in: 2.1.25.dfsg1-17ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 cyrus-sasl2/libsasl2-2@2.1.25.dfsg1-17build1
  • Introduced through: buildpack-deps@14.04 cyrus-sasl2/libsasl2-modules-db@2.1.25.dfsg1-17build1

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:14.04 relevant fixed versions and status.

cyrus-sasl (aka Cyrus SASL) 2.1.27 has an out-of-bounds write leading to unauthenticated remote denial-of-service in OpenLDAP via a malformed LDAP packet. The OpenLDAP crash is ultimately caused by an off-by-one error in _sasl_add_string in common.c in cyrus-sasl.

Remediation

Upgrade Ubuntu:14.04 cyrus-sasl2 to version 2.1.25.dfsg1-17ubuntu0.1~esm1 or higher.

References

medium severity

Memory Leak

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

A flaw was found in the GNU C Library. A recent fix for CVE-2023-4806 introduced the potential for a memory leak, which may result in an application crash.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.04 relevant fixed versions and status.

Expat (aka libexpat) before 2.4.4 has an integer overflow in the doProlog function.

Remediation

Upgrade Ubuntu:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.04 relevant fixed versions and status.

In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.

Remediation

Upgrade Ubuntu:14.04 expat to version 2.1.0-4ubuntu1.4+esm2 or higher.

References

medium severity

Use After Free

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm7 or higher.

References

medium severity

Deserialization of Untrusted Data

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others
  • Fixed in: 2.40.2-0ubuntu1.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

A flaw was found in glib, where the gvariant deserialization code is vulnerable to a denial of service introduced by additional input validation added to resolve CVE-2023-29499. The offset table validation may be very slow. This bug does not affect any released version of glib but does affect glib distributors who followed the guidance of glib developers to backport the initial fix for CVE-2023-29499.

Remediation

Upgrade Ubuntu:14.04 glib2.0 to version 2.40.2-0ubuntu1.1+esm6 or higher.

References

medium severity

Incorrect Conversion between Numeric Types

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

An issue was discovered in GNOME GLib before 2.66.6 and 2.67.x before 2.67.3. The function g_bytes_new has an integer overflow on 64-bit platforms due to an implicit cast from 64 bits to 32 bits. The overflow could potentially lead to memory corruption.

Remediation

There is no fixed version for Ubuntu:14.04 glib2.0.

References

medium severity

Incorrect Conversion between Numeric Types

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

An issue was discovered in GNOME GLib before 2.66.7 and 2.67.x before 2.67.4. If g_byte_array_new_take() was called with a buffer of 4GB or more on a 64-bit platform, the length would be truncated modulo 2**32, causing unintended length truncation.

Remediation

There is no fixed version for Ubuntu:14.04 glib2.0.

References

medium severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others
  • Fixed in: 2.40.2-0ubuntu1.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

The keyfile settings backend in GNOME GLib (aka glib2.0) before 2.60.0 creates directories using g_file_make_directory_with_parents (kfsb->dir, NULL, NULL) and files using g_file_replace_contents (kfsb->file, contents, length, NULL, FALSE, G_FILE_CREATE_REPLACE_DESTINATION, NULL, NULL, NULL). Consequently, it does not properly restrict directory (and file) permissions. Instead, for directories, 0777 permissions are used; for files, default file permissions are used. This is similar to CVE-2019-12450.

Remediation

Upgrade Ubuntu:14.04 glib2.0 to version 2.40.2-0ubuntu1.1+esm3 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others
  • Fixed in: 2.40.2-0ubuntu1.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

A flaw was found in GLib. GVariant deserialization fails to validate that the input conforms to the expected format, leading to denial of service.

Remediation

Upgrade Ubuntu:14.04 glib2.0 to version 2.40.2-0ubuntu1.1+esm6 or higher.

References

medium severity

Improper Validation of Integrity Check Value

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+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.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm1 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm1 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm3 or higher.

References

medium severity

Off-by-one Error

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm2 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

An issue was discovered with ImageMagick 7.1.0-4 via Division by zero in function ReadEnhMetaFile of coders/emf.c.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm3 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

There is an infinite loop in the jpc_dec_tileinit function in jpc/jpc_dec.c of Jasper 2.0.13. It will lead to a remote denial of service attack.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

medium severity
new

Out-of-bounds Write

  • Vulnerable module: klibc/klibc-utils
  • Introduced through: klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3 and klibc/libklibc@2.0.3-0ubuntu1.14.04.3
  • Fixed in: 2.0.3-0ubuntu1.14.04.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3
  • Introduced through: buildpack-deps@14.04 klibc/libklibc@2.0.3-0ubuntu1.14.04.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream klibc package and not the klibc package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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:14.04 klibc to version 2.0.3-0ubuntu1.14.04.3+esm3 or higher.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others
  • Fixed in: 1.12+dfsg-2ubuntu5.4+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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:14.04 relevant fixed versions and status.

MIT Kerberos 5 (aka krb5) before 1.17.2 and 1.18.x before 1.18.3 allows unbounded recursion via an ASN.1-encoded Kerberos message because the lib/krb5/asn.1/asn1_encode.c support for BER indefinite lengths lacks a recursion limit.

Remediation

Upgrade Ubuntu:14.04 krb5 to version 1.12+dfsg-2ubuntu5.4+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

In exif_data_load_data_content of exif-data.c, there is a possible UBSAN abort due to an integer overflow. This could lead to remote denial of service with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-146428941

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm5 or higher.

References

medium severity

Double Free

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-3ubuntu0.11
  • Fixed in: 2.1.0-3ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libgd2/libgd3@2.1.0-3ubuntu0.11

NVD Description

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

gdImageGd2Ptr in gd_gd2.c in the GD Graphics Library (aka LibGD) through 2.3.2 has a double free. NOTE: the vendor's position is "The GD2 image format is a proprietary image format of libgd. It has to be regarded as being obsolete, and should only be used for development and testing purposes.

Remediation

Upgrade Ubuntu:14.04 libgd2 to version 2.1.0-3ubuntu0.11+esm2 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-1ubuntu2.1, libx11/libx11-data@2:1.6.2-1ubuntu2.1 and others
  • Fixed in: 2:1.6.2-1ubuntu2.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 libx11/libx11-6@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-data@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-dev@2:1.6.2-1ubuntu2.1

NVD Description

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

A vulnerability was found in libX11. The security flaw occurs because the functions in src/InitExt.c in libX11 do not check that the values provided for the Request, Event, or Error IDs are within the bounds of the arrays that those functions write to, using those IDs as array indexes. They trust that they were called with values provided by an Xserver adhering to the bounds specified in the X11 protocol, as all X servers provided by X.Org do. As the protocol only specifies a single byte for these values, an out-of-bounds value provided by a malicious server (or a malicious proxy-in-the-middle) can only overwrite other portions of the Display structure and not write outside the bounds of the Display structure itself, possibly causing the client to crash with this memory corruption.

Remediation

Upgrade Ubuntu:14.04 libx11 to version 2:1.6.2-1ubuntu2.1+esm3 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm4 or higher.

References

medium severity

Use After Free

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

valid.c in libxml2 before 2.9.13 has a use-after-free of ID and IDREF attributes.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm3 or higher.

References

medium severity

Use After Free

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

An issue was discovered in libxml2 before 2.11.7 and 2.12.x before 2.12.5. When using the XML Reader interface with DTD validation and XInclude expansion enabled, processing crafted XML documents can lead to an xmlValidatePopElement use-after-free.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm6 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libxpm/libxpm4
  • Introduced through: libxpm/libxpm4@1:3.5.10-1ubuntu0.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxpm/libxpm4@1:3.5.10-1ubuntu0.1

NVD Description

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

A flaw was found in libXpm. When processing a file with width of 0 and a very large height, some parser functions will be called repeatedly and can lead to an infinite loop, resulting in a Denial of Service in the application linked to the library.

Remediation

There is no fixed version for Ubuntu:14.04 libxpm.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libxpm/libxpm4
  • Introduced through: libxpm/libxpm4@1:3.5.10-1ubuntu0.1
  • Fixed in: 1:3.5.10-1ubuntu0.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxpm/libxpm4@1:3.5.10-1ubuntu0.1

NVD Description

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

A flaw was found in libXpm. This issue occurs when parsing a file with a comment not closed; the end-of-file condition will not be detected, leading to an infinite loop and resulting in a Denial of Service in the application linked to the library.

Remediation

Upgrade Ubuntu:14.04 libxpm to version 1:3.5.10-1ubuntu0.1+esm1 or higher.

References

medium severity

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

  • Vulnerable module: libxslt/libxslt1-dev
  • Introduced through: libxslt/libxslt1-dev@1.1.28-2ubuntu0.2 and libxslt/libxslt1.1@1.1.28-2ubuntu0.2
  • Fixed in: 1.1.28-2ubuntu0.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1-dev@1.1.28-2ubuntu0.2
  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1.1@1.1.28-2ubuntu0.2

NVD Description

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

Type confusion in xsltNumberFormatGetMultipleLevel prior to libxslt 1.1.33 could allow attackers to potentially exploit heap corruption via crafted XML data.

Remediation

Upgrade Ubuntu:14.04 libxslt to version 1.1.28-2ubuntu0.2+esm2 or higher.

References

medium severity

Use After Free

  • Vulnerable module: libxslt/libxslt1-dev
  • Introduced through: libxslt/libxslt1-dev@1.1.28-2ubuntu0.2 and libxslt/libxslt1.1@1.1.28-2ubuntu0.2
  • Fixed in: 1.1.28-2ubuntu0.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1-dev@1.1.28-2ubuntu0.2
  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1.1@1.1.28-2ubuntu0.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libxslt to version 1.1.28-2ubuntu0.2+esm1 or higher.

References

medium severity

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

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was discovered in ldap_X509dn2bv in OpenLDAP before 2.4.57 leading to a slapd crash in the X.509 DN parsing in ad_keystring, resulting in denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

CVE-2019-13565

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5
  • Fixed in: 2.4.31-1+nmu2ubuntu8.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

An issue was discovered in OpenLDAP 2.x before 2.4.48. When using SASL authentication and session encryption, and relying on the SASL security layers in slapd access controls, it is possible to obtain access that would otherwise be denied via a simple bind for any identity covered in those ACLs. After the first SASL bind is completed, the sasl_ssf value is retained for all new non-SASL connections. Depending on the ACL configuration, this can affect different types of operations (searches, modifications, etc.). In other words, a successful authorization step completed by one user affects the authorization requirement for a different user.

Remediation

Upgrade Ubuntu:14.04 openldap to version 2.4.31-1+nmu2ubuntu8.5+esm1 or higher.

References

medium severity

CVE-2020-36226

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was discovered in OpenLDAP before 2.4.57 leading to a memch->bv_len miscalculation and slapd crash in the saslAuthzTo processing, resulting in denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Double Free

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was discovered in OpenLDAP before 2.4.57 leading to a double free and slapd crash in the saslAuthzTo processing, resulting in denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Integer Underflow

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

An integer underflow was discovered in OpenLDAP before 2.4.57 leading to a slapd crash in the Certificate List Exact Assertion processing, resulting in denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Integer Underflow

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

An integer underflow was discovered in OpenLDAP before 2.4.57 leading to slapd crashes in the Certificate Exact Assertion processing, resulting in denial of service (schema_init.c serialNumberAndIssuerCheck).

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was discovered in OpenLDAP before 2.4.57 leading to an infinite loop in slapd with the cancel_extop Cancel operation, resulting in denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5
  • Fixed in: 2.4.31-1+nmu2ubuntu8.5+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A NULL pointer dereference was found in OpenLDAP server and was fixed in openldap 2.4.55, during a request for renaming RDNs. An unauthenticated attacker could remotely crash the slapd process by sending a specially crafted request, causing a Denial of Service.

Remediation

Upgrade Ubuntu:14.04 openldap to version 2.4.31-1+nmu2ubuntu8.5+esm3 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was discovered in OpenLDAP before 2.4.57 leading to a slapd crash in the Values Return Filter control handling, resulting in denial of service (double free and out-of-bounds read).

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Reachable Assertion

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5
  • Fixed in: 2.4.31-1+nmu2ubuntu8.5+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was found in OpenLDAP. This flaw allows an attacker who can send a malicious packet to be processed by OpenLDAP’s slapd server, to trigger an assertion failure. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 openldap to version 2.4.31-1+nmu2ubuntu8.5+esm4 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5
  • Fixed in: 2.4.31-1+nmu2ubuntu8.5+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was found in OpenLDAP in versions before 2.4.56. This flaw allows an attacker who sends a malicious packet processed by OpenLDAP to force a failed assertion in csnNormalize23(). The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 openldap to version 2.4.31-1+nmu2ubuntu8.5+esm4 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was discovered in OpenLDAP before 2.4.57 leading in an assertion failure in slapd in the X.509 DN parsing in decode.c ber_next_element, resulting in denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Reachable Assertion

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was discovered in OpenLDAP before 2.4.57 leading to an assertion failure in slapd in the saslAuthzTo validation, resulting in denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Reachable Assertion

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

In OpenLDAP through 2.4.57 and 2.5.x through 2.5.1alpha, an assertion failure in slapd can occur in the issuerAndThisUpdateCheck function via a crafted packet, resulting in a denial of service (daemon exit) via a short timestamp. This is related to schema_init.c and checkTime.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Release of Invalid Pointer or Reference

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

A flaw was discovered in OpenLDAP before 2.4.57 leading to an invalid pointer free and slapd crash in the saslAuthzTo processing, resulting in denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 openldap.

References

medium severity

Resource Exhaustion

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5
  • Fixed in: 2.4.31-1+nmu2ubuntu8.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters with nested boolean expressions can result in denial of service (daemon crash).

Remediation

Upgrade Ubuntu:14.04 openldap to version 2.4.31-1+nmu2ubuntu8.5+esm2 or higher.

References

medium severity

Use After Free

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.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:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm6 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: p11-kit/libp11-kit-dev
  • Introduced through: p11-kit/libp11-kit-dev@0.20.2-2ubuntu2 and p11-kit/libp11-kit0@0.20.2-2ubuntu2
  • Fixed in: 0.20.2-2ubuntu2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 p11-kit/libp11-kit-dev@0.20.2-2ubuntu2
  • Introduced through: buildpack-deps@14.04 p11-kit/libp11-kit0@0.20.2-2ubuntu2

NVD Description

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

An issue was discovered in p11-kit 0.21.1 through 0.23.21. Multiple integer overflows have been discovered in the array allocations in the p11-kit library and the p11-kit list command, where overflow checks are missing before calling realloc or calloc.

Remediation

Upgrade Ubuntu:14.04 p11-kit to version 0.20.2-2ubuntu2+esm1 or higher.

References

medium severity

Permissive Whitelist

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in the psql interactive terminal of PostgreSQL in versions before 13.1, before 12.5, before 11.10, before 10.15, before 9.6.20 and before 9.5.24. If an interactive psql session uses \gset when querying a compromised server, the attacker can execute arbitrary code as the operating system account running psql. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Algorithmic Complexity

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm13

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm13 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm12 or higher.

References

medium severity

CVE-2019-16056

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm3 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm15 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm6 or higher.

References

medium severity

Use After Free

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm17

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm17 or higher.

References

medium severity
new

Algorithmic Complexity

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

There is no fixed version for Ubuntu:14.04 python3.4.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

Note: Versions mentioned in the description apply only to the upstream python3.4 package and not the python3.4 package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm12 or higher.

References

medium severity

CVE-2019-16056

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm4 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

There is no fixed version for Ubuntu:14.04 python3.4.

References

medium severity

Improper Input Validation

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm7 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm11 or higher.

References

medium severity
new

Use After Free

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 python3.4.

References

medium severity

Improper Validation of Array Index

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.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:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm3 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

multiSelect in select.c in SQLite 3.30.1 mishandles certain errors during parsing, as demonstrated by errors from sqlite3WindowRewrite() calls. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-19880.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm2 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm12 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm14

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1969.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm14 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

NULL Pointer Dereference in function vim_regexec_string at regexp.c:2729 in GitHub repository vim/vim prior to 8.2.4901. NULL Pointer Dereference in function vim_regexec_string at regexp.c:2729 allows attackers to cause a denial of service (application crash) via a crafted input.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm5 or higher.

References

medium severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1
  • Introduced through: buildpack-deps@14.04 zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

NVD Description

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

References

medium severity

Out-of-Bounds

  • Vulnerable module: isc-dhcp/isc-dhcp-client
  • Introduced through: isc-dhcp/isc-dhcp-client@4.2.4-7ubuntu12.13 and isc-dhcp/isc-dhcp-common@4.2.4-7ubuntu12.13
  • Fixed in: 4.2.4-7ubuntu12.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 isc-dhcp/isc-dhcp-client@4.2.4-7ubuntu12.13
  • Introduced through: buildpack-deps@14.04 isc-dhcp/isc-dhcp-common@4.2.4-7ubuntu12.13

NVD Description

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

In ISC DHCP 4.1-ESV-R1 -> 4.1-ESV-R16, ISC DHCP 4.4.0 -> 4.4.2 (Other branches of ISC DHCP (i.e., releases in the 4.0.x series or lower and releases in the 4.3.x series) are beyond their End-of-Life (EOL) and no longer supported by ISC. From inspection it is clear that the defect is also present in releases from those series, but they have not been officially tested for the vulnerability), The outcome of encountering the defect while reading a lease that will trigger it varies, according to: the component being affected (i.e., dhclient or dhcpd) whether the package was built as a 32-bit or 64-bit binary whether the compiler flag -fstack-protection-strong was used when compiling In dhclient, ISC has not successfully reproduced the error on a 64-bit system. However, on a 32-bit system it is possible to cause dhclient to crash when reading an improper lease, which could cause network connectivity problems for an affected system due to the absence of a running DHCP client process. In dhcpd, when run in DHCPv4 or DHCPv6 mode: if the dhcpd server binary was built for a 32-bit architecture AND the -fstack-protection-strong flag was specified to the compiler, dhcpd may exit while parsing a lease file containing an objectionable lease, resulting in lack of service to clients. Additionally, the offending lease and the lease immediately following it in the lease database may be improperly deleted. if the dhcpd server binary was built for a 64-bit architecture OR if the -fstack-protection-strong compiler flag was NOT specified, the crash will not occur, but it is possible for the offending lease and the lease which immediately followed it to be improperly deleted.

Remediation

Upgrade Ubuntu:14.04 isc-dhcp to version 4.2.4-7ubuntu12.13+esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.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:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm4 or higher.

References

medium severity

CVE-2019-14866

  • Vulnerable module: cpio
  • Introduced through: cpio@2.11+dfsg-1ubuntu1.2
  • Fixed in: 2.11+dfsg-1ubuntu1.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 cpio@2.11+dfsg-1ubuntu1.2

NVD Description

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

In all versions of cpio before 2.13 does not properly validate input files when generating TAR archives. When cpio is used to create TAR archives from paths an attacker can write to, the resulting archive may contain files with permissions the attacker did not have or in paths he did not have access to. Extracting those archives from a high-privilege user without carefully reviewing them may lead to the compromise of the system.

Remediation

Upgrade Ubuntu:14.04 cpio to version 2.11+dfsg-1ubuntu1.2+esm1 or higher.

References

medium severity

Untrusted Search Path

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

It was found that some PostgreSQL extensions did not use search_path safely in their installation script. An attacker with sufficient privileges could use this flaw to trick an administrator into executing a specially crafted script, during the installation or update of such extension. This affects PostgreSQL versions before 12.4, before 11.9, before 10.14, before 9.6.19, and before 9.5.23.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

vim is vulnerable to Use After Free

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm3 or higher.

References

medium severity

CVE-2023-2454

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

schema_element defeats protective search_path changes; It was found that certain database calls in PostgreSQL could permit an authed attacker with elevated database-level privileges to execute arbitrary code.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Improper Encoding or Escaping of Output

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm7 or higher.

References

medium severity

Improper Encoding or Escaping of Output

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm8 or higher.

References

medium severity

Out-of-bounds Read

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 apr/libapr1@1.5.0-1

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:14.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:14.04 apr to version 1.5.0-1ubuntu0.1~esm1 or higher.

References

medium severity

Link Following

  • Vulnerable module: dbus/libdbus-1-3
  • Introduced through: dbus/libdbus-1-3@1.6.18-0ubuntu4.5
  • Fixed in: 1.6.18-0ubuntu4.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 dbus/libdbus-1-3@1.6.18-0ubuntu4.5

NVD Description

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

dbus before 1.10.28, 1.12.x before 1.12.16, and 1.13.x before 1.13.12, as used in DBusServer in Canonical Upstart in Ubuntu 14.04 (and in some, less common, uses of dbus-daemon), allows cookie spoofing because of symlink mishandling in the reference implementation of DBUS_COOKIE_SHA1 in the libdbus library. (This only affects the DBUS_COOKIE_SHA1 authentication mechanism.) A malicious client with write access to its own home directory could manipulate a ~/.dbus-keyrings symlink to cause a DBusServer with a different uid to read and write in unintended locations. In the worst case, this could result in the DBusServer reusing a cookie that is known to the malicious client, and treating that cookie as evidence that a subsequent client connection came from an attacker-chosen uid, allowing authentication bypass.

Remediation

Upgrade Ubuntu:14.04 dbus to version 1.6.18-0ubuntu4.5+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A heap buffer overflow in ExtractImageSection function in tiffcrop.c in libtiff library Version 4.3.0 allows attacker to trigger unsafe or out of bounds memory access via crafted TIFF image file which could result into application crash, potential information disclosure or any other context-dependent impact

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm1 or higher.

References

medium severity

CVE-2023-51767

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:6.6p1-2ubuntu2.13

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssh/openssh-client@1:6.6p1-2ubuntu2.13

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:14.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:14.04 openssh.

References

medium severity

Out-of-bounds Write

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 e2fsprogs@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/e2fslibs@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/libcomerr2@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/libss2@1.42.9-3ubuntu1.3

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:14.04 relevant fixed versions and status.

An exploitable code execution vulnerability exists in the quota file functionality of E2fsprogs 1.45.3. A specially crafted ext4 partition can cause an out-of-bounds write on the heap, resulting in code execution. An attacker can corrupt a partition to trigger this vulnerability.

Remediation

Upgrade Ubuntu:14.04 e2fsprogs to version 1.42.9-3ubuntu1.3+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: e2fsprogs
  • Introduced through: e2fsprogs@1.42.9-3ubuntu1.3, e2fsprogs/e2fslibs@1.42.9-3ubuntu1.3 and others
  • Fixed in: 1.42.9-3ubuntu1.3+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 e2fsprogs@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/e2fslibs@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/libcomerr2@1.42.9-3ubuntu1.3
  • Introduced through: buildpack-deps@14.04 e2fsprogs/libss2@1.42.9-3ubuntu1.3

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:14.04 relevant fixed versions and status.

A code execution vulnerability exists in the directory rehashing functionality of E2fsprogs e2fsck 1.45.4. A specially crafted ext4 directory can cause an out-of-bounds write on the stack, resulting in code execution. An attacker can corrupt a partition to trigger this vulnerability.

Remediation

Upgrade Ubuntu:14.04 e2fsprogs to version 1.42.9-3ubuntu1.3+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-1ubuntu2.1, libx11/libx11-data@2:1.6.2-1ubuntu2.1 and others
  • Fixed in: 2:1.6.2-1ubuntu2.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libx11/libx11-6@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-data@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-dev@2:1.6.2-1ubuntu2.1

NVD Description

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

An integer overflow leading to a heap-buffer overflow was found in The X Input Method (XIM) client was implemented in libX11 before version 1.6.10. As per upstream this is security relevant when setuid programs call XIM client functions while running with elevated privileges. No such programs are shipped with Red Hat Enterprise Linux.

Remediation

Upgrade Ubuntu:14.04 libx11 to version 2:1.6.2-1ubuntu2.1+esm1 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

vim is vulnerable to Heap-based Buffer Overflow

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.1376.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm7 or higher.

References

medium severity

Incorrect Calculation of Buffer Size

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Incorrect Calculation of Buffer Size in GitHub repository vim/vim prior to 9.0.1378.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm7 or higher.

References

medium severity

Integer Overflow or Wraparound

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 apr-util/libaprutil1@1.5.3-1

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:14.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:14.04 apr-util to version 1.5.3-1ubuntu0.1~esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an integer overflow leading to a SEGV in _bfd_dwarf2_find_nearest_line in dwarf2.c, as demonstrated by nm.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

medium severity

CVE-2022-42012

  • Vulnerable module: dbus/libdbus-1-3
  • Introduced through: dbus/libdbus-1-3@1.6.18-0ubuntu4.5
  • Fixed in: 1.6.18-0ubuntu4.5+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 dbus/libdbus-1-3@1.6.18-0ubuntu4.5

NVD Description

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

An issue was discovered in D-Bus before 1.12.24, 1.13.x and 1.14.x before 1.14.4, and 1.15.x before 1.15.2. An authenticated attacker can cause dbus-daemon and other programs that use libdbus to crash by sending a message with attached file descriptors in an unexpected format.

Remediation

Upgrade Ubuntu:14.04 dbus to version 1.6.18-0ubuntu4.5+esm3 or higher.

References

medium severity

Improper Validation of Array Index

  • Vulnerable module: dbus/libdbus-1-3
  • Introduced through: dbus/libdbus-1-3@1.6.18-0ubuntu4.5
  • Fixed in: 1.6.18-0ubuntu4.5+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 dbus/libdbus-1-3@1.6.18-0ubuntu4.5

NVD Description

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

An issue was discovered in D-Bus before 1.12.24, 1.13.x and 1.14.x before 1.14.4, and 1.15.x before 1.15.2. An authenticated attacker can cause dbus-daemon and other programs that use libdbus to crash when receiving a message where an array length is inconsistent with the size of the element type.

Remediation

Upgrade Ubuntu:14.04 dbus to version 1.6.18-0ubuntu4.5+esm3 or higher.

References

medium severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: dbus/libdbus-1-3
  • Introduced through: dbus/libdbus-1-3@1.6.18-0ubuntu4.5
  • Fixed in: 1.6.18-0ubuntu4.5+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 dbus/libdbus-1-3@1.6.18-0ubuntu4.5

NVD Description

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

An issue was discovered in D-Bus before 1.12.24, 1.13.x and 1.14.x before 1.14.4, and 1.15.x before 1.15.2. An authenticated attacker can cause dbus-daemon and other programs that use libdbus to crash when receiving a message with certain invalid type signatures.

Remediation

Upgrade Ubuntu:14.04 dbus to version 1.6.18-0ubuntu4.5+esm3 or higher.

References

medium severity

Uncontrolled Recursion

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm6 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-1ubuntu2.8 and freetype/libfreetype6-dev@2.5.2-1ubuntu2.8
  • Fixed in: 2.5.2-1ubuntu2.8+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6@2.5.2-1ubuntu2.8
  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6-dev@2.5.2-1ubuntu2.8

NVD Description

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

FreeType before 2.6.1 has a buffer over-read in skip_comment in psaux/psobjs.c because ps_parser_skip_PS_token is mishandled in an FT_New_Memory_Face operation.

Remediation

Upgrade Ubuntu:14.04 freetype to version 2.5.2-1ubuntu2.8+esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-1ubuntu2.8 and freetype/libfreetype6-dev@2.5.2-1ubuntu2.8
  • Fixed in: 2.5.2-1ubuntu2.8+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6@2.5.2-1ubuntu2.8
  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6-dev@2.5.2-1ubuntu2.8

NVD Description

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

FreeType before 2.6.2 has a heap-based buffer over-read in tt_cmap14_validate in sfnt/ttcmap.c.

Remediation

Upgrade Ubuntu:14.04 freetype to version 2.5.2-1ubuntu2.8+esm1 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.16-1ubuntu2.6 and gnupg/gpgv@1.4.16-1ubuntu2.6
  • Fixed in: 1.4.16-1ubuntu2.6+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 gnupg@1.4.16-1ubuntu2.6
  • Introduced through: buildpack-deps@14.04 gnupg/gpgv@1.4.16-1ubuntu2.6

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:14.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:14.04 gnupg to version 1.4.16-1ubuntu2.6+esm1 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm3 or higher.

References

medium severity

CVE-2022-44268

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.1.0-49 is vulnerable to Information Disclosure. When it parses a PNG image (e.g., for resize), the resulting image could have embedded the content of an arbitrary. file (if the magick binary has permissions to read it).

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm5 or higher.

References

medium severity

Improper Resource Shutdown or Release

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.1.0-49 is vulnerable to Denial of Service. When it parses a PNG image (e.g., for resize), the convert process could be left waiting for stdin input.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm5 or higher.

References

medium severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has memory leaks at AcquireMagickMemory because of mishandling the NoSuchImage error in CLIListOperatorImages in MagickWand/operation.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: isc-dhcp/isc-dhcp-client
  • Introduced through: isc-dhcp/isc-dhcp-client@4.2.4-7ubuntu12.13 and isc-dhcp/isc-dhcp-common@4.2.4-7ubuntu12.13
  • Fixed in: 4.2.4-7ubuntu12.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 isc-dhcp/isc-dhcp-client@4.2.4-7ubuntu12.13
  • Introduced through: buildpack-deps@14.04 isc-dhcp/isc-dhcp-common@4.2.4-7ubuntu12.13

NVD Description

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

In ISC DHCP 1.0 -> 4.4.3, ISC DHCP 4.1-ESV-R1 -> 4.1-ESV-R16-P1 a system with access to a DHCP server, sending DHCP packets crafted to include fqdn labels longer than 63 bytes, could eventually cause the server to run out of memory.

Remediation

Upgrade Ubuntu:14.04 isc-dhcp to version 4.2.4-7ubuntu12.13+esm2 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: isc-dhcp/isc-dhcp-client
  • Introduced through: isc-dhcp/isc-dhcp-client@4.2.4-7ubuntu12.13 and isc-dhcp/isc-dhcp-common@4.2.4-7ubuntu12.13
  • Fixed in: 4.2.4-7ubuntu12.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 isc-dhcp/isc-dhcp-client@4.2.4-7ubuntu12.13
  • Introduced through: buildpack-deps@14.04 isc-dhcp/isc-dhcp-common@4.2.4-7ubuntu12.13

NVD Description

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

In ISC DHCP 4.4.0 -> 4.4.3, ISC DHCP 4.1-ESV-R1 -> 4.1-ESV-R16-P1, when the function option_code_hash_lookup() is called from add_option(), it increases the option's refcount field. However, there is not a corresponding call to option_dereference() to decrement the refcount field. The function add_option() is only used in server responses to lease query packets. Each lease query response calls this function for several options, so eventually, the reference counters could overflow and cause the server to abort.

Remediation

Upgrade Ubuntu:14.04 isc-dhcp to version 4.2.4-7ubuntu12.13+esm2 or higher.

References

medium severity

Access of Uninitialized Pointer

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others
  • Fixed in: 1.12+dfsg-2ubuntu5.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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:14.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:14.04 krb5 to version 1.12+dfsg-2ubuntu5.4+esm4 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm5 or higher.

References

medium severity

Double Free

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

An issue was discovered in libxml2 before 2.10.4. When hashing empty dict strings in a crafted XML document, xmlDictComputeFastKey in dict.c can produce non-deterministic values, leading to various logic and memory errors, such as a double free. This behavior occurs because there is an attempt to use the first byte of an empty string, and any value is possible (not solely the '\0' value).

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm5 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

In libxml2 before 2.9.14, several buffer handling functions in buf.c (xmlBuf*) and tree.c (xmlBuffer*) don't check for integer overflows. This can result in out-of-bounds memory writes. Exploitation requires a victim to open a crafted, multi-gigabyte XML file. Other software using libxml2's buffer functions, for example libxslt through 1.1.35, is affected as well.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm3 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

In libxml2 before 2.10.4, parsing of certain invalid XSD schemas can lead to a NULL pointer dereference and subsequently a segfault. This occurs in xmlSchemaFixupComplexType in xmlschemas.c.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm5 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm4 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.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:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm9 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: pixman/libpixman-1-0
  • Introduced through: pixman/libpixman-1-0@0.30.2-2ubuntu1.2 and pixman/libpixman-1-dev@0.30.2-2ubuntu1.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 pixman/libpixman-1-0@0.30.2-2ubuntu1.2
  • Introduced through: buildpack-deps@14.04 pixman/libpixman-1-dev@0.30.2-2ubuntu1.2

NVD Description

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

stress-test master commit e4c878 was discovered to contain a FPE vulnerability via the component combine_inner at /pixman-combine-float.c.

Remediation

There is no fixed version for Ubuntu:14.04 pixman.

References

medium severity

CVE-2021-32029

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in postgresql. Using an UPDATE ... RETURNING command on a purpose-crafted table, an authenticated database user could read arbitrary bytes of server memory. The highest threat from this vulnerability is to data confidentiality.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Information Exposure

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in postgresql. Using an INSERT ... ON CONFLICT ... DO UPDATE command on a purpose-crafted table, an authenticated database user could read arbitrary bytes of server memory. The highest threat from this vulnerability is to data confidentiality.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Resource Exhaustion

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm18

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm18 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm11 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

There is no fixed version for Ubuntu:14.04 python3.4.

References

medium severity

Improper Input Validation

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

Insufficient data validation in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to bypass defense-in-depth measures via a crafted HTML page.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

Out of bounds read in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

Out of bounds read in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm2 or higher.

References

medium severity

Use of Uninitialized Resource

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

Uninitialized data in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm2 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A flaw was found in libtiff. A specially crafted tiff file can lead to a segmentation fault due to a buffer overflow in the Fax3Encode function in libtiff/tif_fax3.c, resulting in a denial of service.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm9 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

An issue was discovered in function TIFFReadDirectory libtiff before 4.4.0 allows attackers to cause a denial of service via crafted TIFF file.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm11 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds read in writeSingleSection in tools/tiffcrop.c:7345, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit e8131125.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm5 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A stack overflow was discovered in the _TIFFVGetField function of Tiffsplit v4.4.0. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted TIFF file parsed by the "tiffsplit" or "tiffcrop" utilities.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm5 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds write in extractContigSamplesShifted24bits in tools/tiffcrop.c:3604, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit cfbb883b.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm5 or higher.

References

medium severity

Race Condition

  • Vulnerable module: libgcrypt11
  • Introduced through: libgcrypt11@1.5.3-2ubuntu4.6 and libgcrypt11/libgcrypt11-dev@1.5.3-2ubuntu4.6
  • Fixed in: 1.5.3-2ubuntu4.6+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libgcrypt11@1.5.3-2ubuntu4.6
  • Introduced through: buildpack-deps@14.04 libgcrypt11/libgcrypt11-dev@1.5.3-2ubuntu4.6

NVD Description

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

It was discovered that there was a ECDSA timing attack in the libgcrypt20 cryptographic library. Version affected: 1.8.4-5, 1.7.6-2+deb9u3, and 1.6.3-2+deb8u4. Versions fixed: 1.8.5-2 and 1.6.3-2+deb8u7.

Remediation

Upgrade Ubuntu:14.04 libgcrypt11 to version 1.5.3-2ubuntu4.6+esm1 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1; v3.6.11, v3.6.11rc1, v3.6.12; v3.7.8, v3.7.8rc1, v3.7.9; v3.8.3, v3.8.3rc1, v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm5 or higher.

References

medium severity

CRLF Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm2 or higher.

References

medium severity

CRLF Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm2 or higher.

References

medium severity

Arbitrary Code Injection

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1; v3.6.11, v3.6.11rc1, v3.6.12; v3.7.8, v3.7.8rc1, v3.7.9; v3.8.3, v3.8.3rc1, v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm6 or higher.

References

medium severity

CRLF Injection

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm2 or higher.

References

medium severity

CRLF Injection

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm2 or higher.

References

medium severity

Stack-based Buffer Overflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A stack buffer overflow flaw was found in Libtiffs' tiffcp.c in main() function. This flaw allows an attacker to pass a crafted TIFF file to the tiffcp tool, triggering a stack buffer overflow issue, possibly corrupting the memory, and causing a crash that leads to a denial of service.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm4 or higher.

References

medium severity

Open Redirect

  • Vulnerable module: wget
  • Introduced through: wget@1.15-1ubuntu1.14.04.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 wget@1.15-1ubuntu1.14.04.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:14.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:14.04 wget.

References

medium severity

Improper Authentication

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm15 or higher.

References

medium severity

Insufficient Verification of Data Authenticity

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm8 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm11 or higher.

References

medium severity

Use After Free

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm14

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm14 or higher.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnutls26/libgnutls-dev
  • Introduced through: gnutls26/libgnutls-dev@2.12.23-12ubuntu2.8, gnutls26/libgnutls-openssl27@2.12.23-12ubuntu2.8 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls-dev@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls-openssl27@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls26@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutlsxx27@2.12.23-12ubuntu2.8

NVD Description

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

It was found that the GnuTLS implementation of HMAC-SHA-384 was vulnerable to a Lucky thirteen style attack. Remote attackers could use this flaw to conduct distinguishing attacks and plain text recovery attacks via statistical analysis of timing data using crafted packets.

Remediation

There is no fixed version for Ubuntu:14.04 gnutls26.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnutls26/libgnutls-dev
  • Introduced through: gnutls26/libgnutls-dev@2.12.23-12ubuntu2.8, gnutls26/libgnutls-openssl27@2.12.23-12ubuntu2.8 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls-dev@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls-openssl27@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls26@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutlsxx27@2.12.23-12ubuntu2.8

NVD Description

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

It was found that the GnuTLS implementation of HMAC-SHA-256 was vulnerable to a Lucky thirteen style attack. Remote attackers could use this flaw to conduct distinguishing attacks and plaintext-recovery attacks via statistical analysis of timing data using crafted packets.

Remediation

There is no fixed version for Ubuntu:14.04 gnutls26.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

A vulnerability found in libxml2 in versions before 2.9.11 shows that it did not propagate errors while parsing XML mixed content, causing a NULL dereference. If an untrusted XML document was parsed in recovery mode and post-validated, the flaw could be used to crash the application. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm2 or higher.

References

medium severity

Link Following

  • Vulnerable module: mercurial
  • Introduced through: mercurial@2.8.2-1ubuntu1.4 and mercurial/mercurial-common@2.8.2-1ubuntu1.4
  • Fixed in: 2.8.2-1ubuntu1.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 mercurial@2.8.2-1ubuntu1.4
  • Introduced through: buildpack-deps@14.04 mercurial/mercurial-common@2.8.2-1ubuntu1.4

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

Upgrade Ubuntu:14.04 mercurial to version 2.8.2-1ubuntu1.4+esm1 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.04 relevant fixed versions and status.

If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable "non-stitched" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).

Remediation

Upgrade Ubuntu:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm1 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm2 or higher.

References

medium severity

Link Following

  • Vulnerable module: patch
  • Introduced through: patch@2.7.1-4ubuntu2.4
  • Fixed in: 2.7.1-4ubuntu2.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 patch@2.7.1-4ubuntu2.4

NVD Description

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

In GNU patch through 2.7.6, the following of symlinks is mishandled in certain cases other than input files. This affects inp.c and util.c.

Remediation

Upgrade Ubuntu:14.04 patch to version 2.7.1-4ubuntu2.4+esm1 or higher.

References

medium severity

Insufficiently Protected Credentials

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A man-in-the-middle attacker can inject false responses to the client's first few queries, despite the use of SSL certificate verification and encryption.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity
new

Race Condition

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

There is no fixed version for Ubuntu:14.04 python3.4.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: apt
  • Introduced through: apt@1.0.1ubuntu2.23, apt/apt-utils@1.0.1ubuntu2.23 and others
  • Fixed in: 1.0.1ubuntu2.24+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 apt@1.0.1ubuntu2.23
  • Introduced through: buildpack-deps@14.04 apt/apt-utils@1.0.1ubuntu2.23
  • Introduced through: buildpack-deps@14.04 apt/libapt-inst1.5@1.0.1ubuntu2.23
  • Introduced through: buildpack-deps@14.04 apt/libapt-pkg4.12@1.0.1ubuntu2.23

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 apt to version 1.0.1ubuntu2.24+esm3 or higher.

References

medium severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnutls26/libgnutls-dev
  • Introduced through: gnutls26/libgnutls-dev@2.12.23-12ubuntu2.8, gnutls26/libgnutls-openssl27@2.12.23-12ubuntu2.8 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls-dev@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls-openssl27@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutls26@2.12.23-12ubuntu2.8
  • Introduced through: buildpack-deps@14.04 gnutls26/libgnutlsxx27@2.12.23-12ubuntu2.8

NVD Description

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

A cache-based side channel in GnuTLS implementation that leads to plain text recovery in cross-VM attack setting was found. An attacker could use a combination of "Just in Time" Prime+probe attack in combination with Lucky-13 attack to recover plain text using crafted packets.

Remediation

There is no fixed version for Ubuntu:14.04 gnutls26.

References

medium severity

Improper Input Validation

  • Vulnerable module: apt
  • Introduced through: apt@1.0.1ubuntu2.23, apt/apt-utils@1.0.1ubuntu2.23 and others
  • Fixed in: 1.0.1ubuntu2.24+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 apt@1.0.1ubuntu2.23
  • Introduced through: buildpack-deps@14.04 apt/apt-utils@1.0.1ubuntu2.23
  • Introduced through: buildpack-deps@14.04 apt/libapt-inst1.5@1.0.1ubuntu2.23
  • Introduced through: buildpack-deps@14.04 apt/libapt-pkg4.12@1.0.1ubuntu2.23

NVD Description

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

Missing input validation in the ar/tar implementations of APT before version 2.1.2 could result in denial of service when processing specially crafted deb files.

Remediation

Upgrade Ubuntu:14.04 apt to version 1.0.1ubuntu2.24+esm1 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-4ubuntu1.3, avahi/libavahi-common-data@0.6.31-4ubuntu1.3 and others
  • Fixed in: 0.6.31-4ubuntu1.3+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 avahi/libavahi-client3@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common-data@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common3@0.6.31-4ubuntu1.3

NVD Description

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

A flaw was found in avahi in versions 0.6 up to 0.8. The event used to signal the termination of the client connection on the avahi Unix socket is not correctly handled in the client_work function, allowing a local attacker to trigger an infinite loop. The highest threat from this vulnerability is to the availability of the avahi service, which becomes unresponsive after this flaw is triggered.

Remediation

Upgrade Ubuntu:14.04 avahi to version 0.6.31-4ubuntu1.3+esm1 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-4ubuntu1.3, avahi/libavahi-common-data@0.6.31-4ubuntu1.3 and others
  • Fixed in: 0.6.31-4ubuntu1.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 avahi/libavahi-client3@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common-data@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common3@0.6.31-4ubuntu1.3

NVD Description

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

A vulnerability was found in Avahi. A reachable assertion exists in the avahi_alternative_host_name() function.

Remediation

Upgrade Ubuntu:14.04 avahi to version 0.6.31-4ubuntu1.3+esm3 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-4ubuntu1.3, avahi/libavahi-common-data@0.6.31-4ubuntu1.3 and others
  • Fixed in: 0.6.31-4ubuntu1.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 avahi/libavahi-client3@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common-data@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common3@0.6.31-4ubuntu1.3

NVD Description

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

A vulnerability was found in Avahi. A reachable assertion exists in the avahi_escape_label() function.

Remediation

Upgrade Ubuntu:14.04 avahi to version 0.6.31-4ubuntu1.3+esm3 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-4ubuntu1.3, avahi/libavahi-common-data@0.6.31-4ubuntu1.3 and others
  • Fixed in: 0.6.31-4ubuntu1.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 avahi/libavahi-client3@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common-data@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common3@0.6.31-4ubuntu1.3

NVD Description

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

A vulnerability was found in Avahi. A reachable assertion exists in the avahi_rdata_parse() function.

Remediation

Upgrade Ubuntu:14.04 avahi to version 0.6.31-4ubuntu1.3+esm3 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-4ubuntu1.3, avahi/libavahi-common-data@0.6.31-4ubuntu1.3 and others
  • Fixed in: 0.6.31-4ubuntu1.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 avahi/libavahi-client3@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common-data@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common3@0.6.31-4ubuntu1.3

NVD Description

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

A vulnerability was found in Avahi. A reachable assertion exists in the dbus_set_host_name function.

Remediation

Upgrade Ubuntu:14.04 avahi to version 0.6.31-4ubuntu1.3+esm3 or higher.

References

medium severity

Reachable Assertion

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-4ubuntu1.3, avahi/libavahi-common-data@0.6.31-4ubuntu1.3 and others
  • Fixed in: 0.6.31-4ubuntu1.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 avahi/libavahi-client3@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common-data@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common3@0.6.31-4ubuntu1.3

NVD Description

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

A vulnerability was found in Avahi, where a reachable assertion exists in avahi_dns_packet_append_record.

Remediation

Upgrade Ubuntu:14.04 avahi to version 0.6.31-4ubuntu1.3+esm3 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-4ubuntu1.3, avahi/libavahi-common-data@0.6.31-4ubuntu1.3 and others
  • Fixed in: 0.6.31-4ubuntu1.3+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 avahi/libavahi-client3@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common-data@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common3@0.6.31-4ubuntu1.3

NVD Description

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

A vulnerability was found in the avahi library. This flaw allows an unprivileged user to make a dbus call, causing the avahi daemon to crash.

Remediation

Upgrade Ubuntu:14.04 avahi to version 0.6.31-4ubuntu1.3+esm2 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

apply_relocations in readelf.c in GNU Binutils 2.32 contains an integer overflow that allows attackers to trigger a write access violation (in byte_put_little_endian function in elfcomm.c) via an ELF file, as demonstrated by readelf.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

medium severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered function make_tempdir, and make_tempname in bucomm.c in Binutils 2.34 thru 2.38, allows attackers to cause a denial of service due to memory leaks.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

medium severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered function stab_demangle_v3_arg in stabs.c in Binutils 2.34 thru 2.38, allows attackers to cause a denial of service due to memory leaks.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

medium severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered function parse_stab_struct_fields in stabs.c in Binutils 2.34 thru 2.38, allows attackers to cause a denial of service due to memory leaks.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

medium severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered function pr_function_type in prdbg.c in Binutils 2.34 thru 2.38, allows attackers to cause a denial of service due to memory leaks.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

medium severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

A memory consumption issue in get_data function in binutils/nm.c in GNU nm before 2.34 allows attackers to cause a denial of service via crafted command.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm3 or higher.

References

medium severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in GNU Binutils 2.34. It is a memory leak when process microblaze-dis.c. This one will consume memory on each insn disassembled.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm3 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in GNU libiberty, as distributed in GNU Binutils 2.32. simple_object_elf_match in simple-object-elf.c does not check for a zero shstrndx value, leading to an integer overflow and resultant heap-based buffer overflow.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

In GNU Binutils before 2.40, there is a heap-buffer-overflow in the error function bfd_getl32 when called from the strip_main function in strip-new via a crafted file.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm6 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GNU Binutils before 2.40 was discovered to contain an excessive memory consumption vulnerability via the function load_separate_debug_files at dwarf2.c. The attacker could supply a crafted ELF file and cause a DNS attack.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

medium severity

Use of Uninitialized Resource

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

A flaw was found in Binutils. The use of an uninitialized field in the struct module *module may lead to application crash and local denial of service.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm1 or higher.

References

medium severity

Use of Uninitialized Resource

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

A flaw was found in Binutils. The field the_bfd of asymbolstruct is uninitialized in the bfd_mach_o_get_synthetic_symtab function, which may lead to an application crash and local denial of service.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: busybox/busybox-initramfs
  • Introduced through: busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

NVD Description

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

A heap-buffer-overflow was discovered in BusyBox v.1.36.1 in the next_token function at awk.c:1159.

Remediation

There is no fixed version for Ubuntu:14.04 busybox.

References

medium severity

Use After Free

  • Vulnerable module: busybox/busybox-initramfs
  • Introduced through: busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

NVD Description

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

A use-after-free vulnerability in BusyBox v.1.36.1 allows attackers to cause a denial of service via a crafted awk pattern in the awk.c evaluate function.

Remediation

There is no fixed version for Ubuntu:14.04 busybox.

References

medium severity

Use After Free

  • Vulnerable module: busybox/busybox-initramfs
  • Introduced through: busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

NVD Description

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

A use-after-free vulnerability was discovered in xasprintf function in xfuncs_printf.c:344 in BusyBox v.1.36.1.

Remediation

There is no fixed version for Ubuntu:14.04 busybox.

References

medium severity

Use After Free

  • Vulnerable module: busybox/busybox-initramfs
  • Introduced through: busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

NVD Description

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

A use-after-free vulnerability was discovered in BusyBox v.1.36.1 via a crafted awk pattern in the awk.c copyvar function.

Remediation

There is no fixed version for Ubuntu:14.04 busybox.

References

medium severity

Improper Resource Shutdown or Release

  • Vulnerable module: dbus/libdbus-1-3
  • Introduced through: dbus/libdbus-1-3@1.6.18-0ubuntu4.5
  • Fixed in: 1.6.18-0ubuntu4.5+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 dbus/libdbus-1-3@1.6.18-0ubuntu4.5

NVD Description

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

An issue was discovered in dbus >= 1.3.0 before 1.12.18. The DBusServer in libdbus, as used in dbus-daemon, leaks file descriptors when a message exceeds the per-message file descriptor limit. A local attacker with access to the D-Bus system bus or another system service's private AF_UNIX socket could use this to make the system service reach its file descriptor limit, denying service to subsequent D-Bus clients.

Remediation

Upgrade Ubuntu:14.04 dbus to version 1.6.18-0ubuntu4.5+esm2 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

end_pattern (called from internal_fnmatch) in the GNU C Library (aka glibc or libc6) before 2.22 might allow context-dependent attackers to cause a denial of service (application crash), as demonstrated by use of the fnmatch library function with the **(!() pattern. NOTE: this is not the same as CVE-2015-8984; also, some Linux distributions have fixed CVE-2015-8984 but have not fixed this additional fnmatch issue.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

medium severity

Information Exposure

  • Vulnerable module: gcc-4.8
  • Introduced through: gcc-4.8@4.8.4-2ubuntu1~14.04.4, gcc-4.8/cpp-4.8@4.8.4-2ubuntu1~14.04.4 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 gcc-4.8@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/cpp-4.8@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/g++-4.8@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/gcc-4.8-base@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libasan0@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libatomic1@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libgcc-4.8-dev@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libgomp1@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libitm1@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libquadmath0@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libstdc++-4.8-dev@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libstdc++6@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libtsan0@4.8.4-2ubuntu1~14.04.4

NVD Description

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

References

medium severity

Information Exposure

  • Vulnerable module: gcc-defaults/cpp
  • Introduced through: gcc-defaults/cpp@4:4.8.2-1ubuntu6, gcc-defaults/g++@4:4.8.2-1ubuntu6 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 gcc-defaults/cpp@4:4.8.2-1ubuntu6
  • Introduced through: buildpack-deps@14.04 gcc-defaults/g++@4:4.8.2-1ubuntu6
  • Introduced through: buildpack-deps@14.04 gcc-defaults/gcc@4:4.8.2-1ubuntu6

NVD Description

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

References

medium severity

Deserialization of Untrusted Data

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others
  • Fixed in: 2.40.2-0ubuntu1.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

A flaw was found in GLib. GVariant deserialization is vulnerable to an exponential blowup issue where a crafted GVariant can cause excessive processing, leading to denial of service.

Remediation

Upgrade Ubuntu:14.04 glib2.0 to version 2.40.2-0ubuntu1.1+esm6 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others
  • Fixed in: 2.40.2-0ubuntu1.1+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

A flaw was found in glib before version 2.63.6. Due to random charset alias, pkexec can leak content from files owned by privileged users to unprivileged ones under the right condition.

Remediation

Upgrade Ubuntu:14.04 glib2.0 to version 2.40.2-0ubuntu1.1+esm4 or higher.

References

medium severity

Resource Exhaustion

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others
  • Fixed in: 2.40.2-0ubuntu1.1+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

A flaw was found in GLib. GVariant deserialization is vulnerable to a slowdown issue where a crafted GVariant can cause excessive processing, leading to denial of service.

Remediation

Upgrade Ubuntu:14.04 glib2.0 to version 2.40.2-0ubuntu1.1+esm6 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A heap based buffer overflow in coders/tiff.c may result in program crash and denial of service in ImageMagick before 7.0.10-45.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

An integer overflow issue was discovered in ImageMagick's ExportIndexQuantum() function in MagickCore/quantum-export.c. Function calls to GetPixelIndex() could result in values outside the range of representable for the 'unsigned char'. When ImageMagick processes a crafted pdf file, this could lead to an undefined behaviour or a crash.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm3 or higher.

References

medium severity

Use After Free

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A heap use-after-free flaw was found in coders/bmp.c in ImageMagick.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm7 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

exif_entry_get_value in exif-entry.c in libexif 0.6.21 has a divide-by-zero error.

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm2 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-1ubuntu2.1, libx11/libx11-data@2:1.6.2-1ubuntu2.1 and others
  • Fixed in: 2:1.6.2-1ubuntu2.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libx11/libx11-6@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-data@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-dev@2:1.6.2-1ubuntu2.1

NVD Description

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

A vulnerability was found in libX11 due to an infinite loop within the PutSubImage() function. This flaw allows a local user to consume all available system resources and cause a denial of service condition.

Remediation

Upgrade Ubuntu:14.04 libx11 to version 2:1.6.2-1ubuntu2.1+esm5 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libx11/libx11-6
  • Introduced through: libx11/libx11-6@2:1.6.2-1ubuntu2.1, libx11/libx11-data@2:1.6.2-1ubuntu2.1 and others
  • Fixed in: 2:1.6.2-1ubuntu2.1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libx11/libx11-6@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-data@2:1.6.2-1ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libx11/libx11-dev@2:1.6.2-1ubuntu2.1

NVD Description

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

A vulnerability was found in libX11 due to a boundary condition within the _XkbReadKeySyms() function. This flaw allows a local user to trigger an out-of-bounds read error and read the contents of memory on the system.

Remediation

Upgrade Ubuntu:14.04 libx11 to version 2:1.6.2-1ubuntu2.1+esm5 or higher.

References

medium severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libxpm/libxpm4
  • Introduced through: libxpm/libxpm4@1:3.5.10-1ubuntu0.1
  • Fixed in: 1:3.5.10-1ubuntu0.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxpm/libxpm4@1:3.5.10-1ubuntu0.1

NVD Description

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

A vulnerability was found in libX11 due to an infinite loop within the PutSubImage() function. This flaw allows a local user to consume all available system resources and cause a denial of service condition.

Remediation

Upgrade Ubuntu:14.04 libxpm to version 1:3.5.10-1ubuntu0.1+esm2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libxpm/libxpm4
  • Introduced through: libxpm/libxpm4@1:3.5.10-1ubuntu0.1
  • Fixed in: 1:3.5.10-1ubuntu0.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxpm/libxpm4@1:3.5.10-1ubuntu0.1

NVD Description

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

A vulnerability was found in libXpm where a vulnerability exists due to a boundary condition, a local user can trigger an out-of-bounds read error and read contents of memory on the system.

Remediation

Upgrade Ubuntu:14.04 libxpm to version 1:3.5.10-1ubuntu0.1+esm2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: libxpm/libxpm4
  • Introduced through: libxpm/libxpm4@1:3.5.10-1ubuntu0.1
  • Fixed in: 1:3.5.10-1ubuntu0.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxpm/libxpm4@1:3.5.10-1ubuntu0.1

NVD Description

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

A vulnerability was found in libXpm due to a boundary condition within the XpmCreateXpmImageFromBuffer() function. This flaw allows a local attacker to trigger an out-of-bounds read error and read the contents of memory on the system.

Remediation

Upgrade Ubuntu:14.04 libxpm to version 1:3.5.10-1ubuntu0.1+esm2 or higher.

References

medium severity
new

CVE-2024-22365

  • Vulnerable module: pam/libpam-modules
  • Introduced through: pam/libpam-modules@1.1.8-1ubuntu2.2, pam/libpam-modules-bin@1.1.8-1ubuntu2.2 and others
  • Fixed in: 1.1.8-1ubuntu2.2+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 pam/libpam-modules@1.1.8-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 pam/libpam-modules-bin@1.1.8-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 pam/libpam-runtime@1.1.8-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 pam/libpam0g@1.1.8-1ubuntu2.2

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:14.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:14.04 pam to version 1.1.8-1ubuntu2.2+esm4 or higher.

References

medium severity

Off-by-one Error

  • Vulnerable module: systemd/libudev1
  • Introduced through: systemd/libudev1@204-5ubuntu20.31 and systemd/udev@204-5ubuntu20.31
  • Fixed in: 204-5ubuntu20.31+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 systemd/libudev1@204-5ubuntu20.31
  • Introduced through: buildpack-deps@14.04 systemd/udev@204-5ubuntu20.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:14.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:14.04 systemd to version 204-5ubuntu20.31+esm2 or higher.

References

medium severity

Out-of-bounds Read

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 tar@1.27.1-1ubuntu0.1

NVD Description

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

References

medium severity

Buffer Overflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

libtiff 4.5.0 is vulnerable to Buffer Overflow via /libtiff/tools/tiffcrop.c:8499. Incorrect updating of buffer size after rotateImage() in tiffcrop cause heap-buffer-overflow and SEGV.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm8 or higher.

References

medium severity

Buffer Overflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

libtiff 4.5.0 is vulnerable to Buffer Overflow in uv_encode() when libtiff reads a corrupted little-endian TIFF file and specifies the output to be big-endian.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm8 or higher.

References

medium severity

Divide By Zero

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Divide By Zero error in tiffcrop in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f8d0f9aa.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm2 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Null source pointer passed as an argument to memcpy() function within TIFFFetchNormalTag () in tif_dirread.c in libtiff versions up to 4.3.0 could lead to Denial of Service via crafted TIFF file.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm2 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A null pointer dereference issue was found in Libtiff's tif_dir.c file. This issue may allow an attacker to pass a crafted TIFF image file to the tiffcp utility which triggers a runtime error that causes undefined behavior. This will result in an application crash, eventually leading to a denial of service.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm9 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Out-of-bounds Read error in tiffcp in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 408976c4.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Out-of-bounds Read error in tiffcrop in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 46dc8fcd.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in libtiff/tif_unix.c:368, invoked by tools/tiffcrop.c:2903 and tools/tiffcrop.c:6921, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in tools/tiffcrop.c:3592, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in tools/tiffcrop.c:3400, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in tools/tiffcrop.c:3488, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds read in tiffcp in tools/tiffcp.c:948, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit e8131125.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm5 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Multiple heap buffer overflows in tiffcrop.c utility in libtiff library Version 4.4.0 allows attacker to trigger unsafe or out of bounds memory access via crafted TIFF image file which could result into application crash, potential information disclosure or any other context-dependent impact

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm5 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

processCropSelections in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based buffer overflow (e.g., "WRITE of size 307203") via a crafted TIFF image.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm6 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3609, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3502, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3724, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in libtiff/tif_unix.c:368, invoked by tools/tiffcrop.c:2903 and tools/tiffcrop.c:6778, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds write in tiffcrop in tools/tiffcrop.c:3516, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit 33aee127.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A vulnerability was found in the libtiff library. This security flaw causes a heap buffer overflow in extractContigSamples32bits, tiffcrop.c.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm5 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A vulnerability was found in the libtiff library. This flaw causes a heap buffer overflow issue via the TIFFTAG_INKNAMES and TIFFTAG_NUMBEROFINKS values.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm5 or higher.

References

medium severity

Unchecked Return Value

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Unchecked Return Value to NULL Pointer Dereference in tiffcrop in libtiff 4.3.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f2b656e2.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm2 or higher.

References

medium severity

Use After Free

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.4.0 has an out-of-bounds read in tiffcrop in tools/tiffcrop.c:3701, allowing attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit afaabc3e.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

medium severity

Use of Uninitialized Resource

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

The libtiff-4.0.3-35.amzn2.0.1 package for LibTIFF on Amazon Linux 2 allows attackers to cause a denial of service (application crash), a different vulnerability than CVE-2022-0562. When processing a malicious TIFF file, an invalid range may be passed as an argument to the memset() function within TIFFFetchStripThing() in tif_dirread.c. This will cause TIFFFetchStripThing() to segfault after use of an uninitialized resource.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm1 or higher.

References

medium severity

Out-of-bounds Write

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-9ubuntu1.5
  • Fixed in: 6.0-9ubuntu1.6+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 unzip@6.0-9ubuntu1.5

NVD Description

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

A flaw was found in Unzip. The vulnerability occurs during the conversion of a wide string to a local string that leads to a heap of out-of-bound write. This flaw allows an attacker to input a specially crafted zip file, leading to a crash or code execution.

Remediation

Upgrade Ubuntu:14.04 unzip to version 6.0-9ubuntu1.6+esm1 or higher.

References

medium severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.4436.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Vim is an improved version of the good old UNIX editor Vi. Heap-use-after-free in memory allocated in the function ga_grow_inner in in the file src/alloc.c at line 748, which is freed in the file src/ex_docmd.c in the function do_cmdline at line 1010 and then used again in src/cmdhist.c at line 759. When using the :history command, it's possible that the provided argument overflows the accepted value. Causing an Integer Overflow and potentially later an use-after-free. This vulnerability has been patched in version 9.0.2068.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

NULL Pointer Dereference in function vim_regexec_string at regexp.c:2733 in GitHub repository vim/vim prior to 8.2.4938. NULL Pointer Dereference in function vim_regexec_string at regexp.c:2733 allows attackers to cause a denial of service (application crash) via a crafted input.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

NULL Pointer Dereference in GitHub repository vim/vim prior to 9.0.1392.

Remediation

There is no fixed version for Ubuntu:14.04 vim.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm10

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

NULL Pointer Dereference in GitHub repository vim/vim prior to 9.0.1531.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm10 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm14

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

NULL Pointer Dereference in GitHub repository vim/vim prior to 20d161ace307e28690229b68584f2d84556f8960.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm14 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

medium severity

CVE-2020-22916

  • Vulnerable module: xz-utils
  • Introduced through: xz-utils@5.1.1alpha+20120614-2ubuntu2, xz-utils/liblzma-dev@5.1.1alpha+20120614-2ubuntu2 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 xz-utils@5.1.1alpha+20120614-2ubuntu2
  • Introduced through: buildpack-deps@14.04 xz-utils/liblzma-dev@5.1.1alpha+20120614-2ubuntu2
  • Introduced through: buildpack-deps@14.04 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:14.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:14.04 xz-utils.

References

medium severity

CVE-2023-2455

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

Row security policies disregard user ID changes after inlining; PostgreSQL could permit incorrect policies to be applied in certain cases where role-specific policies are used and a given query is planned under one role and then executed under other roles. This scenario can happen under security definer functions or when a common user and query is planned initially and then re-used across multiple SET ROLEs. Applying an incorrect policy may permit a user to complete otherwise-forbidden reads and modifications. This affects only databases that have used CREATE POLICY to define a row security policy.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Information Exposure

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.04 relevant fixed versions and status.

curl 7.1.1 to and including 7.75.0 is vulnerable to an "Exposure of Private Personal Information to an Unauthorized Actor" by leaking credentials in the HTTP Referer: header. libcurl does not strip off user credentials from the URL when automatically populating the Referer: HTTP request header field in outgoing HTTP requests, and therefore risks leaking sensitive data to the server that is the target of the second HTTP request.

Remediation

Upgrade Ubuntu:14.04 curl to version 7.35.0-1ubuntu2.20+esm7 or higher.

References

medium severity

Use of Uninitialized Resource

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm14

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm14 or higher.

References

medium severity

Link Following

  • Vulnerable module: glib2.0/libglib2.0-0
  • Introduced through: glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1, glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-0@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-bin@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-data@2.40.2-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 glib2.0/libglib2.0-dev@2.40.2-0ubuntu1.1

NVD Description

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

An issue was discovered in GNOME GLib before 2.66.8. When g_file_replace() is used with G_FILE_CREATE_REPLACE_DESTINATION to replace a path that is a dangling symlink, it incorrectly also creates the target of the symlink as an empty file, which could conceivably have security relevance if the symlink is attacker-controlled. (If the path is a symlink to a file that already exists, then the contents of that file correctly remain unchanged.)

Remediation

There is no fixed version for Ubuntu:14.04 glib2.0.

References

medium severity

Reachable Assertion

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others
  • Fixed in: 1.12+dfsg-2ubuntu5.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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:14.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:14.04 krb5 to version 1.12+dfsg-2ubuntu5.4+esm1 or higher.

References

medium severity

CVE-2023-40217

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm18

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm18 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm2 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7.

References

medium severity

Unchecked Return Value

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm12 or higher.

References

medium severity

CVE-2023-40217

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

There is no fixed version for Ubuntu:14.04 python3.4.

References

medium severity

Improper Input Validation

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm2 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

References

medium severity

Unchecked Return Value

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

Note: Versions mentioned in the description apply only to the upstream python3.4 package and not the python3.4 package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm12 or higher.

References

medium severity

Improper Encoding or Escaping of Output

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

Sudo before 1.9.13 does not escape control characters in sudoreplay output.

Remediation

There is no fixed version for Ubuntu:14.04 sudo.

References

medium severity

Improper Encoding or Escaping of Output

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

Sudo before 1.9.13 does not escape control characters in log messages.

Remediation

There is no fixed version for Ubuntu:14.04 sudo.

References

medium severity

Buffer Overflow

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

An issue was discovered in PostgreSQL 12.2 allows attackers to cause a denial of service via repeatedly sending SIGHUP signals. NOTE: this is disputed by the vendor because untrusted users cannot send SIGHUP signals; they can only be sent by a PostgreSQL superuser, a user with pg_reload_conf access, or a user with sufficient privileges at the OS level (the postgres account or the root account).

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

CVE-2023-5870

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A flaw was found in PostgreSQL involving the pg_cancel_backend role that signals background workers, including the logical replication launcher, autovacuum workers, and the autovacuum launcher. Successful exploitation requires a non-core extension with a less-resilient background worker and would affect that specific background worker only. This issue may allow a remote high privileged user to launch a denial of service (DoS) attack.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

CVE-2023-5868

  • Vulnerable module: postgresql-9.3/libpq-dev
  • Introduced through: postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04 and postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

Detailed paths

  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq-dev@9.3.24-0ubuntu0.14.04
  • Introduced through: buildpack-deps@14.04 postgresql-9.3/libpq5@9.3.24-0ubuntu0.14.04

NVD Description

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

A memory disclosure vulnerability was found in PostgreSQL that allows remote users to access sensitive information by exploiting certain aggregate function calls with 'unknown'-type arguments. Handling 'unknown'-type values from string literals without type designation can disclose bytes, potentially revealing notable and confidential information. This issue exists due to excessive data output in aggregate function calls, enabling remote users to read some portion of system memory.

Remediation

There is no fixed version for Ubuntu:14.04 postgresql-9.3.

References

medium severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Vim is an open source command line text editor. When closing a window, vim may try to access already freed window structure. Exploitation beyond crashing the application has not been shown to be viable. This issue has been addressed in commit 25aabc2b which has been included in release version 9.0.2106. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

medium severity
new

CVE-2024-2961

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

The iconv() function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings to the ISO-2022-CN-EXT character set, which may be used to crash an application or overwrite a neighbouring variable.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

medium severity

CVE-2024-26458

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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:14.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:14.04 krb5.

References

medium severity

CVE-2024-26461

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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:14.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:14.04 krb5.

References

medium severity

CVE-2024-26462

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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:14.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:14.04 krb5.

References

medium severity

Information Exposure

  • Vulnerable module: libgcrypt11
  • Introduced through: libgcrypt11@1.5.3-2ubuntu4.6 and libgcrypt11/libgcrypt11-dev@1.5.3-2ubuntu4.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 libgcrypt11@1.5.3-2ubuntu4.6
  • Introduced through: buildpack-deps@14.04 libgcrypt11/libgcrypt11-dev@1.5.3-2ubuntu4.6

NVD Description

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

References

medium severity
new

Heap-based Buffer Overflow

  • Vulnerable module: libyaml/libyaml-0-2
  • Introduced through: libyaml/libyaml-0-2@0.1.4-3ubuntu3.1 and libyaml/libyaml-dev@0.1.4-3ubuntu3.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libyaml/libyaml-0-2@0.1.4-3ubuntu3.1
  • Introduced through: buildpack-deps@14.04 libyaml/libyaml-dev@0.1.4-3ubuntu3.1

NVD Description

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

A vulnerability was found in yaml libyaml up to 0.2.5 and classified as critical. Affected by this issue is the function yaml_emitter_emit_flow_sequence_item of the file /src/libyaml/src/emitter.c. The manipulation leads to heap-based buffer overflow. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-259052. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

Remediation

There is no fixed version for Ubuntu:14.04 libyaml.

References

medium severity

CVE-2023-39804

  • Vulnerable module: tar
  • Introduced through: tar@1.27.1-1ubuntu0.1
  • Fixed in: 1.27.1-1ubuntu0.1+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 tar@1.27.1-1ubuntu0.1

NVD Description

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

References

medium severity

CVE-2023-38288

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Rejected reason: Not a Security Issue.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm9 or higher.

References

medium severity

CVE-2023-38289

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Rejected reason: Not a Security Issue.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm9 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: busybox/busybox-initramfs
  • Introduced through: busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4
  • Fixed in: 1:1.21.0-1ubuntu1.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

NVD Description

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

There is a stack overflow vulnerability in ash.c:6030 in busybox before 1.35. In the environment of Internet of Vehicles, this vulnerability can be executed from command to arbitrary code execution.

Remediation

Upgrade Ubuntu:14.04 busybox to version 1:1.21.0-1ubuntu1.4+esm1 or higher.

References

low severity

Directory Traversal

  • Vulnerable module: dpkg
  • Introduced through: dpkg@1.17.5ubuntu5.8, dpkg/dpkg-dev@1.17.5ubuntu5.8 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 dpkg@1.17.5ubuntu5.8
  • Introduced through: buildpack-deps@14.04 dpkg/dpkg-dev@1.17.5ubuntu5.8
  • Introduced through: buildpack-deps@14.04 dpkg/libdpkg-perl@1.17.5ubuntu5.8

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:14.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:14.04 dpkg.

References

low severity

Buffer Overflow

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Buffer Overflow

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Out-of-Bounds

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Out-of-bounds Write

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-43 Q16, there is a heap-based buffer overflow in the function WriteSGIImage of coders/sgi.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: klibc/klibc-utils
  • Introduced through: klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3 and klibc/libklibc@2.0.3-0ubuntu1.14.04.3
  • Fixed in: 2.0.3-0ubuntu1.14.04.3+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3
  • Introduced through: buildpack-deps@14.04 klibc/libklibc@2.0.3-0ubuntu1.14.04.3

NVD Description

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

An issue was discovered in klibc before 2.0.9. Multiplication in the calloc() function may result in an integer overflow and a subsequent heap buffer overflow.

Remediation

Upgrade Ubuntu:14.04 klibc to version 2.0.3-0ubuntu1.14.04.3+esm2 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: klibc/klibc-utils
  • Introduced through: klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3 and klibc/libklibc@2.0.3-0ubuntu1.14.04.3
  • Fixed in: 2.0.3-0ubuntu1.14.04.3+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3
  • Introduced through: buildpack-deps@14.04 klibc/libklibc@2.0.3-0ubuntu1.14.04.3

NVD Description

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

An issue was discovered in klibc before 2.0.9. Additions in the malloc() function may result in an integer overflow and a subsequent heap buffer overflow.

Remediation

Upgrade Ubuntu:14.04 klibc to version 2.0.3-0ubuntu1.14.04.3+esm2 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: klibc/klibc-utils
  • Introduced through: klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3 and klibc/libklibc@2.0.3-0ubuntu1.14.04.3
  • Fixed in: 2.0.3-0ubuntu1.14.04.3+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3
  • Introduced through: buildpack-deps@14.04 klibc/libklibc@2.0.3-0ubuntu1.14.04.3

NVD Description

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

An issue was discovered in klibc before 2.0.9. Multiple possible integer overflows in the cpio command on 32-bit systems may result in a buffer overflow or other security impact.

Remediation

Upgrade Ubuntu:14.04 klibc to version 2.0.3-0ubuntu1.14.04.3+esm2 or higher.

References

low severity
new

Numeric Errors

  • Vulnerable module: klibc/klibc-utils
  • Introduced through: klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3 and klibc/libklibc@2.0.3-0ubuntu1.14.04.3
  • Fixed in: 2.0.3-0ubuntu1.14.04.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3
  • Introduced through: buildpack-deps@14.04 klibc/libklibc@2.0.3-0ubuntu1.14.04.3

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 klibc to version 2.0.3-0ubuntu1.14.04.3+esm3 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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

There is no fixed version for Ubuntu:14.04 krb5.

References

low severity

Out-of-Bounds

  • Vulnerable module: libbsd/libbsd0
  • Introduced through: libbsd/libbsd0@0.6.0-2ubuntu1
  • Fixed in: 0.6.0-2ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libbsd/libbsd0@0.6.0-2ubuntu1

NVD Description

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

Off-by-one vulnerability in the fgetwln function in libbsd before 0.8.2 allows attackers to have unspecified impact via unknown vectors, which trigger a heap-based buffer overflow.

Remediation

Upgrade Ubuntu:14.04 libbsd to version 0.6.0-2ubuntu1+esm1 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: libpng/libpng12-0
  • Introduced through: libpng/libpng12-0@1.2.50-1ubuntu2.14.04.3 and libpng/libpng12-dev@1.2.50-1ubuntu2.14.04.3

Detailed paths

  • Introduced through: buildpack-deps@14.04 libpng/libpng12-0@1.2.50-1ubuntu2.14.04.3
  • Introduced through: buildpack-deps@14.04 libpng/libpng12-dev@1.2.50-1ubuntu2.14.04.3

NVD Description

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

libpng before 1.6.32 does not properly check the length of chunks against the user limit.

Remediation

There is no fixed version for Ubuntu:14.04 libpng.

References

low severity

Access Restriction Bypass

  • Vulnerable module: libxfixes/libxfixes3
  • Introduced through: libxfixes/libxfixes3@1:5.0.1-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxfixes/libxfixes3@1:5.0.1-1ubuntu1.1

NVD Description

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

Integer overflow in X.org libXfixes before 5.0.3 on 32-bit platforms might allow remote X servers to gain privileges via a length value of INT_MAX, which triggers the client to stop reading data and get out of sync.

Remediation

There is no fixed version for Ubuntu:14.04 libxfixes.

References

low severity

Out-of-bounds Write

  • Vulnerable module: libxrandr/libxrandr2
  • Introduced through: libxrandr/libxrandr2@2:1.5.0-1~trusty1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxrandr/libxrandr2@2:1.5.0-1~trusty1

NVD Description

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

Multiple integer overflows in X.org libXrandr before 1.5.1 allow remote X servers to trigger out-of-bounds write operations via a crafted response.

Remediation

There is no fixed version for Ubuntu:14.04 libxrandr.

References

low severity

Out-of-bounds Write

  • Vulnerable module: libxrandr/libxrandr2
  • Introduced through: libxrandr/libxrandr2@2:1.5.0-1~trusty1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxrandr/libxrandr2@2:1.5.0-1~trusty1

NVD Description

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

X.org libXrandr before 1.5.1 allows remote X servers to trigger out-of-bounds write operations by leveraging mishandling of reply data.

Remediation

There is no fixed version for Ubuntu:14.04 libxrandr.

References

low severity

Improper Input Validation

  • Vulnerable module: libxrender/libxrender-dev
  • Introduced through: libxrender/libxrender-dev@1:0.9.8-1build0.14.04.1 and libxrender/libxrender1@1:0.9.8-1build0.14.04.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxrender/libxrender-dev@1:0.9.8-1build0.14.04.1
  • Introduced through: buildpack-deps@14.04 libxrender/libxrender1@1:0.9.8-1build0.14.04.1

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 libxrender.

References

low severity

Out-of-bounds Write

  • Vulnerable module: libxrender/libxrender-dev
  • Introduced through: libxrender/libxrender-dev@1:0.9.8-1build0.14.04.1 and libxrender/libxrender1@1:0.9.8-1build0.14.04.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxrender/libxrender-dev@1:0.9.8-1build0.14.04.1
  • Introduced through: buildpack-deps@14.04 libxrender/libxrender1@1:0.9.8-1build0.14.04.1

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 libxrender.

References

low severity

Out-of-Bounds

  • Vulnerable module: mpfr4/libmpfr4
  • Introduced through: mpfr4/libmpfr4@3.1.2-1

Detailed paths

  • Introduced through: buildpack-deps@14.04 mpfr4/libmpfr4@3.1.2-1

NVD Description

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

Buffer overflow in the mpfr_strtofr function in GNU MPFR before 3.1.2-p11 allows context-dependent attackers to have unspecified impact via vectors related to incorrect documentation for mpn_set_str.

Remediation

There is no fixed version for Ubuntu:14.04 mpfr4.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Use of Externally-Controlled Format String

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: ntp/ntpdate
  • Introduced through: ntp/ntpdate@1:4.2.6.p5+dfsg-3ubuntu2.14.04.13
  • Fixed in: 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ntp/ntpdate@1:4.2.6.p5+dfsg-3ubuntu2.14.04.13

NVD Description

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

Stack-based buffer overflow in ntpq and ntpdc of NTP version 4.2.8p11 allows an attacker to achieve code execution or escalate to higher privileges via a long string as the argument for an IPv4 or IPv6 command-line parameter. NOTE: It is unclear whether there are any common situations in which ntpq or ntpdc is used with a command line from an untrusted source.

Remediation

Upgrade Ubuntu:14.04 ntp to version 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13+esm1 or higher.

References

low severity

Improper Authentication

  • Vulnerable module: pam/libpam-modules
  • Introduced through: pam/libpam-modules@1.1.8-1ubuntu2.2, pam/libpam-modules-bin@1.1.8-1ubuntu2.2 and others
  • Fixed in: 1.1.8-1ubuntu2.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 pam/libpam-modules@1.1.8-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 pam/libpam-modules-bin@1.1.8-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 pam/libpam-runtime@1.1.8-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 pam/libpam0g@1.1.8-1ubuntu2.2

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:14.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:14.04 pam to version 1.1.8-1ubuntu2.2+esm1 or higher.

References

low severity

CVE-2020-27619

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm10

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

In Python 3 through 3.9.0, the Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm10 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.1.5.1-1ubuntu9.5 and shadow/passwd@1:4.1.5.1-1ubuntu9.5
  • Fixed in: 1:4.1.5.1-1ubuntu9.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 shadow/login@1:4.1.5.1-1ubuntu9.5
  • Introduced through: buildpack-deps@14.04 shadow/passwd@1:4.1.5.1-1ubuntu9.5

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:14.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:14.04 shadow to version 1:4.1.5.1-1ubuntu9.5+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm1 or higher.

References

low severity

Use After Free

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm1 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

An integer overflow at a u_read_undo memory allocation site would occur for vim before patch 8.0.0377, if it does not properly validate values for tree length when reading a corrupted undo file, which may lead to resultant buffer overflows.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm1 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

An integer overflow at an unserialize_uep memory allocation site would occur for vim before patch 8.0.0378, if it does not properly validate values for tree length when reading a corrupted undo file, which may lead to resultant buffer overflows.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm1 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

vim before patch 8.0.0322 does not properly validate values for tree length when handling a spell file, which may result in an integer overflow at a memory allocation site and a resultant buffer overflow.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm1 or higher.

References

low severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1 and zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1
  • Introduced through: buildpack-deps@14.04 zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 zlib.

References

low severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1 and zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1
  • Introduced through: buildpack-deps@14.04 zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 zlib.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-43 Q16, there is a heap-based buffer over-read in the function WritePNGImage of coders/png.c, related to Magick_png_write_raw_profile and LocaleNCompare.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

libexif through 0.6.21 is vulnerable to out-of-bounds heap read vulnerability in exif_data_save_data_entry function in libexif/exif-data.c caused by improper length computation of the allocated data of an ExifMnote entry which can cause denial-of-service or possibly information disclosure.

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm2 or higher.

References

low severity

CVE-2022-28391

  • Vulnerable module: busybox/busybox-initramfs
  • Introduced through: busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

NVD Description

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

BusyBox through 1.35.0 allows remote attackers to execute arbitrary code if netstat is used to print a DNS PTR record's value to a VT compatible terminal. Alternatively, the attacker could choose to change the terminal's colors.

Remediation

There is no fixed version for Ubuntu:14.04 busybox.

References

low severity

Arbitrary Code Injection

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm15 or higher.

References

low severity

Incorrect Calculation

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.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:14.04 expat to version 2.1.0-4ubuntu1.4+esm4 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-1ubuntu2.8 and freetype/libfreetype6-dev@2.5.2-1ubuntu2.8
  • Fixed in: 2.5.2-1ubuntu2.8+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6@2.5.2-1ubuntu2.8
  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6-dev@2.5.2-1ubuntu2.8

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 freetype to version 2.5.2-1ubuntu2.8+esm1 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: git
  • Introduced through: git@1:1.9.1-1ubuntu0.10 and git/git-man@1:1.9.1-1ubuntu0.10

Detailed paths

  • Introduced through: buildpack-deps@14.04 git@1:1.9.1-1ubuntu0.10
  • Introduced through: buildpack-deps@14.04 git/git-man@1:1.9.1-1ubuntu0.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:14.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:14.04 git.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: graphite2/libgraphite2-3
  • Introduced through: graphite2/libgraphite2-3@1.3.10-0ubuntu0.14.04.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 graphite2/libgraphite2-3@1.3.10-0ubuntu0.14.04.1

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 graphite2.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: graphviz/libcdt5
  • Introduced through: graphviz/libcdt5@2.36.0-0ubuntu3.2, graphviz/libcgraph6@2.36.0-0ubuntu3.2 and others
  • Fixed in: 2.36.0-0ubuntu3.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 graphviz/libcdt5@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libcgraph6@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgraphviz-dev@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvc6@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvc6-plugins-gtk@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvpr2@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libpathplan4@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libxdot4@2.36.0-0ubuntu3.2

NVD Description

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

The agroot() function in cgraph\obj.c in libcgraph.a in Graphviz 2.39.20160612.1140 has a NULL pointer dereference, as demonstrated by graphml2gv.

Remediation

Upgrade Ubuntu:14.04 graphviz to version 2.36.0-0ubuntu3.2+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has a heap-based buffer over-read at MagickCore/threshold.c in AdaptiveThresholdImage because a height of zero is mishandled.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has a heap-based buffer over-read at MagickCore/threshold.c in AdaptiveThresholdImage because a width of zero is mishandled.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-11 Q16 has a heap-based buffer over-read in the coders/psd.c ParseImageResourceBlocks function.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-11 Q16 has a heap-based buffer over-read in the MagickCore/quantum-private.h PushShortPixel function when called from the coders/psd.c ParseImageResourceBlocks function.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Use of Uninitialized Resource

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick before 7.0.8-50 has a "use of uninitialized value" vulnerability in the function ReadCUTImage in coders/cut.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

An issue was discovered in JasPer 1.900.8, 1.900.9, 1.900.10, 1.900.11, 1.900.12, 1.900.13, 1.900.14, 1.900.15, 1.900.16, 1.900.17, 1.900.18, 1.900.19, 1.900.20, 1.900.21, 1.900.22, 1.900.23, 1.900.24, 1.900.25, 1.900.26, 1.900.27, 1.900.28, 1.900.29, 1.900.30, 1.900.31, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, 2.0.13, 2.0.14, 2.0.15, 2.0.16. There is a heap-based buffer over-read of size 8 in the function jas_image_depalettize in libjasper/base/jas_image.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Out-of-bounds Write

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

An issue was discovered in JasPer 1.900.8, 1.900.9, 1.900.10, 1.900.11, 1.900.12, 1.900.13, 1.900.14, 1.900.15, 1.900.16, 1.900.17, 1.900.18, 1.900.19, 1.900.20, 1.900.21, 1.900.22, 1.900.23, 1.900.24, 1.900.25, 1.900.26, 1.900.27, 1.900.28, 1.900.29, 1.900.30, 1.900.31, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, 2.0.13, 2.0.14, 2.0.15, 2.0.16. There is a heap-based buffer overflow of size 1 in the function jas_icctxtdesc_input in libjasper/base/jas_icc.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity
new

Numeric Errors

  • Vulnerable module: klibc/klibc-utils
  • Introduced through: klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3 and klibc/libklibc@2.0.3-0ubuntu1.14.04.3
  • Fixed in: 2.0.3-0ubuntu1.14.04.3+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3
  • Introduced through: buildpack-deps@14.04 klibc/libklibc@2.0.3-0ubuntu1.14.04.3

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 klibc to version 2.0.3-0ubuntu1.14.04.3+esm3 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: libjpeg-turbo/libjpeg-turbo8
  • Introduced through: libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1 and libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1
  • Fixed in: 1.3.0-0ubuntu2.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1

NVD Description

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

Libjpeg-turbo all version have a stack-based buffer overflow in the "transform" component. A remote attacker can send a malformed jpeg file to the service and cause arbitrary code execution or denial of service of the target service.

Remediation

Upgrade Ubuntu:14.04 libjpeg-turbo to version 1.3.0-0ubuntu2.1+esm2 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm2 or higher.

References

low severity

CVE-2017-9111

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

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

In OpenEXR 2.2.0, an invalid write of size 8 in the storeSSE function in ImfOptimizedPixelReading.h could cause the application to crash or execute arbitrary code.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

CVE-2017-9113

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

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

In OpenEXR 2.2.0, an invalid write of size 1 in the bufferedReadPixels function in ImfInputFile.cpp could cause the application to crash or execute arbitrary code.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

CVE-2017-9115

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

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

In OpenEXR 2.2.0, an invalid write of size 2 in the = operator function in half.h could cause the application to crash or execute arbitrary code.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

Out-of-bounds Write

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

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

makeMultiView.cpp in exrmultiview in OpenEXR 2.3.0 has an out-of-bounds write, leading to an assertion failure or possibly unspecified other impact.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

Buffer Overflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

libtiff 4.5.0 is vulnerable to Buffer Overflow via extractContigSamplesBytes() at /libtiff/tools/tiffcrop.c:3215.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

In LibTIFF 4.0.9, there is a heap-based buffer over-read in the function PackBitsEncode in tif_packbits.c.

Remediation

There is no fixed version for Ubuntu:14.04 tiff.

References

low severity

Use of Out-of-range Pointer Offset

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use of Out-of-range Pointer Offset in GitHub repository vim/vim prior to 8.2.4440.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm9 or higher.

References

low severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1 and zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1
  • Introduced through: buildpack-deps@14.04 zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 zlib.

References

low severity

Numeric Errors

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1 and zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 zlib/zlib1g@1:1.2.8.dfsg-1ubuntu1.1
  • Introduced through: buildpack-deps@14.04 zlib/zlib1g-dev@1:1.2.8.dfsg-1ubuntu1.1

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 zlib.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: perl
  • Introduced through: perl@5.18.2-2ubuntu1.7, perl/perl-base@5.18.2-2ubuntu1.7 and others
  • Fixed in: 5.18.2-2ubuntu1.7+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 perl@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-base@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-modules@5.18.2-2ubuntu1.7

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 perl to version 5.18.2-2ubuntu1.7+esm3 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: perl
  • Introduced through: perl@5.18.2-2ubuntu1.7, perl/perl-base@5.18.2-2ubuntu1.7 and others
  • Fixed in: 5.18.2-2ubuntu1.7+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 perl@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-base@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-modules@5.18.2-2ubuntu1.7

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 perl to version 5.18.2-2ubuntu1.7+esm3 or higher.

References

low severity

Integer Underflow

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-40 Q16, there is a heap-based buffer over-read in the function WritePNMImage of coders/pnm.c, which allows an attacker to cause a denial of service or possibly information disclosure via a crafted image file. This is related to SetGrayscaleImage in MagickCore/quantize.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-43 Q16, there is a heap-based buffer over-read in the function WriteTIFFImage of coders/tiff.c, which allows an attacker to cause a denial of service or possibly information disclosure via a crafted image file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

A vulnerability was found in libexif. An integer overflow when parsing the MNOTE entry data of the input file. This can cause Denial-of-Service (DoS) and Information Disclosure (disclosing some critical heap chunk metadata, even other applications' private data).

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-3ubuntu0.11
  • Fixed in: 2.1.0-3ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libgd2/libgd3@2.1.0-3ubuntu0.11

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libgd2 to version 2.1.0-3ubuntu0.11+esm2 or higher.

References

low severity

Link Following

  • Vulnerable module: avahi/libavahi-client3
  • Introduced through: avahi/libavahi-client3@0.6.31-4ubuntu1.3, avahi/libavahi-common-data@0.6.31-4ubuntu1.3 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 avahi/libavahi-client3@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common-data@0.6.31-4ubuntu1.3
  • Introduced through: buildpack-deps@14.04 avahi/libavahi-common3@0.6.31-4ubuntu1.3

NVD Description

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

avahi-daemon-check-dns.sh in the Debian avahi package through 0.8-4 is executed as root via /etc/network/if-up.d/avahi-daemon, and allows a local attacker to cause a denial of service or create arbitrary empty files via a symlink attack on files under /run/avahi-daemon. NOTE: this only affects the packaging for Debian GNU/Linux (used indirectly by SUSE), not the upstream Avahi product.

Remediation

There is no fixed version for Ubuntu:14.04 avahi.

References

low severity

Improper Check for Dropped Privileges

  • Vulnerable module: bash
  • Introduced through: bash@4.3-7ubuntu1.7
  • Fixed in: 4.3-7ubuntu1.8+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 bash@4.3-7ubuntu1.7

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:14.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:14.04 bash to version 4.3-7ubuntu1.8+esm2 or higher.

References

low severity

Improper Input Validation

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 bash@4.3-7ubuntu1.7

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:14.04 relevant fixed versions and status.

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

Remediation

Upgrade Ubuntu:14.04 bash to version 4.3-7ubuntu1.8+esm1 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Incorrect Type Conversion or Cast

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

In GNU Binutils 2.30, there's an integer overflow in the function load_specific_debug_section() in objdump.c, which results in malloc() with 0 size. A crafted ELF file allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The elf_object_p function in elfcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, has an unsigned integer overflow because bfd_size_type multiplication is not used. A crafted ELF file allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm2 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm2 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm2 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm2 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm2 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm2 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

stab_xcoff_builtin_type in stabs.c in GNU Binutils through 2.37 allows attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact, as demonstrated by an out-of-bounds write. NOTE: this issue exists because of an incorrect fix for CVE-2018-12699.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GCC c++filt v2.26 was discovered to contain a use-after-free vulnerability via the component cplus-dem.c.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Use After Free

  • Vulnerable module: dbus/libdbus-1-3
  • Introduced through: dbus/libdbus-1-3@1.6.18-0ubuntu4.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 dbus/libdbus-1-3@1.6.18-0ubuntu4.5

NVD Description

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

A use-after-free flaw was found in D-Bus Development branch <= 1.13.16, dbus-1.12.x stable branch <= 1.12.18, and dbus-1.10.x and older branches <= 1.10.30 when a system has multiple usernames sharing the same UID. When a set of policy rules references these usernames, D-Bus may free some memory in the heap, which is still used by data structures necessary for the other usernames sharing the UID, possibly leading to a crash or other undefined behaviors

Remediation

There is no fixed version for Ubuntu:14.04 dbus.

References

low severity

Improper Initialization

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-34 has a "use of uninitialized value" vulnerability in the ReadPANGOImage function in coders/pango.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Improper Initialization

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-34 has a "use of uninitialized value" vulnerability in the SyncImageSettings function in MagickCore/image.c. This is related to AcquireImage in magick/image.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Improper Initialization

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-34 has a "use of uninitialized value" vulnerability in the WriteJP2Image function in coders/jp2.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A flaw was found in ImageMagick in MagickCore/statistic.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type unsigned long. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.8-69.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Write

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

Stack-based buffer overflow and unconditional jump in ReadXPMImage in coders/xpm.c in ImageMagick 7.0.10-7.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-Bounds

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

An issue was discovered in JasPer 2.0.14. There is a heap-based buffer over-read of size 8 in the function jp2_decode in libjasper/jp2/jp2_dec.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Out-of-bounds Write

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm2 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

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

In OpenEXR 2.2.0, a crafted image causes a heap-based buffer over-read in the hufDecode function in IlmImf/ImfHuf.cpp during exrmaketiled execution; it may result in denial of service or possibly unspecified other impact.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

Out-of-bounds Write

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4
  • Fixed in: 1.8.9p5-1ubuntu1.5+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

In Sudo before 1.8.26, if pwfeedback is enabled in /etc/sudoers, users can trigger a stack-based buffer overflow in the privileged sudo process. (pwfeedback is a default setting in Linux Mint and elementary OS; however, it is NOT the default for upstream and many other packages, and would exist only if enabled by an administrator.) The attacker needs to deliver a long string to the stdin of getln() in tgetpass.c.

Remediation

Upgrade Ubuntu:14.04 sudo to version 1.8.9p5-1ubuntu1.5+esm3 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-9ubuntu1.5
  • Fixed in: 6.0-9ubuntu1.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 unzip@6.0-9ubuntu1.5

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 unzip to version 6.0-9ubuntu1.6 or higher.

References

low severity

Arbitrary Command Injection

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.20.1-5.1ubuntu20.9, util-linux/bsdutils@1:2.20.1-5.1ubuntu20.9 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 util-linux@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/bsdutils@1:2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libblkid1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libmount1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libuuid1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/mount@2.20.1-5.1ubuntu20.9

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:14.04 relevant fixed versions and status.

Blkid in util-linux before 2.26rc-1 allows local users to execute arbitrary code.

Remediation

There is no fixed version for Ubuntu:14.04 util-linux.

References

low severity

Buffer Over-read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Buffer Over-read in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Classic Buffer Overflow in GitHub repository vim/vim prior to 8.2.4969.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

vim is vulnerable to Heap-based Buffer Overflow

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm4 or higher.

References

low severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

low severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.4968.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm11 or higher.

References

low severity

Heap-based Buffer Overflow

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Heap-based Buffer Overflow in GitHub repository vim/vim prior to 9.0.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm11 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Integer Overflow or Wraparound in GitHub repository vim/vim prior to 9.0.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm11 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm11 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm11 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.0104.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.4977.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

low severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Write in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm11 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm16

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Vim before 9.0.2142 has a stack-based buffer overflow because did_set_langmap in map.c calls sprintf to write to the error buffer that is passed down to the option callback functions.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm16 or higher.

References

low severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1

low severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

low severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 8.2.4979.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 8.2.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm8 or higher.

References

low severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 9.0.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm11 or higher.

References

low severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Vim 8.0 allows attackers to cause a denial of service (invalid free) or possibly have unspecified other impact via a crafted source (aka -S) file. NOTE: there might be a limited number of scenarios in which this has security relevance.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm1 or higher.

References

low severity

Use After Free

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm13

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Use After Free in GitHub repository vim/vim prior to 9.0.0789.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm13 or higher.

References

low severity

Link Following

  • Vulnerable module: xorg/x11-common
  • Introduced through: xorg/x11-common@1:7.7+1ubuntu8.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 xorg/x11-common@1:7.7+1ubuntu8.1

NVD Description

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

The init script in the Debian x11-common package before 1:7.6+12 is vulnerable to a symlink attack that can lead to a privilege escalation during package installation.

Remediation

There is no fixed version for Ubuntu:14.04 xorg.

References

low severity

Arbitrary Command Injection

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.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:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm11 or higher.

References

low severity

Arbitrary Command Injection

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm13

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

Note: Versions mentioned in the description apply only to the upstream python3.4 package and not the python3.4 package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm13 or higher.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

CVE-2018-12698

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Improper Handling of Exceptional Conditions

  • Vulnerable module: busybox/busybox-initramfs
  • Introduced through: busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4
  • Fixed in: 1:1.21.0-1ubuntu1.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 busybox/busybox-initramfs@1:1.21.0-1ubuntu1.4

NVD Description

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

decompress_gunzip.c in BusyBox through 1.32.1 mishandles the error bit on the huft_build result pointer, with a resultant invalid free or segmentation fault, via malformed gzip data.

Remediation

Upgrade Ubuntu:14.04 busybox to version 1:1.21.0-1ubuntu1.4+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: cairo/libcairo-gobject2
  • Introduced through: cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1, cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2-dev@1.13.0~20140204-0ubuntu1.1

NVD Description

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

The fill_xrgb32_lerp_opaque_spans function in cairo-image-compositor.c in cairo before 1.14.2 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a negative span length.

Remediation

There is no fixed version for Ubuntu:14.04 cairo.

References

low severity

Out-of-bounds Read

  • Vulnerable module: cairo/libcairo-gobject2
  • Introduced through: cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1, cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2-dev@1.13.0~20140204-0ubuntu1.1

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:14.04 cairo.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm11 or higher.

References

low severity

Use After Free

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.04 relevant fixed versions and status.

Due to use of a dangling pointer, libcurl 7.29.0 through 7.71.1 can use the wrong connection when sending data.

Remediation

Upgrade Ubuntu:14.04 curl to version 7.35.0-1ubuntu2.20+esm5 or higher.

References

low severity

Improper Data Handling

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

In the GNU C Library (aka glibc or libc6) before 2.28, parse_reg_exp in posix/regcomp.c misparses alternatives, which allows attackers to cause a denial of service (assertion failure and application exit) or trigger an incorrect result by attempting a regular-expression match.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Out-of-bounds Write

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

sysdeps/i386/ldbl2mpn.c in the GNU C Library (aka glibc or libc6) before 2.23 on x86 targets has a stack-based buffer overflow if the input to any of the printf family of functions is an 80-bit long double with a non-canonical bit pattern, as seen when passing a \x00\x04\x00\x00\x00\x00\x00\x00\x00\x04 value to sprintf. NOTE: the issue does not affect glibc by default in 2016 or later (i.e., 2.23 or later) because of commits made in 2015 for inlining of C99 math functions through use of GCC built-ins. In other words, the reference to 2.23 is intentional despite the mention of "Fixed for glibc 2.33" in the 26649 reference.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Reachable Assertion

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

XML External Entity (XXE) Injection

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.1.0-4ubuntu1.4 and expat/libexpat1-dev@2.1.0-4ubuntu1.4
  • Fixed in: 2.1.0-4ubuntu1.4+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 expat/libexpat1@2.1.0-4ubuntu1.4
  • Introduced through: buildpack-deps@14.04 expat/libexpat1-dev@2.1.0-4ubuntu1.4

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:14.04 relevant fixed versions and status.

In libexpat in Expat before 2.2.7, XML input including XML names that contain a large number of colons could make the XML parser consume a high amount of RAM and CPU resources while processing (enough to be usable for denial-of-service attacks).

Remediation

Upgrade Ubuntu:14.04 expat to version 2.1.0-4ubuntu1.4+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: freetype/libfreetype6
  • Introduced through: freetype/libfreetype6@2.5.2-1ubuntu2.8 and freetype/libfreetype6-dev@2.5.2-1ubuntu2.8

Detailed paths

  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6@2.5.2-1ubuntu2.8
  • Introduced through: buildpack-deps@14.04 freetype/libfreetype6-dev@2.5.2-1ubuntu2.8

NVD Description

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

FreeType commit 22a0cccb4d9d002f33c1ba7a4b36812c7d4f46b5 was discovered to contain a segmentation violation via the function FT_Request_Size.

Remediation

There is no fixed version for Ubuntu:14.04 freetype.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: gmp/libgmp-dev
  • Introduced through: gmp/libgmp-dev@2:5.1.3+dfsg-1ubuntu1, gmp/libgmp10@2:5.1.3+dfsg-1ubuntu1 and others
  • Fixed in: 2:5.1.3+dfsg-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 gmp/libgmp-dev@2:5.1.3+dfsg-1ubuntu1
  • Introduced through: buildpack-deps@14.04 gmp/libgmp10@2:5.1.3+dfsg-1ubuntu1
  • Introduced through: buildpack-deps@14.04 gmp/libgmpxx4ldbl@2:5.1.3+dfsg-1ubuntu1

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:14.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:14.04 gmp to version 2:5.1.3+dfsg-1ubuntu1+esm1 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.16-1ubuntu2.6 and gnupg/gpgv@1.4.16-1ubuntu2.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 gnupg@1.4.16-1ubuntu2.6
  • Introduced through: buildpack-deps@14.04 gnupg/gpgv@1.4.16-1ubuntu2.6

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:14.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:14.04 gnupg.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.16-1ubuntu2.6 and gnupg/gpgv@1.4.16-1ubuntu2.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 gnupg@1.4.16-1ubuntu2.6
  • Introduced through: buildpack-deps@14.04 gnupg/gpgv@1.4.16-1ubuntu2.6

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:14.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:14.04 gnupg.

References

low severity

Improper Certificate Validation

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A flaw was found in ImageMagick in versions before 7.0.11 and before 6.9.12, where a division by zero in WaveImage() of MagickCore/visual-effects.c may trigger undefined behavior via a crafted image file submitted to an application using ImageMagick. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm1 or higher.

References

low severity

Information Exposure

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A flaw was found in ImageMagick in versions before 7.0.11. A potential cipher leak when the calculate signatures in TransformSignature is possible. The highest threat from this vulnerability is to data confidentiality.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm1 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A flaw was found in ImageMagick in versions 7.0.11, where an integer overflow in WriteTHUMBNAILImage of coders/thumbnail.c may trigger undefined behavior via a crafted image file that is submitted by an attacker and processed by an application using ImageMagick. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm1 or higher.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick before 7.0.8-25 and GraphicsMagick through 1.3.31, several memory leaks exist in WritePDFImage in coders/pdf.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick before 7.0.8-25, a memory leak exists in WriteDIBImage in coders/dib.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick before 7.0.8-25, some memory leaks exist in DecodeImage in coders/pcd.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick before 7.0.8-25, a memory leak exists in WritePSDChannel in coders/psd.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Resource Exhaustion

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.6-6, a memory exhaustion vulnerability was found in the function format8BIM, which allows attackers to cause a denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Resource Exhaustion

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.6-6, a memory exhaustion vulnerability was found in the function ReadTIFFImage, which allows attackers to cause a denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

There are lots of memory leaks in JasPer 2.0.12, triggered in the function jas_strdup() in base/jas_string.c, that will lead to a remote denial of service attack.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

The jpc_dequantize function in jpc_dec.c in JasPer 1.900.13 allows remote attackers to cause a denial of service (assertion failure) via unspecified vectors.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

There is a reachable assertion abort in the function jpc_dec_process_sot() in jpc/jpc_dec.c in JasPer 2.0.12 that will lead to a remote denial of service attack by triggering an unexpected jpc_ppmstabtostreams return value, a different vulnerability than CVE-2018-9154.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

The calcstepsizes function in jpc_dec.c in JasPer 1.900.22 allows remote attackers to cause a denial of service (assertion failure) via unspecified vectors.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

The jpc_floorlog2 function in jpc_math.c in JasPer before 1.900.17 allows remote attackers to cause a denial of service (assertion failure) via unspecified vectors.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: klibc/klibc-utils
  • Introduced through: klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3 and klibc/libklibc@2.0.3-0ubuntu1.14.04.3
  • Fixed in: 2.0.3-0ubuntu1.14.04.3+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 klibc/klibc-utils@2.0.3-0ubuntu1.14.04.3
  • Introduced through: buildpack-deps@14.04 klibc/libklibc@2.0.3-0ubuntu1.14.04.3

NVD Description

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

An issue was discovered in klibc before 2.0.9. An integer overflow in the cpio command may result in a NULL pointer dereference on 64-bit systems.

Remediation

Upgrade Ubuntu:14.04 klibc to version 2.0.3-0ubuntu1.14.04.3+esm2 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: krb5/krb5-multidev
  • Introduced through: krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4, krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 krb5/krb5-multidev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssapi-krb5-2@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libgssrpc4@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libk5crypto3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5clnt-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkadm5srv-mit9@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkdb5-7@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-3@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5-dev@1.12+dfsg-2ubuntu5.4
  • Introduced through: buildpack-deps@14.04 krb5/libkrb5support0@1.12+dfsg-2ubuntu5.4

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:14.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:14.04 krb5.

References

low severity

Resource Exhaustion

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

An error when processing the EXIF_IFD_INTEROPERABILITY and EXIF_IFD_EXIF tags within libexif version 0.6.21 can be exploited to exhaust available CPU resources.

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm2 or higher.

References

low severity

Resource Exhaustion

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

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

An issue was discovered in libexif before 0.6.22. An unrestricted size in handling Canon EXIF MakerNote data could lead to consumption of large amounts of compute time for decoding EXIF data.

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm5 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-3ubuntu0.11
  • Fixed in: 2.1.0-3ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libgd2/libgd3@2.1.0-3ubuntu0.11

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libgd2 to version 2.1.0-3ubuntu0.11+esm1 or higher.

References

low severity

Excessive Iteration

  • Vulnerable module: libjpeg-turbo/libjpeg-turbo8
  • Introduced through: libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1 and libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1
  • Fixed in: 1.3.0-0ubuntu2.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1

NVD Description

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

libjpeg 9c has a large loop because read_pixel in rdtarga.c mishandles EOF.

Remediation

Upgrade Ubuntu:14.04 libjpeg-turbo to version 1.3.0-0ubuntu2.1+esm2 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: librsvg/gir1.2-rsvg-2.0
  • Introduced through: librsvg/gir1.2-rsvg-2.0@2.40.2-1, librsvg/librsvg2-2@2.40.2-1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 librsvg/gir1.2-rsvg-2.0@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-2@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-common@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-dev@2.40.2-1

NVD Description

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

librsvg before 2.40.12 allows context-dependent attackers to cause a denial of service (infinite loop, stack consumption, and application crash) via cyclic references in an SVG document.

Remediation

There is no fixed version for Ubuntu:14.04 librsvg.

References

low severity

Improper Input Validation

  • Vulnerable module: librsvg/gir1.2-rsvg-2.0
  • Introduced through: librsvg/gir1.2-rsvg-2.0@2.40.2-1, librsvg/librsvg2-2@2.40.2-1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 librsvg/gir1.2-rsvg-2.0@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-2@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-common@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-dev@2.40.2-1

NVD Description

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

The _rsvg_node_poly_build_path function in rsvg-shapes.c in librsvg before 2.40.7 allows context-dependent attackers to cause a denial of service (out-of-bounds heap read) via an odd number of elements in a coordinate pair in an SVG document.

Remediation

There is no fixed version for Ubuntu:14.04 librsvg.

References

low severity

Improper Input Validation

  • Vulnerable module: librsvg/gir1.2-rsvg-2.0
  • Introduced through: librsvg/gir1.2-rsvg-2.0@2.40.2-1, librsvg/librsvg2-2@2.40.2-1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 librsvg/gir1.2-rsvg-2.0@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-2@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-common@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-dev@2.40.2-1

NVD Description

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

The _rsvg_css_normalize_font_size function in librsvg 2.40.2 allows context-dependent attackers to cause a denial of service (stack consumption and application crash) via circular definitions in an SVG document.

Remediation

There is no fixed version for Ubuntu:14.04 librsvg.

References

low severity

Improper Input Validation

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-2
  • Fixed in: 1.3.0-2ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libvpx/libvpx1@1.3.0-2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libvpx to version 1.3.0-2ubuntu0.1~esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-2
  • Fixed in: 1.3.0-2ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libvpx/libvpx1@1.3.0-2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libvpx to version 1.3.0-2ubuntu0.1~esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-2
  • Fixed in: 1.3.0-2ubuntu0.1~esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libvpx/libvpx1@1.3.0-2

NVD Description

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

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

Remediation

Upgrade Ubuntu:14.04 libvpx to version 1.3.0-2ubuntu0.1~esm2 or higher.

References

low severity

Improper Access Control

  • Vulnerable module: libxi/libxi6
  • Introduced through: libxi/libxi6@2:1.7.1.901-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxi/libxi6@2:1.7.1.901-1ubuntu1.1

NVD Description

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

X.org libXi before 1.7.7 allows remote X servers to cause a denial of service (infinite loop) via vectors involving length fields.

Remediation

There is no fixed version for Ubuntu:14.04 libxi.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libxi/libxi6
  • Introduced through: libxi/libxi6@2:1.7.1.901-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxi/libxi6@2:1.7.1.901-1ubuntu1.1

NVD Description

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

Multiple integer overflows in X.org libXi before 1.7.7 allow remote X servers to cause a denial of service (out-of-bounds memory access or infinite loop) via vectors involving length fields.

Remediation

There is no fixed version for Ubuntu:14.04 libxi.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

xmlStringLenDecodeEntities in parser.c in libxml2 2.9.10 has an infinite loop in a certain end-of-file situation.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm1 or higher.

References

low severity

Memory Leak

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

xmlSchemaPreRun in xmlschemas.c in libxml2 2.9.10 allows an xmlSchemaValidateStream memory leak.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm2 or higher.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

xmlParseBalancedChunkMemoryRecover in parser.c in libxml2 before 2.9.10 has a memory leak related to newDoc->oldNs.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm1 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-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.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5
  • Fixed in: 2.4.31-1+nmu2ubuntu8.5+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.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:14.04 openldap to version 2.4.31-1+nmu2ubuntu8.5+esm6 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.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:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm7 or higher.

References

low severity

Incomplete Cleanup

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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

There is no fixed version for Ubuntu:14.04 openssl.

References

low severity

Double Free

  • Vulnerable module: patch
  • Introduced through: patch@2.7.1-4ubuntu2.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 patch@2.7.1-4ubuntu2.4

NVD Description

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

A double free exists in the another_hunk function in pch.c in GNU patch through 2.7.6.

Remediation

There is no fixed version for Ubuntu:14.04 patch.

References

low severity

Out-of-bounds Read

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@1:8.31-2ubuntu2.3, pcre3/libpcre3-dev@1:8.31-2ubuntu2.3 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 pcre3/libpcre3@1:8.31-2ubuntu2.3
  • Introduced through: buildpack-deps@14.04 pcre3/libpcre3-dev@1:8.31-2ubuntu2.3
  • Introduced through: buildpack-deps@14.04 pcre3/libpcrecpp0@1:8.31-2ubuntu2.3

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:14.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:14.04 pcre3.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@1:8.31-2ubuntu2.3, pcre3/libpcre3-dev@1:8.31-2ubuntu2.3 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 pcre3/libpcre3@1:8.31-2ubuntu2.3
  • Introduced through: buildpack-deps@14.04 pcre3/libpcre3-dev@1:8.31-2ubuntu2.3
  • Introduced through: buildpack-deps@14.04 pcre3/libpcrecpp0@1:8.31-2ubuntu2.3

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:14.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:14.04 pcre3.

References

low severity

Buffer Overflow

  • Vulnerable module: perl
  • Introduced through: perl@5.18.2-2ubuntu1.7, perl/perl-base@5.18.2-2ubuntu1.7 and others
  • Fixed in: 5.18.2-2ubuntu1.7+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 perl@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-base@5.18.2-2ubuntu1.7
  • Introduced through: buildpack-deps@14.04 perl/perl-modules@5.18.2-2ubuntu1.7

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:14.04 relevant fixed versions and status.

regcomp.c in Perl before 5.30.3 allows a buffer overflow via a crafted regular expression because of recursive S_study_chunk calls.

Remediation

Upgrade Ubuntu:14.04 perl to version 5.18.2-2ubuntu1.7+esm3 or higher.

References

low severity

Incorrect Calculation

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

library/glob.html in the Python 2 and 3 documentation before 2016 has potentially misleading information about whether sorting occurs, as demonstrated by irreproducible cancer-research results. NOTE: the effects of this documentation cross application domains, and thus it is likely that security-relevant code elsewhere is affected. This issue is not a Python implementation bug, and there are no reports that NMR researchers were specifically relying on library/glob.html. In other words, because the older documentation stated "finds all the pathnames matching a specified pattern according to the rules used by the Unix shell," one might have incorrectly inferred that the sorting that occurs in a Unix shell also occurred for glob.glob. There is a workaround in newer versions of Willoughby nmr-data_compilation-p2.py and nmr-data_compilation-p3.py, which call sort() directly.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm6 or higher.

References

low severity

Resource Exhaustion

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm6 or higher.

References

low severity

Incorrect Calculation

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

library/glob.html in the Python 2 and 3 documentation before 2016 has potentially misleading information about whether sorting occurs, as demonstrated by irreproducible cancer-research results. NOTE: the effects of this documentation cross application domains, and thus it is likely that security-relevant code elsewhere is affected. This issue is not a Python implementation bug, and there are no reports that NMR researchers were specifically relying on library/glob.html. In other words, because the older documentation stated "finds all the pathnames matching a specified pattern according to the rules used by the Unix shell," one might have incorrectly inferred that the sorting that occurs in a Unix shell also occurred for glob.glob. There is a workaround in newer versions of Willoughby nmr-data_compilation-p2.py and nmr-data_compilation-p3.py, which call sort() directly.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm7 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a "resize to twice the size" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data. This issue is fixed in: v3.4.10, v3.4.10rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.7rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.7, v3.6.7rc1, v3.6.7rc2, v3.6.8, v3.6.8rc1, v3.6.9, v3.6.9rc1; v3.7.1, v3.7.1rc1, v3.7.1rc2, v3.7.2, v3.7.2rc1, v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm2 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm2 or higher.

References

low severity

Resource Exhaustion

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm7 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: rsyslog
  • Introduced through: rsyslog@7.4.4-1ubuntu2.7

Detailed paths

  • Introduced through: buildpack-deps@14.04 rsyslog@7.4.4-1ubuntu2.7

NVD Description

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

A denial of service vulnerability was found in rsyslog in the imptcp module. An attacker could send a specially crafted message to the imptcp socket, which would cause rsyslog to crash. Versions before 8.27.0 are vulnerable.

Remediation

There is no fixed version for Ubuntu:14.04 rsyslog.

References

low severity

CVE-2020-9991

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.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:14.04 sqlite3.

References

low severity

Improper Handling of Exceptional Conditions

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

selectExpander in select.c in SQLite 3.30.1 proceeds with WITH stack unwinding even after a parsing error.

Remediation

There is no fixed version for Ubuntu:14.04 sqlite3.

References

low severity

NULL Pointer Dereference

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

low severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Buffer Overflow in LibTiff v4.0.10 allows attackers to cause a denial of service via the "invertImage()" function in the component "tiffcrop".

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm2 or higher.

References

low severity

Key Management Errors

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm1 or higher.

References

low severity

Out-of-bounds Read

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

Detailed paths

  • Introduced through: buildpack-deps@14.04 apr/libapr1@1.5.0-1

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:14.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:14.04 apr to version 1.5.0-1ubuntu0.1~esm1 or higher.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

A memory leak in ImageMagick 7.0.10-45 and 6.9.11-22 allows remote attackers to perform a denial of service via the "identify -help" command.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm6 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

An off-by-one read vulnerability was discovered in ImageMagick before version 7.0.7-28 in the formatIPTCfromBuffer function in coders/meta.c. A local attacker may use this flaw to read beyond the end of the buffer or to crash the program.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: libcroco/libcroco3
  • Introduced through: libcroco/libcroco3@0.6.8-2ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libcroco/libcroco3@0.6.8-2ubuntu1

NVD Description

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

libcroco through 0.6.13 has excessive recursion in cr_parser_parse_any_core in cr-parser.c, leading to stack consumption.

Remediation

There is no fixed version for Ubuntu:14.04 libcroco.

References

low severity

Resource Exhaustion

  • Vulnerable module: libjpeg-turbo/libjpeg-turbo8
  • Introduced through: libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1 and libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1
  • Fixed in: 1.3.0-0ubuntu2.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1

NVD Description

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

In IJG JPEG (aka libjpeg) before 9d, jpeg_mem_available() in jmemnobs.c in djpeg does not honor the max_memory_to_use setting, possibly causing excessive memory consumption.

Remediation

Upgrade Ubuntu:14.04 libjpeg-turbo to version 1.3.0-0ubuntu2.1+esm2 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm2 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

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

Out-of-bounds Read in GitHub repository vim/vim prior to 9.0.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm11 or higher.

References

low severity

Use After Free

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

A use-after-free vulnerability introduced in glibc upstream version 2.14 was found in the way the tilde expansion was carried out. Directory paths containing an initial tilde followed by a valid username were affected by this issue. A local attacker could exploit this flaw by creating a specially crafted path that, when processed by the glob function, would potentially lead to arbitrary code execution. This was fixed in version 2.32.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Improper Privilege Management

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:6.6p1-2ubuntu2.13

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssh/openssh-client@1:6.6p1-2ubuntu2.13

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

There is no fixed version for Ubuntu:14.04 openssh.

References

low severity

Improper Access Control

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4
  • Fixed in: 1.8.9p5-1ubuntu1.5+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

sudo_noexec.so in Sudo before 1.8.15 on Linux might allow local users to bypass intended noexec command restrictions via an application that calls the (1) system or (2) popen function.

Remediation

Upgrade Ubuntu:14.04 sudo to version 1.8.9p5-1ubuntu1.5+esm5 or higher.

References

low severity

Race Condition

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

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

The SHA-2 digest support in the sudoers plugin in sudo after 1.8.7 allows local users with write permissions to parts of the called command to replace them before it is executed.

Remediation

There is no fixed version for Ubuntu:14.04 sudo.

References

low severity

Link Following

  • Vulnerable module: cron
  • Introduced through: cron@3.0pl1-124ubuntu2

Detailed paths

  • Introduced through: buildpack-deps@14.04 cron@3.0pl1-124ubuntu2

NVD Description

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

In the cron package through 3.0pl1-128 on Debian, and through 3.0pl1-128ubuntu2 on Ubuntu, the postinst maintainer script allows for group-crontab-to-root privilege escalation via symlink attacks against unsafe usage of the chown and chmod programs.

Remediation

There is no fixed version for Ubuntu:14.04 cron.

References

low severity

CVE-2020-21583

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.20.1-5.1ubuntu20.9, util-linux/bsdutils@1:2.20.1-5.1ubuntu20.9 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 util-linux@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/bsdutils@1:2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libblkid1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libmount1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libuuid1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/mount@2.20.1-5.1ubuntu20.9

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:14.04 relevant fixed versions and status.

An issue was discovered in hwclock.13-v2.27 allows attackers to gain escalated privlidges or execute arbitrary commands via the path parameter when setting the date.

Remediation

There is no fixed version for Ubuntu:14.04 util-linux.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

concat_filename in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted binary file, as demonstrated by nm-new.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a NULL pointer dereference in work_stuff_copy_to_from when called from iterate_demangle_function.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The getsym function in tekhex.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (stack-based buffer over-read and application crash) via a malformed tekhex binary.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

find_abstract_instance in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32, allows remote attackers to cause a denial of service (infinite recursion and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

CVE-2016-3189

  • Vulnerable module: bzip2
  • Introduced through: bzip2@1.0.6-5, bzip2/libbz2-1.0@1.0.6-5 and others
  • Fixed in: 1.0.6-5ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 bzip2@1.0.6-5
  • Introduced through: buildpack-deps@14.04 bzip2/libbz2-1.0@1.0.6-5
  • Introduced through: buildpack-deps@14.04 bzip2/libbz2-dev@1.0.6-5

NVD Description

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

Use-after-free vulnerability in bzip2recover in bzip2 1.0.6 allows remote attackers to cause a denial of service (crash) via a crafted bzip2 file, related to block ends set to before the start of the block.

Remediation

Upgrade Ubuntu:14.04 bzip2 to version 1.0.6-5ubuntu0.1~esm1 or higher.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: cairo/libcairo-gobject2
  • Introduced through: cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1, cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2-dev@1.13.0~20140204-0ubuntu1.1

NVD Description

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

An issue was discovered in cairo 1.16.0. There is an infinite loop in the function _arc_error_normalized in the file cairo-arc.c, related to _arc_max_angle_for_tolerance_normalized.

Remediation

There is no fixed version for Ubuntu:14.04 cairo.

References

low severity

Out-of-bounds Write

  • Vulnerable module: cairo/libcairo-gobject2
  • Introduced through: cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1, cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2-dev@1.13.0~20140204-0ubuntu1.1

NVD Description

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

cairo through 1.15.14 has an out-of-bounds stack-memory write during processing of a crafted document by WebKitGTK+ because of the interaction between cairo-rectangular-scan-converter.c (the generate and render_rows functions) and cairo-image-compositor.c (the _cairo_image_spans_and_zero function).

Remediation

There is no fixed version for Ubuntu:14.04 cairo.

References

low severity

Reachable Assertion

  • Vulnerable module: cairo/libcairo-gobject2
  • Introduced through: cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1, cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2-dev@1.13.0~20140204-0ubuntu1.1

NVD Description

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

An issue was discovered in cairo 1.16.0. There is an assertion problem in the function _cairo_arc_in_direction in the file cairo-arc.c.

Remediation

There is no fixed version for Ubuntu:14.04 cairo.

References

low severity

Improper Input Validation

  • Vulnerable module: coreutils
  • Introduced through: coreutils@8.21-1ubuntu5.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 coreutils@8.21-1ubuntu5.4

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:14.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:14.04 coreutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: harfbuzz/libharfbuzz0b
  • Introduced through: harfbuzz/libharfbuzz0b@0.9.27-1ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@14.04 harfbuzz/libharfbuzz0b@0.9.27-1ubuntu1.1

NVD Description

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

HarfBuzz before 1.0.4 allows remote attackers to cause a denial of service (invalid read of two bytes and application crash) because of GPOS and GSUB table mishandling, related to hb-ot-layout-gpos-table.hh, hb-ot-layout-gsub-table.hh, and hb-ot-layout-gsubgpos-private.hh.

Remediation

There is no fixed version for Ubuntu:14.04 harfbuzz.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: heimdal/libasn1-8-heimdal
  • Introduced through: heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2, heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2 and others
  • Fixed in: 1.6~git20131207+dfsg-1ubuntu1.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 heimdal/libasn1-8-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libgssapi3-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhcrypto4-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimbase1-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libheimntlm0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libhx509-5-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libkrb5-26-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libroken18-heimdal@1.6~git20131207+dfsg-1ubuntu1.2
  • Introduced through: buildpack-deps@14.04 heimdal/libwind0-heimdal@1.6~git20131207+dfsg-1ubuntu1.2

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:14.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:14.04 heimdal to version 1.6~git20131207+dfsg-1ubuntu1.2+esm1 or higher.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.x before 7.0.8-41 and 6.x before 6.9.10-41, there is a divide-by-zero vulnerability in the MeanShiftImage function. It allows an attacker to cause a denial of service by sending a crafted file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-54 Q16 allows Division by Zero in RemoveDuplicateLayers in MagickCore/layer.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ReadXWDImage in coders/xwd.c in the XWD image parsing component of ImageMagick 7.0.8-41 Q16 allows attackers to cause a denial-of-service (divide-by-zero error) by crafting an XWD image file in which the header indicates neither LSB first nor MSB first.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Improper Input Validation

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick before 6.9.7-10, there is a crash (rather than a "width or height exceeds limit" error report) if the image dimensions are too large, as demonstrated by use of the mpc coder.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In coders/bmp.c in ImageMagick before 7.0.8-16, an input file can result in an infinite loop and hang, with high CPU and memory consumption. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-13 Q16, there is an infinite loop in the ReadBMPImage function of the coders/bmp.c file. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted bmp file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has memory leaks in AcquireMagickMemory because of an AnnotateImage error.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has memory leaks at AcquireMagickMemory because of an error in MagickWand/mogrify.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-50 Q16 has memory leaks at AcquireMagickMemory because of a wand/mogrify.c error.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick before 7.0.8-50 has a memory leak vulnerability in the function ReadPSImage in coders/ps.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-35 has a memory leak in coders/dps.c, as demonstrated by XCreateImage.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-35 has a memory leak in magick/xwindow.c, related to XCreateImage.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-40 has a memory leak in Huffman2DEncodeImage in coders/ps2.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-35 has a memory leak in coders/dot.c, as demonstrated by AcquireMagickMemory in MagickCore/memory.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-43 has a memory leak in Huffman2DEncodeImage in coders/ps3.c, as demonstrated by WritePS3Image.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.8-43 has a memory leak in coders/dot.c, as demonstrated by PingImage in MagickCore/constitute.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

There is a memory leak in the function WriteMSLImage of coders/msl.c in ImageMagick 7.0.8-13 Q16, and the function ProcessMSLScript of coders/msl.c in GraphicsMagick before 1.3.31.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.7-28 has a memory leak vulnerability in WritePCXImage in coders/pcx.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

ImageMagick 7.0.7-28 has a memory leak vulnerability in WritePDBImage in coders/pdb.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

The XWD image (X Window System window dumping file) parsing component in ImageMagick 7.0.8-41 Q16 allows attackers to cause a denial-of-service (application crash resulting from an out-of-bounds Read) in ReadXWDImage in coders/xwd.c by crafting a corrupted XWD image file, a different vulnerability than CVE-2019-11472.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

WriteTIFFImage in coders/tiff.c in ImageMagick 7.0.8-43 Q16 allows attackers to cause a denial-of-service (application crash resulting from a heap-based buffer over-read) via a crafted TIFF image file, related to TIFFRewriteDirectory, TIFFWriteDirectory, TIFFWriteDirectorySec, and TIFFWriteDirectoryTagColormap in tif_dirwrite.c of LibTIFF. NOTE: this occurs because of an incomplete fix for CVE-2019-11597.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-13 Q16, there is a heap-based buffer over-read in the EncodeImage function of coders/pict.c, which allows attackers to cause a denial of service via a crafted SVG image file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Resource Exhaustion

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

The cineon parsing component in ImageMagick 7.0.8-26 Q16 allows attackers to cause a denial-of-service (uncontrolled resource consumption) by crafting a Cineon image with an incorrect claimed image size. This occurs because ReadCINImage in coders/cin.c lacks a check for insufficient image data in a file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Resource Exhaustion

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

In ImageMagick 7.0.8-11 Q16, a tiny input file 0x50 0x36 0x36 0x36 0x36 0x4c 0x36 0x38 0x36 0x36 0x36 0x36 0x36 0x36 0x1f 0x35 0x50 0x00 can result in a hang of several minutes during which CPU and memory resources are consumed until ultimately an attempted large memory allocation fails. Remote attackers could leverage this vulnerability to cause a denial of service via a crafted file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Use After Free

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

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

The TIFFSetProfiles function in coders/tiff.c in ImageMagick 7.0.6 has incorrect expectations about whether LibTIFF TIFFGetField return values imply that data validation has occurred, which allows remote attackers to cause a denial of service (use-after-free after an invalid call to TIFFSetField, and application crash) via a crafted file.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

CVE-2018-20584

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

JasPer 2.0.14 allows remote attackers to cause a denial of service (application hang) via an attempted conversion to the jp2 format.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

JasPer 2.0.14 has a memory leak in base/jas_malloc.c in libjasper.a when "--output-format jp2" is used.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

An issue was discovered in JasPer 2.0.14. There is a NULL pointer dereference in the function jp2_decode in libjasper/jp2/jp2_dec.c, leading to a denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

JasPer 1.900.8, 1.900.9, 1.900.10, 1.900.11, 1.900.12, 1.900.13, 1.900.14, 1.900.15, 1.900.16, 1.900.17, 1.900.18, 1.900.19, 1.900.20, 1.900.21, 1.900.22, 1.900.23, 1.900.24, 1.900.25, 1.900.26, 1.900.27, 1.900.28, 1.900.29, 1.900.30, 1.900.31, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10, 2.0.11, 2.0.12, 2.0.13, 2.0.14, 2.0.15, 2.0.16 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted image, related to the jas_image_ishomosamp function in libjasper/base/jas_image.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

jp2_encode in jp2/jp2_enc.c in JasPer 2.0.14 has a heap-based buffer over-read.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

JasPer 2.0.14 allows denial of service via a reachable assertion in the function jpc_abstorelstepsize in libjasper/jpc/jpc_enc.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

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

An issue was discovered in JasPer 2.0.14. There is an access violation in the function jas_image_readcmpt in libjasper/base/jas_image.c, leading to a denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Improper Resource Shutdown or Release

  • Vulnerable module: jbigkit/libjbig-dev
  • Introduced through: jbigkit/libjbig-dev@2.0-2ubuntu4.1 and jbigkit/libjbig0@2.0-2ubuntu4.1
  • Fixed in: 2.0-2ubuntu4.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 jbigkit/libjbig-dev@2.0-2ubuntu4.1
  • Introduced through: buildpack-deps@14.04 jbigkit/libjbig0@2.0-2ubuntu4.1

NVD Description

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

A vulnerability classified as problematic was found in LibTIFF 4.3.0. Affected by this vulnerability is the TIFF File Handler of tiff2ps. Opening a malicious file leads to a denial of service. The attack can be launched remotely but requires user interaction. The exploit has been disclosed to the public and may be used.

Remediation

Upgrade Ubuntu:14.04 jbigkit to version 2.0-2ubuntu4.1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: jbigkit/libjbig-dev
  • Introduced through: jbigkit/libjbig-dev@2.0-2ubuntu4.1 and jbigkit/libjbig0@2.0-2ubuntu4.1
  • Fixed in: 2.0-2ubuntu4.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 jbigkit/libjbig-dev@2.0-2ubuntu4.1
  • Introduced through: buildpack-deps@14.04 jbigkit/libjbig0@2.0-2ubuntu4.1

NVD Description

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

In LibTIFF 4.0.8, there is a memory malloc failure in tif_jbig.c. A crafted TIFF document can lead to an abort resulting in a remote denial of service attack.

Remediation

Upgrade Ubuntu:14.04 jbigkit to version 2.0-2ubuntu4.1+esm1 or higher.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: libcroco/libcroco3
  • Introduced through: libcroco/libcroco3@0.6.8-2ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libcroco/libcroco3@0.6.8-2ubuntu1

NVD Description

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

The cr_parser_parse_selector_core function in cr-parser.c in libcroco 0.6.12 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via a crafted CSS file.

Remediation

There is no fixed version for Ubuntu:14.04 libcroco.

References

low severity

Out-of-Bounds

  • Vulnerable module: libcroco/libcroco3
  • Introduced through: libcroco/libcroco3@0.6.8-2ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libcroco/libcroco3@0.6.8-2ubuntu1

NVD Description

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

The cr_tknzr_parse_comment function in cr-tknzr.c in libcroco 0.6.12 allows remote attackers to cause a denial of service (memory allocation error) via a crafted CSS file.

Remediation

There is no fixed version for Ubuntu:14.04 libcroco.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-3ubuntu0.11
  • Fixed in: 2.1.0-3ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libgd2/libgd3@2.1.0-3ubuntu0.11

NVD Description

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

read_header_tga in gd_tga.c in the GD Graphics Library (aka LibGD) through 2.3.2 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted TGA file.

Remediation

Upgrade Ubuntu:14.04 libgd2 to version 2.1.0-3ubuntu0.11+esm2 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-3ubuntu0.11

Detailed paths

  • Introduced through: buildpack-deps@14.04 libgd2/libgd3@2.1.0-3ubuntu0.11

NVD Description

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

The GD Graphics Library (aka LibGD) through 2.3.2 has an out-of-bounds read because of the lack of certain gdGetBuf and gdPutBuf return value checks.

Remediation

There is no fixed version for Ubuntu:14.04 libgd2.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libjpeg-turbo/libjpeg-turbo8
  • Introduced through: libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1 and libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1
  • Fixed in: 1.3.0-0ubuntu2.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8@1.3.0-0ubuntu2.1
  • Introduced through: buildpack-deps@14.04 libjpeg-turbo/libjpeg-turbo8-dev@1.3.0-0ubuntu2.1

NVD Description

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

get_8bit_row in rdbmp.c in libjpeg-turbo through 1.5.90 and MozJPEG through 3.3.1 allows attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted 8-bit BMP in which one or more of the color indices is out of range for the number of palette entries.

Remediation

Upgrade Ubuntu:14.04 libjpeg-turbo to version 1.3.0-0ubuntu2.1+esm2 or higher.

References

low severity

CVE-2018-14048

  • Vulnerable module: libpng/libpng12-0
  • Introduced through: libpng/libpng12-0@1.2.50-1ubuntu2.14.04.3 and libpng/libpng12-dev@1.2.50-1ubuntu2.14.04.3

Detailed paths

  • Introduced through: buildpack-deps@14.04 libpng/libpng12-0@1.2.50-1ubuntu2.14.04.3
  • Introduced through: buildpack-deps@14.04 libpng/libpng12-dev@1.2.50-1ubuntu2.14.04.3

NVD Description

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

An issue has been found in libpng 1.6.34. It is a SEGV in the function png_free_data in png.c, related to the recommended error handling for png_read_image.

Remediation

There is no fixed version for Ubuntu:14.04 libpng.

References

low severity

Improper Input Validation

  • Vulnerable module: libvpx/libvpx1
  • Introduced through: libvpx/libvpx1@1.3.0-2
  • Fixed in: 1.3.0-2ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libvpx/libvpx1@1.3.0-2

NVD Description

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

In libvpx, there is a possible information disclosure due to improper input validation. This could lead to remote information disclosure with no additional execution privileges needed. User interaction is needed for exploitation. Product: AndroidVersions: Android-10Android ID: A-80479354

Remediation

Upgrade Ubuntu:14.04 libvpx to version 1.3.0-2ubuntu0.1~esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.9.1+dfsg1-3ubuntu4.13 and libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13
  • Fixed in: 2.9.1+dfsg1-3ubuntu4.13+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxml2@2.9.1+dfsg1-3ubuntu4.13
  • Introduced through: buildpack-deps@14.04 libxml2/libxml2-dev@2.9.1+dfsg1-3ubuntu4.13

NVD Description

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

GNOME project libxml2 v2.9.10 has a global buffer over-read vulnerability in xmlEncodeEntitiesInternal at libxml2/entities.c. The issue has been fixed in commit 50f06b3e.

Remediation

Upgrade Ubuntu:14.04 libxml2 to version 2.9.1+dfsg1-3ubuntu4.13+esm2 or higher.

References

low severity

CVE-2023-50495

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm5 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm1 or higher.

References

low severity

CVE-2017-9110

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

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

In OpenEXR 2.2.0, an invalid read of size 2 in the hufDecode function in ImfHuf.cpp could cause the application to crash.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

CVE-2017-9112

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

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

In OpenEXR 2.2.0, an invalid read of size 1 in the getBits function in ImfHuf.cpp could cause the application to crash.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

CVE-2017-9116

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

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

In OpenEXR 2.2.0, an invalid read of size 1 in the uncompress function in ImfZip.cpp could cause the application to crash.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

Resource Exhaustion

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm5 or higher.

References

low severity

Resource Exhaustion

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm6 or higher.

References

low severity

Information Exposure

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.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:14.04 sqlite3.

References

low severity

Divide By Zero

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Divide By Zero error in tiffcrop in libtiff 4.4.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f3a5e010.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm4 or higher.

References

low severity

Divide By Zero

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Divide By Zero error in tiffcrop in libtiff 4.4.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f3a5e010.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm4 or higher.

References

low severity

Divide By Zero

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Divide By Zero error in tiffcrop in libtiff 4.4.0 allows attackers to cause a denial-of-service via a crafted tiff file. For users that compile libtiff from sources, the fix is available with commit f3a5e010.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm4 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

_TIFFCheckMalloc and _TIFFCheckRealloc in tif_aux.c in LibTIFF through 4.0.10 mishandle Integer Overflow checks because they rely on compiler behavior that is undefined by the applicable C standards. This can, for example, lead to an application crash.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm6 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

LibTIFF 4.0.9 has a NULL pointer dereference in the jpeg_fdct_16x16 function in jfdctint.c.

Remediation

There is no fixed version for Ubuntu:14.04 tiff.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A NULL pointer dereference in TIFFClose() is caused by a failure to open an output file (non-existent path or a path that requires permissions like /dev/null) while specifying zones.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm8 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

Buffer Overflow in LibTiff v4.0.10 allows attackers to cause a denial of service via the 'in _TIFFmemcpy' funtion in the component 'tif_unix.c'.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm2 or higher.

References

low severity

Resource Exhaustion

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

An out-of-memory flaw was found in libtiff. Passing a crafted tiff file to TIFFOpen() API may allow a remote attacker to cause a denial of service via a craft input with size smaller than 379 KB.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm12 or higher.

References

low severity

Use of Externally-Controlled Format String

  • Vulnerable module: dpkg
  • Introduced through: dpkg@1.17.5ubuntu5.8, dpkg/dpkg-dev@1.17.5ubuntu5.8 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 dpkg@1.17.5ubuntu5.8
  • Introduced through: buildpack-deps@14.04 dpkg/dpkg-dev@1.17.5ubuntu5.8
  • Introduced through: buildpack-deps@14.04 dpkg/libdpkg-perl@1.17.5ubuntu5.8

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:14.04 relevant fixed versions and status.

Multiple format string vulnerabilities in the parse_error_msg function in parsehelp.c in dpkg before 1.17.22 allow remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via format string specifiers in the (1) package or (2) architecture name.

Remediation

There is no fixed version for Ubuntu:14.04 dpkg.

References

low severity

Cross-site Scripting (XSS)

  • Vulnerable module: jquery/libjs-jquery
  • Introduced through: jquery/libjs-jquery@1.7.2+dfsg-2ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 jquery/libjs-jquery@1.7.2+dfsg-2ubuntu1

NVD Description

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

jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.

Remediation

There is no fixed version for Ubuntu:14.04 jquery.

References

low severity

Cross-site Scripting (XSS)

  • Vulnerable module: jquery/libjs-jquery
  • Introduced through: jquery/libjs-jquery@1.7.2+dfsg-2ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 jquery/libjs-jquery@1.7.2+dfsg-2ubuntu1

NVD Description

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

jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable proto property, it could extend the native Object.prototype.

Remediation

There is no fixed version for Ubuntu:14.04 jquery.

References

low severity

Cross-site Scripting (XSS)

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm3 or higher.

References

low severity

Cross-site Scripting (XSS)

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm4 or higher.

References

low severity

Authentication Bypass

  • Vulnerable module: systemd/libudev1
  • Introduced through: systemd/libudev1@204-5ubuntu20.31 and systemd/udev@204-5ubuntu20.31

Detailed paths

  • Introduced through: buildpack-deps@14.04 systemd/libudev1@204-5ubuntu20.31
  • Introduced through: buildpack-deps@14.04 systemd/udev@204-5ubuntu20.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:14.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

There is no fixed version for Ubuntu:14.04 systemd.

References

low severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm10

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

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

A flaw was found in tiffcrop, a program distributed by the libtiff package. A specially crafted tiff file can lead to an out-of-bounds read in the extractImageSection function in tools/tiffcrop.c, resulting in a denial of service and limited information disclosure. This issue affects libtiff versions 4.x.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm10 or higher.

References

low severity

Inefficient Regular Expression Complexity

  • Vulnerable module: configobj/python-configobj
  • Introduced through: configobj/python-configobj@4.7.2+ds-5build1

Detailed paths

  • Introduced through: buildpack-deps@14.04 configobj/python-configobj@4.7.2+ds-5build1

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:14.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:14.04 configobj.

References

low severity

Improper Authentication

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm15 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm16

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm16 or higher.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Improper Input Validation

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

The glob function in glob.c in the GNU C Library (aka glibc or libc6) before 2.27, when invoked with GLOB_TILDE, could skip freeing allocated memory when processing the ~ operator with a long user name, potentially leading to a denial of service (memory leak).

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Out-of-bounds Read

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Use After Free

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

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

Use-after-free vulnerability in the clntudp_call function in sunrpc/clnt_udp.c in the GNU C Library (aka glibc or libc6) before 2.26 allows remote attackers to have unspecified impact via vectors related to error path.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Information Exposure

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:6.6p1-2ubuntu2.13

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssh/openssh-client@1:6.6p1-2ubuntu2.13

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:14.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:14.04 openssh.

References

low severity

Resource Exhaustion

  • Vulnerable module: python2.7
  • Introduced through: python2.7@2.7.6-8ubuntu0.5, python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5 and others
  • Fixed in: 2.7.6-8ubuntu0.6+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 python2.7@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-minimal@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/libpython2.7-stdlib@2.7.6-8ubuntu0.5
  • Introduced through: buildpack-deps@14.04 python2.7/python2.7-minimal@2.7.6-8ubuntu0.5

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:14.04 relevant fixed versions and status.

Lib/ipaddress.py in Python through 3.8.3 improperly computes hash values in the IPv4Interface and IPv6Interface classes, which might allow a remote attacker to cause a denial of service if an application is affected by the performance of a dictionary containing IPv4Interface or IPv6Interface objects, and this attacker can cause many dictionary entries to be created. This is fixed in: v3.5.10, v3.5.10rc1; v3.6.12; v3.7.9; v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1; v3.9.0, v3.9.0b4, v3.9.0b5, v3.9.0rc1, v3.9.0rc2.

Remediation

Upgrade Ubuntu:14.04 python2.7 to version 2.7.6-8ubuntu0.6+esm6 or higher.

References

low severity

HTTP Request Smuggling

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.

Remediation

There is no fixed version for Ubuntu:14.04 python3.4.

References

low severity

Resource Exhaustion

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

Lib/ipaddress.py in Python through 3.8.3 improperly computes hash values in the IPv4Interface and IPv6Interface classes, which might allow a remote attacker to cause a denial of service if an application is affected by the performance of a dictionary containing IPv4Interface or IPv6Interface objects, and this attacker can cause many dictionary entries to be created. This is fixed in: v3.5.10, v3.5.10rc1; v3.6.12; v3.7.9; v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1; v3.9.0, v3.9.0b4, v3.9.0b5, v3.9.0rc1, v3.9.0rc2.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm7 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

os_unix.c in SQLite before 3.13.0 improperly implements the temporary directory search algorithm, which might allow local users to obtain sensitive information, cause a denial of service (application crash), or have unspecified other impact by leveraging use of the current working directory for temporary files.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm1 or higher.

References

low severity

Information Exposure

  • Vulnerable module: python3.4
  • Introduced through: python3.4@3.4.3-1ubuntu1~14.04.7, python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7 and others
  • Fixed in: 3.4.3-1ubuntu1~14.04.7+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 python3.4@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-minimal@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/libpython3.4-stdlib@3.4.3-1ubuntu1~14.04.7
  • Introduced through: buildpack-deps@14.04 python3.4/python3.4-minimal@3.4.3-1ubuntu1~14.04.7

NVD Description

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

There's a flaw in Python 3's pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normally be able to access. The highest risk of this flaw is to data confidentiality. This flaw affects Python versions before 3.8.9, Python versions before 3.9.3 and Python versions before 3.10.0a7.

Remediation

Upgrade Ubuntu:14.04 python3.4 to version 3.4.3-1ubuntu1~14.04.7+esm12 or higher.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an attempted excessive memory allocation in _bfd_elf_slurp_version_tables in elf.c.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (excessive memory allocation and application crash) via a crafted ELF file, as demonstrated by _bfd_elf_parse_attributes in elf-attrs.c and bfd_malloc in libbfd.c. This can occur during execution of nm.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

_bfd_elf_slurp_version_tables in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (excessive memory allocation and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GNU Binutils 2.28 allows remote attackers to cause a denial of service (memory consumption) via a crafted ELF file with many program headers, related to the get_program_headers function in readelf.c.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The C++ symbol demangler routine in cplus-dem.c in libiberty, as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (excessive memory allocation and application crash) via a crafted file, as demonstrated by a call from the Binary File Descriptor (BFD) library (aka libbfd).

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GNU Binutils before 2.40 was discovered to contain an excessive memory consumption vulnerability via the function bfd_dwarf2_find_nearest_line_with_alt at dwarf2.c. The attacker could supply a crafted ELF file and cause a DNS attack.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Divide By Zero

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

decode_line_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The bfd_section_from_shdr function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (segmentation fault) via a large attribute section.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The bfd_get_debug_link_info_1 function in opncls.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, has an unchecked strnlen operation. Remote attackers could leverage this vulnerability to cause a denial of service (segmentation fault) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Improper Input Validation

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GNU binutils gold gold v1.11-v1.16 (GNU binutils v2.21-v2.31.1) is affected by: Improper Input Validation, Signed/Unsigned Comparison, Out-of-bounds Read. The impact is: Denial of service. The component is: gold/fileread.cc:497, elfcpp/elfcpp_file.h:644. The attack vector is: An ELF file with an invalid e_shoff header field must be opened.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Incorrect Calculation of Buffer Size

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

process_debug_info in dwarf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (infinite loop) via a crafted ELF file that contains a negative size value in a CU structure.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (integer underflow or overflow, and application crash) via an ELF file with a corrupt DWARF FORM block, as demonstrated by nm.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils through 2.31. There is an integer overflow and infinite loop caused by the IS_CONTAINED_BY_LMA macro in elf.c.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The parse_die function in dwarf1.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (integer overflow and application crash) via an ELF file with corrupt dwarf1 debug information, as demonstrated by nm.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions next_is_type_qual() and cplus_demangle_type() in cp-demangle.c. Remote attackers could leverage this vulnerability to cause a denial-of-service via an ELF file, as demonstrated by nm.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption vulnerability resulting from infinite recursion in the functions d_name(), d_encoding(), and d_local_name() in cp-demangle.c. Remote attackers could leverage this vulnerability to cause a denial-of-service via an ELF file, as demonstrated by nm.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

find_abstract_instance_name in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (infinite recursion and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

decode_line_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (infinite loop) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

_bfd_dwarf2_cleanup_debug_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (memory leak) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The _bfd_generic_read_minisymbols function in syms.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31, has a memory leak via a crafted ELF file, leading to a denial of service (memory consumption), as demonstrated by nm.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The function coff_set_alignment_hook in coffcode.h in Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has a memory leak vulnerability which can cause memory exhaustion in objdump via a crafted PE file. Additional validation in dump_relocs_in_section in objdump.c can resolve this.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

Memory leak in decode_line_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (memory consumption) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the merge_strings function in merge.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. There is a NULL pointer dereference in _bfd_add_merge_section when attempting to merge sections with large alignments. A specially crafted ELF allows remote attackers to cause a denial of service, as demonstrated by ld.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, mishandles NULL files in a .debug_line file table, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted ELF file, related to concat_filename. NOTE: this issue is caused by an incomplete fix for CVE-2017-15023.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The swap_std_reloc_in function in aoutx.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (aout_32_swap_std_reloc_out NULL pointer dereference and application crash) via a crafted ELF file, as demonstrated by objcopy.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in elf_link_input_bfd in elflink.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. There is a NULL pointer dereference in elf_link_input_bfd when used for finding STT_TLS symbols without any TLS section. A specially crafted ELF allows remote attackers to cause a denial of service, as demonstrated by ld.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

scan_unit_for_symbols in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The ignore_section_sym function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, does not validate the output_section pointer in the case of a symtab entry with a "SECTION" type that has a "0" value, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted file, as demonstrated by objcopy.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The coff_slurp_reloc_table function in coffcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted COFF based file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, does not validate the DW_AT_name data type, which allows remote attackers to cause a denial of service (bfd_hash_hash NULL pointer dereference, or out-of-bounds access, and application crash) via a crafted ELF file, related to scan_unit_for_symbols and parse_comp_unit.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The dump_section_as_bytes function in readelf in GNU Binutils 2.28 accesses a NULL pointer while reading section contents in a corrupt binary, leading to a program crash.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GNU Binutils 2017-04-03 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash), related to the process_mips_specific function in readelf.c, via a crafted ELF file that triggers a large memory-allocation attempt.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. An invalid memory address dereference was discovered in read_reloc in reloc.c. The vulnerability causes a segmentation fault and application crash, which leads to denial of service, as demonstrated by objdump, because of missing _bfd_clear_contents bounds checking.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. An invalid memory access exists in bfd_zalloc in opncls.c. Attackers could leverage this vulnerability to cause a denial of service (application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. An invalid memory access exists in _bfd_stab_section_find_nearest_line in syms.c. Attackers could leverage this vulnerability to cause a denial of service (application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

objdump in GNU Binutils 2.28 is vulnerable to multiple heap-based buffer over-reads (of size 1 and size 8) while handling corrupt STABS enum type strings in a crafted object file, leading to program crash.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

readelf in GNU Binutils 2.28 writes to illegal addresses while processing corrupt input files containing symbol-difference relocations, leading to a heap-based buffer overflow.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. It is an out-of-bounds read leading to a SEGV in bfd_getl32 in libbfd.c, when called from pex64_get_runtime_function in pei-x86_64.c.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

A heap-based buffer over-read issue was discovered in the function sec_merge_hash_lookup in merge.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31, because _bfd_add_merge_section mishandles section merges when size is not a multiple of entsize. A specially crafted ELF allows remote attackers to cause a denial of service, as demonstrated by ld.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.31. a heap-based buffer over-read in bfd_getl32 in libbfd.c allows an attacker to cause a denial of service through a crafted PE file. This vulnerability can be triggered by the executable objdump.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.32. There is a heap-based buffer over-read in _bfd_doprnt in bfd.c because elf_object_p in elfcode.h mishandles an e_shstrndx section of type SHT_GROUP by omitting a trailing '\0' character.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The getvalue function in tekhex.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, allows remote attackers to cause a denial of service (stack-based buffer over-read and application crash) via a crafted tekhex file, as demonstrated by mishandling within the nm program.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

process_cu_tu_index in dwarf.c in GNU Binutils 2.30 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted binary file, as demonstrated by readelf.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not validate sizes of core notes, which allows remote attackers to cause a denial of service (bfd_getl32 heap-based buffer over-read and application crash) via a crafted object file, related to elfcore_grok_netbsd_procinfo, elfcore_grok_openbsd_procinfo, and elfcore_grok_nto_status.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

decode_line_info in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, mishandles a length calculation, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to read_1_byte.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The pe_print_idata function in peXXigen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, mishandles HintName vector entries, which allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted PE file, related to the bfd_getl16 function.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The decode_line_info function in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (read_1_byte heap-based buffer over-read and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

bfd_get_debug_link_info_1 in opncls.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to bfd_getl32.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The read_section function in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (parse_comp_unit heap-based buffer over-read and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The print_symbol_for_build_attribute function in readelf.c in GNU Binutils 2017-04-12 allows remote attackers to cause a denial of service (invalid read and SEGV) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GNU Binutils 2.28 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to the byte_get_little_endian function in elfcomm.c, the get_unwind_section_word function in readelf.c, and ARM unwind information that contains invalid word offsets.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The _bfd_elf_parse_attributes function in elf-attrs.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (_bfd_elf_attr_strdup heap-based buffer over-read and application crash) via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, has an invalid read (of size 8) because the code to emit relocs (bfd_elf_final_link function in bfd/elflink.c) does not check the format of the input file before trying to read the ELF reloc section header. The vulnerability leads to a GNU linker (ld) program crash.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

GNU Binutils 2.28 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted ELF file, related to MIPS GOT mishandling in the process_mips_specific function in readelf.c.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The get_build_id function in opncls.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.28, allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted file in which a certain size field is larger than a corresponding data field, as demonstrated by mishandling within the objdump program.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2
  • Fixed in: 2.24-5ubuntu14.2+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

load_specific_debug_section in objdump.c in GNU Binutils through 2.31.1 contains an integer overflow vulnerability that can trigger a heap-based buffer overflow via a crafted section size.

Remediation

Upgrade Ubuntu:14.04 binutils to version 2.24-5ubuntu14.2+esm5 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The _bfd_XX_bfd_copy_private_bfd_data_common function in peXXigen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, processes a negative Data Directory size with an unbounded loop that increases the value of (external_IMAGE_DEBUG_DIRECTORY) *edd so that the address exceeds its own memory region, resulting in an out-of-bounds memory write, as demonstrated by objcopy copying private info with _bfd_pex64_bfd_copy_private_bfd_data_common in pex64igen.c.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The find_nearest_line function in objdump in GNU Binutils 2.28 is vulnerable to an invalid write (of size 1) while disassembling a corrupt binary that contains an empty function name, leading to a program crash.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

The demangle_template function in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.31.1, contains an integer overflow vulnerability (for "Create an array for saving the template argument values") that can trigger a heap-based buffer overflow, as demonstrated by nm.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Resource Exhaustion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. There is a stack consumption problem caused by the cplus_demangle_type function making recursive calls to itself in certain scenarios involving many 'P' characters.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Resource Exhaustion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in arm_pt in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_arm_hp_template, demangle_class_name, demangle_fund_type, do_type, do_arg, demangle_args, and demangle_nested_args. This can occur during execution of nm-new.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in GNU libiberty, as distributed in GNU Binutils 2.32. It is a stack consumption issue in d_count_templates_scopes in cp-demangle.c after many recursive calls.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there is a stack consumption problem caused by recursive stack frames: cplus_demangle_type, d_bare_function_type, d_function_type.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

An issue was discovered in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.29 and 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_nested_args, demangle_args, do_arg, and do_type.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

In GNU Binutils 2.31.1, there is a use-after-free in the error function in elfcomm.c when called from the process_archive function in readelf.c via a crafted ELF file.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Use After Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.24-5ubuntu14.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 binutils@2.24-5ubuntu14.2

NVD Description

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

readelf in GNU Binutils 2.28 has a use-after-free (specifically read-after-free) error while processing multiple, relocated sections in an MSP430 binary. This is caused by mishandling of an invalid symbol index, and mishandling of state across invocations.

Remediation

There is no fixed version for Ubuntu:14.04 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: cairo/libcairo-gobject2
  • Introduced through: cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1, cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2-dev@1.13.0~20140204-0ubuntu1.1

NVD Description

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

Integer overflow in the write_png function in cairo 1.14.6 allows remote attackers to cause a denial of service (invalid pointer dereference) via a large svg file.

Remediation

There is no fixed version for Ubuntu:14.04 cairo.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: cairo/libcairo-gobject2
  • Introduced through: cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1, cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 cairo/libcairo-gobject2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo-script-interpreter2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2@1.13.0~20140204-0ubuntu1.1
  • Introduced through: buildpack-deps@14.04 cairo/libcairo2-dev@1.13.0~20140204-0ubuntu1.1

NVD Description

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

Cairo version 1.15.4 is vulnerable to a NULL pointer dereference related to the FT_Load_Glyph and FT_Render_Glyph resulting in an application crash.

Remediation

There is no fixed version for Ubuntu:14.04 cairo.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: cron
  • Introduced through: cron@3.0pl1-124ubuntu2

Detailed paths

  • Introduced through: buildpack-deps@14.04 cron@3.0pl1-124ubuntu2

NVD Description

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

Vixie Cron before the 3.0pl1-133 Debian package allows local users to cause a denial of service (memory consumption) via a large crontab file because an unlimited number of lines is accepted.

Remediation

There is no fixed version for Ubuntu:14.04 cron.

References

low severity

Improper Input Validation

  • Vulnerable module: cron
  • Introduced through: cron@3.0pl1-124ubuntu2

Detailed paths

  • Introduced through: buildpack-deps@14.04 cron@3.0pl1-124ubuntu2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cron package and not the cron package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Vixie Cron before the 3.0pl1-133 Debian package allows local users to cause a denial of service (daemon crash) via a large crontab file because the calloc return value is not checked.

Remediation

There is no fixed version for Ubuntu:14.04 cron.

References

low severity

Use After Free

  • Vulnerable module: cron
  • Introduced through: cron@3.0pl1-124ubuntu2

Detailed paths

  • Introduced through: buildpack-deps@14.04 cron@3.0pl1-124ubuntu2

NVD Description

Note: Versions mentioned in the description apply only to the upstream cron package and not the cron package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Vixie Cron before the 3.0pl1-133 Debian package allows local users to cause a denial of service (use-after-free and daemon crash) because of a force_rescan_user error.

Remediation

There is no fixed version for Ubuntu:14.04 cron.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

Note: Versions mentioned in the description apply only to the upstream eglibc package and not the eglibc package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

Out-of-Bounds

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

Note: Versions mentioned in the description apply only to the upstream eglibc package and not the eglibc package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

The GNU C Library (aka glibc or libc6) before 2.32 could overflow an on-stack buffer during range reduction if an input to an 80-bit long double function contains a non-canonical bit pattern, a seen when passing a 0x5d414141414141410000 value to sinl on x86 targets. This is related to sysdeps/ieee754/ldbl-96/e_rem_pio2l.c.

Remediation

There is no fixed version for Ubuntu:14.04 eglibc.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: graphviz/libcdt5
  • Introduced through: graphviz/libcdt5@2.36.0-0ubuntu3.2, graphviz/libcgraph6@2.36.0-0ubuntu3.2 and others
  • Fixed in: 2.36.0-0ubuntu3.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 graphviz/libcdt5@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libcgraph6@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgraphviz-dev@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvc6@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvc6-plugins-gtk@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libgvpr2@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libpathplan4@2.36.0-0ubuntu3.2
  • Introduced through: buildpack-deps@14.04 graphviz/libxdot4@2.36.0-0ubuntu3.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream graphviz package and not the graphviz package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

NULL pointer dereference vulnerability in the rebuild_vlists function in lib/dotgen/conc.c in the dotgen library in Graphviz 2.40.1 allows remote attackers to cause a denial of service (application crash) via a crafted file.

Remediation

Upgrade Ubuntu:14.04 graphviz to version 2.36.0-0ubuntu3.2+esm1 or higher.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/visual-effects.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm1 or higher.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/resize.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm3 or higher.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/resample.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm1 or higher.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others
  • Fixed in: 8:6.7.7.10-6ubuntu3.13+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in coders/jp2.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability.

Remediation

Upgrade Ubuntu:14.04 imagemagick to version 8:6.7.7.10-6ubuntu3.13+esm3 or higher.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A divide-by-zero flaw was found in ImageMagick 6.9.11-57 and 7.0.10-57 in gem.c. This flaw allows an attacker who submits a crafted file that is processed by ImageMagick to trigger undefined behavior through a division by zero. The highest threat from this vulnerability is to system availability.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In GammaImage() of /MagickCore/enhance.c, depending on the gamma value, it's possible to trigger a divide-by-zero condition when a crafted input file is processed by ImageMagick. This could lead to an impact to application availability. The patch uses the PerceptibleReciprocal() to prevent the divide-by-zero from occurring. This flaw affects ImageMagick versions prior to ImageMagick 7.0.8-68.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/colorspace-private.h and MagickCore/quantum.h. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type unsigned char and math division by zero. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.8-68.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in coders/hdr.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type unsigned char. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to ImageMagick 7.0.8-68.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In CatromWeights(), MeshInterpolate(), InterpolatePixelChannel(), InterpolatePixelChannels(), and InterpolatePixelInfo(), which are all functions in /MagickCore/pixel.c, there were multiple unconstrained pixel offset calculations which were being used with the floor() function. These calculations produced undefined behavior in the form of out-of-range and integer overflows, as identified by UndefinedBehaviorSanitizer. These instances of undefined behavior could be triggered by an attacker who is able to supply a crafted input file to be processed by ImageMagick. These issues could impact application availability or potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

ImageMagick 7.0.8-34 has a memory leak in the ReadPCLImage function in coders/pcl.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

ImageMagick 7.0.8-34 has a memory leak vulnerability in the WriteDPXImage function in coders/dpx.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

There are several memory leaks in the MIFF coder in /coders/miff.c due to improper image depth values, which can be triggered by a specially crafted input file. These leaks could potentially lead to an impact to application availability or cause a denial of service. It was originally reported that the issues were in AcquireMagickMemory() because that is where LeakSanitizer detected the leaks, but the patch resolves issues in the MIFF coder, which incorrectly handles data being passed to AcquireMagickMemory(). This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A NULL pointer dereference in the function ReadPANGOImage in coders/pango.c and the function ReadVIDImage in coders/vid.c in ImageMagick 7.0.8-34 allows remote attackers to cause a denial of service via a crafted image.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

WriteOnePNGImage() from coders/png.c (the PNG coder) has a for loop with an improper exit condition that can allow an out-of-bounds READ via heap-buffer-overflow. This occurs because it is possible for the colormap to have less than 256 valid values but the loop condition will loop 256 times, attempting to pass invalid colormap data to the event logger. The patch replaces the hardcoded 256 value with a call to MagickMin() to ensure the proper value is used. This could impact application availability when a specially crafted input file is processed by ImageMagick. This flaw affects ImageMagick versions prior to 7.0.8-68.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Read

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

The PALM image coder at coders/palm.c makes an improper call to AcquireQuantumMemory() in routine WritePALMImage() because it needs to be offset by 256. This can cause a out-of-bounds read later on in the routine. The patch adds 256 to bytes_per_row in the call to AcquireQuantumMemory(). This could cause impact to reliability. This flaw affects ImageMagick versions prior to 7.0.8-68.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

An issue has been found in JasPer 2.0.14. There is a memory leak in jas_malloc.c when called from jpc_unk_getparms in jpc_cs.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

An issue was discovered in JasPer 2.0.14. There is a NULL pointer dereference in the function ras_putdatastd in ras/ras_enc.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

The jpc_undo_roi function in libjasper/jpc/jpc_dec.c in JasPer 1.900.27 allows remote attackers to cause a denial of service (invalid memory read and crash) via a crafted image.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Out-of-bounds Read

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

JasPer 2.0.12 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted image, related to the jp2_decode function in libjasper/jp2/jp2_dec.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Reachable Assertion

  • Vulnerable module: jasper/libjasper-dev
  • Introduced through: jasper/libjasper-dev@1.900.1-14ubuntu3.5 and jasper/libjasper1@1.900.1-14ubuntu3.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 jasper/libjasper-dev@1.900.1-14ubuntu3.5
  • Introduced through: buildpack-deps@14.04 jasper/libjasper1@1.900.1-14ubuntu3.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream jasper package and not the jasper package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

JasPer 2.0.14 allows denial of service via a reachable assertion in the function jpc_firstone in libjasper/jpc/jpc_math.c.

Remediation

There is no fixed version for Ubuntu:14.04 jasper.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libcroco/libcroco3
  • Introduced through: libcroco/libcroco3@0.6.8-2ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libcroco/libcroco3@0.6.8-2ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libcroco package and not the libcroco package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

The cr_input_new_from_uri function in cr-input.c in libcroco 0.6.11 and 0.6.12 allows remote attackers to cause a denial of service (heap-based buffer over-read) via a crafted CSS file.

Remediation

There is no fixed version for Ubuntu:14.04 libcroco.

References

low severity

Insufficient Entropy

  • Vulnerable module: libice/libice-dev
  • Introduced through: libice/libice-dev@2:1.0.8-2 and libice/libice6@2:1.0.8-2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libice/libice-dev@2:1.0.8-2
  • Introduced through: buildpack-deps@14.04 libice/libice6@2:1.0.8-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libice package and not the libice package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

It was discovered that libICE before 1.0.9-8 used a weak entropy to generate keys. A local attacker could potentially use this flaw for session hijacking using the information available from the process list.

Remediation

There is no fixed version for Ubuntu:14.04 libice.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: libpng/libpng12-0
  • Introduced through: libpng/libpng12-0@1.2.50-1ubuntu2.14.04.3 and libpng/libpng12-dev@1.2.50-1ubuntu2.14.04.3

Detailed paths

  • Introduced through: buildpack-deps@14.04 libpng/libpng12-0@1.2.50-1ubuntu2.14.04.3
  • Introduced through: buildpack-deps@14.04 libpng/libpng12-dev@1.2.50-1ubuntu2.14.04.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream libpng package and not the libpng package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in libpng 1.6.38. A crafted PNG image can lead to a segmentation fault and denial of service in png_setup_paeth_row() function.

Remediation

There is no fixed version for Ubuntu:14.04 libpng.

References

low severity

Out-of-bounds Read

  • Vulnerable module: librsvg/gir1.2-rsvg-2.0
  • Introduced through: librsvg/gir1.2-rsvg-2.0@2.40.2-1, librsvg/librsvg2-2@2.40.2-1 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 librsvg/gir1.2-rsvg-2.0@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-2@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-common@2.40.2-1
  • Introduced through: buildpack-deps@14.04 librsvg/librsvg2-dev@2.40.2-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream librsvg package and not the librsvg package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

The rsvg_pattern_fix_fallback function in rsvg-paint_server.c in librsvg2 2.40.2 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted svg file.

Remediation

There is no fixed version for Ubuntu:14.04 librsvg.

References

low severity

CVE-2018-1000654

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@3.4-3ubuntu0.6 and libtasn1-6/libtasn1-6-dev@3.4-3ubuntu0.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 libtasn1-6@3.4-3ubuntu0.6
  • Introduced through: buildpack-deps@14.04 libtasn1-6/libtasn1-6-dev@3.4-3ubuntu0.6

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:14.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

There is no fixed version for Ubuntu:14.04 libtasn1-6.

References

low severity

Key Management Errors

  • Vulnerable module: libxdmcp/libxdmcp-dev
  • Introduced through: libxdmcp/libxdmcp-dev@1:1.1.1-1 and libxdmcp/libxdmcp6@1:1.1.1-1
  • Fixed in: 1:1.1.1-1ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxdmcp/libxdmcp-dev@1:1.1.1-1
  • Introduced through: buildpack-deps@14.04 libxdmcp/libxdmcp6@1:1.1.1-1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxdmcp package and not the libxdmcp package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

It was discovered that libXdmcp before 1.1.2 including used weak entropy to generate session keys. On a multi-user system using xdmcp, a local attacker could potentially use information available from the process list to brute force the key, allowing them to hijack other users' sessions.

Remediation

Upgrade Ubuntu:14.04 libxdmcp to version 1:1.1.1-1ubuntu0.1~esm1 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm2 or higher.

References

low severity

Release of Invalid Pointer or Reference

  • Vulnerable module: patch
  • Introduced through: patch@2.7.1-4ubuntu2.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 patch@2.7.1-4ubuntu2.4

NVD Description

Note: Versions mentioned in the description apply only to the upstream patch package and not the patch package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

An Invalid Pointer vulnerability exists in GNU patch 2.7 via the another_hunk function, which causes a Denial of Service.

Remediation

There is no fixed version for Ubuntu:14.04 patch.

References

low severity

Improper Authentication

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.1.5.1-1ubuntu9.5 and shadow/passwd@1:4.1.5.1-1ubuntu9.5
  • Fixed in: 1:4.1.5.1-1ubuntu9.5+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 shadow/login@1:4.1.5.1-1ubuntu9.5
  • Introduced through: buildpack-deps@14.04 shadow/passwd@1:4.1.5.1-1ubuntu9.5

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:14.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:14.04 shadow to version 1:4.1.5.1-1ubuntu9.5+esm4 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2 and sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2
  • Fixed in: 3.8.2-1ubuntu2.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-0@3.8.2-1ubuntu2.2
  • Introduced through: buildpack-deps@14.04 sqlite3/libsqlite3-dev@3.8.2-1ubuntu2.2

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:14.04 relevant fixed versions and status.

The dump_callback function in SQLite 3.20.0 allows remote attackers to cause a denial of service (EXC_BAD_ACCESS and application crash) via a crafted file.

Remediation

Upgrade Ubuntu:14.04 sqlite3 to version 3.8.2-1ubuntu2.2+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: tar
  • Introduced through: tar@1.27.1-1ubuntu0.1
  • Fixed in: 1.27.1-1ubuntu0.1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 tar@1.27.1-1ubuntu0.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream tar package and not the tar package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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:14.04 tar to version 1.27.1-1ubuntu0.1+esm2 or higher.

References

low severity

Buffer Overflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

libtiff 4.5.0 is vulnerable to Buffer Overflow via extractContigSamplesShifted8bits() at /libtiff/tools/tiffcrop.c:3753.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm7 or higher.

References

low severity

Improper Validation of Specified Quantity in Input

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

libtiff's tiffcrop utility has a improper input validation flaw that can lead to out of bounds read and ultimately cause a crash if an attacker is able to supply a crafted file to tiffcrop.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm3 or higher.

References

low severity

Integer Underflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

libtiff's tiffcrop utility has a uint32_t underflow that can lead to out of bounds read and write. An attacker who supplies a crafted file to tiffcrop (likely via tricking a user to run tiffcrop on it with certain parameters) could cause a crash or in some cases, further exploitation.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm3 or higher.

References

low severity

Integer Underflow

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm3

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

libtiff's tiffcrop tool has a uint32_t underflow which leads to out of bounds read and write in the extractContigSamples8bits routine. An attacker who supplies a crafted file to tiffcrop could trigger this flaw, most likely by tricking a user into opening the crafted file with tiffcrop. Triggering this flaw could cause a crash or potentially further exploitation.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm3 or higher.

References

low severity

Memory Leak

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm11

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A memory leak flaw was found in Libtiff's tiffcrop utility. This issue occurs when tiffcrop operates on a TIFF image file, allowing an attacker to pass a crafted TIFF image file to tiffcrop utility, which causes this memory leak issue, resulting an application crash, eventually leading to a denial of service.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm11 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Null source pointer passed as an argument to memcpy() function within TIFFFetchStripThing() in tif_dirread.c in libtiff versions from 3.9.0 to 4.3.0 could lead to Denial of Service via crafted TIFF file. For users that compile libtiff from sources, the fix is available with commit eecb0712.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm1 or higher.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Null source pointer passed as an argument to memcpy() function within TIFFReadDirectory() in tif_dirread.c in libtiff versions from 4.0 to 4.3.0 could lead to Denial of Service via crafted TIFF file. For users that compile libtiff from sources, a fix is available with commit 561599c.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In LibTIFF, there is a memory malloc failure in tif_pixarlog.c. A crafted TIFF document can lead to an abort, resulting in a remote denial of service attack.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in libtiff. Due to a memory allocation failure in tif_read.c, a crafted TIFF file can lead to an abort, resulting in denial of service.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

LibTIFF 4.3.0 has an out-of-bounds read in _TIFFmemcpy in tif_unix.c in certain situations involving a custom tag and 0x0200 as the second word of the DE field.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm2 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Buffer Overflow vulnerability found in Libtiff V.4.0.7 allows a local attacker to cause a denial of service via the tiffcp function in tiffcp.c.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm5 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A heap-buffer-overflow vulnerability was found in LibTIFF, in extractImageSection() at tools/tiffcrop.c:7916 and tools/tiffcrop.c:7801. This flaw allows attackers to cause a denial of service via a crafted tiff file.

Remediation

There is no fixed version for Ubuntu:14.04 tiff.

References

low severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm8

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

loadImage() in tools/tiffcrop.c in LibTIFF through 4.5.0 has a heap-based use after free via a crafted TIFF image.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm8 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others
  • Fixed in: 4.0.3-7ubuntu0.11+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

An issue was found in the tiffcp utility distributed by the libtiff package where a crafted TIFF file on processing may cause a heap-based buffer overflow leads to an application crash.

Remediation

Upgrade Ubuntu:14.04 tiff to version 4.0.3-7ubuntu0.11+esm12 or higher.

References

low severity

Resource Management Errors

  • Vulnerable module: tiff/libtiff5
  • Introduced through: tiff/libtiff5@4.0.3-7ubuntu0.11, tiff/libtiff5-dev@4.0.3-7ubuntu0.11 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 tiff/libtiff5@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiff5-dev@4.0.3-7ubuntu0.11
  • Introduced through: buildpack-deps@14.04 tiff/libtiffxx5@4.0.3-7ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream tiff package and not the tiff package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

LibTIFF allows remote attackers to cause a denial of service (memory consumption and crash) via a crafted tiff file.

Remediation

There is no fixed version for Ubuntu:14.04 tiff.

References

low severity

CVE-2022-0530

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-9ubuntu1.5
  • Fixed in: 6.0-9ubuntu1.6+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 unzip@6.0-9ubuntu1.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream unzip package and not the unzip package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in Unzip. The vulnerability occurs during the conversion of a wide string to a local string that leads to a heap of out-of-bound write. This flaw allows an attacker to input a specially crafted zip file, leading to a crash or code execution.

Remediation

Upgrade Ubuntu:14.04 unzip to version 6.0-9ubuntu1.6+esm1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-9ubuntu1.5
  • Fixed in: 6.0-9ubuntu1.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 unzip@6.0-9ubuntu1.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream unzip package and not the unzip package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Info-ZIP UnZip 6.0 has a buffer overflow in list.c, when a ZIP archive has a crafted relationship between the compressed-size value and the uncompressed-size value, because a buffer size is 10 and is supposed to be 12.

Remediation

Upgrade Ubuntu:14.04 unzip to version 6.0-9ubuntu1.6 or higher.

References

low severity

Information Exposure

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream vim package and not the vim package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

fileio.c in Vim prior to 8.0.1263 sets the group ownership of a .swp file to the editor's primary group (which may be different from the group ownership of the original file), which allows local users to obtain sensitive information by leveraging an applicable group membership, as demonstrated by /etc/shadow owned by root:shadow mode 0640, but /etc/.shadow.swp owned by root:users mode 0640, a different vulnerability than CVE-2017-1000382.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm4 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm9

low severity

Uncontrolled Recursion

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream vim package and not the vim package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Uncontrolled Recursion in GitHub repository vim/vim prior to 8.2.4975.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm2 or higher.

References

low severity

Improper Input Validation

  • Vulnerable module: audit/libaudit-common
  • Introduced through: audit/libaudit-common@1:2.3.2-2ubuntu1 and audit/libaudit1@1:2.3.2-2ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 audit/libaudit-common@1:2.3.2-2ubuntu1
  • Introduced through: buildpack-deps@14.04 audit/libaudit1@1:2.3.2-2ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream audit package and not the audit package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Audit before 2.4.4 in Linux does not sanitize escape characters in filenames.

Remediation

There is no fixed version for Ubuntu:14.04 audit.

References

low severity

Improper Input Validation

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

Note: Versions mentioned in the description apply only to the upstream eglibc package and not the eglibc package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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:14.04 eglibc.

References

low severity

Information Exposure

  • Vulnerable module: eglibc/libc-bin
  • Introduced through: eglibc/libc-bin@2.19-0ubuntu6.15, eglibc/libc-dev-bin@2.19-0ubuntu6.15 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 eglibc/libc-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc-dev-bin@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/libc6-dev@2.19-0ubuntu6.15
  • Introduced through: buildpack-deps@14.04 eglibc/multiarch-support@2.19-0ubuntu6.15

NVD Description

Note: Versions mentioned in the description apply only to the upstream eglibc package and not the eglibc package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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:14.04 eglibc.

References

low severity

Information Exposure

  • Vulnerable module: gcc-4.8
  • Introduced through: gcc-4.8@4.8.4-2ubuntu1~14.04.4, gcc-4.8/cpp-4.8@4.8.4-2ubuntu1~14.04.4 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 gcc-4.8@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/cpp-4.8@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/g++-4.8@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/gcc-4.8-base@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libasan0@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libatomic1@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libgcc-4.8-dev@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libgomp1@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libitm1@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libquadmath0@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libstdc++-4.8-dev@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libstdc++6@4.8.4-2ubuntu1~14.04.4
  • Introduced through: buildpack-deps@14.04 gcc-4.8/libtsan0@4.8.4-2ubuntu1~14.04.4

NVD Description

Note: Versions mentioned in the description apply only to the upstream gcc-4.8 package and not the gcc-4.8 package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

The std::random_device class in libstdc++ in the GNU Compiler Collection (aka GCC) before 4.9.4 does not properly handle short reads from blocking sources, which makes it easier for context-dependent attackers to predict the random values via unspecified vectors.

Remediation

There is no fixed version for Ubuntu:14.04 gcc-4.8.

References

low severity

Use of Uninitialized Resource

  • Vulnerable module: libgd2/libgd3
  • Introduced through: libgd2/libgd3@2.1.0-3ubuntu0.11
  • Fixed in: 2.1.0-3ubuntu0.11+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libgd2/libgd3@2.1.0-3ubuntu0.11

NVD Description

Note: Versions mentioned in the description apply only to the upstream libgd2 package and not the libgd2 package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

When using the gdImageCreateFromXbm() function in the GD Graphics Library (aka LibGD) 2.2.5, as used in the PHP GD extension in PHP versions 7.1.x below 7.1.30, 7.2.x below 7.2.19 and 7.3.x below 7.3.6, it is possible to supply data that will cause the function to use the value of uninitialized variable. This may lead to disclosing contents of the stack that has been left there by previous code.

Remediation

Upgrade Ubuntu:14.04 libgd2 to version 2.1.0-3ubuntu0.11+esm1 or higher.

References

low severity

Access of Resource Using Incompatible Type ('Type Confusion')

  • Vulnerable module: libxslt/libxslt1-dev
  • Introduced through: libxslt/libxslt1-dev@1.1.28-2ubuntu0.2 and libxslt/libxslt1.1@1.1.28-2ubuntu0.2
  • Fixed in: 1.1.28-2ubuntu0.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1-dev@1.1.28-2ubuntu0.2
  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1.1@1.1.28-2ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxslt package and not the libxslt package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In numbers.c in libxslt 1.1.33, a type holding grouping characters of an xsl:number instruction was too narrow and an invalid character/length combination could be passed to xsltNumberFormatDecimal, leading to a read of uninitialized stack data.

Remediation

Upgrade Ubuntu:14.04 libxslt to version 1.1.28-2ubuntu0.2+esm1 or higher.

References

low severity

Use of Insufficiently Random Values

  • Vulnerable module: libxslt/libxslt1-dev
  • Introduced through: libxslt/libxslt1-dev@1.1.28-2ubuntu0.2 and libxslt/libxslt1.1@1.1.28-2ubuntu0.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1-dev@1.1.28-2ubuntu0.2
  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1.1@1.1.28-2ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxslt package and not the libxslt package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In libxslt 1.1.29 and earlier, the EXSLT math.random function was not initialized with a random seed during startup, which could cause usage of this function to produce predictable outputs.

Remediation

There is no fixed version for Ubuntu:14.04 libxslt.

References

low severity

Use of Uninitialized Resource

  • Vulnerable module: libxslt/libxslt1-dev
  • Introduced through: libxslt/libxslt1-dev@1.1.28-2ubuntu0.2 and libxslt/libxslt1.1@1.1.28-2ubuntu0.2
  • Fixed in: 1.1.28-2ubuntu0.2+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1-dev@1.1.28-2ubuntu0.2
  • Introduced through: buildpack-deps@14.04 libxslt/libxslt1.1@1.1.28-2ubuntu0.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream libxslt package and not the libxslt package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In numbers.c in libxslt 1.1.33, an xsl:number with certain format strings could lead to a uninitialized read in xsltNumberFormatInsertNumbers. This could allow an attacker to discern whether a byte on the stack contains the characters A, a, I, i, or 0, or any other character.

Remediation

Upgrade Ubuntu:14.04 libxslt to version 1.1.28-2ubuntu0.2+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: ncurses/libncurses5
  • Introduced through: ncurses/libncurses5@5.9+20140118-1ubuntu1, ncurses/libncurses5-dev@5.9+20140118-1ubuntu1 and others
  • Fixed in: 5.9+20140118-1ubuntu1+esm2

Detailed paths

  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncurses5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libncursesw5-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo-dev@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/libtinfo5@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-base@5.9+20140118-1ubuntu1
  • Introduced through: buildpack-deps@14.04 ncurses/ncurses-bin@5.9+20140118-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:14.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:14.04 ncurses to version 5.9+20140118-1ubuntu1+esm2 or higher.

References

low severity

CVE-2018-7170

  • Vulnerable module: ntp/ntpdate
  • Introduced through: ntp/ntpdate@1:4.2.6.p5+dfsg-3ubuntu2.14.04.13

Detailed paths

  • Introduced through: buildpack-deps@14.04 ntp/ntpdate@1:4.2.6.p5+dfsg-3ubuntu2.14.04.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream ntp package and not the ntp package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

ntpd in ntp 4.2.x before 4.2.8p7 and 4.3.x before 4.3.92 allows authenticated users that know the private symmetric key to create arbitrarily-many ephemeral associations in order to win the clock selection of ntpd and modify a victim's clock via a Sybil attack. This issue exists because of an incomplete fix for CVE-2016-1549.

Remediation

There is no fixed version for Ubuntu:14.04 ntp.

References

low severity

Information Exposure

  • Vulnerable module: ntp/ntpdate
  • Introduced through: ntp/ntpdate@1:4.2.6.p5+dfsg-3ubuntu2.14.04.13

Detailed paths

  • Introduced through: buildpack-deps@14.04 ntp/ntpdate@1:4.2.6.p5+dfsg-3ubuntu2.14.04.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream ntp package and not the ntp package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

An Information Disclosure vulnerability exists in NTP 4.2.7p25 private (mode 6/7) messages via a GET_RESTRICT control message, which could let a malicious user obtain sensitive information.

Remediation

There is no fixed version for Ubuntu:14.04 ntp.

References

low severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.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:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm7 or higher.

References

low severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm7

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.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:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm7 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@1:8.31-2ubuntu2.3, pcre3/libpcre3-dev@1:8.31-2ubuntu2.3 and others
  • Fixed in: 1:8.31-2ubuntu2.3+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 pcre3/libpcre3@1:8.31-2ubuntu2.3
  • Introduced through: buildpack-deps@14.04 pcre3/libpcre3-dev@1:8.31-2ubuntu2.3
  • Introduced through: buildpack-deps@14.04 pcre3/libpcrecpp0@1:8.31-2ubuntu2.3

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:14.04 relevant fixed versions and status.

libpcre in PCRE before 8.44 allows an integer overflow via a large number after a (?C substring.

Remediation

Upgrade Ubuntu:14.04 pcre3 to version 1:8.31-2ubuntu2.3+esm1 or higher.

References

low severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.1.5.1-1ubuntu9.5 and shadow/passwd@1:4.1.5.1-1ubuntu9.5
  • Fixed in: 1:4.1.5.1-1ubuntu9.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 shadow/login@1:4.1.5.1-1ubuntu9.5
  • Introduced through: buildpack-deps@14.04 shadow/passwd@1:4.1.5.1-1ubuntu9.5

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:14.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:14.04 shadow to version 1:4.1.5.1-1ubuntu9.5+esm1 or higher.

References

low severity

OS Command Injection

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm4

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream vim package and not the vim package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In Vim before 8.1.0881, users can circumvent the rvim restricted mode and execute arbitrary OS commands via scripting interfaces (e.g., Python, Ruby, or Lua).

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm4 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: libexif/libexif-dev
  • Introduced through: libexif/libexif-dev@0.6.21-1ubuntu1 and libexif/libexif12@0.6.21-1ubuntu1
  • Fixed in: 0.6.21-1ubuntu1+esm5

Detailed paths

  • Introduced through: buildpack-deps@14.04 libexif/libexif-dev@0.6.21-1ubuntu1
  • Introduced through: buildpack-deps@14.04 libexif/libexif12@0.6.21-1ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream libexif package and not the libexif package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In exif_data_save_data_entry of exif-data.c, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9 Android-10Android ID: A-148705132

Remediation

Upgrade Ubuntu:14.04 libexif to version 0.6.21-1ubuntu1+esm5 or higher.

References

low severity

CVE-2019-13057

  • Vulnerable module: openldap/libldap-2.4-2
  • Introduced through: openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5 and openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5
  • Fixed in: 2.4.31-1+nmu2ubuntu8.5+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openldap/libldap-2.4-2@2.4.31-1+nmu2ubuntu8.5
  • Introduced through: buildpack-deps@14.04 openldap/libldap2-dev@2.4.31-1+nmu2ubuntu8.5

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:14.04 relevant fixed versions and status.

An issue was discovered in the server in OpenLDAP before 2.4.48. When the server administrator delegates rootDN (database admin) privileges for certain databases but wants to maintain isolation (e.g., for multi-tenant deployments), slapd does not properly stop a rootDN from requesting authorization as an identity from another database during a SASL bind or with a proxyAuthz (RFC 4370) control. (It is not a common configuration to deploy a system where the server administrator and a DB administrator enjoy different levels of trust.)

Remediation

Upgrade Ubuntu:14.04 openldap to version 2.4.31-1+nmu2ubuntu8.5+esm1 or higher.

References

low severity

Out-of-bounds Read

  • Vulnerable module: apr-util/libaprutil1
  • Introduced through: apr-util/libaprutil1@1.5.3-1
  • Fixed in: 1.5.3-1ubuntu0.1~esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 apr-util/libaprutil1@1.5.3-1

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:14.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:14.04 apr-util to version 1.5.3-1ubuntu0.1~esm1 or higher.

References

low severity

CVE-2019-1547

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.04 relevant fixed versions and status.

Normally in OpenSSL EC groups always have a co-factor present and this is used in side channel resistant code paths. However, in some cases, it is possible to construct a group using explicit parameters (instead of using a named curve). In those cases it is possible that such a group does not have the cofactor present. This can occur even where all the parameters match a known named curve. If such a curve is used then OpenSSL falls back to non-side channel resistant code paths which may result in full key recovery during an ECDSA signature operation. In order to be vulnerable an attacker would have to have the ability to time the creation of a large number of signatures where explicit parameters with no co-factor present are in use by an application using libcrypto. For the avoidance of doubt libssl is not vulnerable because explicit parameters are never used. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c). Fixed in OpenSSL 1.1.0l (Affected 1.1.0-1.1.0k). Fixed in OpenSSL 1.0.2t (Affected 1.0.2-1.0.2s).

Remediation

Upgrade Ubuntu:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm1 or higher.

References

low severity

Time-of-check Time-of-use (TOCTOU)

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.1.5.1-1ubuntu9.5 and shadow/passwd@1:4.1.5.1-1ubuntu9.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 shadow/login@1:4.1.5.1-1ubuntu9.5
  • Introduced through: buildpack-deps@14.04 shadow/passwd@1:4.1.5.1-1ubuntu9.5

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:14.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:14.04 shadow.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: tar
  • Introduced through: tar@1.27.1-1ubuntu0.1
  • Fixed in: 1.27.1-1ubuntu0.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 tar@1.27.1-1ubuntu0.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream tar package and not the tar package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

GNU Tar through 1.30, when --sparse is used, mishandles file shrinkage during read access, which allows local users to cause a denial of service (infinite read loop in sparse_dump_region in sparse.c) by modifying a file that is supposed to be archived by a different user's process (e.g., a system backup running as root).

Remediation

Upgrade Ubuntu:14.04 tar to version 1.27.1-1ubuntu0.1+esm1 or higher.

References

low severity

CVE-2016-5011

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.20.1-5.1ubuntu20.9, util-linux/bsdutils@1:2.20.1-5.1ubuntu20.9 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 util-linux@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/bsdutils@1:2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libblkid1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libmount1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libuuid1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/mount@2.20.1-5.1ubuntu20.9

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:14.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

There is no fixed version for Ubuntu:14.04 util-linux.

References

low severity

CVE-2014-0459

  • Vulnerable module: lcms2/liblcms2-2
  • Introduced through: lcms2/liblcms2-2@2.5-0ubuntu4.2 and lcms2/liblcms2-dev@2.5-0ubuntu4.2

Detailed paths

  • Introduced through: buildpack-deps@14.04 lcms2/liblcms2-2@2.5-0ubuntu4.2
  • Introduced through: buildpack-deps@14.04 lcms2/liblcms2-dev@2.5-0ubuntu4.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream lcms2 package and not the lcms2 package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Unspecified vulnerability in Oracle Java SE 7u51 and 8, and Java SE Embedded 7u51, allows remote attackers to affect availability via unknown vectors related to 2D.

Remediation

There is no fixed version for Ubuntu:14.04 lcms2.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: openexr/libopenexr-dev
  • Introduced through: openexr/libopenexr-dev@1.6.1-7ubuntu1 and openexr/libopenexr6@1.6.1-7ubuntu1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openexr/libopenexr-dev@1.6.1-7ubuntu1
  • Introduced through: buildpack-deps@14.04 openexr/libopenexr6@1.6.1-7ubuntu1

NVD Description

Note: Versions mentioned in the description apply only to the upstream openexr package and not the openexr package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

OpenEXR 2.3.0 has a memory leak in ThreadPool in IlmBase/IlmThread/IlmThreadPool.cpp, as demonstrated by exrmultiview.

Remediation

There is no fixed version for Ubuntu:14.04 openexr.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream vim package and not the vim package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Vim is an open source command line text editor. In affected versions when shifting lines in operator pending mode and using a very large value, it may be possible to overflow the size of integer. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit 6bf131888 which has been included in version 9.0.2112. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream vim package and not the vim package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Vim is an open source command line text editor. When parsing relative ex addresses one may unintentionally cause an overflow. Ironically this happens in the existing overflow check, because the line number becomes negative and LONG_MAX - lnum will cause the overflow. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit 060623e which has been included in release version 9.0.2110. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream vim package and not the vim package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Vim is an open source command line text editor. If the count after the :s command is larger than what fits into a (signed) long variable, abort with e_value_too_large. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit ac6378773 which has been included in release version 9.0.2108. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream vim package and not the vim package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Vim is an open source command line text editor. When getting the count for a normal mode z command, it may overflow for large counts given. Impact is low, user interaction is required and a crash may not even happen in all situations. This issue has been addressed in commit 58f9befca1 which has been included in release version 9.0.2109. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: vim/vim-common
  • Introduced through: vim/vim-common@2:7.4.052-1ubuntu3.1 and vim/vim-tiny@2:7.4.052-1ubuntu3.1
  • Fixed in: 2:7.4.052-1ubuntu3.1+esm15

Detailed paths

  • Introduced through: buildpack-deps@14.04 vim/vim-common@2:7.4.052-1ubuntu3.1
  • Introduced through: buildpack-deps@14.04 vim/vim-tiny@2:7.4.052-1ubuntu3.1

NVD Description

Note: Versions mentioned in the description apply only to the upstream vim package and not the vim package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Vim is an open source command line text editor. When using the z= command, the user may overflow the count with values larger than MAX_INT. Impact is low, user interaction is required and a crash may not even happen in all situations. This vulnerability has been addressed in commit 73b2d379 which has been included in release version 9.0.2111. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Remediation

Upgrade Ubuntu:14.04 vim to version 2:7.4.052-1ubuntu3.1+esm15 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-9ubuntu1.5
  • Fixed in: 6.0-9ubuntu1.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 unzip@6.0-9ubuntu1.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream unzip package and not the unzip package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Buffer overflow in the list_files function in list.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via vectors related to the compression method.

Remediation

Upgrade Ubuntu:14.04 unzip to version 6.0-9ubuntu1.6 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-9ubuntu1.5
  • Fixed in: 6.0-9ubuntu1.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 unzip@6.0-9ubuntu1.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream unzip package and not the unzip package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Buffer overflow in the zi_short function in zipinfo.c in Info-Zip UnZip 6.0 allows remote attackers to cause a denial of service (crash) via a large compression method value in the central directory file header.

Remediation

Upgrade Ubuntu:14.04 unzip to version 6.0-9ubuntu1.6 or higher.

References

low severity

Information Exposure

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.20.1-5.1ubuntu20.9, util-linux/bsdutils@1:2.20.1-5.1ubuntu20.9 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 util-linux@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/bsdutils@1:2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libblkid1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libmount1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/libuuid1@2.20.1-5.1ubuntu20.9
  • Introduced through: buildpack-deps@14.04 util-linux/mount@2.20.1-5.1ubuntu20.9

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:14.04 relevant fixed versions and status.

(a) mount and (b) umount in util-linux 2.14.1, 2.17.2, and probably other versions allow local users to determine the existence of restricted directories by (1) using the --guess-fstype command-line option or (2) attempting to mount a non-existent device, which generates different error messages depending on whether the directory exists.

Remediation

There is no fixed version for Ubuntu:14.04 util-linux.

References

low severity

CVE-2020-8284

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm6

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.04 relevant fixed versions and status.

A malicious server can use the FTP PASV response to trick curl 7.73.0 and earlier into connecting back to a given IP address and port, and this way potentially make curl extract information about services that are otherwise private and not disclosed, for example doing port scanning and service banner extractions.

Remediation

Upgrade Ubuntu:14.04 curl to version 7.35.0-1ubuntu2.20+esm6 or higher.

References

low severity

CVE-2022-35252

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm12

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm12 or higher.

References

low severity

CVE-2023-28322

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm16

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm16 or higher.

References

low severity

CVE-2023-38546

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm17

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm17 or higher.

References

low severity

Information Exposure

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.04 relevant fixed versions and status.

The Raccoon attack exploits a flaw in the TLS specification which can lead to an attacker being able to compute the pre-master secret in connections which have used a Diffie-Hellman (DH) based ciphersuite. In such a case this would result in the attacker being able to eavesdrop on all encrypted communications sent over that TLS connection. The attack can only be exploited if an implementation re-uses a DH secret across multiple TLS connections. Note that this issue only impacts DH ciphersuites and not ECDH ciphersuites. This issue affects OpenSSL 1.0.2 which is out of support and no longer receiving public updates. OpenSSL 1.1.1 is not vulnerable to this issue. Fixed in OpenSSL 1.0.2w (Affected 1.0.2-1.0.2v).

Remediation

There is no fixed version for Ubuntu:14.04 openssl.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others
  • Fixed in: 1.0.1f-1ubuntu2.27+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.04 relevant fixed versions and status.

In situations where an attacker receives automated notification of the success or failure of a decryption attempt an attacker, after sending a very large number of messages to be decrypted, can recover a CMS/PKCS7 transported encryption key or decrypt any RSA encrypted message that was encrypted with the public RSA key, using a Bleichenbacher padding oracle attack. Applications are not affected if they use a certificate together with the private RSA key to the CMS_decrypt or PKCS7_decrypt functions to select the correct recipient info to decrypt. Fixed in OpenSSL 1.1.1d (Affected 1.1.1-1.1.1c). Fixed in OpenSSL 1.1.0l (Affected 1.1.0-1.1.0k). Fixed in OpenSSL 1.0.2t (Affected 1.0.2-1.0.2s).

Remediation

Upgrade Ubuntu:14.04 openssl to version 1.0.1f-1ubuntu2.27+esm1 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: gnupg
  • Introduced through: gnupg@1.4.16-1ubuntu2.6 and gnupg/gpgv@1.4.16-1ubuntu2.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 gnupg@1.4.16-1ubuntu2.6
  • Introduced through: buildpack-deps@14.04 gnupg/gpgv@1.4.16-1ubuntu2.6

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:14.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:14.04 gnupg.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

ImageMagick 7.0.10-34 allows Division by Zero in OptimizeLayerFrames in MagickCore/layer.c, which may cause a denial of service.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/segment.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/gem-private.h. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type unsigned char or division by zero. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Divide By Zero

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/resize.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.8-68.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In the CropImage() and CropImageToTiles() routines of MagickCore/transform.c, rounding calculations performed on unconstrained pixel offsets was causing undefined behavior in the form of integer overflow and out-of-range values as reported by UndefinedBehaviorSanitizer. Such issues could cause a negative impact to application availability or other problems related to undefined behavior, in cases where ImageMagick processes untrusted input data. The upstream patch introduces functionality to constrain the pixel offsets and prevent these issues. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/statistic.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type unsigned long. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/quantum.h. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type unsigned char. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In ImageMagick, there is an outside the range of representable values of type 'unsigned int' at MagickCore/quantum-private.h. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/quantum.h. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of types float and unsigned char. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/quantum-export.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type unsigned long long as well as a shift exponent that is too large for 64-bit type. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in coders/bmp.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of type unsigned int. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In RestoreMSCWarning() of /coders/pdf.c there are several areas where calls to GetPixelIndex() could result in values outside the range of representable for the unsigned char type. The patch casts the return value of GetPixelIndex() to ssize_t type to avoid this bug. This undefined behavior could be triggered when ImageMagick processes a crafted pdf file. Red Hat Product Security marked this as Low severity because although it could potentially lead to an impact to application availability, no specific impact was demonstrated in this case. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In ImageMagick versions before 7.0.9-0, there are outside the range of representable values of type 'float' at MagickCore/quantize.c.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In IntensityCompare() of /magick/quantize.c, there are calls to PixelPacketIntensity() which could return overflowed values to the caller when ImageMagick processes a crafted input file. To mitigate this, the patch introduces and uses the ConstrainPixelIntensity() function, which forces the pixel intensities to be within the proper bounds in the event of an overflow. This flaw affects ImageMagick versions prior to 6.9.10-69 and 7.0.8-69.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

WritePALMImage() in /coders/palm.c used size_t casts in several areas of a calculation which could lead to values outside the range of representable type unsigned long undefined behavior when a crafted input file was processed by ImageMagick. The patch casts to ssize_t instead to avoid this issue. Red Hat Product Security marked the Severity as Low because although it could potentially lead to an impact to application availability, no specific impact was shown in this case. This flaw affects ImageMagick versions prior to ImageMagick 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

There are 4 places in HistogramCompare() in MagickCore/histogram.c where an integer overflow is possible during simple math calculations. This occurs in the rgb values and count value for a color. The patch uses casts to ssize_t type for these calculations, instead of int. This flaw could impact application reliability in the event that ImageMagick processes a crafted input file. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A floating point math calculation in ScaleAnyToQuantum() of /MagickCore/quantum-private.h could lead to undefined behavior in the form of a value outside the range of type unsigned long long. The flaw could be triggered by a crafted input file under certain conditions when it is processed by ImageMagick. Red Hat Product Security marked this as Low because although it could potentially lead to an impact to application availability, no specific impact was shown in this case. This flaw affects ImageMagick versions prior to 7.0.8-68.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in ImageMagick in MagickCore/statistic.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of a too large shift for 64-bit type ssize_t. This would most likely lead to an impact to application availability, but could potentially cause other problems related to undefined behavior. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In /MagickCore/statistic.c, there are several areas in ApplyEvaluateOperator() where a size_t cast should have been a ssize_t cast, which causes out-of-range values under some circumstances when a crafted input file is processed by ImageMagick. Red Hat Product Security marked this as Low severity because although it could potentially lead to an impact to application availability, no specific impact was shown in this case. This flaw affects ImageMagick versions prior to 6.9.10-69.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

In IntensityCompare() of /MagickCore/quantize.c, a double value was being casted to int and returned, which in some cases caused a value outside the range of type int to be returned. The flaw could be triggered by a crafted input file under certain conditions when processed by ImageMagick. Red Hat Product Security marked this as Low severity because although it could potentially lead to an impact to application availability, no specific impact was shown in this case. This flaw affects ImageMagick versions prior to 7.0.8-68.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Memory Leak

  • Vulnerable module: imagemagick
  • Introduced through: imagemagick@8:6.7.7.10-6ubuntu3.13, imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 imagemagick@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/imagemagick-common@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickcore5-extra@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand-dev@8:6.7.7.10-6ubuntu3.13
  • Introduced through: buildpack-deps@14.04 imagemagick/libmagickwand5@8:6.7.7.10-6ubuntu3.13

NVD Description

Note: Versions mentioned in the description apply only to the upstream imagemagick package and not the imagemagick package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

in SetImageExtent() of /MagickCore/image.c, an incorrect image depth size can cause a memory leak because the code which checks for the proper image depth size does not reset the size in the event there is an invalid size. The patch resets the depth to a proper size before throwing an exception. The memory leak can be triggered by a crafted input file that is processed by ImageMagick and could cause an impact to application reliability, such as denial of service. This flaw affects ImageMagick versions prior to 7.0.9-0.

Remediation

There is no fixed version for Ubuntu:14.04 imagemagick.

References

low severity

Out-of-bounds Write

  • Vulnerable module: procps
  • Introduced through: procps@1:3.3.9-1ubuntu2.3 and procps/libprocps3@1:3.3.9-1ubuntu2.3

Detailed paths

  • Introduced through: buildpack-deps@14.04 procps@1:3.3.9-1ubuntu2.3
  • Introduced through: buildpack-deps@14.04 procps/libprocps3@1:3.3.9-1ubuntu2.3

NVD Description

Note: Versions mentioned in the description apply only to the upstream procps package and not the procps package as distributed by Ubuntu. See How to fix? for Ubuntu:14.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

There is no fixed version for Ubuntu:14.04 procps.

References

low severity

Arbitrary Code Injection

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.1.5.1-1ubuntu9.5 and shadow/passwd@1:4.1.5.1-1ubuntu9.5

Detailed paths

  • Introduced through: buildpack-deps@14.04 shadow/login@1:4.1.5.1-1ubuntu9.5
  • Introduced through: buildpack-deps@14.04 shadow/passwd@1:4.1.5.1-1ubuntu9.5

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:14.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:14.04 shadow.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-9ubuntu1.5
  • Fixed in: 6.0-9ubuntu1.6+esm1

Detailed paths

  • Introduced through: buildpack-deps@14.04 unzip@6.0-9ubuntu1.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream unzip package and not the unzip package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

A flaw was found in unzip. The vulnerability occurs due to improper handling of Unicode strings, which can lead to a null pointer dereference. This flaw allows an attacker to input a specially crafted zip file, leading to a crash or code execution.

Remediation

Upgrade Ubuntu:14.04 unzip to version 6.0-9ubuntu1.6+esm1 or higher.

References

low severity

Resource Exhaustion

  • Vulnerable module: unzip
  • Introduced through: unzip@6.0-9ubuntu1.5
  • Fixed in: 6.0-9ubuntu1.6

Detailed paths

  • Introduced through: buildpack-deps@14.04 unzip@6.0-9ubuntu1.5

NVD Description

Note: Versions mentioned in the description apply only to the upstream unzip package and not the unzip package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

Info-ZIP UnZip 6.0 mishandles the overlapping of files inside a ZIP container, leading to denial of service (resource consumption), aka a "better zip bomb" issue.

Remediation

Upgrade Ubuntu:14.04 unzip to version 6.0-9ubuntu1.6 or higher.

References

low severity

Missing Initialization of Resource

  • Vulnerable module: curl
  • Introduced through: curl@7.35.0-1ubuntu2.20, curl/libcurl3@7.35.0-1ubuntu2.20 and others
  • Fixed in: 7.35.0-1ubuntu2.20+esm14

Detailed paths

  • Introduced through: buildpack-deps@14.04 curl@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl3-gnutls@7.35.0-1ubuntu2.20
  • Introduced through: buildpack-deps@14.04 curl/libcurl4-openssl-dev@7.35.0-1ubuntu2.20

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:14.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:14.04 curl to version 7.35.0-1ubuntu2.20+esm14 or higher.

References

low severity

Link Following

  • Vulnerable module: sudo
  • Introduced through: sudo@1.8.9p5-1ubuntu1.4

Detailed paths

  • Introduced through: buildpack-deps@14.04 sudo@1.8.9p5-1ubuntu1.4

NVD Description

Note: Versions mentioned in the description apply only to the upstream sudo package and not the sudo package as distributed by Ubuntu. See How to fix? for Ubuntu:14.04 relevant fixed versions and status.

The sudoedit personality of Sudo before 1.9.5 may allow a local unprivileged user to perform arbitrary directory-existence tests by winning a sudo_edit.c race condition in replacing a user-controlled directory by a symlink to an arbitrary path.

Remediation

There is no fixed version for Ubuntu:14.04 sudo.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: systemd/libudev1
  • Introduced through: systemd/libudev1@204-5ubuntu20.31 and systemd/udev@204-5ubuntu20.31

Detailed paths

  • Introduced through: buildpack-deps@14.04 systemd/libudev1@204-5ubuntu20.31
  • Introduced through: buildpack-deps@14.04 systemd/udev@204-5ubuntu20.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:14.04 relevant fixed versions and status.

An issue was discovered in button_open in login/logind-button.c in systemd before 243. When executing the udevadm trigger command, a memory leak may occur.

Remediation

There is no fixed version for Ubuntu:14.04 systemd.

References

low severity

CVE-2021-3601

  • Vulnerable module: openssl
  • Introduced through: openssl@1.0.1f-1ubuntu2.27, openssl/libssl-dev@1.0.1f-1ubuntu2.27 and others

Detailed paths

  • Introduced through: buildpack-deps@14.04 openssl@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl-dev@1.0.1f-1ubuntu2.27
  • Introduced through: buildpack-deps@14.04 openssl/libssl1.0.0@1.0.1f-1ubuntu2.27

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:14.04 relevant fixed versions and status.

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. OpenSSL does not class this issue as a security vulnerability. The trusted CA store should not contain anything that the user does not trust to issue other certificates. Notes: https://github.com/openssl/openssl/issues/5236#issuecomment-119646061

Remediation

There is no fixed version for Ubuntu:14.04 openssl.

References