Vulnerabilities

159 via 701 paths

Dependencies

186

Source

Group 6 Copy Created with Sketch. Docker

Target OS

debian:13
Test your Docker Hub image against our market leading vulnerability database Sign up for free
Severity
  • 1
  • 4
  • 154
Status
  • 159
  • 0
  • 0

critical severity
new

CVE-2026-42496

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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

Archive::Tar versions before 3.08 for Perl extract symlinks with attacker controlled targets outside the extraction directory.

_make_special_file() passes the tar header's linkname to symlink() without validating it against absolute paths or .. segments. The secure-extract mode check that guards regular file extraction does not cover the symlink target.

A subsequent open through the extracted name reads or writes the attacker chosen path.

Remediation

There is no fixed version for Debian:13 perl.

References

high severity
new

Algorithmic Complexity

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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

In libexpat before 2.8.1, the computational complexity of attribute name collision checks allows a denial of service via moderately sized crafted XML input.

Remediation

There is no fixed version for Debian:13 expat.

References

high severity

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

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

Detailed paths

  • Introduced through: php@apache libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

NVD Description

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

A flaw was found in libxml2. This vulnerability occurs when the library processes a specially crafted XML Schema Definition (XSD) validated document that includes an internal entity reference. An attacker could exploit this by providing a malicious document, leading to a type confusion error that causes the application to crash. This results in a denial of service (DoS), making the affected system or application unavailable.

Remediation

There is no fixed version for Debian:13 libxml2.

References

high severity
new

CVE-2026-42497

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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

Archive::Tar versions before 3.08 for Perl extract hardlinks to attacker controlled paths outside the extraction directory.

_make_special_file() passes the tar header's linkname to link() without validating it against absolute paths or .. segments, creating a hardlink that shares the victim file's inode.

A subsequent write through the extracted name modifies the victim file, and the post-extraction chmod, chown, and utime block in _extract_file() (guarded only against symlinks via -l) applies the tar header's mode, owner, and timestamps to the shared inode during extraction alone.

Remediation

There is no fixed version for Debian:13 perl.

References

high severity
new

CVE-2026-9538

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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

Archive::Tar versions before 3.10 for Perl allow memory exhaustion via attacker controlled entry size field in tar header.

_read_tar() reads each entry's payload with $handle->read($$data, $block), where $block is derived from the entry's 12-byte size field in the tar header with no upper bound on that value.

A crafted header declaring a multi-gigabyte size causes Perl to allocate a scalar of that size.

Remediation

There is no fixed version for Debian:13 perl.

References

low severity

Out-of-Bounds

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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:13 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:13 glibc.

References

low severity
new

CVE-2026-8376

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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

Perl versions through 5.43.10 have a heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds.

Perl_study_chunk in regcomp_study.c checked the size of the joined substring buffer in characters rather than bytes. For a quantified fixed substring with a large minimum count, the byte length mincount * l could overflow SSize_t, producing an undersized SvGROW allocation; the subsequent copy writes past the end of the buffer.

A caller that compiles an attacker-controlled regular expression on a 32-bit perl build triggers a heap buffer overflow at compile time.

Remediation

There is no fixed version for Debian:13 perl.

References

low severity

CVE-2005-2541

  • Vulnerable module: tar
  • Introduced through: tar@1.35+dfsg-3.1

Detailed paths

  • Introduced through: php@apache tar@1.35+dfsg-3.1

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:13 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:13 tar.

References

low severity

CVE-2019-1010023

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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:13 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:13 glibc.

References

low severity

Heap-based Buffer Overflow

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A flaw was found in binutils. A heap-buffer-overflow vulnerability exists when processing a specially crafted XCOFF (Extended Common Object File Format) object file during linking. A local attacker could trick a user into processing this malicious file, which could lead to arbitrary code execution, allowing the attacker to run unauthorized commands, or cause a denial of service, making the system unavailable.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils up to 2.44. It has been rated as critical. Affected by this issue is the function elf_gc_sweep of the file bfd/elflink.c of the component ld. The manipulation leads to memory corruption. An attack has to be approached locally. The exploit has been disclosed to the public and may be used. Upgrading to version 2.45 is able to address this issue. It is recommended to upgrade the affected component.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability classified as critical has been found in GNU Binutils up to 2.44. This affects the function debug_type_samep of the file /binutils/debug.c of the component objdump. The manipulation leads to memory corruption. Local access is required to approach this attack. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability, which was classified as problematic, has been found in GNU Binutils 2.45. Affected by this issue is the function bfd_elf_set_group_contents of the file bfd/elf.c. The manipulation leads to out-of-bounds write. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. The name of the patch is 41461010eb7c79fee7a9d5f6209accdaac66cc6b. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability classified as problematic was found in GNU Binutils 2.45. Affected by this vulnerability is the function copy_section of the file binutils/objcopy.c. The manipulation leads to heap-based buffer overflow. Attacking locally is a requirement. The exploit has been disclosed to the public and may be used. The patch is named 08c3cbe5926e4d355b5cb70bbec2b1eeb40c2944. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability has been found in GNU Binutils 2.45. The affected element is the function elf_swap_shdr in the library bfd/elfcode.h of the component Linker. The manipulation leads to heap-based buffer overflow. The attack must be carried out locally. The exploit has been disclosed to the public and may be used. The identifier of the patch is 9ca499644a21ceb3f946d1c179c38a83be084490. To fix this issue, it is recommended to deploy a patch. The code maintainer replied with "[f]ixed for 2.46".

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A flaw has been found in GNU Binutils 2.45. Impacted is the function _bfd_elf_parse_eh_frame of the file bfd/elf-eh-frame.c of the component Linker. Executing manipulation can lead to heap-based buffer overflow. The attack is restricted to local execution. The exploit has been published and may be used. This patch is called ea1a0737c7692737a644af0486b71e4a392cbca8. A patch should be applied to remediate this issue. The code maintainer replied with "[f]ixed for 2.46".

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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

In libexpat before 2.7.4, the doContent function does not properly determine the buffer size bufSize because there is no integer overflow check for tag buffer reallocation.

Remediation

There is no fixed version for Debian:13 expat.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: ncurses/libncursesw6
  • Introduced through: ncurses/libncursesw6@6.5+20250216-2, ncurses/libtinfo6@6.5+20250216-2 and others

Detailed paths

  • Introduced through: php@apache ncurses/libncursesw6@6.5+20250216-2
  • Introduced through: php@apache ncurses/libtinfo6@6.5+20250216-2
  • Introduced through: php@apache ncurses/ncurses-base@6.5+20250216-2
  • Introduced through: php@apache ncurses/ncurses-bin@6.5+20250216-2

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

The infocmp command-line tool in ncurses before 6.5-20251213 has a stack-based buffer overflow in analyze_string in progs/infocmp.c.

Remediation

There is no fixed version for Debian:13 ncurses.

References

low severity

Resource Exhaustion

  • Vulnerable module: apache2
  • Introduced through: apache2@2.4.67-1~deb13u2, apache2/apache2-bin@2.4.67-1~deb13u2 and others

Detailed paths

  • Introduced through: php@apache apache2@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-bin@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-data@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-utils@2.4.67-1~deb13u2

NVD Description

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

The Apache HTTP Server, when accessed through a TCP connection with a large window size, allows remote attackers to cause a denial of service (network bandwidth consumption) via a Range header that specifies multiple copies of the same fragment. NOTE: the severity of this issue has been disputed by third parties, who state that the large window size required by the attack is not normally supported or configured by the server, or that a DDoS-style attack would accomplish the same goal

Remediation

There is no fixed version for Debian:13 apache2.

References

low severity

CVE-2025-66864

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

An issue was discovered in function d_print_comp_inner in file cp-demangle.c in BinUtils 2.26 allows attackers to cause a denial of service via crafted PE file.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-66866

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

An issue was discovered in function d_abi_tags in file cp-demangle.c in BinUtils 2.26 allows attackers to cause a denial of service via crafted PE file.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-69649

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

