← Back

Archlinux

archlinux

6 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Arch Linux
arch_linux

CVEs (6)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
8Almalinux
ArchlinuxGentoo+5 more
8Almalinux
Arch LinuxEnterprise Linux+5 more
Jun 29, 2026
Jan 15, 2025
N/A· v4
9.8 CRITICAL· v3
N/A· v2
A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths (s2length) in the code. When MAX_DIGEST_LEN exceeds the fixed SUM_LENGTH (16...Show more
A heap-based buffer overflow flaw was found in the rsync daemon. This issue is due to improper handling of attacker-controlled checksum lengths (s2length) in the code. When MAX_DIGEST_LEN exceeds the fixed SUM_LENGTH (16 bytes), an attacker can write out of bounds in the sum2 buffer.Show less
8Almalinux
ArchlinuxGentoo+5 more
20Almalinux
Arch LinuxDiscovery+17 more
Jun 30, 2026
Jan 14, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a p...Show more
A flaw was found in rsync. When using the `--safe-links` option, the rsync client fails to properly verify if a symbolic link destination sent from the server contains another symbolic link within it. This results in a path traversal vulnerability, which may lead to arbitrary file write outside the desired directory.Show less
8Almalinux
ArchlinuxGentoo+5 more
18Almalinux
Arch LinuxEnterprise Linux+15 more
Jun 30, 2026
Jan 14, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A path traversal vulnerability exists in rsync. It stems from behavior enabled by the `--inc-recursive` option, a default-enabled option for many client options and can be enabled by the server even if not explicitly ena...Show more
A path traversal vulnerability exists in rsync. It stems from behavior enabled by the `--inc-recursive` option, a default-enabled option for many client options and can be enabled by the server even if not explicitly enabled by the client. When using the `--inc-recursive` option, a lack of proper symlink verification coupled with deduplication checks occurring on a per-file-list basis could allow a server to write files outside of the client's intended destination directory. A malicious server could write malicious files to arbitrary locations named after valid directories/paths on the client.Show less
8Almalinux
ArchlinuxGentoo+5 more
9Almalinux
Arch LinuxEnterprise Linux+6 more
Jun 30, 2026
Jan 14, 2025
N/A· v4
6.8 MEDIUM· v3
N/A· v2
A flaw was found in rsync. It could allow a server to enumerate the contents of an arbitrary file from the client's machine. This issue occurs when files are being copied from a client to a server. During this process, t...Show more
A flaw was found in rsync. It could allow a server to enumerate the contents of an arbitrary file from the client's machine. This issue occurs when files are being copied from a client to a server. During this process, the rsync server will send checksums of local data to the client to compare with in order to determine what data needs to be sent to the server. By sending specially constructed checksum values for arbitrary files, an attacker may be able to reconstruct the data of those files byte-by-byte based on the responses from the client.Show less
8Almalinux
ArchlinuxGentoo+5 more
22Almalinux
Arch LinuxEnterprise Linux+19 more
Jul 20, 2026
Jan 14, 2025
N/A· v4
7.5 HIGH· v3
N/A· v2
A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized...Show more
A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.Show less
4Archlinux
CentosDebian+1 more
4Arch Linux
BubblewrapCentos+1 more
Jun 17, 2026
Mar 31, 2020
N/A· v4
7.8 HIGH· v3
8.5 HIGH· v2
Bubblewrap (bwrap) before version 0.4.1, if installed in setuid mode and the kernel supports unprivileged user namespaces, then the `bwrap --userns2` option can be used to make the setuid process keep running as root whi...Show more
Bubblewrap (bwrap) before version 0.4.1, if installed in setuid mode and the kernel supports unprivileged user namespaces, then the `bwrap --userns2` option can be used to make the setuid process keep running as root while being traceable. This can in turn be used to gain root permissions. Note that this only affects the combination of bubblewrap in setuid mode (which is typically used when unprivileged user namespaces are not supported) and the support of unprivileged user namespaces. Known to be affected are: * Debian testing/unstable, if unprivileged user namespaces enabled (not default) * Debian buster-backports, if unprivileged user namespaces enabled (not default) * Arch if using `linux-hardened`, if unprivileged user namespaces enabled (not default) * Centos 7 flatpak COPR, if unprivileged user namespaces enabled (not default) This has been fixed in the 0.4.1 release, and all affected users should update.Show less