Mitel Forums - The Unofficial Source

Mitel Forums => Mitel MiVoice Business/MCD/3300 => Topic started by: HungryHippo on May 15, 2024, 07:02:00 PM

Title: What are the best option to do a firmware update on Teleworker phones
Post by: HungryHippo on May 15, 2024, 07:02:00 PM
Is there another way beside the TFTP to update the firmware on teleworker phones?
Title: Re: What are the best option to do a firmware update on Teleworker phones
Post by: lundah on May 16, 2024, 09:13:54 AM
TFTP is it, the remote phone will download from the MBG it connects to.
Title: Re: What are the best option to do a firmware update on Teleworker phones
Post by: HungryHippo on May 16, 2024, 09:19:36 AM
wouldn't that protocol be unsecured? Is there a way for something like sftp or https setup on MBG to have the phones updated?
Title: Re: What are the best option to do a firmware update on Teleworker phones
Post by: acejavelin on May 16, 2024, 09:42:55 AM
What is your concern with the firmware using an unsecure protocol? The phone downloads the firmware and verifies the checksum before applying it, there isn't any real security concern here...
Title: Re: What are the best option to do a firmware update on Teleworker phones
Post by: HungryHippo on May 16, 2024, 10:21:20 AM
doesn't hackers usually use the tftp protocol to gain access to servers for this case which is the MBG server and why tftp is usually not considered safe to allow through the firewall.
Title: Re: What are the best option to do a firmware update on Teleworker phones
Post by: lundah on May 16, 2024, 11:07:39 AM
As far as I know TFTP is the only transfer protocol supported. In order for malicious firmware to be injected, the TFTP server would have to allow PUT (upload) access, which I don't believe the MBG allows, it allows GET (download) transactions only. In addition, you could block UDP 69 at the firewall which would force using the backup port of UDP 20001.
Title: Re: What are the best option to do a firmware update on Teleworker phones
Post by: HungryHippo on May 16, 2024, 02:02:08 PM
That's good to know, I'll test it out and capture some logs to see if it does goes to that port. Thanks!
Title: Re: What are the best option to do a firmware update on Teleworker phones
Post by: acejavelin on May 17, 2024, 10:03:35 AM
doesn't hackers usually use the tftp protocol to gain access to servers for this case which is the MBG server and why tftp is usually not considered safe to allow through the firewall.
I mean, you aren't entirely wrong... tftp doesn't talk to the MBG, it passes it through to the MiVB, which is only a file repository and there is no access to anything else. Tftp is just a file transfer protocol, and it is in it's most basic form in the Mitel offering them for download only (there is no upload to the Mitel via tftp)... the Mitel doesn't execute or do anything with files in it's file repository for phones, it's just storage.

There is no security issue here...