# N/A
## 漏洞概述
Oracle Solaris 产品中的可插拔身份验证模块(PAM)组件存在漏洞。该漏洞使未认证的攻击者可以通过多种协议进行网络攻击,从而危及 Oracle Solaris 系统。成功的攻击可能导致系统接管。
## 影响版本
受此漏洞影响的版本包括 Solaris 10 和 11。
## 细节
- **漏洞等级**: 易于利用。
- **攻击场景**: 未认证的攻击者可利用多种网络协议进行攻击。
- **影响范围**: 虽然漏洞存在于 Oracle Solaris,但攻击可能严重影响其他产品。
- **漏洞影响**: 系统被接管。
## 影响
该漏洞影响所有受支持的 Solaris 10 和 11 版本,但不包括 Solaris 11.1 及更高版本,以及 ZFSSA 8.7 及更高版本。CVSS 3.1 基础评分为 10.0,影响包括机密性、完整性和可用性。CVSS 向量为 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | This is a basic ROP based exploit for CVE 2020-14871. CVE 2020-14871 is a vulnerability in Sun Solaris systems libpam library, and exploitable over ssh | https://github.com/robidev/CVE-2020-14871-Exploit | POC详情 |
2 | This is a little Python script to detect the "EvilSun" vulnerability (CVE-2020-14871) on Solaris systems. The vulnerability is a buffer overflow in the Pluggable Authentication Module (PAM) `pam_unix_auth` when handling keyboard-interactive authentication in SSH. | https://github.com/FromPartsUnknown/EvilSunCheck | POC详情 |
暂无评论