Open Redirect in Hackerone St Node Module
CVE-2017-16224
st is a module for serving static files. An attacker is able to craft a request that results in an HTTP 301 (redirect) to an entirely different domain. A request for: http://some.server.com//nodesecurity.org/%2e%2e would result in a 301 to //nodesecurity.org/%2e%2e which most browsers treat as a proper redirect as // is translated into the current schema being used. Mitigating factor: In order for this to work, st must be serving from the root of a server (/) rather than the typical sub directory (/static/) and the redirect URL will end with some form of URL encoded .. ("%2e%2e", "%2e.", ".%2e").
Vulnerability class: Open Redirect
EPSS: 0.009 (55.4th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 6.1 (Medium). Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N.
Affected products
- Hackerone St Node Module — versions <=1.2.1
- St_project St
Weakness classification (CWE)
Public proof-of-concept exploits
References
- support@hackerone.com (Exploit, Third Party Advisory, x_refsource_MISC)
Frequently asked questions
- What is CVE-2017-16224?
- CVE-2017-16224 is a medium-severity vulnerability in Hackerone St Node Module, classified under URL Redirection to Untrusted Site (Open Redirect). CVSS score: 6.1/10. Published 2018-06-07.
- How severe is CVE-2017-16224?
- Medium severity. CVSS v3 base score is 6.1 out of 10.
- Is CVE-2017-16224 known to be exploited?
- 2 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.