GNU Binutils thru 2.46 readelf contains a null pointer dereference vulnerability when processing a crafted ELF binary with malformed header fields. During relocation processing, an invalid or null section pointer may be passed into display_relocations(), resulting in a segmentation fault (SIGSEGV) and abrupt termination. No evidence of memory corruption beyond the null pointer dereference, nor any possibility of code execution, was observed.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Double Free

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

GNU Binutils thru 2.46 readelf contains a double free vulnerability when processing a crafted ELF binary with malformed relocation data. During GOT relocation handling, dump_relocations may return early without initializing the all_relocations array. As a result, process_got_section_contents() may pass an uninitialized r_symbol pointer to free(), leading to a double free and terminating the program with SIGABRT. No evidence of exploitable memory corruption or code execution was observed; the impact is limited to denial of service. NOTE: this is disputed by third parties because the observed behavior occurred only in pre-release code and did not affect any tagged version.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Cleartext Transmission of Sensitive Information

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

Using libcurl, when a custom Host: header is first set for an HTTP request and a second request is subsequently done using the same easy handle but without the custom Host: header set, the second request would use stale information and pass on cookies meant for the first host in the second request. Leak them.

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

Server-Side Request Forgery (SSRF)

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

libcurl might in some circumstances reuse the wrong connection for SMB(S) transfers.

libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead.

When reusing a connection a range of criteria must be met. Due to a logical error in the code, a network transfer operation that was requested by an application could wrongfully reuse an existing SMB connection to the same server that was using a different 'share' than the new subsequent transfer should.

This could in unlucky situations lead to the download of the wrong file or the upload of a file to the wrong place. When this happens, the same credentials are used and the server name is the same.

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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:13 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:13 glibc.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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:13 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:13 glibc.

References

low severity

Out-of-bounds Read

  • Vulnerable module: jansson/libjansson4
  • Introduced through: jansson/libjansson4@2.14-2+b3

Detailed paths

  • Introduced through: php@apache jansson/libjansson4@2.14-2+b3

NVD Description

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

An issue was discovered in Jansson through 2.13.1. Due to a parsing error in json_loads, there's an out-of-bounds read-access bug. NOTE: the vendor reports that this only occurs when a programmer fails to follow the API specification

Remediation

There is no fixed version for Debian:13 jansson.

References

low severity

Integer Overflow or Wraparound

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.21.3-5, krb5/libk5crypto3@1.21.3-5 and others

Detailed paths

  • Introduced through: php@apache krb5/libgssapi-krb5-2@1.21.3-5
  • Introduced through: php@apache krb5/libk5crypto3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5-3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5support0@1.21.3-5

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:13 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:13 krb5.

References

low severity

Cryptographic Issues

  • Vulnerable module: openldap/libldap2
  • Introduced through: openldap/libldap2@2.6.10+dfsg-1

Detailed paths

  • Introduced through: php@apache openldap/libldap2@2.6.10+dfsg-1

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:13 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:13 openldap.

References

low severity

Out-of-Bounds

  • Vulnerable module: openldap/libldap2
  • Introduced through: openldap/libldap2@2.6.10+dfsg-1

Detailed paths

  • Introduced through: php@apache openldap/libldap2@2.6.10+dfsg-1

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:13 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:13 openldap.

References

low severity

Double Free

  • Vulnerable module: patch
  • Introduced through: patch@2.8-2

Detailed paths

  • Introduced through: php@apache patch@2.8-2

NVD Description

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

A double free exists in the another_hunk function in pch.c in GNU patch through 2.7.6.

Remediation

There is no fixed version for Debian:13 patch.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: patch
  • Introduced through: patch@2.8-2

Detailed paths

  • Introduced through: php@apache patch@2.8-2

NVD Description

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

An issue was discovered in GNU patch through 2.7.6. There is a segmentation fault, associated with a NULL pointer dereference, leading to a denial of service in the intuit_diff_type function in pch.c, aka a "mangled rename" issue.

Remediation

There is no fixed version for Debian:13 patch.

References

low severity
new

Numeric Errors

  • Vulnerable module: libssh2/libssh2-1t64
  • Introduced through: libssh2/libssh2-1t64@1.11.1-1

Detailed paths

  • Introduced through: php@apache libssh2/libssh2-1t64@1.11.1-1

NVD Description

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

A security vulnerability has been detected in libssh2 up to 1.11.1. The impacted element is the function userauth_password of the file src/userauth.c. Such manipulation of the argument username_len/password_len leads to integer overflow. The attack may be launched remotely. The name of the patch is 256d04b60d80bf1190e96b0ad1e91b2174d744b1. A patch should be applied to remediate this issue.

Remediation

There is no fixed version for Debian:13 libssh2.

References

low severity

CVE-2008-1687

  • Vulnerable module: m4
  • Introduced through: m4@1.4.19-8

Detailed paths

  • Introduced through: php@apache m4@1.4.19-8

NVD Description

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

The (1) maketemp and (2) mkstemp builtin functions in GNU m4 before 1.4.11 do not quote their output when a file is created, which might allow context-dependent attackers to trigger a macro expansion, leading to unspecified use of an incorrect filename.

Remediation

There is no fixed version for Debian:13 m4.

References

low severity

CVE-2008-1688

  • Vulnerable module: m4
  • Introduced through: m4@1.4.19-8

Detailed paths

  • Introduced through: php@apache m4@1.4.19-8

NVD Description

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

Unspecified vulnerability in GNU m4 before 1.4.11 might allow context-dependent attackers to execute arbitrary code, related to improper handling of filenames specified with the -F option. NOTE: it is not clear when this issue crosses privilege boundaries.

Remediation

There is no fixed version for Debian:13 m4.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A flaw was found in GNU Binutils. This vulnerability, a heap-based buffer overflow, specifically an out-of-bounds read, exists in the bfd linker component. An attacker could exploit this by convincing a user to process a specially crafted malicious XCOFF object file. Successful exploitation may lead to the disclosure of sensitive information or cause the application to crash, resulting in an application level denial of service.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A flaw was found in GNU Binutils. This heap-based buffer overflow vulnerability, specifically an out-of-bounds read in the bfd linker, allows an attacker to gain access to sensitive information. By convincing a user to process a specially crafted XCOFF object file, an attacker can trigger this flaw, potentially leading to information disclosure or an application level denial of service.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A heap-based buffer over-read exists in the function d_expression_1 in cp-demangle.c in GNU libiberty, as distributed in GNU Binutils 2.31.1. A crafted input can cause segmentation faults, leading to denial-of-service, as demonstrated by c++filt.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

An issue was discovered in GNU libiberty, as distributed in GNU Binutils 2.36. It is a stack-overflow issue in demangle_type in rust-demangle.c.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Insufficient Session Expiration

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

libcurl might in some circumstances reuse the wrong connection when asked to do an authenticated HTTP(S) request after a Negotiate-authenticated one, when both use the same host.

libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead.

When reusing a connection a range of criteria must be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials.

An application that first uses Negotiate authentication to a server with user1:password1 and then does another operation to the same server asking for any authentication method but for user2:password2 (while the previous connection is still alive) - the second request gets confused and wrongly reuses the same connection and sends the new request over that connection thinking it uses a mix of user1's and user2's credentials when it is in fact still using the connection authenticated for user1...

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

Arbitrary Code Injection

  • Vulnerable module: apache2
  • Introduced through: apache2@2.4.67-1~deb13u2, apache2/apache2-bin@2.4.67-1~deb13u2 and others

Detailed paths

  • Introduced through: php@apache apache2@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-bin@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-data@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-utils@2.4.67-1~deb13u2

NVD Description

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

Apache httpd 2.0.59 and 2.2.4, with the Prefork MPM module, allows local users to cause a denial of service via certain code sequences executed in a worker process that (1) stop request processing by killing all worker processes and preventing creation of replacements or (2) hang the system by forcing the master process to fork an arbitrarily large number of worker processes. NOTE: This might be an inherent design limitation of Apache with respect to worker processes in hosted environments.

Remediation

There is no fixed version for Debian:13 apache2.

References

low severity

