Looks like FreePBX is vulnerable to the new RCE vulnerability CVE-2024-2961.
Is there any way via the GUI or the CLI to mitigate this? Can i disable the package php$version-intl without freepbx breaking (we only use english, there is no character translation).
According to the link you published, there is no fix anywhere so migrating seems moot. There is a workaround in there. I would give it a try and that should correct the problem
These commands first make a backup of the existing config file. Then we copy the contents of original file over to a new one except for the lines that contain any mention of the Chinese character set that causes the issue in the CVE. Then replace the config file with the new patched one and then regenerate the cache with the new config.
Use this command
iconv -l | grep -E ‘CN-?EXT’
Before and after the changes to verify the Chinese character set is no longer active.