ubuntu-cve-2021-43860
Vulnerability from osv_ubuntu
Published
2022-01-12 22:15
Modified
2026-04-22 07:40
Summary
Details

Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn't properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there's a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the "xa.metadata" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the actual metadata, from the "metadata" file to ensure it wasn't lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from before the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.


{
  "affected": [
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "flatpak",
            "binary_version": "1.0.9-0ubuntu0.4"
          },
          {
            "binary_name": "flatpak-tests",
            "binary_version": "1.0.9-0ubuntu0.4"
          },
          {
            "binary_name": "gir1.2-flatpak-1.0",
            "binary_version": "1.0.9-0ubuntu0.4"
          },
          {
            "binary_name": "libflatpak0",
            "binary_version": "1.0.9-0ubuntu0.4"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:18.04:LTS",
        "name": "flatpak",
        "purl": "pkg:deb/ubuntu/flatpak@1.0.9-0ubuntu0.4?arch=source\u0026distro=bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "0.8.7-5",
        "0.10.0-1",
        "0.10.0-2",
        "0.10.1-1",
        "0.10.2-1",
        "0.10.2.1-1",
        "0.10.2.1-2",
        "0.10.3-1",
        "0.11.1-0ubuntu1",
        "0.11.3-2",
        "0.11.3-3",
        "0.11.7-0ubuntu0.1",
        "1.0.1-0ubuntu0.1",
        "1.0.6-0ubuntu0.1",
        "1.0.7-0ubuntu0.18.04.1",
        "1.0.8-0ubuntu0.18.04.1",
        "1.0.9-0ubuntu0.1",
        "1.0.9-0ubuntu0.2",
        "1.0.9-0ubuntu0.3",
        "1.0.9-0ubuntu0.4"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "flatpak",
            "binary_version": "1.6.5-0ubuntu0.5"
          },
          {
            "binary_name": "flatpak-tests",
            "binary_version": "1.6.5-0ubuntu0.5"
          },
          {
            "binary_name": "gir1.2-flatpak-1.0",
            "binary_version": "1.6.5-0ubuntu0.5"
          },
          {
            "binary_name": "libflatpak0",
            "binary_version": "1.6.5-0ubuntu0.5"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:20.04:LTS",
        "name": "flatpak",
        "purl": "pkg:deb/ubuntu/flatpak@1.6.5-0ubuntu0.5?arch=source\u0026distro=focal"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1.4.3-1",
        "1.6.0-1",
        "1.6.1-1",
        "1.6.2-1",
        "1.6.3-1",
        "1.6.5-0ubuntu0.1",
        "1.6.5-0ubuntu0.2",
        "1.6.5-0ubuntu0.3",
        "1.6.5-0ubuntu0.4",
        "1.6.5-0ubuntu0.5"
      ]
    },
    {
      "ecosystem_specific": {
        "binaries": [
          {
            "binary_name": "flatpak",
            "binary_version": "1.12.7-1ubuntu0.1"
          },
          {
            "binary_name": "flatpak-tests",
            "binary_version": "1.12.7-1ubuntu0.1"
          },
          {
            "binary_name": "gir1.2-flatpak-1.0",
            "binary_version": "1.12.7-1ubuntu0.1"
          },
          {
            "binary_name": "libflatpak0",
            "binary_version": "1.12.7-1ubuntu0.1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:22.04:LTS",
        "name": "flatpak",
        "purl": "pkg:deb/ubuntu/flatpak@1.12.7-1ubuntu0.1?arch=source\u0026distro=jammy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1.10.2-3",
        "1.12.2-1",
        "1.12.2-2",
        "1.12.3-1",
        "1.12.4-1",
        "1.12.5-1",
        "1.12.6-1",
        "1.12.7-1",
        "1.12.7-1ubuntu0.1"
      ]
    }
  ],
  "aliases": [],
  "details": "Flatpak is a Linux application sandboxing and distribution framework. Prior to versions 1.12.3 and 1.10.6, Flatpak doesn\u0027t properly validate that the permissions displayed to the user for an app at install time match the actual permissions granted to the app at runtime, in the case that there\u0027s a null byte in the metadata file of an app. Therefore apps can grant themselves permissions without the consent of the user. Flatpak shows permissions to the user during install by reading them from the \"xa.metadata\" key in the commit metadata. This cannot contain a null terminator, because it is an untrusted GVariant. Flatpak compares these permissions to the *actual* metadata, from the \"metadata\" file to ensure it wasn\u0027t lied to. However, the actual metadata contents are loaded in several places where they are read as simple C-style strings. That means that, if the metadata file includes a null terminator, only the content of the file from *before* the terminator gets compared to xa.metadata. Thus, any permissions that appear in the metadata file after a null terminator are applied at runtime but not shown to the user. So maliciously crafted apps can give themselves hidden permissions. Users who have Flatpaks installed from untrusted sources are at risk in case the Flatpak has a maliciously crafted metadata file, either initially or in an update. This issue is patched in versions 1.12.3 and 1.10.6. As a workaround, users can manually check the permissions of installed apps by checking the metadata file or the xa.metadata key on the commit metadata.",
  "id": "UBUNTU-CVE-2021-43860",
  "modified": "2026-04-22T07:40:11Z",
  "published": "2022-01-12T22:15:00Z",
  "references": [
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2021-43860"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/flatpak/flatpak/security/advisories/GHSA-qpjc-vq3c-572j"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/flatpak/flatpak/releases/tag/1.12.3"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/flatpak/flatpak/releases/tag/1.10.6"
    },
    {
      "type": "REPORT",
      "url": "https://www.cve.org/CVERecord?id=CVE-2021-43860"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
      "type": "CVSS_V3"
    },
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
      "type": "CVSS_V3"
    },
    {
      "score": "medium",
      "type": "Ubuntu"
    }
  ],
  "upstream": [
    "CVE-2021-43860"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…