Memory Leak

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

Detailed paths

  • Introduced through: php@apache libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

NVD Description

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

A flaw was identified in the interactive shell of the xmllint utility, part of the libxml2 project, where memory allocated for user input is not properly released under certain conditions. When a user submits input consisting only of whitespace, the program skips command execution but fails to free the allocated buffer. Repeating this action causes memory to continuously accumulate. Over time, this can exhaust system memory and terminate the xmllint process, creating a denial-of-service condition on the local system.

Remediation

There is no fixed version for Debian:13 libxml2.

References

low severity

Access Restriction Bypass

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

Detailed paths

  • Introduced through: php@apache shadow/login.defs@1:4.17.4-2
  • Introduced through: php@apache shadow/passwd@1:4.17.4-2

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:13 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:13 shadow.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A flaw was found in the GNU Binutils BFD library, a widely used component for handling binary files such as object files and executables. The issue occurs when processing specially crafted XCOFF object files, where a relocation type value is not properly validated before being used. This can cause the program to read memory outside of intended bounds. As a result, affected tools may crash or expose unintended memory contents, leading to denial-of-service or limited information disclosure risks.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.41-5, util-linux/bsdutils@1:2.41-5 and others

Detailed paths

  • Introduced through: php@apache util-linux@2.41-5
  • Introduced through: php@apache util-linux/bsdutils@1:2.41-5
  • Introduced through: php@apache util-linux/libblkid1@2.41-5
  • Introduced through: php@apache util-linux/liblastlog2-2@2.41-5
  • Introduced through: php@apache util-linux/libmount1@2.41-5
  • Introduced through: php@apache util-linux/libsmartcols1@2.41-5
  • Introduced through: php@apache util-linux/libuuid1@2.41-5
  • Introduced through: php@apache util-linux/login@1:4.16.0-2+really2.41-5
  • Introduced through: php@apache util-linux/mount@2.41-5

NVD Description

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

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability classified as problematic was found in GNU Binutils 2.43/2.44. Affected by this vulnerability is the function bfd_set_format of the file format.c. The manipulation leads to memory corruption. The attack can be launched remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. Upgrading to version 2.45 is able to address this issue. The identifier of the patch is 8d97c1a53f3dc9fd8e1ccdb039b8a33d50133150. It is recommended to upgrade the affected component.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

Detailed paths

  • Introduced through: php@apache libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

NVD Description

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

A flaw was found in libxml2, an XML parsing library. This uncontrolled recursion vulnerability occurs in the xmlCatalogXMLResolveURI function when an XML catalog contains a delegate URI entry that references itself. A remote attacker could exploit this configuration-dependent issue by providing a specially crafted XML catalog, leading to infinite recursion and call stack exhaustion. This ultimately results in a segmentation fault, causing a Denial of Service (DoS) by crashing affected applications.

Remediation

There is no fixed version for Debian:13 libxml2.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.43. It has been declared as problematic. Affected by this vulnerability is the function bfd_putl64 of the file libbfd.c of the component ld. The manipulation leads to memory corruption. The attack can be launched remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. The exploit has been disclosed to the public and may be used. The identifier of the patch is 75086e9de1707281172cc77f178e7949a4414ed0. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

The C++ symbol demangler routine in cplus-dem.c in libiberty, as distributed in GNU Binutils 2.29, allows remote attackers to cause a denial of service (excessive memory allocation and application crash) via a crafted file, as demonstrated by a call from the Binary File Descriptor (BFD) library (aka libbfd).

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-69651

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

GNU Binutils thru 2.46 readelf contains a vulnerability that leads to an invalid pointer free when processing a crafted ELF binary with malformed relocation or symbol data. If dump_relocations returns early due to parsing errors, the internal all_relocations array may remain partially uninitialized. Later, process_got_section_contents() may attempt to free an invalid r_symbol pointer, triggering memory corruption checks in glibc and causing the program to terminate with SIGABRT. No evidence of further memory corruption or code execution was observed; the impact is limited to denial of service. NOTE: this is disputed by third parties because the observed behavior occurred only in pre-release code and did not affect any tagged version.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability has been found in GNU Binutils 2.43/2.44 and classified as problematic. Affected by this vulnerability is the function display_info of the file binutils/bucomm.c of the component objdump. The manipulation leads to memory leak. An attack has to be approached locally. The exploit has been disclosed to the public and may be used. The patch is named ba6ad3a18cb26b79e0e3b84c39f707535bbc344d. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was detected in GNU Binutils 2.45. This issue affects the function dump_dwarf_section of the file binutils/objdump.c. Performing manipulation results in out-of-bounds read. The attack is only possible with local access. The exploit is now public and may be used. The patch is named f87a66db645caf8cc0e6fc87b0c28c78a38af59b. It is suggested to install a patch to address this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was determined in GNU Binutils 2.45. The affected element is the function elf_x86_64_relocate_section of the file elf64-x86-64.c of the component Linker. This manipulation causes heap-based buffer overflow. The attack can only be executed locally. The exploit has been publicly disclosed and may be utilized. Patch name: 6b21c8b2ecfef5c95142cbc2c32f185cb1c26ab0. To fix this issue, it is recommended to deploy a patch.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was determined in GNU Binutils 2.45. Affected by this vulnerability is the function get_link_hash_entry of the file bfd/elflink.c of the component Linker. This manipulation causes out-of-bounds read. The attack can only be executed locally. The exploit has been publicly disclosed and may be utilized. Upgrading to version 2.46 addresses this issue. Patch name: aeaaa9af6359c8e394ce9cf24911fec4f4d23703. It is advisable to upgrade the affected component.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.45. Affected is the function elf_link_add_object_symbols of the file bfd/elflink.c of the component Linker. The manipulation results in out-of-bounds read. The attack needs to be approached locally. The exploit has been made public and could be used. Upgrading to version 2.46 is able to address this issue. The patch is identified as 72efdf166aa0ed72ecc69fc2349af6591a7a19c0. Upgrading the affected component is advised.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability has been found in GNU Binutils 2.45. This impacts the function bfd_elf_gc_record_vtentry of the file bfd/elflink.c of the component Linker. The manipulation leads to out-of-bounds read. Local access is required to approach this attack. The exploit has been disclosed to the public and may be used. The identifier of the patch is 047435dd988a3975d40c6626a8f739a0b2e154bc. To fix this issue, it is recommended to deploy a patch.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.45. Impacted is the function _bfd_x86_elf_late_size_sections of the file bfd/elfxx-x86.c of the component Linker. The manipulation results in out-of-bounds read. The attack needs to be approached locally. The exploit has been made public and could be used. The patch is identified as b6ac5a8a5b82f0ae6a4642c8d7149b325f4cc60a. A patch should be applied to remediate this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Read

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A weakness has been identified in GNU Binutils 2.45. The affected element is the function vfinfo of the file ldmisc.c. Executing a manipulation can lead to out-of-bounds read. The attack can only be executed locally. The exploit has been made available to the public and could be used for attacks. This patch is called 16357. It is best practice to apply a patch to resolve this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-bounds Write

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

The demangle_template function in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.31.1, contains an integer overflow vulnerability (for "Create an array for saving the template argument values") that can trigger a heap-based buffer overflow, as demonstrated by nm.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Resource Exhaustion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A flaw was found in the readelf utility of the binutils package. A local attacker could exploit two Denial of Service (DoS) vulnerabilities by providing a specially crafted Executable and Linkable Format (ELF) file. One vulnerability, a resource exhaustion (CWE-400), can lead to an out-of-memory condition. The other, a null pointer dereference (CWE-476), can cause a segmentation fault. Both issues can result in the readelf utility becoming unresponsive or crashing, leading to a denial of service.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Unchecked Return Value

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A security flaw has been discovered in GNU Binutils 2.45. Impacted is the function tg_tag_type of the file prdbg.c. Performing a manipulation results in unchecked return value. The attack needs to be approached locally. The exploit has been released to the public and may be used for attacks.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

