Hi,
Ubiquiti hat ein Update der Network-Application bereitgestellt (Link). Diesmal ist das Update schon etwas interessanter, weil hier eine bereits aktiv ausgenutzte Sicherheitslücke einer Java-Library genutzt wird (CVE-2021-44228).
Eine genauere Beschreibung: Security warning: New zero-day in the Log4j Java library is already being exploited | ZDNet
Wenn Ihr Euren Controller bzw. die Network-Applikation im Netz erreichbar laufen habt, dann wohl besser upgraden. Aus dem UI-Forum zu der neuen Version: "Those who can't/don't want to upgrade to 6.5.54 *MUST AT LEAST* use one of the two workarounds posted at:
https://community.ui.com/quest…aa-42ce-9580-c0a7d91c4b89"
Updatebefehl für die UDM wie immer:
Code
unifi-os shell
rm /tmp/unifi_sysvinit_all.deb &> /dev/null; curl -o "/tmp/unifi_sysvinit_all.deb" https://dl.ui.com/unifi/6.5.54-3b5d40203c/unifi_sysvinit_all.deb && dpkg -i /tmp/unifi_sysvinit_all.deb && rm /tmp/unifi_sysvinit_all.deb
Viele Grüße
Wolfi