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 applicationsUpgrade nova
to version 23.0.2, 22.3.0, 21.2.3 or higher.
nova is an OpenStack Nova provides a cloud computing fabric controller, supporting a wide variety of compute technologies, including: libvirt (KVM, Xen, LXC and more), Hyper-V, VMware, XenServer, OpenStack Ironic and PowerVM.
Affected versions of this package are vulnerable to Open Redirect. The console proxies used (novnc
, serial
, spice
) run in a websockify
server whose request handler inherits from the python standard SimpleHTTPRequestHandler
. There is a known issue in the SimpleHTTPRequestHandler
which allows open redirects by way of URLs in the following format: http://vncproxy.my.domain.com//example.com/%2F..
, which if visited, will redirect a user to example.com
.