An issue was discovered in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_template_value_parm, demangle_integral_value, and demangle_expression.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Algorithmic Complexity

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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:13 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:13 expat.

References

low severity

Loop with Unreachable Exit Condition ('Infinite Loop')

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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

libexpat before 2.7.5 allows an infinite loop while parsing DTD content.

Remediation

There is no fixed version for Debian:13 expat.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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

libexpat before 2.7.5 allows a NULL pointer dereference with empty external parameter entity content.

Remediation

There is no fixed version for Debian:13 expat.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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

libexpat before 2.7.5 allows a NULL pointer dereference in the function setContext on retry after an earlier ouf-of-memory condition.

Remediation

There is no fixed version for Debian:13 expat.

References

low severity

Release of Invalid Pointer or Reference

  • Vulnerable module: patch
  • Introduced through: patch@2.8-2

Detailed paths

  • Introduced through: php@apache patch@2.8-2

NVD Description

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

An Invalid Pointer vulnerability exists in GNU patch 2.7 via the another_hunk function, which causes a Denial of Service.

Remediation

There is no fixed version for Debian:13 patch.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: re2c
  • Introduced through: re2c@4.1-1

Detailed paths

  • Introduced through: php@apache re2c@4.1-1

NVD Description

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

re2c before 2.0 has uncontrolled recursion that causes stack consumption in find_fixed_tags.

Remediation

There is no fixed version for Debian:13 re2c.

References

low severity

Unrestricted Upload of File with Dangerous Type

  • Vulnerable module: tar
  • Introduced through: tar@1.35+dfsg-3.1

Detailed paths

  • Introduced through: php@apache tar@1.35+dfsg-3.1

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

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

Remediation

There is no fixed version for Debian:13 tar.

References

low severity

Information Exposure

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.41-5, util-linux/bsdutils@1:2.41-5 and others

Detailed paths

  • Introduced through: php@apache util-linux@2.41-5
  • Introduced through: php@apache util-linux/bsdutils@1:2.41-5
  • Introduced through: php@apache util-linux/libblkid1@2.41-5
  • Introduced through: php@apache util-linux/liblastlog2-2@2.41-5
  • Introduced through: php@apache util-linux/libmount1@2.41-5
  • Introduced through: php@apache util-linux/libsmartcols1@2.41-5
  • Introduced through: php@apache util-linux/libuuid1@2.41-5
  • Introduced through: php@apache util-linux/login@1:4.16.0-2+really2.41-5
  • Introduced through: php@apache util-linux/mount@2.41-5

NVD Description

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

References

low severity

Improper Validation of Specified Quantity in Input

  • Vulnerable module: zlib/zlib1g
  • Introduced through: zlib/zlib1g@1:1.3.dfsg+really1.3.1-1+b1

Detailed paths

  • Introduced through: php@apache zlib/zlib1g@1:1.3.dfsg+really1.3.1-1+b1

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

zlib before 1.3.2 allows CPU consumption via crc32_combine64 and crc32_combine_gen64 because x2nmodp can do right shifts within a loop that has no termination condition.

Remediation

There is no fixed version for Debian:13 zlib.

References

low severity

Directory Traversal

  • Vulnerable module: patch
  • Introduced through: patch@2.8-2

Detailed paths

  • Introduced through: php@apache patch@2.8-2

NVD Description

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

Directory traversal vulnerability in util.c in GNU patch 2.6.1 and earlier allows user-assisted remote attackers to create or overwrite arbitrary files via a filename that is specified with a .. (dot dot) or full pathname, a related issue to CVE-2010-1679.

Remediation

There is no fixed version for Debian:13 patch.

References

low severity

CVE-2003-1307

  • Vulnerable module: apache2
  • Introduced through: apache2@2.4.67-1~deb13u2, apache2/apache2-bin@2.4.67-1~deb13u2 and others

Detailed paths

  • Introduced through: php@apache apache2@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-bin@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-data@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-utils@2.4.67-1~deb13u2

NVD Description

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

The mod_php module for the Apache HTTP Server allows local users with write access to PHP scripts to send signals to the server's process group and use the server's file descriptors, as demonstrated by sending a STOP signal, then intercepting incoming connections on the server's TCP port. NOTE: the PHP developer has disputed this vulnerability, saying "The opened file descriptors are opened by Apache. It is the job of Apache to protect them ... Not a bug in PHP.

Remediation

There is no fixed version for Debian:13 apache2.

References

low severity

CVE-2007-1743

  • Vulnerable module: apache2
  • Introduced through: apache2@2.4.67-1~deb13u2, apache2/apache2-bin@2.4.67-1~deb13u2 and others

Detailed paths

  • Introduced through: php@apache apache2@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-bin@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-data@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-utils@2.4.67-1~deb13u2

NVD Description

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

suexec in Apache HTTP Server (httpd) 2.2.3 does not verify combinations of user and group IDs on the command line, which might allow local users to leverage other vulnerabilities to create arbitrary UID/GID owned files if /proc is mounted. NOTE: the researcher, who is reliable, claims that the vendor disputes the issue because "the attacks described rely on an insecure server configuration" in which the user "has write access to the document root." In addition, because this is dependent on other vulnerabilities, perhaps this is resultant and should not be included in CVE.

Remediation

There is no fixed version for Debian:13 apache2.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability has been found in GNU Binutils 2.43 and classified as problematic. Affected by this vulnerability is the function __sanitizer::internal_strlen of the file binutils/nm.c of the component nm. The manipulation of the argument const leads to buffer overflow. The attack can be launched remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. The exploit has been disclosed to the public and may be used.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Authentication Bypass

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

Successfully using libcurl to do a transfer over a specific HTTP proxy (proxyA) with Digest authentication and then changing the proxy host to a second one (proxyB) for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Proxy-Authorization: header field meant for proxyA, to proxyB.

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

Information Exposure

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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:13 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:13 glibc.

References

low severity

Use of Insufficiently Random Values

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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:13 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:13 glibc.

References

low severity

Improper Validation of Integrity Check Value

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@257.13-1~deb13u1 and systemd/libudev1@257.13-1~deb13u1

Detailed paths

  • Introduced through: php@apache systemd/libsystemd0@257.13-1~deb13u1
  • Introduced through: php@apache systemd/libudev1@257.13-1~deb13u1

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:13 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:13 systemd.

References

low severity

Improper Validation of Integrity Check Value

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@257.13-1~deb13u1 and systemd/libudev1@257.13-1~deb13u1

Detailed paths

  • Introduced through: php@apache systemd/libsystemd0@257.13-1~deb13u1
  • Introduced through: php@apache systemd/libudev1@257.13-1~deb13u1

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:13 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:13 systemd.

References

low severity

Improper Validation of Integrity Check Value

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@257.13-1~deb13u1 and systemd/libudev1@257.13-1~deb13u1

Detailed paths

  • Introduced through: php@apache systemd/libsystemd0@257.13-1~deb13u1
  • Introduced through: php@apache systemd/libudev1@257.13-1~deb13u1

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:13 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:13 systemd.

References

low severity

Authentication Bypass

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.41-5, util-linux/bsdutils@1:2.41-5 and others

Detailed paths

  • Introduced through: php@apache util-linux@2.41-5
  • Introduced through: php@apache util-linux/bsdutils@1:2.41-5
  • Introduced through: php@apache util-linux/libblkid1@2.41-5
  • Introduced through: php@apache util-linux/liblastlog2-2@2.41-5
  • Introduced through: php@apache util-linux/libmount1@2.41-5
  • Introduced through: php@apache util-linux/libsmartcols1@2.41-5
  • Introduced through: php@apache util-linux/libuuid1@2.41-5
  • Introduced through: php@apache util-linux/login@1:4.16.0-2+really2.41-5
  • Introduced through: php@apache util-linux/mount@2.41-5

NVD Description

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

A flaw was found in util-linux. Improper hostname canonicalization in the login(1) utility, when invoked with the -h option, can modify the supplied remote hostname before setting PAM_RHOST. A remote attacker could exploit this by providing a specially crafted hostname, potentially bypassing host-based Pluggable Authentication Modules (PAM) access control rules that rely on fully qualified domain names. This could lead to unauthorized access.

