🔐 TLS 1.0: Insufficient Cryptographic Algorithm Strength

Severity: Medium
Score: 6.5
Accurracy: Confirmed
Language: ADVPL
CVSS v3.1: /AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Insecure cryptographic storage detected. Ensure that cryptographic algorithms and key management practices follow security best practices. Insecure cryptographic storage occurs when cryptographic keys or data are managed or stored improperly, potentially exposing sensitive information. This includes using outdated or weak algorithms, storing keys directly in code, or improper key management practices.

👾 Vulnerable Code

📋 Copy
...
HTTPSSLClient(0, 0, 1, cPass, "slot_"+cSlot+"-id_"+idHex, "slot_"+cSlot+"-id_"+idHex, 1)
...


For ADVPL language we recommend accessing the official documentation:

🛠️ How to fix

Please check the official documentation: https://tdn.totvs.com/display/tec/Linguagem