- Joined
- Aug 18, 2020
- Messages
- 8
- Reaction score
- 12
My rep told me that 3CX's official stance is there is nothing malicious about their clients and concerned customers can use the WebClient. LOL, yeah ok..
# Disable 3CX Unattended-Upgrades Service
systemctl stop unattended-upgrades
# Collect the version of 3CX Desktop Apps on the Server
cd /var/lib/3cxpbx/Instance1/Data/Http/electron
ls -la * > /root/3cx-desktop-versions.log
# Remove the files
rm -rf /var/lib/3cxpbx/Instance1/Data/Http/electron/osx/*.dmg
rm -rf /var/lib/3cxpbx/Instance1/Data/Http/electron/osx/*.zip
rm -rf /var/lib/3cxpbx/Instance1/Data/Http/electron/windows/*.msi
rm -rf /var/lib/3cxpbx/Instance1/Data/Http/electron/windows/*.nupkg
$softwareName = "3CX Desktop App" # Replace with the name of the software you want to check
$version = "18.12.416.0" # Replace with the version number of the software you want to check
$installedSoftware = Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -eq $softwareName -and $_.Version -eq $version}
if ($installedSoftware) {
Write-Host "True"
} else {
Write-Host "False"
}
wmic product where name="3CX Desktop App" call uninstall /nointeractive


I'm with you on that. None of our instances, Self-Hosted & AU off, still on U6 and no impacted machines in our environments.Has anyone seen the compromised versions get installed if you are self-hosting and auto-updates turned off so Update 7 was not installed?
We have auto-updates off on all our instances and have not installed Update 7 and we are not seeing 18.12.x versions of the 3CXDesktopApp installed or blocked by S1 anywhere.
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.