Remediation

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

References

low severity

Heap-based Buffer Overflow

  • Vulnerable module: xz-utils
  • Introduced through: xz-utils@5.8.1-1 and xz-utils/liblzma5@5.8.1-1

Detailed paths

  • Introduced through: php@apache xz-utils@5.8.1-1
  • Introduced through: php@apache xz-utils/liblzma5@5.8.1-1

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

XZ Utils provide a general-purpose data-compression library plus command-line tools. Prior to version 5.8.3, if lzma_index_decoder() was used to decode an Index that contained no Records, the resulting lzma_index was left in a state where where a subsequent lzma_index_append() would allocate too little memory, and a buffer overflow would occur. This issue has been patched in version 5.8.3.

Remediation

There is no fixed version for Debian:13 xz-utils.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A flaw was found in binutils, specifically within the readelf utility. This vulnerability allows a local attacker to cause a Denial of Service (DoS) by tricking a user into processing a specially crafted Executable and Linkable Format (ELF) file. The exploitation of this flaw can lead to the system becoming unresponsive due to excessive resource consumption or a program crash.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.43 and classified as critical. This issue affects the function _bfd_elf_gc_mark_rsec of the file elflink.c of the component ld. The manipulation leads to heap-based buffer overflow. The attack may be initiated remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. The patch is named f9978defb6fab0bd8583942d97c112b0932ac814. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability classified as critical was found in GNU Binutils 2.43. This vulnerability affects the function _bfd_elf_gc_mark_rsec of the file bfd/elflink.c of the component ld. The manipulation leads to memory corruption. The attack can be initiated remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. The exploit has been disclosed to the public and may be used. The name of the patch is 931494c9a89558acb36a03a340c01726545eef24. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability, which was classified as critical, was found in GNU Binutils 2.43. Affected is the function bfd_elf_reloc_symbol_deleted_p of the file bfd/elflink.c of the component ld. The manipulation leads to memory corruption. It is possible to launch the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used. The patch is identified as b425859021d17adf62f06fb904797cf8642986ad. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Race Condition

  • Vulnerable module: coreutils
  • Introduced through: coreutils@9.7-3

Detailed paths

  • Introduced through: php@apache coreutils@9.7-3

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:13 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:13 coreutils.

References

low severity

Improper Initialization

  • Vulnerable module: openldap/libldap2
  • Introduced through: openldap/libldap2@2.6.10+dfsg-1

Detailed paths

  • Introduced through: php@apache openldap/libldap2@2.6.10+dfsg-1

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:13 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:13 openldap.

References

low severity

Stack-based Buffer Overflow

  • Vulnerable module: coreutils
  • Introduced through: coreutils@9.7-3

Detailed paths

  • Introduced through: php@apache coreutils@9.7-3

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:13 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:13 coreutils.

References

low severity

Link Following

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@257.13-1~deb13u1 and systemd/libudev1@257.13-1~deb13u1

Detailed paths

  • Introduced through: php@apache systemd/libsystemd0@257.13-1~deb13u1
  • Introduced through: php@apache systemd/libudev1@257.13-1~deb13u1

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:13 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:13 systemd.

References

low severity

Numeric Errors

  • Vulnerable module: apache2
  • Introduced through: apache2@2.4.67-1~deb13u2, apache2/apache2-bin@2.4.67-1~deb13u2 and others

Detailed paths

  • Introduced through: php@apache apache2@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-bin@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-data@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-utils@2.4.67-1~deb13u2

NVD Description

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

The Apache HTTP Server 2.0.44, when DNS resolution is enabled for client IP addresses, uses a logging format that does not identify whether a dotted quad represents an unresolved IP address, which allows remote attackers to spoof IP addresses via crafted DNS responses containing numerical top-level domains, as demonstrated by a forged 123.123.123.123 domain name, related to an "Inverse Lookup Log Corruption (ILLC)" issue.

Remediation

There is no fixed version for Debian:13 apache2.

References

low severity

Resource Management Errors

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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:13 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:13 glibc.

References

low severity

Improper Input Validation

  • Vulnerable module: gnutls28/libgnutls30t64
  • Introduced through: gnutls28/libgnutls30t64@3.8.9-3+deb13u4

Detailed paths

  • Introduced through: php@apache gnutls28/libgnutls30t64@3.8.9-3+deb13u4

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:13 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:13 gnutls28.

References

low severity

Memory Leak

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.46.1-7+deb13u1

Detailed paths

  • Introduced through: php@apache sqlite3/libsqlite3-0@3.46.1-7+deb13u1

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:13 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:13 sqlite3.

References

low severity

Improper Certificate Validation

  • Vulnerable module: openldap/libldap2
  • Introduced through: openldap/libldap2@2.6.10+dfsg-1

Detailed paths

  • Introduced through: php@apache openldap/libldap2@2.6.10+dfsg-1

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:13 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:13 openldap.

References

low severity

Session Fixation

  • Vulnerable module: apache2
  • Introduced through: apache2@2.4.67-1~deb13u2, apache2/apache2-bin@2.4.67-1~deb13u2 and others

Detailed paths

  • Introduced through: php@apache apache2@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-bin@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-data@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-utils@2.4.67-1~deb13u2

NVD Description

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

mod_usertrack in Apache 1.3.11 through 1.3.20 generates session ID's using predictable information including host IP address, system time and server process ID, which allows local users to obtain session ID's and bypass authentication when these session ID's are used for authentication.

Remediation

There is no fixed version for Debian:13 apache2.

References

low severity

Arbitrary Code Injection

  • Vulnerable module: apache2
  • Introduced through: apache2@2.4.67-1~deb13u2, apache2/apache2-bin@2.4.67-1~deb13u2 and others

Detailed paths

  • Introduced through: php@apache apache2@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-bin@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-data@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-utils@2.4.67-1~deb13u2

NVD Description

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

CRLF injection vulnerability in the mod_negotiation module in the Apache HTTP Server 2.2.6 and earlier in the 2.2.x series, 2.0.61 and earlier in the 2.0.x series, and 1.3.39 and earlier in the 1.3.x series allows remote authenticated users to inject arbitrary HTTP headers and conduct HTTP response splitting attacks by uploading a file with a multi-line name containing HTTP header sequences and a file extension, which leads to injection within a (1) "406 Not Acceptable" or (2) "300 Multiple Choices" HTTP response when the extension is omitted in a request for the file.

Remediation

There is no fixed version for Debian:13 apache2.

References

low severity

Cross-site Scripting (XSS)

  • Vulnerable module: apache2
  • Introduced through: apache2@2.4.67-1~deb13u2, apache2/apache2-bin@2.4.67-1~deb13u2 and others

Detailed paths

  • Introduced through: php@apache apache2@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-bin@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-data@2.4.67-1~deb13u2
  • Introduced through: php@apache apache2/apache2-utils@2.4.67-1~deb13u2

NVD Description

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

The Apache HTTP Server 2.0.44, when DNS resolution is enabled for client IP addresses, allows remote attackers to inject arbitrary text into log files via an HTTP request in conjunction with a crafted DNS response, as demonstrated by injecting XSS sequences, related to an "Inverse Lookup Log Corruption (ILLC)" issue.

Remediation

There is no fixed version for Debian:13 apache2.

References

low severity

Improper Verification of Cryptographic Signature

  • Vulnerable module: apt
  • Introduced through: apt@3.0.3 and apt/libapt-pkg7.0@3.0.3

Detailed paths

  • Introduced through: php@apache apt@3.0.3
  • Introduced through: php@apache apt/libapt-pkg7.0@3.0.3

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:13 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:13 apt.

References

low severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability classified as problematic has been found in GNU Binutils 2.43. Affected is the function xstrdup of the file xstrdup.c of the component ld. The manipulation leads to memory leak. It is possible to launch the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The code maintainer explains: "I'm not going to commit some of the leak fixes I've been working on to the 2.44 branch due to concern that would destabilise ld. All of the reported leaks in this bugzilla have been fixed on binutils master."

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Uncontrolled Recursion

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

