Vulnerabilities

38 via 85 paths

Dependencies

167

Source

Group 6 Copy Created with Sketch. Docker

Target OS

ubuntu:22.04
Test your Docker Hub image against our market leading vulnerability database Sign up for free
Severity
  • 26
  • 12
Status
  • 38
  • 0
  • 0

medium severity
new

CVE-2026-42010

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

Detailed paths

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

NVD Description

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

A flaw was found in gnutls. Servers configured with RSA-PSK (Rivest–Shamir–Adleman – Pre-Shared Key) wrongfully matched usernames containing a NUL character with truncated usernames. A remote attacker could exploit this by sending a specially crafted username, leading to an authentication bypass. This vulnerability allows an attacker to gain unauthorized access by circumventing the authentication process.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

Integer Underflow

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

Detailed paths

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

NVD Description

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

A flaw in GnuTLS DTLS handshake parsing allows malformed fragments with zero length and non-zero offset, leading to an integer underflow during reassembly and resulting in an out-of-bounds read. This issue is remotely exploitable and may cause information disclosure or denial of service.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity

Improper Encoding or Escaping of Output

  • Vulnerable module: git
  • Introduced through: git@1:2.34.1-1ubuntu1.17 and git/git-man@1:2.34.1-1ubuntu1.17

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm git@1:2.34.1-1ubuntu1.17
  • Introduced through: buildpack-deps@jammy-scm git/git-man@1:2.34.1-1ubuntu1.17

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

Git is a source code management tool. When cloning from a server (or fetching, or pushing), informational or error messages are transported from the remote Git process to the client via the so-called "sideband channel". These messages will be prefixed with "remote:" and printed directly to the standard error output. Typically, this standard error output is connected to a terminal that understands ANSI escape sequences, which Git did not protect against. Most modern terminals support control sequences that can be used by a malicious actor to hide and misrepresent information, or to mislead the user into executing untrusted scripts. As requested on the git-security mailing list, the patches are under discussion on the public mailing list. Users are advised to update as soon as possible. Users unable to upgrade should avoid recursive clones unless they are from trusted sources.

Remediation

There is no fixed version for Ubuntu:22.04 git.

References

medium severity

Directory Traversal

  • Vulnerable module: pam/libpam-modules
  • Introduced through: pam/libpam-modules@1.4.0-11ubuntu2.6, pam/libpam-modules-bin@1.4.0-11ubuntu2.6 and others

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm pam/libpam-modules@1.4.0-11ubuntu2.6
  • Introduced through: buildpack-deps@jammy-scm pam/libpam-modules-bin@1.4.0-11ubuntu2.6
  • Introduced through: buildpack-deps@jammy-scm pam/libpam-runtime@1.4.0-11ubuntu2.6
  • Introduced through: buildpack-deps@jammy-scm pam/libpam0g@1.4.0-11ubuntu2.6

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

A flaw was found in linux-pam. The pam_namespace module may improperly handle user-controlled paths, allowing local users to exploit symlink attacks and race conditions to elevate their privileges to root. This CVE provides a "complete" fix for CVE-2025-6020.

Remediation

There is no fixed version for Ubuntu:22.04 pam.

References

medium severity
new

Improper Handling of Length Parameter Inconsistency

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

Detailed paths

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

NVD Description

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

A heap buffer overflow vulnerability exists in the DTLS handshake fragment reassembly logic of GnuTLS. The issue arises in merge_handshake_packet() where incoming handshake fragments are matched and merged based solely on handshake type, without validating that the message_length field remains consistent across all fragments of the same logical message. An attacker can exploit this by sending crafted DTLS fragments with conflicting message_length values, causing the implementation to allocate a buffer based on a smaller initial fragment and subsequently write beyond its bounds using larger, inconsistent fragments. Because the merge operation does not enforce proper bounds checking against the allocated buffer size, this results in an out-of-bounds write on the heap. The vulnerability is remotely exploitable without authentication via the DTLS handshake path and can lead to application crashes or potential memory corruption.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

Undefined Behavior for Input to API

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

Detailed paths

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

NVD Description

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

A flaw was found in gnutls. A remote attacker could exploit an issue in the Datagram Transport Layer Security (DTLS) packet reordering logic. The comparator function, responsible for ordering DTLS packets by sequence numbers, did not correctly handle packets with duplicate sequence numbers. This could lead to unstable packet ordering or undefined behavior, resulting in a denial of service.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

Improper Certificate Validation

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

Detailed paths

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

