Vulnerabilities

232 via 558 paths

Dependencies

166

Source

Group 6 Copy Created with Sketch. Docker

Target OS

debian:12
Test your Docker Hub image against our market leading vulnerability database Sign up for free
Severity
  • 10
  • 37
  • 42
  • 143
Status
  • 232
  • 0
  • 0

critical severity

Out-of-bounds Write

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake.

When curl is asked to pass along the host name to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that host name can be is 255 bytes.

If the host name is detected to be longer, curl switches to local name resolving and instead passes on the resolved address only. Due to this bug, the local variable that means "let the host resolve the name" could get the wrong value during a slow SOCKS5 handshake, and contrary to the intention, copy the too long host name to the target buffer instead of copying just the resolved address there.

The target buffer being a heap based buffer, and the host name coming from the URL that curl has been told to operate with.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u4 or higher.

References

critical severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1
  • Fixed in: 2.5.0-1+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

An issue was discovered in libexpat before 2.6.3. nextScaffoldPart in xmlparse.c can have an integer overflow for m_groupSize on 32-bit platforms (where UINT_MAX equals SIZE_MAX).

Remediation

Upgrade Debian:12 expat to version 2.5.0-1+deb12u1 or higher.

References

critical severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1
  • Fixed in: 2.5.0-1+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

An issue was discovered in libexpat before 2.6.3. dtdCopy in xmlparse.c can have an integer overflow for nDefaultAtts on 32-bit platforms (where UINT_MAX equals SIZE_MAX).

Remediation

Upgrade Debian:12 expat to version 2.5.0-1+deb12u1 or higher.

References

critical severity

CVE-2023-28531

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2
  • Fixed in: 1:9.2p1-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

ssh-add in OpenSSH before 9.3 adds smartcard keys to ssh-agent without the intended per-hop destination constraints. The earliest affected version is 8.9.

Remediation

Upgrade Debian:12 openssh to version 1:9.2p1-2+deb12u2 or higher.

References

critical severity

Unquoted Search Path or Element

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2
  • Fixed in: 1:9.2p1-2+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

Note: Versions mentioned in the description apply only to the upstream openssh package and not the openssh package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 openssh to version 1:9.2p1-2+deb12u1 or higher.

References

critical severity

CVE-2025-6965

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.40.1-2
  • Fixed in: 3.40.1-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm sqlite3/libsqlite3-0@3.40.1-2

NVD Description

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

There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns available. This could lead to a memory corruption issue. We recommend upgrading to version 3.50.2 or above.

Remediation

Upgrade Debian:12 sqlite3 to version 3.40.1-2+deb12u2 or higher.

References

critical severity

Integer Overflow or Wraparound

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.2.13.dfsg-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm zlib/zlib1g@1:1.2.13.dfsg-1

NVD Description

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

References

critical severity

CVE-2024-37371

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others
  • Fixed in: 1.20.1-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

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

In MIT Kerberos 5 (aka krb5) before 1.21.3, an attacker can cause invalid memory reads during GSS message token handling by sending message tokens with invalid length fields.

Remediation

Upgrade Debian:12 krb5 to version 1.20.1-2+deb12u2 or higher.

References

critical severity

Interpretation Conflict

  • Vulnerable module: wget/wget
  • Introduced through: wget/wget@1.21.3-1+b2
  • Fixed in: 1.21.3-1+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm wget/wget@1.21.3-1+b2

NVD Description

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

url.c in GNU Wget through 1.24.5 mishandles semicolons in the userinfo subcomponent of a URI, and thus there may be insecure behavior in which data that was supposed to be in the userinfo subcomponent is misinterpreted to be part of the host subcomponent.

Remediation

Upgrade Debian:12 wget to version 1.21.3-1+deb12u1 or higher.

References

critical severity

Link Following

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, repositories with submodules can be crafted in a way that exploits a bug in Git whereby it can be fooled into writing files not into the submodule's worktree but into a .git/ directory. This allows writing a hook that will be executed while the clone operation is still running, giving the user no opportunity to inspect the code that is being executed. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. If symbolic link support is disabled in Git (e.g. via git config --global core.symlinks false), the described attack won't work. As always, it is best to avoid cloning repositories from untrusted sources.

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u1 or higher.

References

high severity

Double Free

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A flaw was found in GnuTLS. A double-free vulnerability exists in GnuTLS due to incorrect ownership handling in the export logic of Subject Alternative Name (SAN) entries containing an otherName. If the type-id OID is invalid or malformed, GnuTLS will call asn1_delete_structure() on an ASN.1 node it does not own, leading to a double-free condition when the parent function or caller later attempts to free the same structure.

This vulnerability can be triggered using only public GnuTLS APIs and may result in denial of service or memory corruption, depending on allocator behavior.

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u5 or higher.

References

high severity

Heap-based Buffer Overflow

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A heap-buffer-overflow (off-by-one) flaw was found in the GnuTLS software in the template parsing logic within the certtool utility. When it reads certain settings from a template file, it allows an attacker to cause an out-of-bounds (OOB) NULL pointer write, resulting in memory corruption and a denial-of-service (DoS) that could potentially crash the system.

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u5 or higher.

References

high severity

Race Condition

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2
  • Fixed in: 1:9.2p1-2+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

A security regression (CVE-2006-5051) was discovered in OpenSSH's server (sshd). There is a race condition which can lead sshd to handle some signals in an unsafe manner. An unauthenticated, remote attacker may be able to trigger it by failing to authenticate within a set time period.

Remediation

Upgrade Debian:12 openssh to version 1:9.2p1-2+deb12u3 or higher.

References

high severity

Improper Certificate Validation

  • Vulnerable module: perl
  • Introduced through: perl@5.36.0-7, perl/libperl5.36@5.36.0-7 and others
  • Fixed in: 5.36.0-7+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm perl@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/libperl5.36@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-base@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-modules-5.36@5.36.0-7

NVD Description

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

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

Remediation

Upgrade Debian:12 perl to version 5.36.0-7+deb12u3 or higher.

References

high severity

Arbitrary Code Injection

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

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

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u1 or higher.

References

high severity

CVE-2024-32004

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, an attacker can prepare a local repository in such a way that, when cloned, will execute arbitrary code during the operation. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid cloning repositories from untrusted sources.

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u1 or higher.

References

high severity

CVE-2024-32465

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a revision control system. The Git project recommends to avoid working in untrusted repositories, and instead to clone it first with git clone --no-local to obtain a clean copy. Git has specific protections to make that a safe operation even with an untrusted source repository, but vulnerabilities allow those protections to be bypassed. In the context of cloning local repositories owned by other users, this vulnerability has been covered in CVE-2024-32004. But there are circumstances where the fixes for CVE-2024-32004 are not enough: For example, when obtaining a .zip file containing a full copy of a Git repository, it should not be trusted by default to be safe, as e.g. hooks could be configured to run within the context of that repository. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4. As a workaround, avoid using Git in repositories that have been obtained via archives from untrusted sources.

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u1 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

A buffer overflow was discovered in the GNU C Library's dynamic loader ld.so while processing the GLIBC_TUNABLES environment variable. This issue could allow a local attacker to use maliciously crafted GLIBC_TUNABLES environment variables when launching binaries with SUID permission to execute code with elevated privileges.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u3 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

A heap-based buffer overflow was found in the __vsyslog_internal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when the openlog function was not called, or called with the ident argument set to NULL, and the program name (the basename of argv[0]) is bigger than 1024 bytes, resulting in an application crash or local privilege escalation. This issue affects glibc 2.36 and newer.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u4 or higher.

References

high severity

Integer Overflow or Wraparound

  • Vulnerable module: libcap2
  • Introduced through: libcap2@1:2.66-3
  • Fixed in: 1:2.66-4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm libcap2@1:2.66-3

NVD Description

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

References

high severity

Directory Traversal

  • Vulnerable module: pam/libpam-modules
  • Introduced through: pam/libpam-modules@1.5.2-6, pam/libpam-modules-bin@1.5.2-6 and others
  • Fixed in: 1.5.2-6+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm pam/libpam-modules@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam-modules-bin@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam-runtime@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam0g@1.5.2-6

NVD Description

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

A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.

Remediation

Upgrade Debian:12 pam to version 1.5.2-6+deb12u2 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: perl
  • Introduced through: perl@5.36.0-7, perl/libperl5.36@5.36.0-7 and others
  • Fixed in: 5.36.0-7+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm perl@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/libperl5.36@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-base@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-modules-5.36@5.36.0-7

NVD Description

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

A vulnerability was found in perl 5.30.0 through 5.38.0. This issue occurs when a crafted regular expression is compiled by perl, which can allow an attacker controlled byte buffer overflow in a heap allocated buffer.

Remediation

Upgrade Debian:12 perl to version 5.36.0-7+deb12u1 or higher.

References

high severity

Arbitrary Command Injection

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

A vulnerability has been found in the CPython venv module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts (ie "source venv/bin/activate"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie "./venv/bin/python") are not affected.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u5 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When curl retrieves an HTTP response, it stores the incoming headers so that they can be accessed later via the libcurl headers API.

However, curl did not have a limit in how many or how large headers it would accept in a response, allowing a malicious server to stream an endless series of headers and eventually cause curl to run out of heap memory.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u3 or higher.

References

high severity

Use After Free

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails, libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10 or higher.

References

high severity

Resource Exhaustion

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1
  • Fixed in: 2.5.0-1+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.

Remediation

Upgrade Debian:12 expat to version 2.5.0-1+deb12u2 or higher.

References

high severity

Uncontrolled Recursion

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1
  • Fixed in: 2.5.0-1+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

A stack overflow vulnerability exists in the libexpat library due to the way it handles recursive entity expansion in XML documents. When parsing an XML document with deeply nested entity references, libexpat can be forced to recurse indefinitely, exhausting the stack space and causing a crash. This issue could lead to denial of service (DoS) or, in some cases, exploitable memory corruption, depending on the environment and library usage.

Remediation

Upgrade Debian:12 expat to version 2.5.0-1+deb12u2 or higher.

References

high severity

XML External Entity (XXE) Injection

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1
  • Fixed in: 2.5.0-1+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

An issue was discovered in libexpat before 2.6.3. xmlparse.c does not reject a negative length for XML_ParseBuffer.

Remediation

Upgrade Debian:12 expat to version 2.5.0-1+deb12u1 or higher.

References

high severity

CVE-2023-25652

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

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

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u1 or higher.

References

high severity

Improper Encoding or Escaping of Output

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. Git defines a line-based protocol that is used to exchange information between Git and Git credential helpers. Some ecosystems (most notably, .NET and node.js) interpret single Carriage Return characters as newlines, which renders the protections against CVE-2020-5260 incomplete for credential helpers that treat Carriage Returns in this way. This issue has been addressed in commit b01b9b8 which is included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u2 or higher.

References

high severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

An off-by-one heap-based buffer overflow was found in the __vsyslog_internal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when these functions are called with a message bigger than INT_MAX bytes, leading to an incorrect calculation of the buffer size to store the message, resulting in an application crash. This issue affects glibc 2.37 and newer.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u4 or higher.

References

high severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A vulnerability was found in GnuTLS, where a cockpit (which uses gnuTLS) rejects a certificate chain with distributed trust. This issue occurs when validating a certificate chain with cockpit-certificate-ensure. This flaw allows an unauthenticated, remote client or attacker to initiate a denial of service attack.

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u2 or higher.

References

high severity

Information Exposure

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A vulnerability was found in GnuTLS. The response times to malformed ciphertexts in RSA-PSK ClientKeyExchange differ from the response times of ciphertexts with correct PKCS#1 v1.5 padding. This issue may allow a remote attacker to perform a timing side-channel attack in the RSA-PSK key exchange, potentially leading to the leakage of sensitive data. CVE-2024-0553 is designated as an incomplete resolution for CVE-2023-5981.

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u2 or higher.

References

high severity

CVE-2024-37370

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others
  • Fixed in: 1.20.1-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

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

In MIT Kerberos 5 (aka krb5) before 1.21.3, an attacker can modify the plaintext Extra Count field of a confidential GSS krb5 wrap token, causing the unwrapped token to appear truncated to the application.

Remediation

Upgrade Debian:12 krb5 to version 1.20.1-2+deb12u2 or higher.