Detailed paths

  • Introduced through: php@apache libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

NVD Description

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

A flaw was identified in the RelaxNG parser of libxml2 related to how external schema inclusions are handled. The parser does not enforce a limit on inclusion depth when resolving nested <include> directives. Specially crafted or overly complex schemas can cause excessive recursion during parsing. This may lead to stack exhaustion and application crashes, creating a denial-of-service risk.

Remediation

There is no fixed version for Debian:13 libxml2.

References

low severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.44 and classified as problematic. This issue affects the function process_debug_info of the file binutils/dwarf.c of the component DWARF Section Handler. The manipulation leads to memory leak. Attacking locally is a requirement. The identifier of the patch is e51fdff7d2e538c0e5accdd65649ac68e6e0ddd4. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Improper Resource Shutdown or Release

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

Detailed paths

  • Introduced through: php@apache libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

NVD Description

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

A vulnerability was found in libxml2 up to 2.14.5. It has been declared as problematic. This vulnerability affects the function xmlParseSGMLCatalog of the component xmlcatalog. The manipulation leads to uncontrolled recursion. Attacking locally is a requirement. The exploit has been disclosed to the public and may be used. The real existence of this vulnerability is still doubted at the moment. The code maintainer explains, that "[t]he issue can only be triggered with untrusted SGML catalogs and it makes absolutely no sense to use untrusted catalogs. I also doubt that anyone is still using SGML catalogs at all."

Remediation

There is no fixed version for Debian:13 libxml2.

References

low severity

Out-of-Bounds

  • Vulnerable module: ncurses/libncursesw6
  • Introduced through: ncurses/libncursesw6@6.5+20250216-2, ncurses/libtinfo6@6.5+20250216-2 and others

Detailed paths

  • Introduced through: php@apache ncurses/libncursesw6@6.5+20250216-2
  • Introduced through: php@apache ncurses/libtinfo6@6.5+20250216-2
  • Introduced through: php@apache ncurses/ncurses-base@6.5+20250216-2
  • Introduced through: php@apache ncurses/ncurses-bin@6.5+20250216-2

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:13 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:13 ncurses.

References

low severity

Link Following

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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:13 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:13 perl.

References

low severity

Improper Resource Shutdown or Release

  • Vulnerable module: re2c
  • Introduced through: re2c@4.1-1

Detailed paths

  • Introduced through: php@apache re2c@4.1-1

NVD Description

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

A flaw has been found in skvadrik re2c up to 4.4. Impacted is the function check_and_merge_special_rules of the file src/parse/ast.cc. This manipulation causes null pointer dereference. The attack can only be executed locally. The exploit has been published and may be used. Patch name: febeb977936f9519a25d9fbd10ff8256358cdb97. It is suggested to install a patch to address this issue.

Remediation

There is no fixed version for Debian:13 re2c.

References

low severity

Incorrect Resource Transfer Between Spheres

  • Vulnerable module: systemd/libsystemd0
  • Introduced through: systemd/libsystemd0@257.13-1~deb13u1 and systemd/libudev1@257.13-1~deb13u1

Detailed paths

  • Introduced through: php@apache systemd/libsystemd0@257.13-1~deb13u1
  • Introduced through: php@apache systemd/libudev1@257.13-1~deb13u1

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

In systemd 259, systemd-journald can send ANSI escape sequences to the terminals of arbitrary users when a "logger -p emerg" command is executed, if ForwardToWall=yes is set.

Remediation

There is no fixed version for Debian:13 systemd.

References

low severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.43. It has been declared as problematic. This vulnerability affects the function bfd_malloc of the file libbfd.c of the component ld. The manipulation leads to memory leak. The attack can be initiated remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The code maintainer explains: "I'm not going to commit some of the leak fixes I've been working on to the 2.44 branch due to concern that would destabilise ld. All of the reported leaks in this bugzilla have been fixed on binutils master."

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.43. It has been rated as problematic. This issue affects the function xmemdup of the file xmemdup.c of the component ld. The manipulation leads to memory leak. The attack may be initiated remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The code maintainer explains: "I'm not going to commit some of the leak fixes I've been working on to the 2.44 branch due to concern that would destabilise ld. All of the reported leaks in this bugzilla have been fixed on binutils master."

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.43. It has been classified as problematic. This affects the function xstrdup of the file libiberty/xmalloc.c of the component ld. The manipulation leads to memory leak. It is possible to initiate the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The code maintainer explains: "I'm not going to commit some of the leak fixes I've been working on to the 2.44 branch due to concern that would destabilise ld. All of the reported leaks in this bugzilla have been fixed on binutils master."

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Memory Leak

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability was found in GNU Binutils 2.43 and classified as problematic. Affected by this issue is the function link_order_scan of the file ld/ldelfgen.c of the component ld. The manipulation leads to memory leak. The attack may be launched remotely. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The code maintainer explains: "I'm not going to commit some of the leak fixes I've been working on to the 2.44 branch due to concern that would destabilise ld. All of the reported leaks in this bugzilla have been fixed on binutils master."

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Out-of-Bounds

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A vulnerability classified as problematic has been found in GNU Binutils 2.43. This affects the function _bfd_elf_write_section_eh_frame of the file bfd/elf-eh-frame.c of the component ld. The manipulation leads to memory corruption. It is possible to initiate the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

Resource Exhaustion

  • Vulnerable module: libxml2
  • Introduced through: libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

Detailed paths

  • Introduced through: php@apache libxml2@2.12.7+dfsg+really2.9.14-2.1+deb13u2

NVD Description

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

A flaw was found in the libxml2 library. This uncontrolled resource consumption vulnerability occurs when processing XML catalogs that contain repeated <nextCatalog> elements pointing to the same downstream catalog. A remote attacker can exploit this by supplying crafted catalogs, causing the parser to redundantly traverse catalog chains. This leads to excessive CPU consumption and degrades application availability, resulting in a denial-of-service condition.

Remediation

There is no fixed version for Debian:13 libxml2.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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

In libexpat before 2.7.4, XML_ExternalEntityParserCreate does not copy unknown encoding handler user data.

Remediation

There is no fixed version for Debian:13 expat.

References

low severity

CVE-2025-66861

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

An issue was discovered in function d_unqualified_name in file cp-demangle.c in BinUtils 2.26 allowing attackers to cause a denial of service via crafted PE file.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-66862

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

A buffer overflow vulnerability in function gnu_special in file cplus-dem.c in BinUtils 2.26 allows attackers to cause a denial of service via crafted PE file.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-66863

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

An issue was discovered in function d_discriminator in file cp-demangle.c in BinUtils 2.26 allows attackers to cause a denial of service via crafted PE file.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-66865

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

An issue was discovered in function d_print_comp_inner in file cp-demangle.c in BinUtils 2.26 allows attackers to cause a denial of service via crafted PE file.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-69644

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

An issue was discovered in Binutils before 2.46. The objdump contains a denial-of-service vulnerability when processing a crafted binary with malformed debug information. A logic flaw in the handling of DWARF location list headers can cause objdump to enter an unbounded loop and produce endless output until manually interrupted. This issue affects versions prior to the upstream fix and allows a local attacker to cause excessive resource consumption by supplying a malicious input file.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-69645

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

Binutils objdump contains a denial-of-service vulnerability when processing a crafted binary with malformed DWARF debug information. A logic error in the handling of DWARF compilation units can result in an invalid offset_size value being used inside byte_get_little_endian, leading to an abort (SIGABRT). The issue was observed in binutils 2.44. A local attacker can trigger the crash by supplying a malicious input file.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-69646

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

Binutils objdump contains a denial-of-service vulnerability when processing a crafted binary with malformed DWARF debug_rnglists data. A logic error in the handling of the debug_rnglists header can cause objdump to repeatedly print the same warning message and fail to terminate, resulting in an unbounded logging loop until the process is interrupted. The issue was observed in binutils 2.44. A local attacker can exploit this vulnerability by supplying a malicious input file, leading to excessive CPU and I/O usage and preventing completion of the objdump analysis.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-69647

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

