AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2017-5244

LOW · CVSS 3.5 EPSS 0.72% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2017-06-15 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
metasploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2017-5244
Severity
LOW
CVSS
3.5
EPSS
0.72%
Java

Original NVD 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.