登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
115
Star
0
Fork
28
src-openEuler
/
flatpak
代码
Issues
2
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
CVE-2021-21261
已完成
#I2OXBF
CVE和安全问题
openeuler-ci-bot
拥有者
创建于
2021-01-27 06:00
一、漏洞信息 漏洞编号:[CVE-2021-21261](https://nvd.nist.gov/vuln/detail/CVE-2021-21261) 漏洞归属组件:[flatpak](https://gitee.com/src-openeuler/flatpak) 漏洞归属的版本:1.0.3 CVSS V3.0分值: BaseScore:8.8 High Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H 漏洞简述: Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. 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 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. 漏洞公开时间:2021-01-15 04:15 漏洞创建时间:2021-01-27 06:00:18 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2021-21261 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | MISC | https://github.com/flatpak/flatpak/releases/tag/1.8.5 | | | CONFIRM | https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2 | | | DEBIAN | https://www.debian.org/security/2021/dsa-4830 | | | MISC | https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba | | | MISC | https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486 | | | MISC | https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4 | | | MISC | https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b | | | GENTOO | https://security.gentoo.org/glsa/202101-21 | | | redhat | https://access.redhat.com/security/cve/CVE-2021-21261 | | | github | https://github.com/flatpak/flatpak/commit/57416f380600d9754df12baf5b227144ff1bb54d | | | github | https://github.com/flatpak/flatpak/commit/6a11007021658518c088ba0cc5e4da27962a940a | | | github | https://github.com/flatpak/flatpak/commit/dcd24941c7087c5f7e8033abe50b178ac02a34af | | | github | https://github.com/flatpak/flatpak/commit/fb1eaefbceeb73f02eb1bc85865d74a414faf8b8 | | | github | https://github.com/flatpak/flatpak/releases/tag/1.8.5 | | | github | https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2 | | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: openBrain开源漏洞感知系统 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> 无 </details> 二、漏洞分析结构反馈 影响性分析说明: Flatpak是一套用于Linux桌面应用计算机环境的应用程序虚拟化系统。 Flatpak 存在注入漏洞,该漏洞源于flatpak-portal允许沙箱应用程序在主机系统上执行任意代码(沙箱逃脱)。 openEuler评分: 8.8 Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H 受影响版本排查(受影响/不受影响): 1.mainline:受影响 2.openEuler-20.03-LTS(1.0.3):受影响 3.openEuler-20.03-LTS-Next(1.0.3):受影响 4.openEuler-20.03-LTS-SP1(1.0.3):受影响 5.openEuler-20.09(1.0.3):受影响 6.openEuler-21.03(1.0.3):受影响 修复是否涉及abi变化(是/否): 1.openEuler-20.03-LTS-SP1(1.0.3): 2.openEuler-20.03-LTS-SP3(1.0.3): 3.openEuler-22.03-LTS(1.10.2): 4.openEuler-22.03-LTS-SP1(1.10.2): 三、漏洞修复 安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2021-1043
一、漏洞信息 漏洞编号:[CVE-2021-21261](https://nvd.nist.gov/vuln/detail/CVE-2021-21261) 漏洞归属组件:[flatpak](https://gitee.com/src-openeuler/flatpak) 漏洞归属的版本:1.0.3 CVSS V3.0分值: BaseScore:8.8 High Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H 漏洞简述: Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. 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 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. 漏洞公开时间:2021-01-15 04:15 漏洞创建时间:2021-01-27 06:00:18 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2021-21261 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | MISC | https://github.com/flatpak/flatpak/releases/tag/1.8.5 | | | CONFIRM | https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2 | | | DEBIAN | https://www.debian.org/security/2021/dsa-4830 | | | MISC | https://github.com/flatpak/flatpak/commit/cc1401043c075268ecc652eac557ef8076b5eaba | | | MISC | https://github.com/flatpak/flatpak/commit/6d1773d2a54dde9b099043f07a2094a4f1c2f486 | | | MISC | https://github.com/flatpak/flatpak/commit/aeb6a7ab0abaac4a8f4ad98b3df476d9de6b8bd4 | | | MISC | https://github.com/flatpak/flatpak/commit/6e5ae7a109cdfa9735ea7ccbd8cb79f9e8d3ae8b | | | GENTOO | https://security.gentoo.org/glsa/202101-21 | | | redhat | https://access.redhat.com/security/cve/CVE-2021-21261 | | | github | https://github.com/flatpak/flatpak/commit/57416f380600d9754df12baf5b227144ff1bb54d | | | github | https://github.com/flatpak/flatpak/commit/6a11007021658518c088ba0cc5e4da27962a940a | | | github | https://github.com/flatpak/flatpak/commit/dcd24941c7087c5f7e8033abe50b178ac02a34af | | | github | https://github.com/flatpak/flatpak/commit/fb1eaefbceeb73f02eb1bc85865d74a414faf8b8 | | | github | https://github.com/flatpak/flatpak/releases/tag/1.8.5 | | | github | https://github.com/flatpak/flatpak/security/advisories/GHSA-4ppf-fxf6-vxg2 | | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: openBrain开源漏洞感知系统 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> 无 </details> 二、漏洞分析结构反馈 影响性分析说明: Flatpak是一套用于Linux桌面应用计算机环境的应用程序虚拟化系统。 Flatpak 存在注入漏洞,该漏洞源于flatpak-portal允许沙箱应用程序在主机系统上执行任意代码(沙箱逃脱)。 openEuler评分: 8.8 Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H 受影响版本排查(受影响/不受影响): 1.mainline:受影响 2.openEuler-20.03-LTS(1.0.3):受影响 3.openEuler-20.03-LTS-Next(1.0.3):受影响 4.openEuler-20.03-LTS-SP1(1.0.3):受影响 5.openEuler-20.09(1.0.3):受影响 6.openEuler-21.03(1.0.3):受影响 修复是否涉及abi变化(是/否): 1.openEuler-20.03-LTS-SP1(1.0.3): 2.openEuler-20.03-LTS-SP3(1.0.3): 3.openEuler-22.03-LTS(1.10.2): 4.openEuler-22.03-LTS-SP1(1.10.2): 三、漏洞修复 安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2021-1043
评论 (
5
)
登录
后才可以发表评论
状态
已完成
待办的
已挂起
进行中
已完成
已拒绝
负责人
未设置
small_leek
small_leek
负责人
协作者
+负责人
+协作者
标签
CVE/FIXED
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (27)
标签 (30)
master
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP1
openEuler-24.03-LTS
openEuler-22.03-LTS-SP4
openEuler-22.03-LTS-SP3
openEuler-24.03-LTS-Next
openEuler-24.03-LTS-SP3
openEuler-25.09
openEuler-25.03
openEuler-22.03-LTS-SP1
openEuler-24.09
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS
openEuler-22.03-LTS-Next
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP2
openEuler-20.03-LTS-SP3
openEuler-20.03-LTS
openEuler-22.09
openEuler-23.03
openEuler-23.09
openEuler-20.03-LTS-Next
openEuler-21.09
openEuler-21.03
openEuler-20.09
openEuler-25.09-release
openEuler-24.03-LTS-SP2-update-20250711
openEuler-22.03-LTS-SP3-update-20250704
openEuler-22.03-LTS-SP4-update-20250704
openEuler-24.03-LTS-update-20250704
openEuler-24.03-LTS-SP1-update-20250704
openEuler-24.03-LTS-SP2-release
openEuler-25.03-release
openEuler-24.03-LTS-SP1-release
openEuler-22.03-LTS-SP4-update-before-20241025
openEuler-22.03-LTS-SP4-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-22.03-LTS-SP3-release
openEuler-23.09-rc5
openEuler-22.03-LTS-SP1-release
openEuler-22.09-release
openEuler-22.09-rc5
openEuler-22.09-20220829
openEuler-22.03-LTS-20220331
openEuler-22.03-LTS-round5
openEuler-22.03-LTS-round3
openEuler-22.03-LTS-round2
openEuler-22.03-LTS-round1
openEuler-20.03-LTS-SP3-release
openEuler-20.03-LTS-SP2-20210624
openEuler-21.03-20210330
openEuler-20.03-LTS-20200606
openEuler-20.09-20200928
openEuler-20.03-LTS-tag
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/flatpak.git
git@gitee.com:src-openeuler/flatpak.git
src-openeuler
flatpak
flatpak
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册