GNU Binutils thru 2.45.1 readelf contains a denial-of-service vulnerability when processing a crafted binary with malformed DWARF loclists data. A logic flaw in the DWARF parsing code can cause readelf to repeatedly print the same table output without making forward progress, resulting in an unbounded output loop that never terminates unless externally interrupted. A local attacker can trigger this behavior by supplying a malicious input file, causing excessive CPU and I/O usage and preventing readelf from completing its analysis.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-69648

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

GNU Binutils thru 2.45.1 readelf contains a denial-of-service vulnerability when processing a crafted binary with malformed DWARF .debug_rnglists data. A logic flaw in the DWARF parsing path causes readelf to repeatedly print the same warning message without making forward progress, resulting in a non-terminating output loop that requires manual interruption. No evidence of memory corruption or code execution was observed.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity

CVE-2025-69652

  • Vulnerable module: binutils
  • Introduced through: binutils@2.44-3, binutils/binutils-common@2.44-3 and others

Detailed paths

  • Introduced through: php@apache binutils@2.44-3
  • Introduced through: php@apache binutils/binutils-common@2.44-3
  • Introduced through: php@apache binutils/binutils-x86-64-linux-gnu@2.44-3
  • Introduced through: php@apache binutils/libbinutils@2.44-3
  • Introduced through: php@apache binutils/libctf-nobfd0@2.44-3
  • Introduced through: php@apache binutils/libctf0@2.44-3
  • Introduced through: php@apache binutils/libgprofng0@2.44-3
  • Introduced through: php@apache binutils/libsframe1@2.44-3

NVD Description

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

GNU Binutils thru 2.46 readelf contains a vulnerability that leads to an abort (SIGABRT) when processing a crafted ELF binary with malformed DWARF abbrev or debug information. Due to incomplete state cleanup in process_debug_info(), an invalid debug_info_p state may propagate into DWARF attribute parsing routines. When certain malformed attributes result in an unexpected data length of zero, byte_get_little_endian() triggers a fatal abort. No evidence of memory corruption or code execution was observed; the impact is limited to denial of service.

Remediation

There is no fixed version for Debian:13 binutils.

References

low severity
new

Out-of-bounds Write

  • Vulnerable module: bzip2
  • Introduced through: bzip2@1.0.8-6 and bzip2/libbz2-1.0@1.0.8-6

Detailed paths

  • Introduced through: php@apache bzip2@1.0.8-6
  • Introduced through: php@apache bzip2/libbz2-1.0@1.0.8-6

NVD Description

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

bzip2 contains an off‑by‑one error in the bzip2recover utility. When processing a specially crafted file, the application performs an out‑of‑bounds write to a global buffer, resulting in memory corruption and a crash (denial of service).

This issue was fixed in bzip2 patch 35d122a3df8b0cc4082a4d89fdc6ee99f375fe67

Remediation

There is no fixed version for Debian:13 bzip2.

References

low severity

CVE-2025-10966

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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:13 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:13 curl.

References

low severity

CVE-2025-14017

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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:13 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:13 curl.

References

low severity

CVE-2025-14819

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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:13 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:13 curl.

References

low severity

CVE-2025-15079

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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:13 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:13 curl.

References

low severity

CVE-2025-15224

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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:13 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:13 curl.

References

low severity

CVE-2026-1965

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request.

libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead.

When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates connections and not requests, contrary to how HTTP is designed to work.

An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with user1:password1 and then does another operation to the same server also using Negotiate but with user2:password2 (while the previous connection is still alive) - the second request wrongly reused the same connection and since it then sees that the Negotiate negotiation is already made, it just sends the request over that connection thinking it uses the user2 credentials when it is in fact still using the connection authenticated for user1...

The set of authentication methods to use is set with CURLOPT_HTTPAUTH.

Applications can disable libcurl's reuse of connections and thus mitigate this problem, by using one of the following libcurl options to alter how connections are or are not reused: CURLOPT_FRESH_CONNECT, CURLOPT_MAXCONNECTS and CURLMOPT_MAX_HOST_CONNECTIONS (if using the curl_multi API).

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

CVE-2026-3783

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances.

If the hostname that the first request is redirected to has information in the used .netrc file, with either of the machine or default keywords, curl would pass on the bearer token set for the first host also to the second one.

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

CVE-2026-3784

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

curl would wrongly reuse an existing HTTP proxy connection doing CONNECT to a server, even if the new request uses different credentials for the HTTP proxy. The proper behavior is to create or use a separate connection.

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

CVE-2026-3805

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

When doing a second SMB request to the same host again, curl would wrongly use a data pointer pointing into already freed memory.

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

CVE-2026-6429

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

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

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

Improper Certificate Validation

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

A vulnerability exists where a connection requiring TLS incorrectly reuses an existing unencrypted connection from the same connection pool. If an initial transfer is made in clear-text (via IMAP, SMTP, or POP3), a subsequent request to that same host bypasses the TLS requirement and instead transmit data unencrypted.

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

Insufficiently Protected Credentials

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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

curl might erroneously pass on credentials for a first proxy to a second proxy.