NVD Description

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

A flaw was found in gnutls. This vulnerability occurs because permitted name constraints were incorrectly ignored when previous Certificate Authorities (CAs) only had excluded name constraints. A remote attacker could exploit this to bypass critical name constraint checks during certificate validation. This bypass could lead to the acceptance of invalid certificates, potentially enabling spoofing or man-in-the-middle attacks against affected systems.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

Improper Handling of Case Sensitivity

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

Detailed paths

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

NVD Description

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

A flaw was found in gnutls. This vulnerability occurs because gnutls performs case-sensitive comparisons of nameConstraints labels, specifically for dNSName (DNS) or rfc822Name (email) constraints within excludedSubtrees or permittedSubtrees. A remote attacker can exploit this by crafting a leaf certificate with casing differences in the Subject Alternative Name (SAN), leading to a policy bypass where a certificate that should be rejected is instead accepted. This could result in unauthorized access or information disclosure.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity

Open Redirect

  • Vulnerable module: wget
  • Introduced through: wget@1.21.2-2ubuntu1.1

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm wget@1.21.2-2ubuntu1.1

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:22.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:22.04 wget.

References

medium severity

Algorithmic Complexity

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.4.7-1ubuntu0.7

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm expat/libexpat1@2.4.7-1ubuntu0.7

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

In libexpat through 2.7.3, a crafted file with an approximate size of 2 MiB can lead to dozens of seconds of processing time.

Remediation

There is no fixed version for Ubuntu:22.04 expat.

References

medium severity

Unrestricted Upload of File with Dangerous Type

  • Vulnerable module: tar
  • Introduced through: tar@1.34+dfsg-1ubuntu0.1.22.04.2

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm tar@1.34+dfsg-1ubuntu0.1.22.04.2

NVD Description

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

A flaw was found in tar. A remote attacker could exploit this vulnerability by crafting a malicious archive, leading to hidden file injection with fully attacker-controlled content. This bypasses pre-extraction inspection mechanisms, potentially allowing an attacker to introduce malicious files onto a system without detection.

Remediation

There is no fixed version for Ubuntu:22.04 tar.

References

medium severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: gnupg2/dirmngr
  • Introduced through: gnupg2/dirmngr@2.2.27-3ubuntu2.5, gnupg2/gnupg@2.2.27-3ubuntu2.5 and others

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm gnupg2/dirmngr@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gnupg@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gnupg-l10n@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gnupg-utils@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpg@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpg-agent@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpg-wks-client@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpg-wks-server@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpgconf@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpgsm@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpgv@2.2.27-3ubuntu2.5

NVD Description

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

In GnuPG through 2.4.8, if a signed message has \f at the end of a plaintext line, an adversary can construct a modified message that places additional text after the signed material, such that signature verification of the modified message succeeds (although an "invalid armor" message is printed during verification). This is related to use of \f as a marker to denote truncation of a long plaintext line.

Remediation

There is no fixed version for Ubuntu:22.04 gnupg2.

References

medium severity

Improper Input Validation

  • Vulnerable module: subversion
  • Introduced through: subversion@1.14.1-3ubuntu0.22.04.1 and subversion/libsvn1@1.14.1-3ubuntu0.22.04.1
  • Fixed in: 1.14.1-3ubuntu0.22.04.1+esm1

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm subversion@1.14.1-3ubuntu0.22.04.1
  • Introduced through: buildpack-deps@jammy-scm subversion/libsvn1@1.14.1-3ubuntu0.22.04.1

NVD Description

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

Insufficient validation of filenames against control characters in Apache Subversion repositories served via mod_dav_svn allows authenticated users with commit access to commit a corrupted revision, leading to disruption for users of the repository.

All versions of Subversion up to and including Subversion 1.14.4 are affected if serving repositories via mod_dav_svn. Users are recommended to upgrade to version 1.14.5, which fixes this issue.

Repositories served via other access methods are not affected.

Remediation

Upgrade Ubuntu:22.04 subversion to version 1.14.1-3ubuntu0.22.04.1+esm1 or higher.

References

medium severity
new

Incorrect Behavior Order: Early Validation

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

Detailed paths

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

NVD Description

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

A flaw was found in gnutls. A remote attacker could exploit this vulnerability by presenting a specially crafted Online Certificate Status Protocol (OCSP) response during a TLS handshake. Due to a logic error in how gnutls processes multi-record OCSP responses, a client with OCSP verification enabled may incorrectly accept a revoked server certificate, potentially leading to a compromise of trust.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity

