This is an LTS release for those who do not wish to upgrade to version 2 of Password Pusher yet.
π Whatβs Changed
A way to bypass authentication to create pushes with file attachments was discovered & reported by @pyuysig. This has been fixed in this release. We will be publishing the related Github Security Advisory soon.
Thanks to @pyuysig for the great report!
Security: Fix file upload authentication enforcement
π₯οΈ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
πββοΈ Run This Version
- Point DNS to your server (e.g.
pwpush.example.com). - Download docker-compose.yml or clone the repo.
- In
docker-compose.yml, uncomment and set:TLS_DOMAIN: 'pwpush.example.com'for automatic Letβs Encrypt TLS.
- Run:
docker compose up -dOpen https://pwpush.example.com or alternatively http://your-ip:5100.