References

high severity

CVE-2023-44487

  • Vulnerable module: nghttp2/libnghttp2-14
  • Introduced through: nghttp2/libnghttp2-14@1.52.0-1
  • Fixed in: 1.52.0-1+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm nghttp2/libnghttp2-14@1.52.0-1

NVD Description

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

The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.

Remediation

Upgrade Debian:12 nghttp2 to version 1.52.0-1+deb12u1 or higher.

References

high severity

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

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.14-1~deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process.

Impact summary: Abnormal termination of an application can a cause a denial of service.

Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address when comparing the expected name with an otherName subject alternative name of an X.509 certificate. This may result in an exception that terminates the application program.

Note that basic certificate chain validation (signatures, dates, ...) is not affected, the denial of service can occur only when the application also specifies an expected DNS name, Email address or IP address.

TLS servers rarely solicit client certificates, and even when they do, they generally don't perform a name check against a reference identifier (expected identity), but rather extract the presented identity after checking the certificate chain. So TLS servers are generally not affected and the severity of the issue is Moderate.

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

Remediation

Upgrade Debian:12 openssl to version 3.0.14-1~deb12u2 or higher.

References

high severity

CVE-2023-5363

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.11-1~deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: A bug has been identified in the processing of key and initialisation vector (IV) lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers.

Impact summary: A truncation in the IV can result in non-uniqueness, which could result in loss of confidentiality for some cipher modes.

When calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() the provided OSSL_PARAM array is processed after the key and IV have been established. Any alterations to the key length, via the "keylen" parameter or the IV length, via the "ivlen" parameter, within the OSSL_PARAM array will not take effect as intended, potentially causing truncation or overreading of these values. The following ciphers and cipher modes are impacted: RC2, RC4, RC5, CCM, GCM and OCB.

For the CCM, GCM and OCB cipher modes, truncation of the IV can result in loss of confidentiality. For example, when following NIST's SP 800-38D section 8.2.1 guidance for constructing a deterministic IV for AES in GCM mode, truncation of the counter portion could lead to IV reuse.

Both truncations and overruns of the key and overruns of the IV will produce incorrect results and could, in some cases, trigger a memory exception. However, these issues are not currently assessed as security critical.

Changing the key and/or IV lengths is not considered to be a common operation and the vulnerable API was recently introduced. Furthermore it is likely that application developers will have spotted this problem during testing since decryption would fail unless both peers in the communication were similarly vulnerable. For these reasons we expect the probability of an application being vulnerable to this to be quite low. However if an application is vulnerable then this issue is considered very serious. For these reasons we have assessed this issue as Moderate severity overall.

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

The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this because the issue lies outside of the FIPS provider boundary.

OpenSSL 3.1 and 3.0 are vulnerable to this issue.

Remediation

Upgrade Debian:12 openssl to version 3.0.11-1~deb12u2 or higher.

References

high severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.9-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

References

high severity

Improper Input Validation

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

Note: Versions mentioned in the description apply only to the upstream python3.11 package and not the python3.11 package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 python3.11 to version 3.11.2-6+deb12u2 or higher.

References

high severity

Inefficient Regular Expression Complexity

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

There is a LOW severity vulnerability affecting CPython, specifically the 'http.cookies' standard library module.

When parsing cookies that contained backslashes for quoted characters in the cookie value, the parser would use an algorithm with quadratic complexity, resulting in excess CPU resources being used while parsing the value.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u5 or higher.

References

high severity

Inefficient Regular Expression Complexity

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

There is a MEDIUM severity vulnerability affecting CPython.

Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u4 or higher.

References

high severity

Untrusted Search Path

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath(), the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python 3.10.x or earlier, but that filename is no longer rejected in Python 3.11.x.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u2 or higher.

References

high severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@252.6-1 and systemd/libudev1@252.6-1
  • Fixed in: 252.23-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm systemd/libsystemd0@252.6-1
  • Introduced through: buildpack-deps@testing-scm systemd/libudev1@252.6-1

NVD Description

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

Certain DNSSEC aspects of the DNS protocol (in RFC 4033, 4034, 4035, 6840, and related RFCs) allow remote attackers to cause a denial of service (CPU consumption) via one or more DNSSEC responses, aka the "KeyTrap" issue. One of the concerns is that, when there is a zone with many DNSKEY and RRSIG records, the protocol specification implies that an algorithm must evaluate all combinations of DNSKEY and RRSIG records.

Remediation

Upgrade Debian:12 systemd to version 252.23-1~deb12u1 or higher.

References

high severity

CVE-2023-50868

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@252.6-1 and systemd/libudev1@252.6-1
  • Fixed in: 252.23-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm systemd/libsystemd0@252.6-1
  • Introduced through: buildpack-deps@testing-scm systemd/libudev1@252.6-1

NVD Description

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

The Closest Encloser Proof aspect of the DNS protocol (in RFC 5155 when RFC 9276 guidance is skipped) allows remote attackers to cause a denial of service (CPU consumption for SHA-1 computations) via DNSSEC responses in a random subdomain attack, aka the "NSEC3" issue. The RFC 5155 specification implies that an algorithm must perform thousands of iterations of a hash function in certain situations.

Remediation

Upgrade Debian:12 systemd to version 252.23-1~deb12u1 or higher.

References

high severity

Out-of-Bounds

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.40.1-2
  • Fixed in: 3.40.1-2+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm sqlite3/libsqlite3-0@3.40.1-2

NVD Description

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

A vulnerability was found in SQLite SQLite3 up to 3.43.0 and classified as critical. This issue affects the function sessionReadRecord of the file ext/session/sqlite3session.c of the component make alltest Handler. The manipulation leads to heap-based buffer overflow. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-248999.

Remediation

Upgrade Debian:12 sqlite3 to version 3.40.1-2+deb12u1 or higher.

References

high severity

CVE-2024-32021

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, when cloning a local source repository that contains symlinks via the filesystem, Git may create hardlinks to arbitrary user-readable files on the same filesystem as the target repository in the objects/ directory. Cloning a local repository over the filesystem may creating hardlinks to arbitrary user-owned files on the same filesystem in the target Git repository's objects/ directory. When cloning a repository over the filesystem (without explicitly specifying the file:// protocol or --no-local), the optimizations for local cloning will be used, which include attempting to hard link the object files instead of copying them. While the code includes checks against symbolic links in the source repository, which were added during the fix for CVE-2022-39253, these checks can still be raced because the hard link operation ultimately follows symlinks. If the object on the filesystem appears as a file during the check, and then a symlink during the operation, this will allow the adversary to bypass the check and create hardlinks in the destination objects directory to arbitrary, user-readable files. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u1 or higher.

References

high severity
new

Out-of-bounds Write

  • Vulnerable module: gnupg2/dirmngr
  • Introduced through: gnupg2/dirmngr@2.2.40-1.1, gnupg2/gnupg@2.2.40-1.1 and others
  • Fixed in: 2.2.40-1.1+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnupg2/dirmngr@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg-l10n@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg-utils@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-agent@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-wks-client@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-wks-server@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgconf@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgsm@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgv@2.2.40-1.1

NVD Description

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

In GnuPG before 2.4.9, armor_filter in g10/armor.c has two increments of an index variable where one is intended, leading to an out-of-bounds write for crafted input. (For ExtendedLTS, 2.2.51 and later are fixed versions.)

Remediation

Upgrade Debian:12 gnupg2 to version 2.2.40-1.1+deb12u2 or higher.

References

medium severity

Detection of Error Condition Without Action

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2
  • Fixed in: 1:9.2p1-2+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

A vulnerability was found in OpenSSH when the VerifyHostKeyDNS option is enabled. A machine-in-the-middle attack can be performed by a malicious machine impersonating a legit server. This issue occurs due to how OpenSSH mishandles error codes in specific conditions when verifying the host key. For an attack to be considered successful, the attacker needs to manage to exhaust the client's memory resource first, turning the attack complexity high.

Remediation

Upgrade Debian:12 openssh to version 1:9.2p1-2+deb12u5 or higher.

References

medium severity

CVE-2023-46218

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

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

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

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u5 or higher.

References

medium severity

Insufficient Comparison

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When curl is asked to use HSTS, the expiry time for a subdomain might overwrite a parent domain's cache entry, making it end sooner or later than otherwise intended.

This affects curl using applications that enable HSTS and use URLs with the insecure HTTP:// scheme and perform transfers with hosts like x.example.com as well as example.com where the first host is a subdomain of the second host.

(The HSTS cache either needs to have been populated manually or there needs to have been previous HTTPS accesses done as the cache needs to have entries for the domains involved to trigger this problem.)

When x.example.com responds with Strict-Transport-Security: headers, this bug can make the subdomain's expiry timeout bleed over and get set for the parent domain example.com in curl's HSTS cache.

The result of a triggered bug is that HTTP accesses to example.com get converted to HTTPS for a different period of time than what was asked for by the origin server. If example.com for example stops supporting HTTPS at its expiry time, curl might then fail to access http://example.com until the (wrongly set) timeout expires. This bug can also expire the parent's entry earlier, thus making curl inadvertently switch back to insecure HTTP earlier than otherwise intended.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u9 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u7

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

libcurl's ASN1 parser code has the GTime2str() function, used for parsing an ASN.1 Generalized Time field. If given an syntactically incorrect field, the parser might end up using -1 for the length of the time fraction, leading to a strlen() getting performed on a pointer to a heap buffer area that is not (purposely) null terminated.

This flaw most likely leads to a crash, but can also lead to heap contents getting returned to the application when CURLINFO_CERTINFO is used.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u7 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

A flaw was found in glibc. When the getaddrinfo function is called with the AF_UNSPEC address family and the system is configured with no-aaaa mode via /etc/resolv.conf, a DNS response via TCP larger than 2048 bytes can potentially disclose stack contents through the function returned address data, and may cause a crash.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u3 or higher.

References

medium severity

NULL Pointer Dereference

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A NULL pointer dereference flaw was found in the GnuTLS software in _gnutls_figure_common_ciphersuite().

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u5 or higher.

References

medium severity

Access of Uninitialized Pointer

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others
  • Fixed in: 1.20.1-2+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream krb5 package and not the krb5 package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 krb5 to version 1.20.1-2+deb12u1 or higher.

References

medium severity

OS Command Injection

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2
  • Fixed in: 1:9.2p1-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

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

Remediation

Upgrade Debian:12 openssh to version 1:9.2p1-2+deb12u2 or higher.

References

medium severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.9-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

References

medium severity

Out-of-bounds Write

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.13-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: The POLY1305 MAC (message authentication code) implementation contains a bug that might corrupt the internal state of applications running on PowerPC CPU based platforms if the CPU provides vector instructions.

Impact summary: If an attacker can influence whether the POLY1305 MAC algorithm is used, the application state might be corrupted with various application dependent consequences.

The POLY1305 MAC (message authentication code) implementation in OpenSSL for PowerPC CPUs restores the contents of vector registers in a different order than they are saved. Thus the contents of some of these vector registers are corrupted when returning to the caller. The vulnerable code is used only on newer PowerPC processors supporting the PowerISA 2.07 instructions.

The consequences of this kind of internal application state corruption can be various - from no consequences, if the calling application does not depend on the contents of non-volatile XMM registers at all, to the worst consequences, where the attacker could get complete control of the application process. However unless the compiler uses the vector registers for storing pointers, the most likely consequence, if any, would be an incorrect result of some application dependent calculations or a crash leading to a denial of service.

The POLY1305 MAC algorithm is most frequently used as part of the CHACHA20-POLY1305 AEAD (authenticated encryption with associated data) algorithm. The most common usage of this AEAD cipher is with TLS protocol versions 1.2 and 1.3. If this cipher is enabled on the server a malicious client can influence whether this AEAD cipher is used. This implies that TLS server applications using OpenSSL can be potentially impacted. However we are currently not aware of any concrete application that would be affected by this issue therefore we consider this a Low severity security issue.

Remediation

Upgrade Debian:12 openssl to version 3.0.13-1~deb12u1 or higher.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 curl to version 7.88.1-10 or higher.

References

medium severity

Use After Free

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

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

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u3 or higher.

References

medium severity

Information Exposure

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

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

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u1 or higher.

References

medium severity

