DAST is a security scanning program and after scanning my applications it reported a vulnerability "Insecure Transport: Weak SSL Cipher." Below is the cipher suite being scanned and the result is "Weak." The protocol is TLS 1.2.
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA(0xc013)
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA(0xc014)
TLS_RSA_WITH_AES_128_CBC_SHA(0x2f)
TLS_RSA_WITH_AES_256_CBC_SHA(0x35)
Can you suggest a way on how to fix or remediate this vulnerability? Thanks in advance!