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 SHA1 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, remove ACCEPT_MD5_CERTS from sqlnet.ora or set ACCEPT_MD5_CERTS to the value FALSE
In addition to listener.ora this parameter must also be set in sqlnet.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.