CVE-2023-48795 with a base score of 5.9, MFT is using JSCH as the SSH client and Apache sshd-mina as the SSH server.
Please perform the following steps to remediate this vulnerability:
MFT client:
-
Open aft_configurable.properties file
-
Look for the com.bmc.aft.configurable.sftp.All.Ciphers parameter, and make sure the value does not include “chacha20-poly1305@openssh.com”.
If it does, remove the above algorithm.
-
Look for the com.bmc.aft.configurable.sftp.Mac parameter, and make sure the value does not include either “hmac-sha2-256-etm@openssh.com”, “hmac-sha2-512-etm@openssh.com”, or “hmac-sha1-etm@openssh.com”
If it does, remove the above algorithm.
-
If changes were made, save the file.
MFT Server (FTS/Hub):
-
Open FTS/Hub settings -> SFTP settings
-
Check the Allowed Ciphers
-
If at least one cipher is selected, make sure that “CC20P1305_OPENSSH” is not selected. If it does, uncheck it and save the settings.
-
If no item is selected, you must select at least one algorithm, but do not select the “CC20P1305_OPENSSH” one. Save the settings.

- Open the <agent>/cm/AFT/data/fts_config.properties file, and check the ssh.macs parameter, and
- If it has a non-empty value, make sure the value does not include an algorithm with “etm” in it. If it does, remove the algorithm.
- If it has an empty value, specify the algorithms you would like to choose. E.g.: ssh.macs=HmacSHA256, HmacSHA512
- If changes were made, save the file.
MFTE Gateway:
- Open MFTE -> Gateway Settings -> SFTP settings
- Check the Allowed Ciphers
- If at least one cipher is selected, make sure that “CC20P1305_OPENSSH” is not selected. If it does, uncheck it and save the settings.
- If no item is selected, you must select at least one algorithm, but do not select the “CC20P1305_OPENSSH” one. Save the settings.
- Open <Agent>/cm/AFT/data/proxyConfig.properties file, and look for the param.ssh.macs parameter, and
- If it has a non-empty value, make sure the value does not include an algorithm with “etm” in it. If it does, remove the algorithm.
- If it has an empty value, specify the algorithms you would like to choose. E.g.: param.ssh.macs=HmacSHA256, HmacSHA512
- If changes were made, save the file.
- Restart the gateway/s.