ALT-BU-2022-7298-1
Branch c9f2 update bulletin.
Closed vulnerabilities
Modified: 2024-11-21
CVE-2022-39377
sysstat is a set of system performance tools for the Linux operating system. On 32 bit systems, in versions 9.1.16 and newer but prior to 12.7.1, allocate_structures contains a size_t overflow in sa_common.c. The allocate_structures function insufficiently checks bounds before arithmetic multiplication, allowing for an overflow in the size allocated for the buffer representing system activities. This issue may lead to Remote Code Execution (RCE). This issue has been patched in version 12.7.1.
- https://github.com/sysstat/sysstat/security/advisories/GHSA-q8r6-g56f-9w7x
- https://github.com/sysstat/sysstat/security/advisories/GHSA-q8r6-g56f-9w7x
- [debian-lts-announce] 20221113 [SECURITY] [DLA 3188-1] sysstat security update
- [debian-lts-announce] 20221113 [SECURITY] [DLA 3188-1] sysstat security update
- FEDORA-2022-9f3af921a5
- FEDORA-2022-9f3af921a5
- FEDORA-2022-5adda2d05f
- FEDORA-2022-5adda2d05f
- FEDORA-2022-dbe48a4bc7
- FEDORA-2022-dbe48a4bc7
- GLSA-202211-07
- GLSA-202211-07
Closed vulnerabilities
Modified: 2024-11-21
CVE-2021-42523
There are two Information Disclosure vulnerabilities in colord, and they lie in colord/src/cd-device-db.c and colord/src/cd-profile-db.c separately. They exist because the 'err_msg' of 'sqlite3_exec' is not releasing after use, while libxml2 emphasizes that the caller needs to release it.