Insecure connections from servers to the database. Encryption does not address all communications with the database, including transmissions from clients and transmissions from middle tiers.
- Data can be modified, replayed and no longer confidential. Also, lost packets can be detected.
- Intercept sensitive information that travels over an intranet.
- Set up encrypted communications channels. Enable Oracle Database encryption for data that is sent over a network.
- Ensure that connections only come from a physically secure terminal, or from an application web server with a known IP address.
- In the case of a sensitive database, ensure that connections only come from certain points in the network.
Anonymous attacker from adjacent network.
⌚ 60 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The db service uses a secure encryption algorithm
SQLNET.ENCRYPTION_SERVER = [accepted]
SQLNET.ENCRYPTION_TYPES_SERVER = (AES256)
The db service uses an insecure encryption algorithm
SQLNET.ENCRYPTION_SERVER = [accepted]
SQLNET.ENCRYPTION_TYPES_SERVER = (AES128)
https://mobile-security.gitbook.io/mobile-security-testing-guide/android-testing-guide/0x05j-testing-resiliency-against-reverse-engineering#owasp-masvs