CVE-2026-2219

  • Vulnerable module: dpkg
  • Introduced through: dpkg@1.21.1ubuntu2.6

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm dpkg@1.21.1ubuntu2.6

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

It was discovered that dpkg-deb (a component of dpkg, the Debian package management system) does not properly validate the end of the data stream when uncompressing a zstd-compressed .deb archive, which may result in denial of service (infinite loop spinning the CPU).

Remediation

There is no fixed version for Ubuntu:22.04 dpkg.

References

medium severity

CVE-2026-4046

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.35-0ubuntu3.13 and glibc/libc6@2.35-0ubuntu3.13

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm glibc/libc-bin@2.35-0ubuntu3.13
  • Introduced through: buildpack-deps@jammy-scm glibc/libc6@2.35-0ubuntu3.13

NVD Description

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

The iconv() function in the GNU C Library versions 2.43 and earlier may crash due to an assertion failure when converting inputs from the IBM1390 or IBM1399 character sets, which may be used to remotely crash an application.

This vulnerability can be trivially mitigated by removing the IBM1390 and IBM1399 character sets from systems that do not need them.

Remediation

There is no fixed version for Ubuntu:22.04 glibc.

References

medium severity

CVE-2026-4437

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.35-0ubuntu3.13 and glibc/libc6@2.35-0ubuntu3.13

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm glibc/libc-bin@2.35-0ubuntu3.13
  • Introduced through: buildpack-deps@jammy-scm glibc/libc6@2.35-0ubuntu3.13

NVD Description

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

Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C Library version 2.34 to version 2.43 could, with a crafted response from the configured DNS server, result in a violation of the DNS specification that causes the application to treat a non-answer section of the DNS response as a valid answer.

Remediation

There is no fixed version for Ubuntu:22.04 glibc.

References

medium severity

CVE-2026-4438

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.35-0ubuntu3.13 and glibc/libc6@2.35-0ubuntu3.13

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm glibc/libc-bin@2.35-0ubuntu3.13
  • Introduced through: buildpack-deps@jammy-scm glibc/libc6@2.35-0ubuntu3.13

NVD Description

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

Calling gethostbyaddr or gethostbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend in the GNU C library version 2.34 to version 2.43 could result in an invalid DNS hostname being returned to the caller in violation of the DNS specification.

Remediation

There is no fixed version for Ubuntu:22.04 glibc.

References

medium severity
new

CVE-2026-42012

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

Detailed paths

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

NVD Description

This vulnerability has not been analyzed by NVD yet.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

CVE-2026-42013

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

Detailed paths

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

NVD Description

This vulnerability has not been analyzed by NVD yet.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

CVE-2026-42014

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

Detailed paths

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

NVD Description

This vulnerability has not been analyzed by NVD yet.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

CVE-2026-42015

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

Detailed paths

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

NVD Description

This vulnerability has not been analyzed by NVD yet.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

CVE-2026-5260

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

Detailed paths

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

NVD Description

This vulnerability has not been analyzed by NVD yet.

Remediation

Upgrade Ubuntu:22.04 gnutls28 to version 3.7.3-4ubuntu1.9 or higher.

References

medium severity
new

CVE-2026-2297

  • Vulnerable module: python3.10
  • Introduced through: python3.10@3.10.12-1~22.04.15, python3.10/libpython3.10-minimal@3.10.12-1~22.04.15 and others

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm python3.10@3.10.12-1~22.04.15
  • Introduced through: buildpack-deps@jammy-scm python3.10/libpython3.10-minimal@3.10.12-1~22.04.15
  • Introduced through: buildpack-deps@jammy-scm python3.10/libpython3.10-stdlib@3.10.12-1~22.04.15
  • Introduced through: buildpack-deps@jammy-scm python3.10/python3.10-minimal@3.10.12-1~22.04.15

NVD Description

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

The import hook in CPython that handles legacy *.pyc files (SourcelessFileLoader) is incorrectly handled in FileLoader (a base class) and so does not use io.open_code() to read the .pyc files. sys.audit handlers for this audit event therefore do not fire.

Remediation

There is no fixed version for Ubuntu:22.04 python3.10.

References

medium severity

Directory Traversal

  • Vulnerable module: tar
  • Introduced through: tar@1.34+dfsg-1ubuntu0.1.22.04.2

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm tar@1.34+dfsg-1ubuntu0.1.22.04.2

NVD Description

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

