一、漏洞信息
漏洞编号:CVE-2023-5557
漏洞归属组件:tracker3-miners
漏洞归属的版本:3.4.2
CVSS V3.0分值:
BaseScore:7.7 High
Vector:CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
漏洞简述:
A flaw was found in the tracker-miners package. A weakness in the sandbox allows a maliciously-crafted file to execute code outside the sandbox if the tracker-extract process has first been compromised by a separate vulnerability.
漏洞公开时间:2023-10-13 10:15
漏洞创建时间:2023-10-27 15:35:51
漏洞详情参考链接:
https://nvd.nist.gov/vuln/detail/CVE-2023-5557
漏洞分析指导链接:
https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md
漏洞数据来源:
其它
漏洞补丁信息:
二、漏洞分析结构反馈
影响性分析说明:
A series of structural changes to have no special threads wrt seccomp rules in the tracker-extract-3 process, and apply these integrally to the whole process:Error reports are handled by emitting a D-Bus signal on org.freedesktop.Tracker3.Extract, picked up by tracker-miner-fs-3.Configuration usage has been cleaned up from the extractor, and the essentials (i.e. max-bytes for plain text content) are read from a property at org.freedesktop.Tracker3.Files from the tracker-miner-fs-3 side.Persistence and error recovery is handled through a memfd handed by org.freedesktop.Tracker3.FilesGstRegistry has been made less fork-happyWith these questions that made us have a special thread solved, the merge request also performs the necessary changes to apply seccomp to the full process.
openEuler评分:
7.7
Vector:CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
受影响版本排查(受影响/不受影响):
1.openEuler-22.03-LTS(3.0.5):受影响
2.openEuler-22.03-LTS-Next(3.0.5):受影响
3.openEuler-22.03-LTS-SP1(3.0.5):受影响
4.openEuler-22.03-LTS-SP2(3.0.5):受影响
5.openEuler-22.03-LTS-SP3(3.0.5):受影响
6.openEuler-22.03-LTS-SP4(3.0.5):受影响
7.openEuler-23.09(3.4.2):受影响
8.master(3.6.2):不受影响
9.openEuler-24.03-LTS(3.6.2):不受影响
10.openEuler-24.03-LTS-Next(3.6.2):不受影响
修复是否涉及abi变化(是/否):
1.master(3.6.2):否
2.openEuler-22.03-LTS(3.0.5):否
3.openEuler-22.03-LTS-Next(3.0.5):否
4.openEuler-22.03-LTS-SP1(3.0.5):否
5.openEuler-22.03-LTS-SP2(3.0.5):否
6.openEuler-22.03-LTS-SP3(3.0.5):否
7.openEuler-22.03-LTS-SP4(3.0.5):否
8.openEuler-23.09(3.4.2):否
9.openEuler-24.03-LTS(3.6.2):否
10.openEuler-24.03-LTS-Next(3.6.2):否
三、漏洞修复
安全公告链接:https://www.openeuler.org/zh/security/safety-bulletin/detail/?id=openEuler-SA-2024-1733
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
影响性分析说明:
openEuler评分: (评分和向量)
受影响版本排查(受影响/不受影响):
1.master(3.6.2):不受影响
2.openEuler-22.03-LTS(3.0.5):受影响
3.openEuler-22.03-LTS-Next(3.0.5):受影响
4.openEuler-22.03-LTS-SP1(3.0.5):受影响
5.openEuler-22.03-LTS-SP2(3.0.5):受影响
6.openEuler-22.03-LTS-SP3(3.0.5):受影响
7.openEuler-22.03-LTS-SP4(3.0.5):受影响
8.openEuler-23.09(3.4.2):受影响
9.openEuler-24.03-LTS(3.6.2):不受影响
10.openEuler-24.03-LTS-Next(3.6.2):不受影响
修复是否涉及abi变化(是/否):
1.master(3.6.2):否
2.openEuler-22.03-LTS(3.0.5):否
3.openEuler-22.03-LTS-Next(3.0.5):否
4.openEuler-22.03-LTS-SP1(3.0.5):否
5.openEuler-22.03-LTS-SP2(3.0.5):否
6.openEuler-22.03-LTS-SP3(3.0.5):否
7.openEuler-22.03-LTS-SP4(3.0.5):否
8.openEuler-23.09(3.4.2):否
9.openEuler-24.03-LTS(3.6.2):否
10.openEuler-24.03-LTS-Next(3.6.2):否
影响性分析说明:
A series of structural changes to have no special threads wrt seccomp rules in the tracker-extract-3 process, and apply these integrally to the whole process:
Error reports are handled by emitting a D-Bus signal on org.freedesktop.Tracker3.Extract, picked up by tracker-miner-fs-3.
Configuration usage has been cleaned up from the extractor, and the essentials (i.e. max-bytes for plain text content) are read from a property at org.freedesktop.Tracker3.Files from the tracker-miner-fs-3 side.
Persistence and error recovery is handled through a memfd handed by org.freedesktop.Tracker3.Files
GstRegistry has been made less fork-happy
With these questions that made us have a special thread solved, the merge request also performs the necessary changes to apply seccomp to the full process.
openEuler评分: (评分和向量)
7.7
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
受影响版本排查(受影响/不受影响):
1.master(3.6.2):不受影响
2.openEuler-22.03-LTS(3.0.5):受影响
3.openEuler-22.03-LTS-Next(3.0.5):受影响
4.openEuler-22.03-LTS-SP1(3.0.5):受影响
5.openEuler-22.03-LTS-SP2(3.0.5):受影响
6.openEuler-22.03-LTS-SP3(3.0.5):受影响
7.openEuler-22.03-LTS-SP4(3.0.5):受影响
8.openEuler-23.09(3.4.2):受影响
9.openEuler-24.03-LTS(3.6.2):不受影响
10.openEuler-24.03-LTS-Next(3.6.2):不受影响
修复是否涉及abi变化(是/否):
1.master(3.6.2):否
2.openEuler-22.03-LTS(3.0.5):否
3.openEuler-22.03-LTS-Next(3.0.5):否
4.openEuler-22.03-LTS-SP1(3.0.5):否
5.openEuler-22.03-LTS-SP2(3.0.5):否
6.openEuler-22.03-LTS-SP3(3.0.5):否
7.openEuler-22.03-LTS-SP4(3.0.5):否
8.openEuler-23.09(3.4.2):否
9.openEuler-24.03-LTS(3.6.2):否
10.openEuler-24.03-LTS-Next(3.6.2):否
Sign in to comment
FileDragTip