CVE-2017-5244

low
Published 2017-06-15 · Modified 2026-05-13
CVSS v3
3.5
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L
CVSS v2
3.5
VIR risk
3.5

Description

Routes used to stop running Metasploit tasks (either particular ones or all tasks) allowed GET requests. Only POST requests should have been allowed, as the stop/stop_all routes change the state of the service. This could have allowed an attacker to stop currently-running Metasploit tasks by getting an authenticated user to execute JavaScript. As of Metasploit 4.14.0 (Update 2017061301), the routes for stopping tasks only allow POST requests, which validate the presence of a secret token to prevent CSRF attacks.

Predictions

Exploit likelihood
45%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: cve@rapid7.com — https://community.rapid7.com/community/metasploit/blog/2017/06/15/r7-2017-16-cve-2017-5244-lack-of-csrf-protection-for-stopping-tasks-in-metasploit-pro-express-and-community-editions-fixed

Application impact

VendorProductVersionsFixed
rapid7metasploit{"endIncluding":"4.13.19"}

References

CWEs

CWE-352

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