Information
The setting ACCEPT_MD5_CERTS specifies whether Oracle accepts certificates signed with the MD5 algorithm.
Note: See Additional Information regarding the deprecation of this setting.
Weak algorithms such as MD5 and SHA-1 have known vulnerabilities that make them susceptible to attacks. Allowing their use can compromise data integrity and authentication, potentially exposing systems to risks. Transitioning to stronger algorithms, such as SHA-2, is recommended.
Solution
To remediate this recommendation, set the ACCEPT_MD5_CERTS to the value FALSE or remove ACCEPT_MD5_CERTS from sqlnet.ora
In addition to sqlnet.ora this parameter must also be set to FALSE in listener.ora
Impact:
Applications that use MD5-signed certificates must be updated to use certificates signed with a stronger, more secure algorithm such as SHA-2.