Project

General

Profile

Actions

Task #7546

closed

VM Security based on LDAP accounts

Added by Moris Jones over 4 years ago. Updated 4 months ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
-
Start date:
12/31/2019
Due date:
% Done:

0%

Estimated time:
PM Check date:

Description

Access to VM administration tools should be secured to the same level or higher as root access to the VM itself.

Currently the VM dashboard uses a shared login with redmine.

Admin systems and communication systems should not have a shared login system, this is a single point of failure.

More details here:

https://chat.ungleich.ch/ungleich/channels/remote-root-exploits-in-ungleich-shared-login-to-different-sys

Actions #1

Updated by Nico Schottelius over 4 years ago

  • Project changed from Digitale Bildung ungleich to Open Infrastructure
  • Status changed from New to In Progress
Actions #2

Updated by Nico Schottelius over 4 years ago

  • Subject changed from VM Security to VM Security based on LDAP accounts

Clarification 1: "shared login"

We use LDAP servers as a backend to redmine and django (the dashboard). Both systems originally had their own user databases (and passwords), but both have been reconfigured to use the LDAP backend.

Attack vector 1: hacked systems

  • If redmine is hacked, no passwords/access leak, as the data is not in redmine

Attack vector 2: django is hacked

If the django application is hacked, the attacker gains direct access to the VM - nothing changed here.

Attack vector 3: ldap / indirect hack

  • If either redmine or django don't imply rate limiting, brute force attacks are possible
    • This needs to be verified for both systems
    • Mondi: can you checkout & if necessary fix on django?
    • Timothee: can you checkout & if necessary fix on redmine?
  • Access to the LDAP servers
    • The LDAP servers should only be reachable from dedicated applications
    • Timothee, can you verify/update the nftables on ldap1 and ldap2 that access to the ldap ports is only possible from dynamicweb-production.u and redmine.u?

Further security improvements

Moris suggested to disallow VM termination in the web interface and only allow to terminate the VM using ssh keys. Statement from our side to this:

  • It's a good idea, but not feasible for many customers
  • There could be an optional "dangerous methods only via SSH" checkbox on the web
    • If checked, VMs can only be terminated via SSH
    • If checked, it cannot be unchecked from the web, but only via SSH
    • Opt-in needed, because default users won't
  • If somebody (Moris?) provides code/patches to dynamicweb, we are happy to accept it
  • However the SSH based restrictions is not high prio in the development queue
Actions #3

Updated by Nico Schottelius over 4 years ago

  • Assignee changed from Nico Schottelius to Mondi Ravi
  • Moris, thanks for reporting.
  • Mondi, can you start with your tasks and handover to Timothee when done?
Actions #4

Updated by Mondi Ravi over 4 years ago

We don't have any rate limiting to any of the apis that we have so far.

I think rate limiting would primarily be needed for the user login/signup attempts, but not limited to them only.

We could also add captchas.

Actions #5

Updated by Nico Schottelius 4 months ago

  • Status changed from In Progress to Rejected
Actions

Also available in: Atom PDF