Reversible One-Way Hash

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others
  • Fixed in: 1.20.1-2+deb12u4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

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

A vulnerability in the MIT Kerberos implementation allows GSSAPI-protected messages using RC4-HMAC-MD5 to be spoofed due to weaknesses in the MD5 checksum design. If RC4 is preferred over stronger encryption types, an attacker could exploit MD5 collisions to forge message integrity codes. This may lead to unauthorized message tampering.

Remediation

Upgrade Debian:12 krb5 to version 1.20.1-2+deb12u4 or higher.

References

medium severity

Improper Validation of Integrity Check Value

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2
  • Fixed in: 1:9.2p1-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

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

Remediation

Upgrade Debian:12 openssh to version 1:9.2p1-2+deb12u2 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.9-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: The AES-XTS cipher decryption implementation for 64 bit ARM platform contains a bug that could cause it to read past the input buffer, leading to a crash.

Impact summary: Applications that use the AES-XTS algorithm on the 64 bit ARM platform can crash in rare circumstances. The AES-XTS algorithm is usually used for disk encryption.

The AES-XTS cipher decryption implementation for 64 bit ARM platform will read past the end of the ciphertext buffer if the ciphertext size is 4 mod 5 in 16 byte blocks, e.g. 144 bytes or 1024 bytes. If the memory after the ciphertext buffer is unmapped, this will trigger a crash which results in a denial of service.

If an attacker can control the size and location of the ciphertext buffer being decrypted by an application using AES-XTS on 64 bit ARM, the application is affected. This is fairly unlikely making this issue a Low severity one.

Remediation

Upgrade Debian:12 openssl to version 3.0.9-1 or higher.

References

medium severity

CVE-2023-7008

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@252.6-1 and systemd/libudev1@252.6-1
  • Fixed in: 252.21-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm systemd/libsystemd0@252.6-1
  • Introduced through: buildpack-deps@testing-scm systemd/libudev1@252.6-1

NVD Description

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

Upgrade Debian:12 systemd to version 252.21-1~deb12u1 or higher.

References

medium severity

Incorrect Permission Assignment for Critical Resource

  • Vulnerable module: apr/libapr1
  • Introduced through: apr/libapr1@1.7.2-3
  • Fixed in: 1.7.2-3+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm apr/libapr1@1.7.2-3

NVD Description

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

Lax permissions set by the Apache Portable Runtime library on Unix platforms would allow local users read access to named shared memory segments, potentially revealing sensitive application data.

This issue does not affect non-Unix platforms, or builds with APR_USE_SHMEM_SHMGET=1 (apr.h)

Users are recommended to upgrade to APR version 1.7.5, which fixes this issue.

Remediation

Upgrade Debian:12 apr to version 1.7.2-3+deb12u1 or higher.

References

medium severity

Memory Leak

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others
  • Fixed in: 1.20.1-2+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

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

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

Remediation

Upgrade Debian:12 krb5 to version 1.20.1-2+deb12u3 or higher.

References

medium severity

CVE-2023-51384

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2
  • Fixed in: 1:9.2p1-2+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

In ssh-agent in OpenSSH before 9.6, certain destination constraints can be incompletely applied. When destination constraints are specified during addition of PKCS#11-hosted private keys, these constraints are only applied to the first key, even if a PKCS#11 token returns multiple keys.

Remediation

Upgrade Debian:12 openssh to version 1:9.2p1-2+deb12u2 or higher.

References

medium severity

CVE-2024-0727

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.13-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

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

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

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

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

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

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

Remediation

Upgrade Debian:12 openssl to version 3.0.13-1~deb12u1 or higher.

References

medium severity

CVE-2024-22365

  • Vulnerable module: pam/libpam-modules
  • Introduced through: pam/libpam-modules@1.5.2-6, pam/libpam-modules-bin@1.5.2-6 and others
  • Fixed in: 1.5.2-6+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm pam/libpam-modules@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam-modules-bin@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam-runtime@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam0g@1.5.2-6

NVD Description

Note: Versions mentioned in the description apply only to the upstream pam package and not the pam package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 pam to version 1.5.2-6+deb12u2 or higher.

References

medium severity

Improper Authentication

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.13+dfsg1-1+b1 and shadow/passwd@1:4.13+dfsg1-1+b1
  • Fixed in: 1:4.13+dfsg1-1+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm shadow/login@1:4.13+dfsg1-1+b1
  • Introduced through: buildpack-deps@testing-scm shadow/passwd@1:4.13+dfsg1-1+b1

NVD Description

Note: Versions mentioned in the description apply only to the upstream shadow package and not the shadow package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 shadow to version 1:4.13+dfsg1-1+deb12u1 or higher.

References

medium severity

Out-of-bounds Read

  • Vulnerable module: tar
  • Introduced through: tar@1.34+dfsg-1.2
  • Fixed in: 1.34+dfsg-1.2+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm tar@1.34+dfsg-1.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream tar package and not the tar package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 tar to version 1.34+dfsg-1.2+deb12u1 or higher.

References

medium severity

Missing Encryption of Sensitive Data

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When saving HSTS data to an excessively long file name, curl could end up removing all contents, making subsequent requests using that file unaware of the HSTS status they should otherwise use.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u5 or higher.

References

medium severity

Incorrect Calculation of Buffer Size

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

An integer overflow was found in the __vsyslog_internal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when these functions are called with a very long message, leading to an incorrect calculation of the buffer size to store the message, resulting in undefined behavior. This issue affects glibc 2.37 and newer.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u4 or higher.

References

medium severity

Algorithmic Complexity

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A flaw was found in GnuTLS, which relies on libtasn1 for ASN.1 data processing. Due to an inefficient algorithm in libtasn1, decoding certain DER-encoded certificate data can take excessive time, leading to increased resource consumption. This flaw allows a remote attacker to send a specially crafted certificate, causing GnuTLS to become unresponsive or slow, resulting in a denial-of-service condition.

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u4 or higher.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A heap-buffer-overread vulnerability was found in GnuTLS in how it handles the Certificate Transparency (CT) Signed Certificate Timestamp (SCT) extension during X.509 certificate parsing. This flaw allows a malicious user to create a certificate containing a malformed SCT extension (OID 1.3.6.1.4.1.11129.2.4.2) that contains sensitive data. This issue leads to the exposure of confidential information when GnuTLS verifies certificates from certain websites when the certificate (SCT) is not checked correctly.

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u5 or higher.

References

medium severity

Algorithmic Complexity

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@4.19.0-2
  • Fixed in: 4.19.0-2+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm libtasn1-6@4.19.0-2

NVD Description

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

A flaw in libtasn1 causes inefficient handling of specific certificate data. When processing a large number of elements in a certificate, libtasn1 takes much longer than expected, which can slow down or even crash the system. This flaw allows an attacker to send a specially crafted certificate, causing a denial of service attack.

Remediation

Upgrade Debian:12 libtasn1-6 to version 4.19.0-2+deb12u1 or higher.

References

medium severity

Excessive Iteration

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.10-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

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

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

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

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

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

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

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

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

Remediation

Upgrade Debian:12 openssl to version 3.0.10-1~deb12u1 or higher.

References

medium severity

Improper Authentication

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.10-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence.

Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be misled by removing, adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications.

The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated.

As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.

Remediation

Upgrade Debian:12 openssl to version 3.0.10-1~deb12u1 or higher.

References

medium severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.9-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

References

medium severity

Improper Certificate Validation

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.9-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

References

medium severity

Improper Check for Unusual or Exceptional Conditions

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.13-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

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

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

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

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

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

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

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

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

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

Remediation

Upgrade Debian:12 openssl to version 3.0.13-1~deb12u1 or higher.

References

medium severity

Inefficient Regular Expression Complexity

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.10-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

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

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

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

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

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

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

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

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

Remediation

Upgrade Debian:12 openssl to version 3.0.10-1~deb12u1 or higher.

References

medium severity

CVE-2023-40217

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

Note: Versions mentioned in the description apply only to the upstream python3.11 package and not the python3.11 package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 python3.11 to version 3.11.2-6+deb12u2 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u5 or higher.

References

medium severity

CVE-2023-4039

  • Vulnerable module: gcc-12/gcc-12-base
  • Introduced through: gcc-12/gcc-12-base@12.2.0-14, gcc-12/libgcc-s1@12.2.0-14 and others
  • Fixed in: 12.2.0-14+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gcc-12/gcc-12-base@12.2.0-14
  • Introduced through: buildpack-deps@testing-scm gcc-12/libgcc-s1@12.2.0-14
  • Introduced through: buildpack-deps@testing-scm gcc-12/libstdc++6@12.2.0-14

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 Debian. See How to fix? for Debian:12 relevant fixed versions and status.

DISPUTEDA failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables.

The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.

Remediation

Upgrade Debian:12 gcc-12 to version 12.2.0-14+deb12u1 or higher.

References

medium severity

Improper Encoding or Escaping of Output

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When Git asks for credentials via a terminal prompt (i.e. without using any credential helper), it prints out the host name for which the user is expected to provide a username and/or a password. At this stage, any URL-encoded parts have been decoded already, and are printed verbatim. This allows attackers to craft URLs that contain ANSI escape sequences that the terminal interpret to confuse users e.g. into providing passwords for trusted Git hosting sites when in fact they are then sent to untrusted sites that are under the attacker's control. This issue has been patch via commits 7725b81 and c903985 which are included in release versions v2.48.1, v2.47.2, v2.46.3, v2.45.3, v2.44.3, v2.43.6, v2.42.4, v2.41.3, and v2.40.4. Users are advised to upgrade. Users unable to upgrade should avoid cloning from untrusted URLs, especially recursive clones.

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u2 or higher.

References

medium severity

Race Condition

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@252.6-1 and systemd/libudev1@252.6-1
  • Fixed in: 252.38-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm systemd/libsystemd0@252.6-1
  • Introduced through: buildpack-deps@testing-scm systemd/libudev1@252.6-1

NVD Description

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

A vulnerability was found in systemd-coredump. This flaw allows an attacker to force a SUID process to crash and replace it with a non-SUID binary to access the original's privileged process coredump, allowing the attacker to read sensitive data, such as /etc/shadow content, loaded by the original process.

A SUID binary or process has a special type of permission, which allows the process to run with the file owner's permissions, regardless of the user executing the binary. This allows the process to access more restricted data than unprivileged users or processes would be able to. An attacker can leverage this flaw by forcing a SUID process to crash and force the Linux kernel to recycle the process PID before systemd-coredump can analyze the /proc/pid/auxv file. If the attacker wins the race condition, they gain access to the original's SUID process coredump file. They can read sensitive content loaded into memory by the original binary, affecting data confidentiality.

Remediation

Upgrade Debian:12 systemd to version 252.38-1~deb12u1 or higher.

References

medium severity

Cross-site Scripting (XSS)

  • Vulnerable module: mercurial
  • Introduced through: mercurial@6.3.2-1 and mercurial/mercurial-common@6.3.2-1
  • Fixed in: 6.3.2-1+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm mercurial@6.3.2-1
  • Introduced through: buildpack-deps@testing-scm mercurial/mercurial-common@6.3.2-1

NVD Description

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

A vulnerability was found in Mercurial SCM 4.5.3/71.19.145.211. It has been declared as problematic. This vulnerability affects unknown code of the component Web Interface. The manipulation of the argument cmd leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

Remediation

Upgrade Debian:12 mercurial to version 6.3.2-1+deb12u1 or higher.

References

medium severity

Improper Input Validation

  • Vulnerable module: subversion/libsvn1
  • Introduced through: subversion/libsvn1@1.14.2-4+b2 and subversion/subversion@1.14.2-4+b2
  • Fixed in: 1.14.2-4+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm subversion/libsvn1@1.14.2-4+b2
  • Introduced through: buildpack-deps@testing-scm subversion/subversion@1.14.2-4+b2

NVD Description

Note: Versions mentioned in the description apply only to the upstream subversion package and not the subversion package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 subversion to version 1.14.2-4+deb12u1 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass stack guard protection. The component is: nptl. The attack vector is: Exploit stack buffer overflow vulnerability and use this bypass vulnerability to bypass stack guard. NOTE: Upstream comments indicate "this is being treated as a non-security bug and no real threat.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