GNU Tar through 1.35 allows file overwrite via directory traversal in crafted TAR archives, with a certain two-step process. First, the victim must extract an archive that contains a ../ symlink to a critical directory. Second, the victim must extract an archive that contains a critical file, specified via a relative pathname that begins with the symlink name and ends with that critical file's name. Here, the extraction follows the symlink and overwrites the critical file. This bypasses the protection mechanism of "Member name contains '..'" that would occur for a single TAR archive that attempted to specify the critical file via a ../ approach. For example, the first archive can contain "x -> ../../../../../home/victim/.ssh" and the second archive can contain x/authorized_keys. This can affect server applications that automatically extract any number of user-supplied TAR archives, and were relying on the blocking of traversal. This can also affect software installation processes in which "tar xf" is run more than once (e.g., when installing a package can automatically install two dependencies that are set up as untrusted tarballs instead of official packages). NOTE: the official GNU Tar manual has an otherwise-empty directory for each "tar xf" in its Security Rules of Thumb; however, third-party advice leads users to run "tar xf" more than once into the same directory.

Remediation

There is no fixed version for Ubuntu:22.04 tar.

References

medium severity

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

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.37.2-4ubuntu3.5, util-linux/bsdutils@1:2.37.2-4ubuntu3.5 and others

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm util-linux@2.37.2-4ubuntu3.5
  • Introduced through: buildpack-deps@jammy-scm util-linux/bsdutils@1:2.37.2-4ubuntu3.5
  • Introduced through: buildpack-deps@jammy-scm util-linux/libblkid1@2.37.2-4ubuntu3.5
  • Introduced through: buildpack-deps@jammy-scm util-linux/libmount1@2.37.2-4ubuntu3.5
  • Introduced through: buildpack-deps@jammy-scm util-linux/libsmartcols1@2.37.2-4ubuntu3.5
  • Introduced through: buildpack-deps@jammy-scm util-linux/libuuid1@2.37.2-4ubuntu3.5
  • Introduced through: buildpack-deps@jammy-scm util-linux/mount@2.37.2-4ubuntu3.5

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

util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU (Time-of-Check-Time-of-Use) vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privileges via fork() + setuid() + realpath(), but subsequently re-canonicalizes and opens it with root privileges (euid=0) without verifying that the path has not been replaced between both operations. Neither O_NOFOLLOW, nor inode comparison, nor post-open fstat() are employed. This allows a local unprivileged user to replace the source file with a symlink pointing to any root-owned file or device during the race window, causing the SUID binary to open and mount it as root. Exploitation requires an /etc/fstab entry with user,loop options whose path points to a directory where the attacker has write permission, and that /usr/bin/mount has the SUID bit set (the default configuration on virtually all Linux distributions). The impact is unauthorized read access to root-protected files and block devices, including backup images, disk volumes, and any file containing a valid filesystem. This issue has been patched in version 2.41.4.

Remediation

There is no fixed version for Ubuntu:22.04 util-linux.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.35-0ubuntu3.13 and glibc/libc6@2.35-0ubuntu3.13

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm glibc/libc-bin@2.35-0ubuntu3.13
  • Introduced through: buildpack-deps@jammy-scm glibc/libc6@2.35-0ubuntu3.13

NVD Description

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

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

Remediation

There is no fixed version for Ubuntu:22.04 glibc.

References

low severity

Resource Exhaustion

  • Vulnerable module: libzstd/libzstd1
  • Introduced through: libzstd/libzstd1@1.4.8+dfsg-3build1

low severity

Integer Overflow or Wraparound

  • Vulnerable module: pcre2/libpcre2-8-0
  • Introduced through: pcre2/libpcre2-8-0@10.39-3ubuntu0.1

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm pcre2/libpcre2-8-0@10.39-3ubuntu0.1

NVD Description

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

Integer overflow vulnerability in pcre2test before 10.41 allows attackers to cause a denial of service or other unspecified impacts via negative input.

Remediation

There is no fixed version for Ubuntu:22.04 pcre2.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: pcre3/libpcre3
  • Introduced through: pcre3/libpcre3@2:8.39-13ubuntu0.22.04.1

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm pcre3/libpcre3@2:8.39-13ubuntu0.22.04.1

NVD Description

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

References

low severity

Improper Input Validation

  • Vulnerable module: coreutils
  • Introduced through: coreutils@8.32-4.1ubuntu1.3

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm coreutils@8.32-4.1ubuntu1.3

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:22.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:22.04 coreutils.

References

low severity

