Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThis was deemed not a vulnerability.
ghost is a publishing platform
Affected versions of this package are vulnerable to Authentication Bypass by Spoofing through the misuse of multiple X-Forwarded-For
headers with varying values. An attacker can circumvent the authentication rate-limiting controls by supplying numerous distinct header values. This is only exploitable if the Ghost installation is not behind a reverse proxy that filters untrusted X-Forwarded-For
headers.
NOTE:
The vendor's position is that Ghost should be installed with a reverse proxy that allows only trusted X-Forwarded-For headers. It is not a vulnerability in the application itself but a misconfiguration on the proxy server.
Access the admin area prior to the authentication phase.
Send multiple login requests to a single staff user with invalid passwords.
Notice the blocking message returned in the HTTP response after five times, indicating the IP address has been blocked temporarily.
Add the “X-Forwarded-For” header to the request using Proxy tools and set it to a different value on each attempt.
Proceed with the Brute Force attack until a successful attempt has been made to guess the correct user’s password.
Obtain unauthorized access to the admin area.