Files
CVEs-PoC/2014/CVE-2014-2225.md
T
2024-06-18 02:51:15 +02:00

19 lines
1.4 KiB
Markdown

### [CVE-2014-2225](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2225)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Multiple cross-site request forgery (CSRF) vulnerabilities in Ubiquiti Networks UniFi Controller before 3.2.1 allow remote attackers to hijack the authentication of administrators for requests that (1) create a new admin user via a request to api/add/admin; (2) have unspecified impact via a request to api/add/wlanconf; change the guest (3) password, (4) authentication method, or (5) restricted subnets via a request to api/set/setting/guest_access; (6) block, (7) unblock, or (8) reconnect users by MAC address via a request to api/cmd/stamgr; change the syslog (9) server or (10) port via a request to api/set/setting/rsyslogd; (11) have unspecified impact via a request to api/set/setting/smtp; change the syslog (12) server, (13) port, or (14) authentication settings via a request to api/cmd/cfgmgr; or (15) change the Unifi Controller name via a request to api/set/setting/identity.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2014/Jul/126
- http://sethsec.blogspot.com/2014/07/cve-2014-2225.html
#### Github
No PoCs found on GitHub currently.