Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Draft: The ONAP Security sub-committee is working on the recommendation
  • Recommended: The ONAP security sub-committee agrees that this is a recommendation
  • Approved: The recommendation is approved by the TSC.

Some known threats in Micro Service architectures :

  1. Credential stealing and then used get the high level prilvileges:
    1. Attacker analyzes the container images to steal secrets such as SSH private keys, X.509v3 certificate private keys,  passwords etc...
    2. Attacker analyzes the captured traffic among services to steal secrets such as passwords and other secrets.
    3. Attacker analyzes environment variables (to containers) via orchestrator log files to steal password and other secrets.
    4. Attacker getting hold of default credentials or weak passwords
  2. Denial Of Service Attacks:
    1. Attacker bombards the container services with new connections, leading to large number forked processes and threads leading to resource issues on other workloads (containers) in the system.
    2. Attacker exploiting the container to get access to Kernel.
  3. Tampering of images (ONAP container images)
    1. Attacker keeping tampered images with similar looking name in the registry, leading to running containers from attacker images.

Typical vulnerabilities are:

  • Secrets/passwords/sensitive-data in images.
  • Unchanged default passwords 
  • Weak passwords
  • Unsecured communication
  • Usage of environment variables to pass sensitive information
  • Poor Security configuration
  • Vulnerable system software and libraries

Mitigation techniques are:


The main captured topics are are:

...