# N/A
## 漏洞概述
Linux内核中的overlayfs实现允许本地用户通过利用配置在任意命名空间中允许overlayfs的方式获取root权限。
## 影响版本
- Linux 内核:Ubuntu 版本 15.04 及之前版本中低于 3.19.0-21.21 的版本
## 漏洞细节
overlayfs 在创建文件时未能正确检查上层文件系统的权限,这种情况下,处于任意命名空间中的用户可以利用这种配置来获取root权限。
## 影响
本地用户可以通过操控overlayfs在任意命名空间内的配置,从而获取root权限,严重威胁系统安全。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | This is my SNP project where my ID is IT19366128 | https://github.com/SR7-HACKING/LINUX-VULNERABILITY-CVE-2015-1328 | POC详情 |
| 2 | compiled CVE-2015-1328 | https://github.com/notlikethis/CVE-2015-1328 | POC详情 |
| 3 | kernel exploit | https://github.com/0x1ns4n3/CVE-2015-1328-GoldenEye | POC详情 |
| 4 | None | https://github.com/BlackFrog-hub/cve-2015-1328 | POC详情 |
| 5 | kernel exploit | https://github.com/elit3pwner/CVE-2015-1328-GoldenEye | POC详情 |
| 6 | CVE: 2015-1328 On python test | https://github.com/YastrebX/CVE-2015-1328 | POC详情 |
| 7 | None | https://github.com/devtz007/overlayfs_CVE-2015-1328 | POC详情 |
| 8 | None | https://github.com/1mgR00T/CVE-2015-1328 | POC详情 |
| 9 | Custom vulnerable VM (Ubuntu 14.04) designed for teaching multi-stage penetration testing. Features 10 interconnected challenges across Forensics, Web Exploitation (SQLi, XSS), Cryptography, and Kernel Exploitation (OverlayFS/CVE-2015-1328) to achieve full root compromise. | https://github.com/thieveshkar/RootQuest-CTF-Box-Multi-Stage-Exploitation-VM | POC详情 |
| 10 | A Proof of Concept (PoC) exploit for CVE-2015-1328 | https://github.com/0xf1d0/CVE-2015-1328 | POC详情 |
暂无评论