ISOMAN

Filtered CVEs

Arch Linux CVEs

CVEs linked to tracked Arch Linux releases.

Release Context

  1. Arch Linux · 0.1 i686 full
  2. Arch Linux · 0.2 i686 full
  3. Arch Linux · 0.3 i686 full
  4. Arch Linux · 0.4 i686 full
  5. Arch Linux · 0.4 i686 scsi
  6. Arch Linux · 0.5 i686 base
  7. Arch Linux · 0.5 i686 full
  8. Arch Linux · 0.6 i686 base
  9. Arch Linux · 0.6 i686 full
  10. Arch Linux · 0.7 i686 base
  11. Arch Linux · 0.7 i686 full
  12. Arch Linux · 0.7.1 i686 base
  13. Arch Linux · 0.7.1 i686 full
  14. Arch Linux · 0.7.2 i686 base
  15. Arch Linux · 0.7.2 x86_64 base
  16. Arch Linux · 0.7.2 i686 ftp
  17. Arch Linux · 0.7.2 x86_64 ftp
  18. Arch Linux · 0.7.2 i686 full
  19. Arch Linux · 0.7.2 x86_64 full
  20. Arch Linux · 0.8 i686 base
  21. Arch Linux · 0.8 x86_64 base
  22. Arch Linux · 0.8 i686 ftp
  23. Arch Linux · 0.8 x86_64 ftp
  24. Arch Linux · 0.8 i686 full
  25. Arch Linux · 0.8 x86_64 full
  26. Arch Linux · 2008.06 i686 core
  27. Arch Linux · 2008.06 x86_64 core
  28. Arch Linux · 2008.06 i686 ftp
  29. Arch Linux · 2008.06 x86_64 ftp
  30. Arch Linux · 2009.02 i686 ftp
  31. Arch Linux · 2009.02 i686 core
  32. Arch Linux · 2009.02 x86_64 core
  33. Arch Linux · 2009.02 x86_64 ftp
  34. Arch Linux · 2009.08 i686 core
  35. Arch Linux · 2009.08 x86_64 core
  36. Arch Linux · 2009.08 i686 netinstall
  37. Arch Linux · 2009.08 x86_64 netinstall
  38. Arch Linux · 2010.05 dual core
  39. Arch Linux · 2010.05 i686 core
  40. Arch Linux · 2010.05 x86_64 core

6 CVEs

  1. CVE-2024-12084
    CRITICAL · CVSS 9.8 ·

    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.

  2. CVE-2024-12088
    MEDIUM · CVSS 6.5 ·

    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.

  3. CVE-2024-12087
    MEDIUM · CVSS 6.5 ·

    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.

  4. CVE-2024-12086
    MEDIUM · CVSS 6.1 ·

    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.

  5. CVE-2024-12085
    HIGH · CVSS 7.5 ·

    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.

  6. CVE-2020-5291
    HIGH · CVSS 7.2 ·

    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.