Please do not open a public issue for security problems.
Use GitHub's private vulnerability-reporting flow:
https://github.com/lusoris/fileflows-real-image/security/advisories/new
If the issue is in upstream FileFlows application code (FileFlows.Server, FileFlows.Agent, etc.), report directly to the upstream repository.
Alternative channels:
- Email:
lusoris@pm.me— PGP-encrypt sensitive material; request the public key via the same address.
Please include:
- Affected image tag / commit SHA.
- A minimal reproducer (
docker runinvocation, parameters, expected vs. actual behavior). - Assessment of impact (privilege escalation, remote code execution, container breakout).
Security-sensitive surfaces in this project include:
- The multi-stage
Dockerfileand rootfs squashing stages. - Installed base packages, driver libraries, and hardware-acceleration runtimes.
- GitHub Actions automated build, push, and release pipelines.
- Container permission models and user execution (
PUID/PGIDhandling indocker-entrypoint.sh).
This repository actively hardens the upstream container by:
- Updating base OS packages on build to latest Ubuntu 26.04 (Resolute) security errata.
- Completely removing unused third-party background daemons (such as Canonical's Rockcraft
pebblebinary) to eliminate upstream GostdlibCVEs. - Pruning cross-platform Windows (
win*) and macOS (osx*) libraries from/app/*/runtimesthat introduce known vulnerabilities on Linux hosts. - Pre-installing required GPU drivers (
intel-media-va-driver-non-free) to prevent runtime network downloads on startup.