AUGUST 4, 2026
Live Feed
Return to register
Case File

CVE-2017-17562

HIGH · CVSS 8.1 EPSS 96.33% CISA KEV · Actively Exploited Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2017-12-12 · 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.

Detected Signals
remote code execution code execution
External Security References

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

Cross-Reference — CISA KEV

Status: This CVE is listed in CISA's Known Exploited Vulnerabilities catalog.

Ransomware use: Unknown

Added to KEV: 2021-12-10

Required action: Apply updates per vendor instructions.

CVE
CVE-2017-17562
Severity
HIGH
CVSS
8.1
EPSS
96.33%

Original Filing — NVD Description

Embedthis GoAhead before 3.6.5 allows remote code execution if CGI is enabled and a CGI program is dynamically linked. This is a result of initializing the environment of forked CGI scripts using untrusted HTTP request parameters in the cgiHandler function in cgi.c. When combined with the glibc dynamic linker, this behaviour can be abused for remote code execution using special parameter names such as LD_PRELOAD. An attacker can POST their shared object payload in the body of the request, and reference it using /proc/self/fd/0.