This can happen when the following conditions are true:

  1. curl is setup to use specific different proxies for different URL schemes
  2. the first proxy needs credentials
  3. the second proxy uses no credentials
  4. while using the first proxy (using say http://), curl is asked to follow a redirect to a URL using another scheme (say https://), accessed using a second, different, proxy

Remediation

There is no fixed version for Debian:13 curl.

References

low severity

Open Redirect

  • Vulnerable module: curl
  • Introduced through: curl@8.14.1-2+deb13u3 and curl/libcurl4t64@8.14.1-2+deb13u3

Detailed paths

  • Introduced through: php@apache curl@8.14.1-2+deb13u3
  • Introduced through: php@apache curl/libcurl4t64@8.14.1-2+deb13u3

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:13 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:13 curl.

References

low severity

Allocation of Resources Without Limits or Throttling

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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:13 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:13 expat.

References

low severity

Insufficient Entropy

  • Vulnerable module: expat/libexpat1
  • Introduced through: expat/libexpat1@2.7.1-2

Detailed paths

  • Introduced through: php@apache expat/libexpat1@2.7.1-2

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

libexpat before 2.8.0 uses insufficient entropy, and thus hash flooding can occur via a crafted XML document.

Remediation

There is no fixed version for Debian:13 expat.

References

low severity

CVE-2026-5435

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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

The deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.2 and newer fail to enforce the caller-supplied buffer length, and can result in an out-of-bounds write when printing TSIG records.

Remediation

There is no fixed version for Debian:13 glibc.

References

low severity

CVE-2026-5928

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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

Calling the ungetwc function on a FILE stream with wide characters encoded in a character set that has overlaps between its single byte and multi-byte character encodings, in the GNU C Library version 2.43 or earlier, may result in an attempt to read bytes before an allocated buffer, potentially resulting in unintentional disclosure of neighboring data in the heap, or a program crash.

A bug in the wide character pushback implementation (_IO_wdefault_pbackfail in libio/wgenops.c) causes ungetwc() to operate on the regular character buffer (fp->_IO_read_ptr) instead of the actual wide-stream read pointer (fp->_wide_data->_IO_read_ptr). The program crash may happen in cases where fp->_IO_read_ptr is not initialized and hence points to NULL. The buffer under-read requires a special situation where the input character encoding is such that there are overlaps between single byte representations and multibyte representations in that encoding, resulting in spurious matches. The spurious match case is not possible in the standard Unicode character sets.

Remediation

There is no fixed version for Debian:13 glibc.

References

low severity

CVE-2026-6238

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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

The deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.2 and newer fail to validate the RDATA content against the RDATA length in a DNS response when processing LOC, CERT, TKEY or TSIG records, which may allow an attacker to craft a DNS response, causing a target application to crash or read uninitialized memory.

These functions are for application debugging only and hence not in the path of code executed by the DNS resolver. Further, they have been deprecated since version 2.34 and should not be used by any new applications. Applications should consider porting away from these interfaces since they may be removed in future versions.

Remediation

There is no fixed version for Debian:13 glibc.

References

low severity

Out-of-bounds Write

  • Vulnerable module: glibc/libc-bin
  • Introduced through: glibc/libc-bin@2.41-12+deb13u3, glibc/libc-dev-bin@2.41-12+deb13u3 and others

Detailed paths

  • Introduced through: php@apache glibc/libc-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc-dev-bin@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6@2.41-12+deb13u3
  • Introduced through: php@apache glibc/libc6-dev@2.41-12+deb13u3

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

Calling the scanf family of functions with a %mc (malloc'd character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow.

Remediation

There is no fixed version for Debian:13 glibc.

References

low severity

CVE-2024-26461

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.21.3-5, krb5/libk5crypto3@1.21.3-5 and others

Detailed paths

  • Introduced through: php@apache krb5/libgssapi-krb5-2@1.21.3-5
  • Introduced through: php@apache krb5/libk5crypto3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5-3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5support0@1.21.3-5

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:13 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:13 krb5.

References

low severity

Integer Underflow

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.21.3-5, krb5/libk5crypto3@1.21.3-5 and others
  • Fixed in: 1.21.3-5+deb13u1

Detailed paths

  • Introduced through: php@apache krb5/libgssapi-krb5-2@1.21.3-5
  • Introduced through: php@apache krb5/libk5crypto3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5-3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5support0@1.21.3-5

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

In MIT Kerberos 5 (aka krb5) before 1.22.3, there is an integer underflow and resultant out-of-bounds read if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, possibly causing the process to terminate in parse_message.

Remediation

Upgrade Debian:13 krb5 to version 1.21.3-5+deb13u1 or higher.

References

low severity

Memory Leak

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.21.3-5, krb5/libk5crypto3@1.21.3-5 and others

Detailed paths

  • Introduced through: php@apache krb5/libgssapi-krb5-2@1.21.3-5
  • Introduced through: php@apache krb5/libk5crypto3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5-3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5support0@1.21.3-5

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:13 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:13 krb5.

References

low severity

NULL Pointer Dereference

  • Vulnerable module: krb5/libgssapi-krb5-2
  • Introduced through: krb5/libgssapi-krb5-2@1.21.3-5, krb5/libk5crypto3@1.21.3-5 and others
  • Fixed in: 1.21.3-5+deb13u1

Detailed paths

  • Introduced through: php@apache krb5/libgssapi-krb5-2@1.21.3-5
  • Introduced through: php@apache krb5/libk5crypto3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5-3@1.21.3-5
  • Introduced through: php@apache krb5/libkrb5support0@1.21.3-5

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

In MIT Kerberos 5 (aka krb5) before 1.22.3, there is a NULL pointer dereference if an application calls gss_accept_sec_context() on a system with a NegoEx mechanism registered in /etc/gss/mech. An unauthenticated remote attacker can trigger this, causing the process to terminate in parse_nego_message.

Remediation

Upgrade Debian:13 krb5 to version 1.21.3-5+deb13u1 or higher.

References

low severity

Out-of-bounds Write

  • Vulnerable module: libtasn1-6
  • Introduced through: libtasn1-6@4.20.0-2

Detailed paths

  • Introduced through: php@apache libtasn1-6@4.20.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:13 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:13 libtasn1-6.

References

low severity

Out-of-bounds Read

  • Vulnerable module: openldap/libldap2
  • Introduced through: openldap/libldap2@2.6.10+dfsg-1

Detailed paths

  • Introduced through: php@apache openldap/libldap2@2.6.10+dfsg-1

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:13 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:13 openldap.

References

low severity
new

CVE-2025-15649

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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

IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date.

_dosToUnixTime() decodes the local-file-header last-modification date field and calls Time::Local::timelocal() without an eval guard. A header whose date field decodes to an out-of-range month, day, or hour causes timelocal() to die.

The exception propagates out of IO::Uncompress::Unzip->new($file) where callers expect undef plus $UnzipError.

Remediation

There is no fixed version for Debian:13 perl.

References

low severity
new

CVE-2026-48959

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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

IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward.

fastForward() compares length $offset (the digit count of the offset, 1 to 19) against the chunk size $c instead of $offset itself, so $c shrinks from 16 KiB to 1-19 bytes per iteration.

Extracting a named entry from an attacker supplied zip via IO::Uncompress::Unzip->new($zip, Name => $target) drives a per-byte read loop scaling with the entry's compressed size, up to the non-Zip64 4 GiB cap.

Remediation

There is no fixed version for Debian:13 perl.

References

low severity
new

CVE-2026-48961

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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

IO::Compress versions from 2.207 before 2.220 for Perl ship a zipdetails CLI tool that crashes with undefined subroutine on Info-ZIP Unix Extra Field with 8-byte UID or GID.

When decode_ux() in bin/zipdetails handles an Info-ZIP Unix Extra Field (tag 0x7875) with UID Size or GID Size set to 8, causing zipdetails to decode an 8-byte UID or GID value, it dispatches through decodeLitteEndian(), which calls a misnamed helper unpackValueQ. The actual function defined in the same file is unpackValue_Q (with underscore); the call raises 'Undefined subroutine &main::unpackValueQ' and the script exits with status 255.

Library callers of IO::Compress and IO::Uncompress are not affected; the defect is in the bundled CLI tool.

Remediation

There is no fixed version for Debian:13 perl.

References

low severity
new

CVE-2026-48962

  • Vulnerable module: perl
  • Introduced through: perl@5.40.1-6, perl/libperl5.40@5.40.1-6 and others

Detailed paths

  • Introduced through: php@apache perl@5.40.1-6
  • Introduced through: php@apache perl/libperl5.40@5.40.1-6
  • Introduced through: php@apache perl/perl-base@5.40.1-6
  • Introduced through: php@apache perl/perl-modules-5.40@5.40.1-6

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

IO::Compress versions before 2.220 for Perl can execute arbitrary code in File::GlobMapper via an attacker-controlled output glob.

_parseOutputGlob() wraps the caller-supplied output glob string in double quotes and stores it in the parser state; _getFiles() then runs the stored expression through eval STRING. A literal double quote in the output glob closes the dquote wrapper, and the characters that follow are evaluated as Perl.

Arbitrary Perl in the output glob executes at the calling process's privilege.

Remediation

There is no fixed version for Debian:13 perl.

References

low severity

CVE-2024-56433

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

Detailed paths

  • Introduced through: php@apache shadow/login.defs@1:4.17.4-2
  • Introduced through: php@apache shadow/passwd@1:4.17.4-2

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:13 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:13 shadow.

References

low severity

CVE-2025-70873

  • Vulnerable module: sqlite3/libsqlite3-0
  • Introduced through: sqlite3/libsqlite3-0@3.46.1-7+deb13u1

Detailed paths

  • Introduced through: php@apache sqlite3/libsqlite3-0@3.46.1-7+deb13u1

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

An information disclosure issue in the zipfileInflate function in the zipfile extension in SQLite v3.51.1 and earlier allows attackers to obtain heap memory via supplying a crafted ZIP file.

Remediation

There is no fixed version for Debian:13 sqlite3.

References

low severity

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

  • Vulnerable module: util-linux
  • Introduced through: util-linux@2.41-5, util-linux/bsdutils@1:2.41-5 and others

Detailed paths

  • Introduced through: php@apache util-linux@2.41-5
  • Introduced through: php@apache util-linux/bsdutils@1:2.41-5
  • Introduced through: php@apache util-linux/libblkid1@2.41-5
  • Introduced through: php@apache util-linux/liblastlog2-2@2.41-5
  • Introduced through: php@apache util-linux/libmount1@2.41-5
  • Introduced through: php@apache util-linux/libsmartcols1@2.41-5
  • Introduced through: php@apache util-linux/libuuid1@2.41-5
  • Introduced through: php@apache util-linux/login@1:4.16.0-2+really2.41-5
  • Introduced through: php@apache util-linux/mount@2.41-5

NVD Description

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

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

Remediation

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

References