CVE-2005-2541

  • Vulnerable module: tar
  • Introduced through: tar@1.34+dfsg-1.2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm tar@1.34+dfsg-1.2

NVD Description

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

Tar 1.15.1 does not properly warn the user when extracting setuid or setgid files, which may allow local users or remote attackers to gain privileges.

Remediation

There is no fixed version for Debian:12 tar.

References

low severity

Out-of-bounds Read

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially causing OOM or other DoS.

Remediation

There is no fixed version for Debian:12 python3.11.

References

low severity

CVE-2025-7458

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.40.1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm sqlite3/libsqlite3-0@3.40.1-2

NVD Description

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

An integer overflow in the sqlite3KeyInfoFromExprList function in SQLite versions 3.39.2 through 3.41.1 allows an attacker with the ability to execute arbitrary SQL statements to cause a denial of service or disclose sensitive information from process memory via a crafted SELECT statement with a large number of expressions in the ORDER BY clause.

Remediation

There is no fixed version for Debian:12 sqlite3.

References

low severity

Improper Encoding or Escaping of Output

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

References

low severity

CVE-2019-1010023

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

GNU Libc current is affected by: Re-mapping current loaded library with malicious ELF file. The impact is: In worst case attacker may evaluate privileges. The component is: libld. The attack vector is: Attacker sends 2 ELF files to victim and asks to run ldd on it. ldd execute code. NOTE: Upstream comments indicate "this is being treated as a non-security bug and no real threat.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

Improper Certificate Validation

  • Vulnerable module: perl
  • Introduced through: perl@5.36.0-7, perl/libperl5.36@5.36.0-7 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm perl@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/libperl5.36@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-base@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-modules-5.36@5.36.0-7

NVD Description

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

HTTP::Tiny before 0.083, a Perl core module since 5.13.9 and available standalone on CPAN, has an insecure default TLS configuration where users must opt in to verify certificates.

Remediation

There is no fixed version for Debian:12 perl.

References

low severity

Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers (created via XML_ExternalEntityParserCreate).

Remediation

There is no fixed version for Debian:12 expat.

References

low severity

Exposure of Resource to Wrong Sphere

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

The --mirror documentation for Git through 2.35.1 does not mention the availability of deleted content, aka the "GitBleed" issue. This could present a security risk if information-disclosure auditing processes rely on a clone operation without the --mirror option. Note: This has been disputed by multiple 3rd parties who believe this is an intended feature of the git binary and does not pose a security risk.

Remediation

There is no fixed version for Debian:12 git.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(\227|)(\1\1|t1|\\2537)+' in grep.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(|)(\1\1)*' in grep, a different issue than CVE-2018-20796. NOTE: the software maintainer disputes that this is a vulnerability because the behavior occurs only with a crafted pattern

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

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

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

Remediation

There is no fixed version for Debian:12 krb5.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.10.1-3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm libgcrypt20@1.10.1-3

NVD Description

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

cipher/elgamal.c in Libgcrypt through 1.8.2, when used to encrypt messages directly, improperly encodes plaintexts, which allows attackers to obtain sensitive information by reading ciphertext data (i.e., it does not have semantic security in face of a ciphertext-only attack). The Decisional Diffie-Hellman (DDH) assumption does not hold for Libgcrypt's ElGamal implementation.

Remediation

There is no fixed version for Debian:12 libgcrypt20.

References

low severity

Cryptographic Issues

  • Vulnerable module: openldap/libldap-2.5-0
  • Introduced through: openldap/libldap-2.5-0@2.5.13+dfsg-5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openldap/libldap-2.5-0@2.5.13+dfsg-5

NVD Description

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

The nss_parse_ciphers function in libraries/libldap/tls_m.c in OpenLDAP does not properly parse OpenSSL-style multi-keyword mode cipher strings, which might cause a weaker than intended cipher to be used and allow remote attackers to have unspecified impact via unknown vectors.

Remediation

There is no fixed version for Debian:12 openldap.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: openldap/libldap-2.5-0
  • Introduced through: openldap/libldap-2.5-0@2.5.13+dfsg-5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openldap/libldap-2.5-0@2.5.13+dfsg-5

NVD Description

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

There is no fixed version for Debian:12 openldap.

References

low severity

Out-of-Bounds

  • Vulnerable module: openldap/libldap-2.5-0
  • Introduced through: openldap/libldap-2.5-0@2.5.13+dfsg-5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openldap/libldap-2.5-0@2.5.13+dfsg-5

NVD Description

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

contrib/slapd-modules/nops/nops.c in OpenLDAP through 2.4.45, when both the nops module and the memberof overlay are enabled, attempts to free a buffer that was allocated on the stack, which allows remote attackers to cause a denial of service (slapd crash) via a member MODDN operation.

Remediation

There is no fixed version for Debian:12 openldap.

References

low severity

OS Command Injection

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

scp in OpenSSH through 8.3p1 allows command injection in the scp.c toremote function, as demonstrated by backtick characters in the destination argument. NOTE: the vendor reportedly has stated that they intentionally omit validation of "anomalous argument transfers" because that could "stand a great chance of breaking existing workflows."

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

Inappropriate Encoding for Output Context

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

In OpenSSH 7.9, due to accepting and displaying arbitrary stderr output from the server, a malicious server (or Man-in-The-Middle attacker) can manipulate the client output, for example to use ANSI control codes to hide additional files being transferred.

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

Improper Input Validation

  • Vulnerable module: coreutils
  • Introduced through: coreutils@9.1-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm coreutils@9.1-1

NVD Description

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

chroot in GNU coreutils, when used with --userspec, allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer.

Remediation

There is no fixed version for Debian:12 coreutils.

References

low severity

CVE-2023-50495

  • Vulnerable module: ncurses/libncursesw6
  • Introduced through: ncurses/libncursesw6@6.4-4, ncurses/libtinfo6@6.4-4 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm ncurses/libncursesw6@6.4-4
  • Introduced through: buildpack-deps@testing-scm ncurses/libtinfo6@6.4-4
  • Introduced through: buildpack-deps@testing-scm ncurses/ncurses-base@6.4-4
  • Introduced through: buildpack-deps@testing-scm ncurses/ncurses-bin@6.4-4

NVD Description

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

References

low severity

Access Restriction Bypass

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

sshd in OpenSSH 4 on Debian GNU/Linux, and the 20070303 OpenSSH snapshot, allows remote authenticated users to obtain access to arbitrary SELinux roles by appending a :/ (colon slash) sequence, followed by the role name, to the username.

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

Access Restriction Bypass

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.13+dfsg1-1+b1 and shadow/passwd@1:4.13+dfsg1-1+b1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm shadow/login@1:4.13+dfsg1-1+b1
  • Introduced through: buildpack-deps@testing-scm shadow/passwd@1:4.13+dfsg1-1+b1

NVD Description

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

initscripts in rPath Linux 1 sets insecure permissions for the /var/log/btmp file, which allows local users to obtain sensitive information regarding authentication attempts. NOTE: because sshd detects the insecure permissions and does not log certain events, this also prevents sshd from logging failed authentication attempts by remote attackers.

Remediation

There is no fixed version for Debian:12 shadow.

References

low severity

Out-of-bounds Read

  • Vulnerable module: util-linux/bsdutils
  • Introduced through: util-linux/bsdutils@1:2.38.1-5+b1, util-linux/libblkid1@2.38.1-5+b1 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm util-linux/bsdutils@1:2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libblkid1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libmount1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libsmartcols1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libuuid1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/mount@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/util-linux@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/util-linux-extra@2.38.1-5+b1

NVD Description

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

A flaw was found in util-linux. This vulnerability allows a heap buffer overread when processing 256-byte usernames, specifically within the setpwnam() function, affecting SUID (Set User ID) login-utils utilities writing to the password database.

Remediation

There is no fixed version for Debian:12 util-linux.

References

low severity

Open Redirect

  • Vulnerable module: wget/wget
  • Introduced through: wget/wget@1.21.3-1+b2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm wget/wget@1.21.3-1+b2

NVD Description

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

References

low severity

Race Condition

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

A denial of service vulnerability exists in curl <v8.1.0 in the way libcurl provides several different backends for resolving host names, selected at build time. If it is built to use the synchronous resolver, it allows name resolves to time-out slow operations using alarm() and siglongjmp(). When doing this, libcurl used a global buffer that was not mutex protected and a multi-threaded application might therefore crash or otherwise misbehave.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10 or higher.

References

low severity

Information Exposure

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

References

low severity

Algorithmic Complexity

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

References

low severity

Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

libexpat through 2.5.0 allows recursive XML Entity Expansion if XML_DTD is undefined at compile time.

Remediation

There is no fixed version for Debian:12 expat.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: gcc-12/gcc-12-base
  • Introduced through: gcc-12/gcc-12-base@12.2.0-14, gcc-12/libgcc-s1@12.2.0-14 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gcc-12/gcc-12-base@12.2.0-14
  • Introduced through: buildpack-deps@testing-scm gcc-12/libgcc-s1@12.2.0-14
  • Introduced through: buildpack-deps@testing-scm gcc-12/libstdc++6@12.2.0-14

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 Debian. See How to fix? for Debian:12 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 Debian:12 gcc-12.

References

low severity

CVE-2025-13837

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues

Remediation

There is no fixed version for Debian:12 python3.11.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.40.1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm sqlite3/libsqlite3-0@3.40.1-2

NVD Description

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

In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3_db_config (in the C-language API) can cause a denial of service (application crash). An sz*nBig multiplication is not cast to a 64-bit integer, and consequently some memory allocations may be incorrect.

Remediation

There is no fixed version for Debian:12 sqlite3.

References

low severity

Information Exposure

  • Vulnerable module: util-linux/bsdutils
  • Introduced through: util-linux/bsdutils@1:2.38.1-5+b1, util-linux/libblkid1@2.38.1-5+b1 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm util-linux/bsdutils@1:2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libblkid1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libmount1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libsmartcols1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libuuid1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/mount@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/util-linux@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/util-linux-extra@2.38.1-5+b1

NVD Description

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

A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an "INPUTRC" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.

Remediation

There is no fixed version for Debian:12 util-linux.

References

low severity

Information Exposure

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may bypass ASLR using cache of thread stack and heap. The component is: glibc. NOTE: Upstream comments indicate "this is being treated as a non-security bug and no real threat.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

Use of Insufficiently Random Values

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

GNU Libc current is affected by: Mitigation bypass. The impact is: Attacker may guess the heap addresses of pthread_created thread. The component is: glibc. NOTE: the vendor's position is "ASLR bypass itself is not a vulnerability.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

CVE-2016-20012

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

OpenSSH through 8.7 allows remote attackers, who have a suspicion that a certain combination of username and public key is known to an SSH server, to test whether this suspicion is correct. This occurs because a challenge is sent only when that combination could be valid for a login session. NOTE: the vendor does not recognize user enumeration as a vulnerability for this product

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

Improper Authentication

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

OpenSSH 4.6 and earlier, when ChallengeResponseAuthentication is enabled, allows remote attackers to determine the existence of user accounts by attempting to authenticate via S/KEY, which displays a different response if the user account exists, a similar issue to CVE-2001-1483.

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

Information Exposure

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

Remotely observable behaviour in auth-gss2.c in OpenSSH through 7.8 could be used by remote attackers to detect existence of users on a target system when GSS2 is in use. NOTE: the discoverer states 'We understand that the OpenSSH developers do not want to treat such a username enumeration (or "oracle") as a vulnerability.'

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

CVE-2025-12084

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

When building nested elements using xml.dom.minidom methods such as appendChild() that have a dependency on _clear_id_cache() the algorithm is quadratic. Availability can be impacted when building excessively nested documents.

Remediation

There is no fixed version for Debian:12 python3.11.

References

low severity

Improper Validation of Integrity Check Value

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@252.6-1 and systemd/libudev1@252.6-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm systemd/libsystemd0@252.6-1
  • Introduced through: buildpack-deps@testing-scm systemd/libudev1@252.6-1

NVD Description

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

An issue was discovered in systemd 253. An attacker can modify a sealed log file such that, in some views, not all existing and sealed log messages are displayed. NOTE: the vendor reportedly sent "a reply denying that any of the finding was a security vulnerability."

Remediation

There is no fixed version for Debian:12 systemd.

References

low severity

