elfutils 0.176-1.1ubuntu0.1 source package in Ubuntu
Changelog
elfutils (0.176-1.1ubuntu0.1) focal-security; urgency=medium * SECURITY UPDATE: infinite loop via a crafted file - debian/patches/CVE-2021-33294.patch: fix bounds checks and replace asserts with errors in src/readelf.c. - CVE-2021-33294 * SECURITY UPDATE: heap-based buffer overwrite and reachable assertion - debian/patches/CVE-2020-21047.patch: fix bounds checks and replace asserts with errors in libcpu/i386_data.h and libcpu/i386_disasm.c. - CVE-2020-21047 -- Camila Camargo de Matos <email address hidden> Mon, 28 Aug 2023 14:26:02 -0300
Upload details
- Uploaded by:
- Camila Camargo de Matos
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | updates | main | libs | |
Focal | security | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
elfutils_0.176.orig.tar.bz2 | 8.2 MiB | eb5747c371b0af0f71e86215a5ebb88728533c3a104a43d4231963f308cd1023 |
elfutils_0.176.orig.tar.bz2.asc | 455 bytes | 51474b579b25fc799de0777e241c83605427d2903f8d28524ef6af42f75931fd |
elfutils_0.176-1.1ubuntu0.1.debian.tar.xz | 32.4 KiB | 1e1bd51a76f394991b5eaa4084659ac1ed08857b5733b63d8709f4df6b062c24 |
elfutils_0.176-1.1ubuntu0.1.dsc | 2.3 KiB | 62db3fbc3085743e4ff56ab6217f6121fa0699271da090981ff3efeaff7c5ac2 |
Available diffs
Binary packages built by this source
- elfutils: collection of utilities to handle ELF objects
Elfutils is a collection of utilities, including eu-ld (a linker),
eu-nm (for listing symbols from object files), eu-size (for listing the
section sizes of an object or archive file), eu-strip (for discarding
symbols), eu-readelf (to see the raw ELF file structures), and eu-elflint
(to check for well-formed ELF files).
- elfutils-dbgsym: debug symbols for elfutils
- libasm-dev: libasm development libraries and header files
libasm1 allows you to create ELF files on a low level.
.
This package contains development libraries and header files for libasm1.
- libasm1: library with a programmable assembler interface
The libasm1 package provides a library with a programmable assembler
interface. It allows you to create ELF files on a low level.
.
This library is part of elfutils.
- libasm1-dbgsym: debug symbols for libasm1
- libdw-dev: libdw1 development libraries and header files
libdw1 provides a library that provides access to DWARF debug information
stored inside ELF files.
.
This package contains development libraries and header files for libdw1.
.
It also contains a static version of libdw. Only link to the static version
for special cases and when you don't need anything from the ebl backends.
- libdw1: library that provides access to the DWARF debug information
libdw1 provides a library that provides access to DWARF debug information
stored inside ELF files.
.
This library is part of elfutils.
- libdw1-dbgsym: debug symbols for libdw1
- libelf-dev: libelf1 development libraries and header files
libelf1 provides a shared library which allows reading and writing of ELF
files on a high level.
.
This package contains development libraries and header files for libelf1.
- libelf1: library to read and write ELF files
The libelf1 package provides a shared library which allows reading and
writing ELF files on a high level. Third party programs depend on
this package to read internals of ELF files. The programs of the
elfutils package use it also to generate new ELF files.
.
This library is part of elfutils.
- libelf1-dbgsym: debug symbols for libelf1