The web application component of piSignage before 2.6.4 allows a remote attacker (authenticated as a low-privilege user) to download arbitrary files from the Raspberry Pi via api/settings/log?file=../ path traversal. In other words, this issue is in the player API for log download.
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
Link | Tags |
---|---|
https://github.com/colloqi/piSignage/issues/97 | third party advisory exploit |
https://github.com/colloqi/piSignage/blob/master/RELEASE%20NOTES.md | release notes |
http://packetstormsecurity.com/files/155864/piSignage-2.6.4-Directory-Traversal.html | third party advisory vdb entry exploit |