Improper Validation of Integrity Check Value

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@252.6-1 and systemd/libudev1@252.6-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm systemd/libsystemd0@252.6-1
  • Introduced through: buildpack-deps@testing-scm systemd/libudev1@252.6-1

NVD Description

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

An issue was discovered in systemd 253. An attacker can truncate a sealed log file and then resume log sealing such that checking the integrity shows no error, despite modifications. NOTE: the vendor reportedly sent "a reply denying that any of the finding was a security vulnerability."

Remediation

There is no fixed version for Debian:12 systemd.

References

low severity

Improper Validation of Integrity Check Value

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@252.6-1 and systemd/libudev1@252.6-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm systemd/libsystemd0@252.6-1
  • Introduced through: buildpack-deps@testing-scm systemd/libudev1@252.6-1

NVD Description

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

An issue was discovered in systemd 253. An attacker can modify the contents of past events in a sealed log file and then adjust the file such that checking the integrity shows no error, despite modifications. NOTE: the vendor reportedly sent "a reply denying that any of the finding was a security vulnerability."

Remediation

There is no fixed version for Debian:12 systemd.

References

low severity

Improper Input Validation

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

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

Remediation

There is no fixed version for Debian:12 git.

References

low severity

Race Condition

  • Vulnerable module: coreutils
  • Introduced through: coreutils@9.1-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm coreutils@9.1-1

NVD Description

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

In GNU Coreutils through 8.29, chown-core.c in chown and chgrp does not prevent replacement of a plain file with a symlink during use of the POSIX "-R -L" options, which allows local users to modify the ownership of arbitrary files by leveraging a race condition.

Remediation

There is no fixed version for Debian:12 coreutils.

References

low severity

CVE-2025-30258

  • Vulnerable module: gnupg2/dirmngr
  • Introduced through: gnupg2/dirmngr@2.2.40-1.1, gnupg2/gnupg@2.2.40-1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnupg2/dirmngr@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg-l10n@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg-utils@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-agent@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-wks-client@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-wks-server@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgconf@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgsm@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgv@2.2.40-1.1

NVD Description

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

In GnuPG before 2.5.5, if a user chooses to import a certificate with certain crafted subkey data that lacks a valid backsig or that has incorrect usage flags, the user loses the ability to verify signatures made from certain other signing keys, aka a "verification DoS."

Remediation

There is no fixed version for Debian:12 gnupg2.

References

low severity
new

Improper Verification of Cryptographic Signature

  • Vulnerable module: gnupg2/dirmngr
  • Introduced through: gnupg2/dirmngr@2.2.40-1.1, gnupg2/gnupg@2.2.40-1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnupg2/dirmngr@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg-l10n@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg-utils@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-agent@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-wks-client@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-wks-server@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgconf@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgsm@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgv@2.2.40-1.1

NVD Description

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

References

low severity

Improper Initialization

  • Vulnerable module: openldap/libldap-2.5-0
  • Introduced through: openldap/libldap-2.5-0@2.5.13+dfsg-5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openldap/libldap-2.5-0@2.5.13+dfsg-5

NVD Description

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

slapd in OpenLDAP 2.4.45 and earlier creates a PID file after dropping privileges to a non-root account, which might allow local users to kill arbitrary processes by leveraging access to this non-root account for PID file modification before a root script executes a "kill cat /pathname" command, as demonstrated by openldap-initscript.

Remediation

There is no fixed version for Debian:12 openldap.

References

low severity

Insecure Storage of Sensitive Information

  • Vulnerable module: pam/libpam-modules
  • Introduced through: pam/libpam-modules@1.5.2-6, pam/libpam-modules-bin@1.5.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm pam/libpam-modules@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam-modules-bin@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam-runtime@1.5.2-6
  • Introduced through: buildpack-deps@testing-scm pam/libpam0g@1.5.2-6

NVD Description

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

A vulnerability was found in PAM. The secret information is stored in memory, where the attacker can trigger the victim program to execute by sending characters to its standard input (stdin). As this occurs, the attacker can train the branch predictor to execute an ROP chain speculatively. This flaw could result in leaked passwords, such as those found in /etc/shadow while performing authentications.

Remediation

There is no fixed version for Debian:12 pam.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: coreutils
  • Introduced through: coreutils@9.1-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm coreutils@9.1-1

NVD Description

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

A flaw was found in GNU Coreutils. The sort utility's begfield() function is vulnerable to a heap buffer under-read. The program may access memory outside the allocated buffer if a user runs a crafted command using the traditional key format. A malicious input could lead to a crash or leak sensitive data.

Remediation

There is no fixed version for Debian:12 coreutils.

References

low severity

Link Following

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@252.6-1 and systemd/libudev1@252.6-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm systemd/libsystemd0@252.6-1
  • Introduced through: buildpack-deps@testing-scm systemd/libudev1@252.6-1

NVD Description

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

systemd, when updating file permissions, allows local users to change the permissions and SELinux security contexts for arbitrary files via a symlink attack on unspecified files.

Remediation

There is no fixed version for Debian:12 systemd.

References

low severity

Resource Management Errors

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

The glob implementation in the GNU C Library (aka glibc or libc6) allows remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in STAT commands to an FTP daemon, a different vulnerability than CVE-2010-2632.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

Improper Input Validation

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a "BEAST" attack.

Remediation

There is no fixed version for Debian:12 gnutls28.

References

low severity

Information Exposure

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

OpenSSH, when using OPIE (One-Time Passwords in Everything) for PAM, allows remote attackers to determine the existence of certain user accounts, which displays a different response if the user account exists and is configured to use one-time passwords (OTP), a similar issue to CVE-2007-2243.

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

Memory Leak

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.40.1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm sqlite3/libsqlite3-0@3.40.1-2

NVD Description

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

A Memory Leak vulnerability exists in SQLite Project SQLite3 3.35.1 and 3.37.0 via maliciously crafted SQL Queries (made via editing the Database File), it is possible to query a record, and leak subsequent bytes of memory that extend beyond the record, which could let a malicious user obtain sensitive information. NOTE: The developer disputes this as a vulnerability stating that If you give SQLite a corrupted database file and submit a query against the database, it might read parts of the database that you did not intend or expect.

Remediation

There is no fixed version for Debian:12 sqlite3.

References

low severity

Improper Certificate Validation

  • Vulnerable module: openldap/libldap-2.5-0
  • Introduced through: openldap/libldap-2.5-0@2.5.13+dfsg-5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openldap/libldap-2.5-0@2.5.13+dfsg-5

NVD Description

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

libldap in certain third-party OpenLDAP packages has a certificate-validation flaw when the third-party package is asserting RFC6125 support. It considers CN even when there is a non-matching subjectAltName (SAN). This is fixed in, for example, openldap-2.4.46-10.el8 in Red Hat Enterprise Linux.

Remediation

There is no fixed version for Debian:12 openldap.

References

low severity

CVE-2025-32728

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2
  • Fixed in: 1:9.2p1-2+deb12u6

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

In sshd in OpenSSH before 10.0, the DisableForwarding directive does not adhere to the documentation stating that it disables X11 and agent forwarding.

Remediation

Upgrade Debian:12 openssh to version 1:9.2p1-2+deb12u6 or higher.

References

low severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: apt
  • Introduced through: apt@2.6.0 and apt/libapt-pkg6.0@2.6.0

Detailed paths

  • Introduced through: buildpack-deps@testing-scm apt@2.6.0
  • Introduced through: buildpack-deps@testing-scm apt/libapt-pkg6.0@2.6.0

NVD Description

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

It was found that apt-key in apt, all versions, do not correctly validate gpg keys with the master keyring, leading to a potential man-in-the-middle attack.

Remediation

There is no fixed version for Debian:12 apt.

References

low severity

CVE-2023-28322

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 curl to version 7.88.1-10 or higher.

References

low severity

CVE-2023-38546

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 curl to version 7.88.1-10+deb12u4 or higher.

References

low severity

CVE-2024-32020

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a revision control system. Prior to versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4, local clones may end up hardlinking files into the target repository's object database when source and target repository reside on the same disk. If the source repository is owned by a different user, then those hardlinked files may be rewritten at any point in time by the untrusted user. Cloning local repositories will cause Git to either copy or hardlink files of the source repository into the target repository. This significantly speeds up such local clones compared to doing a "proper" clone and saves both disk space and compute time. When cloning a repository located on the same disk that is owned by a different user than the current user we also end up creating such hardlinks. These files will continue to be owned and controlled by the potentially-untrusted user and can be rewritten by them at will in the future. The problem has been patched in versions 2.45.1, 2.44.1, 2.43.4, 2.42.2, 2.41.1, 2.40.2, and 2.39.4.

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u1 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: gnupg2/dirmngr
  • Introduced through: gnupg2/dirmngr@2.2.40-1.1, gnupg2/gnupg@2.2.40-1.1 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnupg2/dirmngr@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg-l10n@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gnupg-utils@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-agent@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-wks-client@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpg-wks-server@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgconf@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgsm@2.2.40-1.1
  • Introduced through: buildpack-deps@testing-scm gnupg2/gpgv@2.2.40-1.1

NVD Description

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

References

low severity

Memory Leak

  • Vulnerable module: libcap2
  • Introduced through: libcap2@1:2.66-3
  • Fixed in: 1:2.66-4

Detailed paths

  • Introduced through: buildpack-deps@testing-scm libcap2@1:2.66-3

NVD Description

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

A vulnerability was found in the pthread_create() function in libcap. This issue may allow a malicious actor to use cause __real_pthread_create() to return an error, which can exhaust the process memory.

Remediation

Upgrade Debian:12 libcap2 to version 1:2.66-4 or higher.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncursesw6
  • Introduced through: ncurses/libncursesw6@6.4-4, ncurses/libtinfo6@6.4-4 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm ncurses/libncursesw6@6.4-4
  • Introduced through: buildpack-deps@testing-scm ncurses/libtinfo6@6.4-4
  • Introduced through: buildpack-deps@testing-scm ncurses/ncurses-base@6.4-4
  • Introduced through: buildpack-deps@testing-scm ncurses/ncurses-bin@6.4-4

NVD Description

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

A vulnerability has been found in GNU ncurses up to 6.5-20250322 and classified as problematic. This vulnerability affects the function postprocess_termcap of the file tinfo/parse_entry.c. The manipulation leads to stack-based buffer overflow. The attack needs to be approached locally. Upgrading to version 6.5-20250329 is able to address this issue. It is recommended to upgrade the affected component.

Remediation

There is no fixed version for Debian:12 ncurses.

References

low severity

Link Following

  • Vulnerable module: perl
  • Introduced through: perl@5.36.0-7, perl/libperl5.36@5.36.0-7 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm perl@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/libperl5.36@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-base@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-modules-5.36@5.36.0-7

NVD Description

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

_is_safe in the File::Temp module for Perl does not properly handle symlinks.

Remediation

There is no fixed version for Debian:12 perl.

References

low severity

Out-of-bounds Write

  • Vulnerable module: procps
  • Introduced through: procps@2:4.0.2-3 and procps/libproc2-0@2:4.0.2-3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm procps@2:4.0.2-3
  • Introduced through: buildpack-deps@testing-scm procps/libproc2-0@2:4.0.2-3

NVD Description

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

References

low severity

Arbitrary Code Injection

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.13+dfsg1-1+b1 and shadow/passwd@1:4.13+dfsg1-1+b1
  • Fixed in: 1:4.13+dfsg1-1+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm shadow/login@1:4.13+dfsg1-1+b1
  • Introduced through: buildpack-deps@testing-scm shadow/passwd@1:4.13+dfsg1-1+b1

NVD Description

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

Upgrade Debian:12 shadow to version 1:4.13+dfsg1-1+deb12u1 or higher.

References

low severity

Use of Externally-Controlled Format String

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1
  • Fixed in: 1:2.39.5-0+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

In Git for Windows, the Windows port of Git, no localized messages are shipped with the installer. As a consequence, Git is expected not to localize messages at all, and skips the gettext initialization. However, due to a change in MINGW-packages, the gettext() function's implicit initialization no longer uses the runtime prefix but uses the hard-coded path C:\mingw64\share\locale to look for localized messages. And since any authenticated user has the permission to create folders in C:\ (and since C:\mingw64 does not typically exist), it is possible for low-privilege users to place fake messages in that location where git.exe will pick them up in version 2.40.1.

