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 aimeos/aimeos-core
to version 2024.04.5 or higher.
Affected versions of this package are vulnerable to External Control of File Name or Path through the image upload functionality. An attacker can execute arbitrary code by uploading a crafted PHP file and exploiting a path traversal vulnerability.
Login to your low privilege aimeos (role = editor) account & go to catalog --> Products --> Select any product --> Media
Upload PHP shell with GIF89a header using image upload feature.
Intercept the request using Burp Suite & change media.url parameter's extension to .php
Note down the path of the shell which can be fetched in step 3 in the media.url
parameter & forward the request
The response will show "Error:Error saving data" but the shell will be uploaded at the above path.
Navigate to the shell path noted in step 4 to execute remote code