Linux Kernel 3.12.14/3.13.6 于 PowerPC process.c arch_dup_task_struct 权限提升

| CVSS 元临时分数 | 当前攻击价格 (≈) | CTI兴趣分数 |
|---|---|---|
| 5.4 | $0-$5k | 0.00 |
摘要
在Linux Kernel 3.12.14/3.13.6中曾发现一漏洞, 此漏洞被申报为棘手。 受此漏洞影响的是功能arch_dup_task_struct文件:arch/powerpc/kernel/process.c。 由于被操作,进而引发 权限提升。 该漏洞编号为CVE-2014-2673。 没有现成的漏洞利用。 推荐安装补丁来解决该问题。
细节
在Linux Kernel 3.12.14/3.13.6中曾发现一漏洞, 此漏洞被申报为棘手。 受此漏洞影响的是功能arch_dup_task_struct文件:arch/powerpc/kernel/process.c。 由于被操作,进而引发 权限提升。 通过 CWE 声明此问题将指向 CWE-20。 此漏洞的脆弱性 2014-03-03由公示人Adhemerval Zanella Neto、公示人身份powerpc/tm: Fix crash when forking inside a transaction、公示人类型为GIT Commit (GIT Repository)所分享。 请访问 git.kernel.org 下载该通告。
该漏洞编号为CVE-2014-2673。 CVE是在2014-03-30分配的。 技术细节已公开。 此漏洞的受欢迎程度低于平均值。 没有现成的漏洞利用。 目前,大约是 USD $0-$5k。 通告提到:
When we fork/clone we currently don't copy any of the TM state to the new thread. This results in a TM bad thing (program check) when the new process is switched in as the kernel does a tmrechkpt with TEXASR FS not set. Also, since R1 is from userspace, we trigger the bad kernel stack pointer detection.
作为零日漏洞,其地下市场的估计价格约为$5k-$25k。 Nessus 提供了编号为 74213 的漏洞插件。 它已分配至系列:Ubuntu Local Security Checks, 商业漏洞扫描器Qualys能够使用插件195508 (Ubuntu Security Notification for Linux-lts-saucy Vulnerabilities (USN-2225-1))检测此问题。
该漏洞修复程序已可在git.kernel.org下载。 推荐安装补丁来解决该问题。 在漏洞披露后 立即,已经有可能的缓解措施发布。 此漏洞将通过以下代码实现修复:
__switch_to_tm(src); tm_recheckpoint_new_task(src);
该安全漏洞还在其他漏洞数据库中被收录:SecurityFocus (BID 66477), X-Force (92113), Secunia (SA57436), Vulnerability Center (SBV-45939) , Tenable (74213)。
产品
类型
供应商
名称
版本
许可证
网站
CPE 2.3
CPE 2.2
CVSSv4
VulDB 向量: 🔍VulDB 可靠性: 🔍
CVSSv3
VulDB 元基础分数: 6.2VulDB 元临时分数: 5.4
VulDB 基本分数: 6.2
VulDB 临时得分: 5.4
VulDB 向量: 🔍
VulDB 可靠性: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 向量 | 复杂性 | 身份验证 | 保密 | 完整性 | 可用性 |
|---|---|---|---|---|---|
| 开锁 | 开锁 | 开锁 | 开锁 | 开锁 | 开锁 |
| 开锁 | 开锁 | 开锁 | 开锁 | 开锁 | 开锁 |
| 开锁 | 开锁 | 开锁 | 开锁 | 开锁 | 开锁 |
VulDB 基本分数: 🔍
VulDB 临时得分: 🔍
VulDB 可靠性: 🔍
NVD 基本分数: 🔍
利用
分类: 权限提升CWE: CWE-20
CAPEC: 🔍
ATT&CK: 🔍
身体的: 部分
本地: 是
远程: 否
可用性: 🔍
状态: 未经证实
EPSS Score: 🔍
EPSS Percentile: 🔍
价格预测: 🔍
当前价格估算: 🔍
| 0-Day | 开锁 | 开锁 | 开锁 | 开锁 |
|---|---|---|---|---|
| 今天 | 开锁 | 开锁 | 开锁 | 开锁 |
Nessus ID: 74213
Nessus 名称: Ubuntu 12.04 LTS : linux-lts-saucy vulnerabilities (USN-2225-1)
Nessus 文件: 🔍
Nessus 风险: 🔍
Nessus 家庭: 🔍
OpenVAS ID: 80056
OpenVAS 名称: Oracle Linux Local Check: ELSA-2014-1023
OpenVAS 文件: 🔍
OpenVAS 家庭: 🔍
Qualys ID: 🔍
Qualys 名称: 🔍
威胁情报
利益: 🔍活跃演员: 🔍
活跃的APT团体: 🔍
对策
建议: 补丁状态: 🔍
反应时间: 🔍
0天时间: 🔍
曝光时间: 🔍
补丁: git.kernel.org
时间轴
2014-03-03 🔍2014-03-03 🔍
2014-03-27 🔍
2014-03-27 🔍
2014-03-30 🔍
2014-04-01 🔍
2014-04-01 🔍
2014-05-28 🔍
2014-08-26 🔍
2021-06-16 🔍
来源
供应商: kernel.org公告: powerpc/tm: Fix crash when forking inside a transaction
研究人员: Adhemerval Zanella Neto
状态: 已确认
确认: 🔍
CVE: CVE-2014-2673 (🔍)
GCVE (CVE): GCVE-0-2014-2673
GCVE (VulDB): GCVE-100-12726
OVAL: 🔍
X-Force: 92113 - Linux Kernel arch_dup_task_struct() denial of service, Medium Risk
SecurityFocus: 66477 - Linux Kernel 'arch_dup_task_struct()' Function Local Denial of Service Vulnerability
Secunia: 57436 - Linux Kernel PowerPC Fork/Clone Denial of Service Vulnerability, Not Critical
Vulnerability Center: 45939 - Linux Kernel <3.13.7 on PowerPC Local DoS Related to Transactional State, Medium
另见: 🔍
条目
已创建: 2014-04-01 10時37分已更新: 2021-06-16 10時58分
更改: 2014-04-01 10時37分 (80), 2017-06-05 10時10分 (8), 2021-06-16 10時58分 (2)
完整: 🔍
Cache ID: 216:EFC:103
暂时没有任何评论。 语言: zh + en.
请登录后发表评论。