This vulnerability is relatively hard to exploit and requires social engineering. For example, a legitimate message at the end of a clone could be maliciously modified to ask the user to direct their web browser to a malicious website, and the user might think that the message comes from Git and is legitimate. It does require local write access by the attacker, though, which makes this attack vector less likely. Version 2.40.1 contains a patch for this issue. Some workarounds are available. Do not work on a Windows machine with shared accounts, or alternatively create a C:\mingw64 folder and leave it empty. Users who have administrative rights may remove the permission to create folders in C:\.

Remediation

Upgrade Debian:12 git to version 1:2.39.5-0+deb12u1 or higher.

References

low severity

Buffer Overflow

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When libcurl is asked to perform automatic gzip decompression of content-encoded HTTP responses with the CURLOPT_ACCEPT_ENCODING option, using zlib 1.2.0.3 or older, an attacker-controlled integer overflow would make libcurl perform a buffer overflow.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity

CVE-2024-11053

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u10

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When asked to both use a .netrc file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances.

This flaw only manifests itself if the netrc file has an entry that matches the redirect target hostname but the entry either omits just the password or omits both login and password.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u10 or higher.

References

low severity

CVE-2024-2004

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u6

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When a protocol selection parameter option disables all protocols without adding any then the default set of protocols would remain in the allowed set due to an error in the logic for removing protocols. The below command would perform a request to curl.se with a plaintext protocol which has been explicitly disabled. curl --proto -all,-http http://curl.se The flaw is only present if the set of selected protocols disables the entire set of available protocols, in itself a command with no practical use and therefore unlikely to be encountered in real situations. The curl security team has thus assessed this to be low severity bug.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u6 or higher.

References

low severity

CVE-2024-8096

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u8

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it might fail to detect some OCSP problems and instead wrongly consider the response as fine. If the returned status reports another error than 'revoked' (like for example 'unauthorized') it is not treated as a bad certficate.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u8 or higher.

References

low severity

CVE-2025-0167

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u11

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When asked to use a .netrc file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances.

This flaw only manifests itself if the netrc file has a default entry that omits both login and password. A rare circumstance.

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u11 or higher.

References

low severity

CVE-2025-10148

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

curl's websocket code did not update the 32 bit mask pattern for each new outgoing frame as the specification says. Instead it used a fixed mask that persisted and was used throughout the entire connection.

A predictable mask pattern allows for a malicious server to induce traffic between the two communicating parties that could be interpreted by an involved proxy (configured or transparent) as genuine, real, HTTP traffic with content and thereby poison its cache. That cached poisoned content could then be served to all users of that proxy.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity

CVE-2025-10966

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

curl's code for managing SSH connections when SFTP was done using the wolfSSH powered backend was flawed and missed host verification mechanisms.

This prevents curl from detecting MITM attackers and more.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity
new

CVE-2025-14017

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When doing multi-threaded LDAPS transfers (LDAP over TLS) with libcurl, changing TLS options in one thread would inadvertently change them globally and therefore possibly also affect other concurrently setup transfers.

Disabling certificate verification for a specific transfer could unintentionally disable the feature for other threads as well.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity
new

CVE-2025-14819

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When doing TLS related transfers with reused easy or multi handles and altering the CURLSSLOPT_NO_PARTIALCHAIN option, libcurl could accidentally reuse a CA store cached in memory for which the partial chain option was reversed. Contrary to the user's wishes and expectations. This could make libcurl find and accept a trust chain that it otherwise would not.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity
new

CVE-2025-15079

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When doing SSH-based transfers using either SCP or SFTP, and setting the known_hosts file, libcurl could still mistakenly accept connecting to hosts not present in the specified file if they were added as recognized in the libssh global known_hosts file.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity
new

CVE-2025-15224

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When doing SSH-based transfers using either SCP or SFTP, and asked to do public key authentication, curl would wrongly still ask and authenticate using a locally running SSH agent.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity

Improper Certificate Validation

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any certificate problems.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity

Missing Release of Resource after Effective Lifetime

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others
  • Fixed in: 7.88.1-10+deb12u6

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

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

Remediation

Upgrade Debian:12 curl to version 7.88.1-10+deb12u6 or higher.

References

low severity
new

Open Redirect

  • Vulnerable module: curl
  • Introduced through: curl@7.88.1-9, curl/libcurl3-gnutls@7.88.1-9 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm curl@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl3-gnutls@7.88.1-9
  • Introduced through: buildpack-deps@testing-scm curl/libcurl4@7.88.1-9

NVD Description

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

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a cross-protocol redirect to a second URL that uses an IMAP, LDAP, POP3 or SMTP scheme, curl might wrongly pass on the bearer token to the new target host.

Remediation

There is no fixed version for Debian:12 curl.

References

low severity

CVE-2025-6297

  • Vulnerable module: dpkg
  • Introduced through: dpkg@1.21.21

Detailed paths

  • Introduced through: buildpack-deps@testing-scm dpkg@1.21.21

NVD Description

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

It was discovered that dpkg-deb does not properly sanitize directory permissions when extracting a control member into a temporary directory, which is documented as being a safe operation even on untrusted data. This may result in leaving temporary files behind on cleanup. Given automated and repeated execution of dpkg-deb commands on adversarial .deb packages or with well compressible files, placed inside a directory with permissions not allowing removal by a non-root user, this can end up in a DoS scenario due to causing disk quota exhaustion or disk full conditions.

Remediation

There is no fixed version for Debian:12 dpkg.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

libexpat in Expat before 2.7.2 allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing.

Remediation

There is no fixed version for Debian:12 expat.

References

low severity

CVE-2024-50602

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.5.0-1
  • Fixed in: 2.5.0-1+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm expat/libexpat1@2.5.0-1

NVD Description

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

An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.

Remediation

Upgrade Debian:12 expat to version 2.5.0-1+deb12u2 or higher.

References

low severity

Arbitrary Argument Injection

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git GUI allows you to use the Git source control management tools via a GUI. When a user clones an untrusted repository and is tricked into editing a file located in a maliciously named directory in the repository, then Git GUI can create and overwrite files for which the user has write permission. This vulnerability is fixed in 2.43.7, 2.44.4, 2.45.4, 2.46.4, 2.47.3, 2.48.2, 2.49.1, and 2.50.1.

Remediation

There is no fixed version for Debian:12 git.

References

low severity

External Control of File Name or Path

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When cloning a repository Git knows to optionally fetch a bundle advertised by the remote server, which allows the server-side to offload parts of the clone to a CDN. The Git client does not perform sufficient validation of the advertised bundles, which allows the remote side to perform protocol injection. This protocol injection can cause the client to write the fetched bundle to a location controlled by the adversary. The fetched content is fully controlled by the server, which can in the worst case lead to arbitrary code execution. The use of bundle URIs is not enabled by default and can be controlled by the bundle.heuristic config option. Some cases of the vulnerability require that the adversary is in control of where a repository will be cloned to. This either requires social engineering or a recursive clone with submodules. These cases can thus be avoided by disabling recursive clones. This vulnerability is fixed in v2.43.7, v2.44.4, v2.45.4, v2.46.4, v2.47.3, v2.48.2, v2.49.1, and v2.50.1.

Remediation

There is no fixed version for Debian:12 git.

References

low severity

Link Following

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. When reading a config value, Git strips any trailing carriage return and line feed (CRLF). When writing a config entry, values with a trailing CR are not quoted, causing the CR to be lost when the config is later read. When initializing a submodule, if the submodule path contains a trailing CR, the altered path is read resulting in the submodule being checked out to an incorrect location. If a symlink exists that points the altered path to the submodule hooks directory, and the submodule contains an executable post-checkout hook, the script may be unintentionally executed after checkout. This vulnerability is fixed in v2.43.7, v2.44.4, v2.45.4, v2.46.4, v2.47.3, v2.48.2, v2.49.1, and v2.50.1.

Remediation

There is no fixed version for Debian:12 git.

References

low severity

OS Command Injection

  • Vulnerable module: git
  • Introduced through: git@1:2.39.2-1.1 and git/git-man@1:2.39.2-1.1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm git@1:2.39.2-1.1
  • Introduced through: buildpack-deps@testing-scm git/git-man@1:2.39.2-1.1

NVD Description

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

Gitk is a Tcl/Tk based Git history browser. Starting with 1.7.0, when a user clones an untrusted repository and runs gitk without additional command arguments, files for which the user has write permission can be created and truncated. The option Support per-file encoding must have been enabled before in Gitk's Preferences. This option is disabled by default. The same happens when Show origin of this line is used in the main window (regardless of whether Support per-file encoding is enabled or not). This vulnerability is fixed in 2.43.7, 2.44.4, 2.45.4, 2.46.4, 2.47.3, 2.48.2, 2.49.1, and 2.50.1.

Remediation

There is no fixed version for Debian:12 git.

References

low severity

CVE-2024-2961

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u6

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

Upgrade Debian:12 glibc to version 2.36-9+deb12u6 or higher.

References

low severity

CVE-2024-33599

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u7

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

nscd: Stack-based buffer overflow in netgroup cache

If the Name Service Cache Daemon's (nscd) fixed size cache is exhausted by client requests then a subsequent client request for netgroup data may result in a stack-based buffer overflow. This flaw was introduced in glibc 2.15 when the cache was added to nscd.

This vulnerability is only present in the nscd binary.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u7 or higher.

References

low severity

CVE-2024-33600

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u7

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

nscd: Null pointer crashes after notfound response

If the Name Service Cache Daemon's (nscd) cache fails to add a not-found netgroup response to the cache, the client request can result in a null pointer dereference. This flaw was introduced in glibc 2.15 when the cache was added to nscd.

This vulnerability is only present in the nscd binary.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u7 or higher.

References

low severity

CVE-2024-33601

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u7

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

nscd: netgroup cache may terminate daemon on memory allocation failure

The Name Service Cache Daemon's (nscd) netgroup cache uses xmalloc or xrealloc and these functions may terminate the process due to a memory allocation failure resulting in a denial of service to the clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd.

This vulnerability is only present in the nscd binary.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u7 or higher.

References

low severity

CVE-2024-33602

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u7

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

nscd: netgroup cache assumes NSS callback uses in-buffer strings

The Name Service Cache Daemon's (nscd) netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd.

This vulnerability is only present in the nscd binary.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u7 or higher.

References

low severity

CVE-2025-0395

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u10

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

When the assert() function in the GNU C Library versions 2.13 to 2.40 fails, it does not allocate enough space for the assertion failure message string and size information, which may lead to a buffer overflow if the message string size aligns to page size.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u10 or higher.

References

low severity
new

CVE-2025-15281

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

Calling wordexp with WRDE_REUSE in conjunction with WRDE_APPEND in the GNU C Library version 2.0 to version 2.42 may cause the interface to return uninitialized memory in the we_wordv member, which on subsequent calls to wordfree may abort the process.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

CVE-2025-4802

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u11

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

Untrusted LD_LIBRARY_PATH environment variable vulnerability in the GNU C Library version 2.27 to 2.38 allows attacker controlled loading of dynamically shared library in statically compiled setuid binaries that call dlopen (including internal dlopen calls after setlocale or calls to NSS functions such as getaddrinfo).

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u11 or higher.

References

low severity

CVE-2025-8058

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9
  • Fixed in: 2.36-9+deb12u13

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an interposed malloc that injects random malloc failures. The double free can allow buffer manipulation depending of how the regex is constructed. This issue affects all architectures and ABIs supported by the GNU C library.

Remediation

Upgrade Debian:12 glibc to version 2.36-9+deb12u13 or higher.

References

low severity
new

CVE-2026-0861

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

Passing too large an alignment to the memalign suite of functions (memalign, posix_memalign, aligned_alloc) in the GNU C Library version 2.30 to 2.42 may result in an integer overflow, which could consequently result in a heap corruption.

Note that the attacker must have control over both, the size as well as the alignment arguments of the memalign function to be able to exploit this. The size parameter must be close enough to PTRDIFF_MAX so as to overflow size_t along with the large alignment argument. This limits the malicious inputs for the alignment for memalign to the range [1<<62+ 1, 1<<63] and exactly 1<<63 for posix_memalign and aligned_alloc.

