|
|
Subscribe / Log in / New account

Arch Linux alert ASA-202101-40 (flatpak)

From:  Morten Linderud via arch-security <arch-security@lists.archlinux.org>
To:  arch-security@archlinux.org
Subject:  [ASA-202101-40] flatpak: sandbox escape
Date:  Thu, 28 Jan 2021 23:00:53 +0100
Message-ID:  <20210128220053.ts36hw2caewmisay@anathema>
Cc:  Morten Linderud <foxboron@archlinux.org>

Arch Linux Security Advisory ASA-202101-40 ========================================== Severity: High Date : 2021-01-20 CVE-ID : CVE-2021-21261 Package : flatpak Type : sandbox escape Remote : No Link : https://security.archlinux.org/AVG-1454 Summary ======= The package flatpak before version 1.10.0-1 is vulnerable to sandbox escape. Resolution ========== Upgrade to 1.10.0-1. # pacman -Syu "flatpak>=1.10.0-1" The problem has been fixed upstream in version 1.10.0. Workaround ========== None. Description =========== A bug was discovered in the `flatpak-portal` service that can allow sandboxed applications to execute arbitrary code on the host system (a sandbox escape). This sandbox-escape bug is present in versions from 0.11.4 and before the fixed versions 1.8.5 and 1.10.0. The Flatpak portal D-Bus service (`flatpak-portal`, also known by its D-Bus service name `org.freedesktop.portal.Flatpak`) allows apps in a Flatpak sandbox to launch their own subprocesses in a new sandbox instance, either with the same security settings as the caller or with more restrictive security settings. For example, this is used in Flatpak-packaged web browsers such as Chromium to launch subprocesses that will process untrusted web content, and give those subprocesses a more restrictive sandbox than the browser itself. In vulnerable versions, the Flatpak portal service passes caller-specified environment variables to non- sandboxed processes on the host system, and in particular to the `flatpak run` command that is used to launch the new sandbox instance. A malicious or compromised Flatpak app could set environment variables that are trusted by the `flatpak run` command, and use them to execute arbitrary code that is not in a sandbox. As a workaround, this vulnerability can be mitigated by preventing the `flatpak-portal` service from starting, but that mitigation will prevent many Flatpak apps from working correctly. This is fixed in versions 1.8.5 and 1.10.0. Impact ====== A malicious application could execute arbitrary code on the host. References ========== https://github.com/flatpak/flatpak/security/advisories/GH... https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9... https://github.com/flatpak/flatpak/commit/821249844bbb7e5... https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9... https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4... https://github.com/flatpak/flatpak/commit/39a5621e6941b9d... https://github.com/flatpak/flatpak/commit/cc1401043c07526... https://github.com/flatpak/flatpak/commit/d19f6c330aa42e1... https://security.archlinux.org/CVE-2021-21261


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds