CVE-2026-73849
KrytyczneCVSS 9.8Streszczenie
Emlog w wersji 2.6.26 i wcześniejszych pozwala na nieuwierzytelnione ponowne uruchomienie instalacji (action=reinstall) w install.php, które pomija sprawdzenie, czy system jest już zainstalowany. Atakujący może nadpisać config.php i utworzyć nowe konto administratora.
Ocena ryzyka
Atakujący może przejąć kontrolę nad systemem, zmieniając konfigurację bazy danych i tworząc konto administratora.
Rekomendacja
Nie ma dostępnej poprawki; rozważ ograniczenie dostępu do install.php lub zastosowanie innych środków ochronnych.
Oryginalny opis (angielski, źródło NVD)
Emlog is an open source website building system. In 2.6.26 and earlier, install.php accepts action=reinstall without authentication and deliberately skips the already-installed check because the guard runs only when $act != 'reinstall'. A remote attacker can submit hostname, dbuser, dbpasswd, dbname, dbprefix, username, password, and email values to cause file_put_contents('config.php', $config) to overwrite the configuration with attacker-controlled database settings and create a new administrator account. No fixed version is available as of this review.