Typically the alignment argument passed to such functions is a known constrained quantity (e.g. page size, block size, struct sizes) and is not attacker controlled, because of which this may not be easily exploitable in practice. An application bug could potentially result in the input alignment being too large, e.g. due to a different buffer overflow or integer overflow in the application or its dependent libraries, but that is again an uncommon usage pattern given typical sources of alignments.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity
new

CVE-2026-0915

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.36-9 and glibc/libc6@2.36-9

Detailed paths

  • Introduced through: buildpack-deps@testing-scm glibc/libc-bin@2.36-9
  • Introduced through: buildpack-deps@testing-scm glibc/libc6@2.36-9

NVD Description

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

Calling getnetbyaddr or getnetbyaddr_r with a configured nsswitch.conf that specifies the library's DNS backend for networks and queries for a zero-valued network in the GNU C Library version 2.0 to version 2.42 can leak stack contents to the configured DNS resolver.

Remediation

There is no fixed version for Debian:12 glibc.

References

low severity

CVE-2025-9820

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

This vulnerability has not been analyzed by NVD yet.

Remediation

There is no fixed version for Debian:12 gnutls28.

References

low severity

Uncaught Exception

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A flaw has been discovered in GnuTLS where an application crash can be induced when attempting to verify a specially crafted .pem bundle using the "certtool --verify-chain" command.

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u3 or higher.

References

low severity

Use of a Broken or Risky Cryptographic Algorithm

  • Vulnerable module: gnutls28/libgnutls30
  • Introduced through: gnutls28/libgnutls30@3.7.9-2
  • Fixed in: 3.7.9-2+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm gnutls28/libgnutls30@3.7.9-2

NVD Description

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

A flaw was found in GnuTLS. The Minerva attack is a cryptographic vulnerability that exploits deterministic behavior in systems like GnuTLS, leading to side-channel leaks. In specific scenarios, such as when using the GNUTLS_PRIVKEY_FLAG_REPRODUCIBLE flag, it can result in a noticeable step in nonce size from 513 to 512 bits, exposing a potential timing side-channel.

Remediation

Upgrade Debian:12 gnutls28 to version 3.7.9-2+deb12u3 or higher.

References

low severity

CVE-2024-26461

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

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

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others
  • Fixed in: 1.20.1-2+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

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

In MIT Kerberos 5 (aka krb5) before 1.22 (with incremental propagation), there is an integer overflow for a large update size to resize() in kdb_log.c. An authenticated attacker can cause an out-of-bounds write and kadmind daemon crash.

Remediation

Upgrade Debian:12 krb5 to version 1.20.1-2+deb12u3 or higher.

References

low severity

Memory Leak

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.20.1-1+b1, krb5/libk5crypto3@1.20.1-1+b1 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm krb5/libgssapi-krb5-2@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libk5crypto3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5-3@1.20.1-1+b1
  • Introduced through: buildpack-deps@testing-scm krb5/libkrb5support0@1.20.1-1+b1

NVD Description

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

References

low severity

CVE-2025-1390

  • Vulnerable module: libcap2
  • Introduced through: libcap2@1:2.66-3
  • Fixed in: 1:2.66-4+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm libcap2@1:2.66-3

NVD Description

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

The PAM module pam_cap.so of libcap configuration supports group names starting with “@”, during actual parsing, configurations not starting with “@” are incorrectly recognized as group names. This may result in nonintended users being granted an inherited capability set, potentially leading to security risks. Attackers can exploit this vulnerability to achieve local privilege escalation on systems where /etc/security/capability.conf is used to configure user inherited privileges by constructing specific usernames.

Remediation

Upgrade Debian:12 libcap2 to version 1:2.66-4+deb12u1 or higher.

References

low severity

Information Exposure

  • Vulnerable module: libgcrypt20
  • Introduced through: libgcrypt20@1.10.1-3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm libgcrypt20@1.10.1-3

NVD Description

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

References

low severity
new

CVE-2025-13151

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@4.19.0-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm libtasn1-6@4.19.0-2

NVD Description

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

Stack-based buffer overflow in libtasn1 version: v4.20.0. The function fails to validate the size of input data resulting in a buffer overflow in asn1_expend_octet_string.

Remediation

There is no fixed version for Debian:12 libtasn1-6.

References

low severity

CVE-2024-28182

  • Vulnerable module: nghttp2/libnghttp2-14
  • Introduced through: nghttp2/libnghttp2-14@1.52.0-1
  • Fixed in: 1.52.0-1+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm nghttp2/libnghttp2-14@1.52.0-1

NVD Description

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

nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. The nghttp2 library prior to version 1.61.0 keeps reading the unbounded number of HTTP/2 CONTINUATION frames even after a stream is reset to keep HPACK context in sync. This causes excessive CPU usage to decode HPACK stream. nghttp2 v1.61.0 mitigates this vulnerability by limiting the number of CONTINUATION frames it accepts per stream. There is no workaround for this vulnerability.

Remediation

Upgrade Debian:12 nghttp2 to version 1.52.0-1+deb12u2 or higher.

References

low severity
new

Out-of-bounds Read

  • Vulnerable module: openldap/libldap-2.5-0
  • Introduced through: openldap/libldap-2.5-0@2.5.13+dfsg-5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openldap/libldap-2.5-0@2.5.13+dfsg-5

NVD Description

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

OpenLDAP Lightning Memory-Mapped Database (LMDB) versions up to and including 0.9.14, prior to commit 8e1fda8, contain a heap buffer underflow in the readline() function of mdb_load. When processing malformed input containing an embedded NUL byte, an unsigned offset calculation can underflow and cause an out-of-bounds read of one byte before the allocated heap buffer. This can cause mdb_load to crash, leading to a limited denial-of-service condition.

Remediation

There is no fixed version for Debian:12 openldap.

References

low severity

Failure to Sanitize Special Element

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

ssh in OpenSSH before 10.1 allows control characters in usernames that originate from certain possibly untrusted sources, potentially leading to code execution when a ProxyCommand is used. The untrusted sources are the command line and %-sequence expansion of a configuration file. (A configuration file that provides a complete literal username is not categorized as an untrusted source.)

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

Improper Neutralization of Null Byte or NUL Character

  • Vulnerable module: openssh/openssh-client
  • Introduced through: openssh/openssh-client@1:9.2p1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssh/openssh-client@1:9.2p1-2

NVD Description

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

ssh in OpenSSH before 10.1 allows the '\0' character in an ssh:// URI, potentially leading to code execution when a ProxyCommand is used.

Remediation

There is no fixed version for Debian:12 openssh.

References

low severity

CVE-2023-6237

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.13-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: Checking excessively long invalid RSA public keys may take a long time.

Impact summary: Applications that use the function EVP_PKEY_public_check() to check RSA public keys may experience long delays. Where the key that is being checked has been obtained from an untrusted source this may lead to a Denial of Service.

When function EVP_PKEY_public_check() is called on RSA public keys, a computation is done to confirm that the RSA modulus, n, is composite. For valid RSA keys, n is a product of two or more large primes and this computation completes quickly. However, if n is an overly large prime, then this computation would take a long time.

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

The function EVP_PKEY_public_check() is not called from other OpenSSL functions however it is called from the OpenSSL pkey command line application. For that reason that application is also vulnerable if used with the '-pubin' and '-check' options on untrusted data.

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

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

Remediation

Upgrade Debian:12 openssl to version 3.0.13-1~deb12u1 or higher.

References

low severity

CVE-2024-13176

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.16-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: A timing side-channel which could potentially allow recovering the private key exists in the ECDSA signature computation.

Impact summary: A timing side-channel in ECDSA signature computations could allow recovering the private key by an attacker. However, measuring the timing would require either local access to the signing application or a very fast network connection with low latency.

There is a timing signal of around 300 nanoseconds when the top word of the inverted ECDSA nonce value is zero. This can happen with significant probability only for some of the supported elliptic curves. In particular the NIST P-521 curve is affected. To be able to measure this leak, the attacker process must either be located in the same physical computer or must have a very fast network connection with low latency. For that reason the severity of this vulnerability is Low.

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

Remediation

Upgrade Debian:12 openssl to version 3.0.16-1~deb12u1 or higher.

References

low severity

CVE-2024-2511

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.14-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: Some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions

Impact summary: An attacker may exploit certain server configurations to trigger unbounded memory growth that would lead to a Denial of Service

This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is being used (but not if early_data support is also configured and the default anti-replay protection is in use). In this case, under certain conditions, the session cache can get into an incorrect state and it will fail to flush properly as it fills. The session cache will continue to grow in an unbounded manner. A malicious client could deliberately create the scenario for this failure to force a Denial of Service. It may also happen by accident in normal operation.

This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS clients.

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

Remediation

Upgrade Debian:12 openssl to version 3.0.14-1~deb12u1 or higher.

References

low severity

CVE-2024-4603

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.14-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

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

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

The functions EVP_PKEY_param_check() or EVP_PKEY_public_check() perform various checks on DSA parameters. Some of those computations take a long time if the modulus (p parameter) is too large.

Trying to use a very large modulus is slow and OpenSSL will not allow using public keys with a modulus which is over 10,000 bits in length for signature verification. However the key and parameter check functions do not limit the modulus size when performing the checks.

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

These functions are not called by OpenSSL itself on untrusted DSA keys so only applications that directly call these functions may be vulnerable.

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

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

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

Remediation

Upgrade Debian:12 openssl to version 3.0.14-1~deb12u1 or higher.

References

low severity

CVE-2024-4741

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.14-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: Calling the OpenSSL API function SSL_free_buffers may cause memory to be accessed that was previously freed in some situations

Impact summary: A use after free can have a range of potential consequences such as the corruption of valid data, crashes or execution of arbitrary code. However, only applications that directly call the SSL_free_buffers function are affected by this issue. Applications that do not call this function are not vulnerable. Our investigations indicate that this function is rarely used by applications.

The SSL_free_buffers function is used to free the internal OpenSSL buffer used when processing an incoming record from the network. The call is only expected to succeed if the buffer is not currently in use. However, two scenarios have been identified where the buffer is freed even when still in use.

The first scenario occurs where a record header has been received from the network and processed by OpenSSL, but the full record body has not yet arrived. In this case calling SSL_free_buffers will succeed even though a record has only been partially processed and the buffer is still in use.

The second scenario occurs where a full record containing application data has been received and processed by OpenSSL but the application has only read part of this data. Again a call to SSL_free_buffers will succeed even though the buffer is still in use.

While these scenarios could occur accidentally during normal operation a malicious attacker could attempt to engineer a stituation where this occurs. We are not aware of this issue being actively exploited.

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

Remediation

Upgrade Debian:12 openssl to version 3.0.14-1~deb12u1 or higher.

References

low severity

CVE-2024-5535

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.15-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer.

Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSL_select_next_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application.

The OpenSSL API function SSL_select_next_proto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSL_select_next_proto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSL_select_next_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists).

