Advisories for Pypi/Linuxfabrik-Lib package

2026

Linuxfabrik Monitoring Plugins allow insecure creation of SQLite databases

The SQLite databases are created at predictable (static) paths in /tmp. Any user can therefore create a symlink at these paths in /tmp pointing to arbitrary files. The monitoring scripts then follows these symlinks and then creates their database at the symlink target. This becomes really dangerous for the scripts which can be executed as root with sudo. With this, an attacker can write to abitrary paths.