Home / Vulnerability Database / ABAP : Unsafe SSL configuration
ABAP
ABAP : Unsafe SSL configuration
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP MASVS
Overview
SSL connection uses insecure settings. The established connection is insecure and can cause a compromise of valuable data.
SSL must be used to provide secure connections between SAP NetWeaver components. A secure SSL configuration requires certain values of certain parameters to be set.
- The
icm/HTTPS/verify_clientparameter must be set to2to ensure that ICM requires client certificates to establish a connection. The default value (1) allows clients to connect by another method if they can not provide a valid certificate. - For Single Sign-On (SSO), the
login/ticket_only_by_httpsprofile parameter must be set to1to ensure that entry tickets will not be transmitted as explicit text. - SAP Web Dispatcher must be configured to support SSL termination to optimize load balancing and support filtering connection requests. However, the connections must be re-encrypted before they are redirected to application servers. Therefore, the value of the
wdisp/ssl_encryptmust be1for HTTPS requests and2for HTTP, and not0(terminating without re-encryption).
MEDIUM
DerScanner Severity Score
Do you want to fix ABAP : Unsafe SSL configuration in your application?
See also
ABAP
ABAP : Insufficient authorization check
ABAP
ABAP : Empty password
ABAP