CVE-2023-50495

  • Vulnerable module: ncurses/libncurses6
  • Introduced through: ncurses/libncurses6@6.3-2ubuntu0.1, ncurses/libncursesw6@6.3-2ubuntu0.1 and others

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm ncurses/libncurses6@6.3-2ubuntu0.1
  • Introduced through: buildpack-deps@jammy-scm ncurses/libncursesw6@6.3-2ubuntu0.1
  • Introduced through: buildpack-deps@jammy-scm ncurses/libtinfo6@6.3-2ubuntu0.1
  • Introduced through: buildpack-deps@jammy-scm ncurses/ncurses-base@6.3-2ubuntu0.1
  • Introduced through: buildpack-deps@jammy-scm ncurses/ncurses-bin@6.3-2ubuntu0.1

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

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

Remediation

There is no fixed version for Ubuntu:22.04 ncurses.

References

low severity

CVE-2023-7008

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@249.11-0ubuntu3.20 and systemd/libudev1@249.11-0ubuntu3.20

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm systemd/libsystemd0@249.11-0ubuntu3.20
  • Introduced through: buildpack-deps@jammy-scm systemd/libudev1@249.11-0ubuntu3.20

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

A vulnerability was found in systemd-resolved. This issue may allow systemd-resolved to accept records of DNSSEC-signed domains even when they have no signature, allowing man-in-the-middles (or the upstream DNS resolver) to manipulate records.

Remediation

There is no fixed version for Ubuntu:22.04 systemd.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: gcc-12/gcc-12-base
  • Introduced through: gcc-12/gcc-12-base@12.3.0-1ubuntu1~22.04.3, gcc-12/libgcc-s1@12.3.0-1ubuntu1~22.04.3 and others

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm gcc-12/gcc-12-base@12.3.0-1ubuntu1~22.04.3
  • Introduced through: buildpack-deps@jammy-scm gcc-12/libgcc-s1@12.3.0-1ubuntu1~22.04.3
  • Introduced through: buildpack-deps@jammy-scm gcc-12/libstdc++6@12.3.0-1ubuntu1~22.04.3

NVD Description

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

libiberty/rust-demangle.c in GNU GCC 11.2 allows stack consumption in demangle_const, as demonstrated by nm-new.

Remediation

There is no fixed version for Ubuntu:22.04 gcc-12.

References

low severity

Out-of-bounds Write

  • Vulnerable module: gnupg2/dirmngr
  • Introduced through: gnupg2/dirmngr@2.2.27-3ubuntu2.5, gnupg2/gnupg@2.2.27-3ubuntu2.5 and others

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm gnupg2/dirmngr@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gnupg@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gnupg-l10n@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gnupg-utils@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpg@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpg-agent@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpg-wks-client@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpg-wks-server@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpgconf@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpgsm@2.2.27-3ubuntu2.5
  • Introduced through: buildpack-deps@jammy-scm gnupg2/gpgv@2.2.27-3ubuntu2.5

NVD Description

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

References

low severity

Arbitrary Code Injection

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.8.1-2ubuntu2.2 and shadow/passwd@1:4.8.1-2ubuntu2.2

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm shadow/login@1:4.8.1-2ubuntu2.2
  • Introduced through: buildpack-deps@jammy-scm shadow/passwd@1:4.8.1-2ubuntu2.2

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:22.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:22.04 shadow.

References

low severity

Covert Timing Channel

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.9.4-3ubuntu3

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm libgcrypt20@1.9.4-3ubuntu3

NVD Description

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

References

low severity

CVE-2024-56433

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.8.1-2ubuntu2.2 and shadow/passwd@1:4.8.1-2ubuntu2.2

Detailed paths

  • Introduced through: buildpack-deps@jammy-scm shadow/login@1:4.8.1-2ubuntu2.2
  • Introduced through: buildpack-deps@jammy-scm shadow/passwd@1:4.8.1-2ubuntu2.2

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

shadow-utils (aka shadow) 4.4 through 4.17.0 establishes a default /etc/subuid behavior (e.g., uid 100000 through 165535 for the first user account) that can realistically conflict with the uids of users defined on locally administered networks, potentially leading to account takeover, e.g., by leveraging newuidmap for access to an NFS home directory (or same-host resources in the case of remote logins by these local network users). NOTE: it may also be argued that system administrators should not have assigned uids, within local networks, that are within the range that can occur in /etc/subuid.

Remediation

There is no fixed version for Ubuntu:22.04 shadow.

References