# N/A
## 漏洞概述
在 Snap Creek Duplicator 1.2.42 之前版本中,存在一个安全问题。通过访问遗留的安装文件(`installer.php` 和 `installer-backup.php`),攻击者可以在数据库设置步骤中将 PHP 代码注入 `wp-config.php`,从而实现任意代码执行。
## 影响版本
- 1.2.42 之前的所有版本
## 漏洞细节
攻击者可以通过访问剩余的安装文件 (`installer.php` 和 `installer-backup.php`),在数据库设置步骤中注入 PHP 代码到 `wp-config.php`。由于这些安装文件在安装过程中未被妥善删除,攻击者可以利用这些文件执行恶意操作。
## 影响
攻击者能够注入 PHP 代码并执行任意代码,导致服务器被控制和数据泄露等严重安全问题。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | cve-2018-17207 | https://github.com/cved-sources/cve-2018-17207 | POC详情 |
| 2 | An issue was discovered in Snap Creek Duplicator before 1.2.42. By accessing leftover installer files (installer.php and installer-backup.php), an attacker can inject PHP code into wp-config.php during the database setup step, achieving arbitrary code execution. | https://github.com/projectdiscovery/nuclei-templates/blob/main/passive/cves/2018/CVE-2018-17207.yaml | POC详情 |
| 3 | An issue was discovered in Snap Creek Duplicator before 1.2.42. By accessing leftover installer files (installer.php and installer-backup.php), an attacker can inject PHP code into wp-config.php during the database setup step, achieving arbitrary code execution. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2018/CVE-2018-17207.yaml | POC详情 |
暂无评论