This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSL_select_next_proto function has been called as expected (with the list supplied by the client passed in the client/client_len parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a "no overlap" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem.

In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSL_select_next_proto function is accidentally called with a client_len of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur.

This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely.

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

Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.

Remediation

Upgrade Debian:12 openssl to version 3.0.15-1~deb12u1 or higher.

References

low severity

CVE-2024-9143

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.15-1~deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: Use of the low-level GF(2^m) elliptic curve APIs with untrusted explicit values for the field polynomial can lead to out-of-bounds memory reads or writes.

Impact summary: Out of bound memory writes can lead to an application crash or even a possibility of a remote code execution, however, in all the protocols involving Elliptic Curve Cryptography that we're aware of, either only "named curves" are supported, or, if explicit curve parameters are supported, they specify an X9.62 encoding of binary (GF(2^m)) curves that can't represent problematic input values. Thus the likelihood of existence of a vulnerable application is low.

In particular, the X9.62 encoding is used for ECC keys in X.509 certificates, so problematic inputs cannot occur in the context of processing X.509 certificates. Any problematic use-cases would have to be using an "exotic" curve encoding.

The affected APIs include: EC_GROUP_new_curve_GF2m(), EC_GROUP_new_from_params(), and various supporting BN_GF2m_*() functions.

Applications working with "exotic" explicit binary (GF(2^m)) curve parameters, that make it possible to represent invalid field polynomials with a zero constant term, via the above or similar APIs, may terminate abruptly as a result of reading or writing outside of array bounds. Remote code execution cannot easily be ruled out.

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

Remediation

Upgrade Debian:12 openssl to version 3.0.15-1~deb12u1 or higher.

References

low severity

CVE-2025-27587

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

OpenSSL 3.0.0 through 3.3.2 on the PowerPC architecture is vulnerable to a Minerva attack, exploitable by measuring the time of signing of random messages using the EVP_DigestSign API, and then using the private key to extract the K value (nonce) from the signatures. Next, based on the bit size of the extracted nonce, one can compare the signing time of full-sized nonces to signatures that used smaller nonces, via statistical tests. There is a side-channel in the P-364 curve that allows private key extraction (also, there is a dependency between the bit size of K and the size of the side channel). NOTE: This CVE is disputed because the OpenSSL security policy explicitly notes that any side channels which require same physical system to be detected are outside of the threat model for the software. The timing signal is so small that it is infeasible to be detected without having the attacking process running on the same physical system.

Remediation

There is no fixed version for Debian:12 openssl.

References

low severity

CVE-2025-9230

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.17-1~deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: An application trying to decrypt CMS messages encrypted using password based encryption can trigger an out-of-bounds read and write.

Impact summary: This out-of-bounds read may trigger a crash which leads to Denial of Service for an application. The out-of-bounds write can cause a memory corruption which can have various consequences including a Denial of Service or Execution of attacker-supplied code.

Although the consequences of a successful exploit of this vulnerability could be severe, the probability that the attacker would be able to perform it is low. Besides, password based (PWRI) encryption support in CMS messages is very rarely used. For that reason the issue was assessed as Moderate severity according to our Security Policy.

The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the CMS implementation is outside the OpenSSL FIPS module boundary.

Remediation

Upgrade Debian:12 openssl to version 3.0.17-1~deb12u3 or higher.

References

low severity

CVE-2025-9232

  • Vulnerable module: openssl
  • Introduced through: openssl@3.0.8-1 and openssl/libssl3@3.0.8-1
  • Fixed in: 3.0.17-1~deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm openssl@3.0.8-1
  • Introduced through: buildpack-deps@testing-scm openssl/libssl3@3.0.8-1

NVD Description

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

Issue summary: An application using the OpenSSL HTTP client API functions may trigger an out-of-bounds read if the 'no_proxy' environment variable is set and the host portion of the authority component of the HTTP URL is an IPv6 address.

Impact summary: An out-of-bounds read can trigger a crash which leads to Denial of Service for an application.

The OpenSSL HTTP client API functions can be used directly by applications but they are also used by the OCSP client functions and CMP (Certificate Management Protocol) client implementation in OpenSSL. However the URLs used by these implementations are unlikely to be controlled by an attacker.

In this vulnerable code the out of bounds read can only trigger a crash. Furthermore the vulnerability requires an attacker-controlled URL to be passed from an application to the OpenSSL function and the user has to have a 'no_proxy' environment variable set. For the aforementioned reasons the issue was assessed as Low severity.

The vulnerable code was introduced in the following patch releases: 3.0.16, 3.1.8, 3.2.4, 3.3.3, 3.4.0 and 3.5.0.

The FIPS modules in 3.5, 3.4, 3.3, 3.2, 3.1 and 3.0 are not affected by this issue, as the HTTP client implementation is outside the OpenSSL FIPS module boundary.

Remediation

Upgrade Debian:12 openssl to version 3.0.17-1~deb12u3 or higher.

References

low severity

CVE-2025-40909

  • Vulnerable module: perl
  • Introduced through: perl@5.36.0-7, perl/libperl5.36@5.36.0-7 and others
  • Fixed in: 5.36.0-7+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm perl@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/libperl5.36@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-base@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-modules-5.36@5.36.0-7

NVD Description

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

Perl threads have a working directory race condition where file operations may target unintended paths.

If a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running.

This may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit.

The bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6

Remediation

Upgrade Debian:12 perl to version 5.36.0-7+deb12u3 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: perl
  • Introduced through: perl@5.36.0-7, perl/libperl5.36@5.36.0-7 and others
  • Fixed in: 5.36.0-7+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm perl@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/libperl5.36@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-base@5.36.0-7
  • Introduced through: buildpack-deps@testing-scm perl/perl-modules-5.36@5.36.0-7

NVD Description

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

A heap buffer overflow vulnerability was discovered in Perl.

Release branches 5.34, 5.36, 5.38 and 5.40 are affected, including development versions from 5.33.1 through 5.41.10.

When there are non-ASCII bytes in the left-hand-side of the tr operator, S_do_trans_invmap can overflow the destination pointer d.

   $ perl -e '$_ = "\x{FF}" x 1000000; tr/\xFF/\x{100}/;'    Segmentation fault (core dumped)

It is believed that this vulnerability can enable Denial of Service and possibly Code Execution attacks on platforms that lack sufficient defenses.

Remediation

Upgrade Debian:12 perl to version 5.36.0-7+deb12u2 or higher.

References

low severity

CVE-2023-6597

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

An issue was found in the CPython tempfile.TemporaryDirectory class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.

The tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u2 or higher.

References

low severity

CVE-2024-0397

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u3 or higher.

References

low severity

CVE-2024-0450

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

An issue was found in the CPython zipfile module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.

The zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u2 or higher.

References

low severity

CVE-2024-11168

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts ([]), allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u5 or higher.

References

low severity

CVE-2024-4032

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

The “ipaddress” module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as “globally reachable” or “private”. This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn’t be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.

CPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u3 or higher.

References

low severity

CVE-2024-6923

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u5

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

There is a MEDIUM severity vulnerability affecting CPython.

The email module didn’t properly quote newlines for email headers when serializing an email message allowing for header injection when an email is serialized.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u5 or higher.

References

low severity

CVE-2024-8088

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u3

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

There is a HIGH severity vulnerability affecting the CPython "zipfile" module affecting "zipfile.Path". Note that the more common API "zipfile.ZipFile" class is unaffected.

When iterating over names of entries in a zip archive (for example, methods of "zipfile.Path" like "namelist()", "iterdir()", etc) the process can be put into an infinite loop with a maliciously crafted zip archive. This defect applies when reading only metadata or extracting the contents of the zip archive. Programs that are not handling user-controlled zip archives are not affected.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u3 or higher.

References

low severity

CVE-2025-0938

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u6

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

The Python standard library functions urllib.parse.urlsplit and urlparse accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u6 or higher.

References

low severity

CVE-2025-1795

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others
  • Fixed in: 3.11.2-6+deb12u6

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can result in the address header being misinterpreted by some mail servers.

Remediation

Upgrade Debian:12 python3.11 to version 3.11.2-6+deb12u6 or higher.

References

low severity

CVE-2025-4516

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

There is an issue in CPython when using bytes.decode(&#34;unicode_escape&#34;, error=&#34;ignore|replace&#34;). If you are not using the "unicode_escape" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.

Remediation

There is no fixed version for Debian:12 python3.11.

References

low severity

CVE-2025-6069

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.

Remediation

There is no fixed version for Debian:12 python3.11.

References

low severity

CVE-2025-6075

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

If the value passed to os.path.expandvars() is user-controlled a performance degradation is possible when expanding environment variables.

Remediation

There is no fixed version for Debian:12 python3.11.

References

low severity

CVE-2025-8194

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives.

This vulnerability can be mitigated by including the following patch after importing the “tarfile” module:  https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1

Remediation

There is no fixed version for Debian:12 python3.11.

References

low severity

CVE-2025-8291

  • Vulnerable module: python3.11
  • Introduced through: python3.11@3.11.2-6, python3.11/libpython3.11-minimal@3.11.2-6 and others

Detailed paths

  • Introduced through: buildpack-deps@testing-scm python3.11@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-minimal@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/libpython3.11-stdlib@3.11.2-6
  • Introduced through: buildpack-deps@testing-scm python3.11/python3.11-minimal@3.11.2-6

NVD Description

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

The 'zipfile' module would not check the validity of the ZIP64 End of Central Directory (EOCD) Locator record offset value would not be used to locate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be assumed to be the previous record in the ZIP archive. This could be abused to create ZIP archives that are handled differently by the 'zipfile' module compared to other ZIP implementations.

Remediation maintains this behavior, but checks that the offset specified in the ZIP64 EOCD Locator record matches the expected value.

Remediation

There is no fixed version for Debian:12 python3.11.

References

low severity

CVE-2024-56433

  • Vulnerable module: shadow/login
  • Introduced through: shadow/login@1:4.13+dfsg1-1+b1 and shadow/passwd@1:4.13+dfsg1-1+b1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm shadow/login@1:4.13+dfsg1-1+b1
  • Introduced through: buildpack-deps@testing-scm shadow/passwd@1:4.13+dfsg1-1+b1

NVD Description

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

References

low severity

CVE-2025-7709

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.40.1-2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm sqlite3/libsqlite3-0@3.40.1-2

NVD Description

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

An integer overflow exists in the FTS5 https://sqlite.org/fts5.html  extension. It occurs when the size of an array of tombstone pointers is calculated and truncated into a 32-bit integer. A pointer to partially controlled data can then be written out of bounds.

Remediation

There is no fixed version for Debian:12 sqlite3.

References

low severity

CVE-2023-39804

  • Vulnerable module: tar
  • Introduced through: tar@1.34+dfsg-1.2
  • Fixed in: 1.34+dfsg-1.2+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm tar@1.34+dfsg-1.2

NVD Description

Note: Versions mentioned in the description apply only to the upstream tar package and not the tar package as distributed by Debian. See How to fix? for Debian:12 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 Debian:12 tar to version 1.34+dfsg-1.2+deb12u1 or higher.

References

low severity

CVE-2024-28085

  • Vulnerable module: util-linux/libblkid1
  • Introduced through: util-linux/libblkid1@2.38.1-5+b1, util-linux/libmount1@2.38.1-5+b1 and others
  • Fixed in: 2.38.1-5+deb12u1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm util-linux/libblkid1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libmount1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libsmartcols1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/libuuid1@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/mount@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/util-linux@2.38.1-5+b1
  • Introduced through: buildpack-deps@testing-scm util-linux/util-linux-extra@2.38.1-5+b1

NVD Description

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

wall in util-linux through 2.40, often installed with setgid tty permissions, allows escape sequences to be sent to other users' terminals through argv. (Specifically, escape sequences received from stdin are blocked, but escape sequences received from argv are not blocked.) There may be plausible scenarios where this leads to account takeover.

Remediation

Upgrade Debian:12 util-linux to version 2.38.1-5+deb12u1 or higher.

References

low severity

Server-Side Request Forgery (SSRF)

  • Vulnerable module: wget/wget
  • Introduced through: wget/wget@1.21.3-1+b2

Detailed paths

  • Introduced through: buildpack-deps@testing-scm wget/wget@1.21.3-1+b2

NVD Description

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

Applications that use Wget to access a remote resource using shorthand URLs and pass arbitrary user credentials in the URL are vulnerable. In these cases attackers can enter crafted credentials which will cause Wget to access an arbitrary host.

Remediation

There is no fixed version for Debian:12 wget.

References

low severity

Race Condition

  • Vulnerable module: xz-utils/liblzma5
  • Introduced through: xz-utils/liblzma5@5.4.1-0.2
  • Fixed in: 5.4.1-1

Detailed paths

  • Introduced through: buildpack-deps@testing-scm xz-utils/liblzma5@5.4.1-0.2

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 Debian. See How to fix? for Debian:12 relevant fixed versions and status.

XZ Utils provide a general-purpose data-compression library plus command-line tools. In XZ Utils 5.3.3alpha to 5.8.0, the multithreaded .xz decoder in liblzma has a bug where invalid input can at least result in a crash. The effects include heap use after free and writing to an address based on the null pointer plus an offset. Applications and libraries that use the lzma_stream_decoder_mt function are affected. The bug has been fixed in XZ Utils 5.8.1, and the fix has been committed to the v5.4, v5.6, v5.8, and master branches in the xz Git repository. No new release packages will be made from the old stable branches, but a standalone patch is available that applies to all affected releases.

Remediation

Upgrade Debian:12 xz-utils to version 5.4.1-1 or higher.

References