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 pimcore/admin-ui-classic-bundle
to version 1.3.4 or higher.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') due to the invitationLinkAction
function in the UserController improperly trusting user input when generating URLs. An attacker can manipulate the HTTP host header in requests to the /admin/user/invitationlink endpoint, leading to the generation of URLs with the attacker's domain. This can be exploited to perform phishing attacks by making the URLs in the invitation links emails point to an attacker-controlled domain.
POST /admin/user/invitationlink HTTP/1.1
Host: attacker-domain.evil
Cookie: PHPSESSID=test
X-pimcore-extjs-version-major: 7
X-pimcore-extjs-version-minor: 0
X-Requested-With: XMLHttpRequest
X-pimcore-csrf-token: 961c37cf60edfdc2eec5a705cb048aaa8c32804d
username=[username of a valid user]