AUGUST 4, 2026
Live Feed
Return to register
Case File

CVE-2017-14604

MEDIUM · CVSS 6.5 EPSS 2.47% Public Exploit

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

Field Assessment

AI analysis pending.

Exhibit — Public Exploit Signal

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

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

CVE
CVE-2017-14604
Severity
MEDIUM
CVSS
6.5
EPSS
2.47%

Original Filing — NVD Description

GNOME Nautilus before 3.23.90 allows attackers to spoof a file type by using the .desktop file extension, as demonstrated by an attack in which a .desktop file's Name field ends in .pdf but this file's Exec field launches a malicious "sh -c" command. In other words, Nautilus provides no UI indication that a file actually has the potentially unsafe .desktop extension; instead, the UI only shows the .pdf extension. One (slightly) mitigating factor is that an attack requires the .desktop file to have execute permission. The solution is to ask the user to confirm that the file is supposed to be treated as a .desktop file, and then remember the user's answer in the metadata::trusted field.