Command Injection in Minidlna version v1.3.3 and before allows an attacker to execute arbitrary OS commands via a specially crafted minidlna.conf configuration file.
What is this, a joke? If you can modify /etc/minidlna.conf, you have root on the system already: $ ls -ld /etc/minidlna.conf -rw-r--r--. 1 root root 4374 May 28 2024 /etc/minidlna.conf This seems to be the upstream "report": https://sourceforge.net/p/minidlna/bugs/364/ And "proof of concept": https://github.com/mselbrede/CVE-2024-51442