Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Securing SSH port of Cloudron

    Support ssh security
    4
    1 Votes
    4 Posts
    2k Views
    W
    @girish I second this
  • Security Concern with PHP / Nginx?

    Moved Solved Nextcloud security nextcloud
    3
    0 Votes
    3 Posts
    558 Views
    fbartelsF
    @necrevistonnezr this was the one https://forum.cloudron.io/topic/1971/urgent-security-issue-in-nginx-php-fpm
  • Patch your Unbound DNS servers. CVE-2019-16866

    Solved Support security
    2
    0 Votes
    2 Posts
    885 Views
    girishG
    @necrevistonnezr Thanks, good to know. Will keep an eye for the ubuntu update. Cloudron is not at risk because we only use it internally (it is not exposed via public port). We also don't use NOTIFY query (this is a zone change notification across dns servers) as we use unbound as a recursive resolver and nothing more.
  • nginx vulnerabilities (13 August 2019)

    Support security
    2
    1 Votes
    2 Posts
    908 Views
    girishG
    I guess this should come in as an nginx update via ubuntu at some point. We don't package nginx ourselves.
  • Wireguard VPN

    Locked Solved App Wishlist wireguard vpn cloudron security
    108
    73 Votes
    108 Posts
    66k Views
    girishG
    This is finally packaged.
  • 0 Votes
    3 Posts
    15k Views
    nebulonN
    @ahkg the reason for whitelisting 172.18.0.1 give access to all requests, is that this is the ip of the Cloudron internal gateway into the subnet where all apps are running. Unfortunately for your case the cloudron healtcheck also comes via this gateway. I think your htaccess file needs to check for the X-Forwarded-For header to check against the correct inbound address.
  • Improve security and ciphers

    Solved Support security
    8
    2 Votes
    8 Posts
    3k Views
    nebulonN
    I have updated the ciphers now according to mozilla's config generator. The commit is https://git.cloudron.io/cloudron/box/commit/ddaa52163bf3844b36d6c29fdffb5db3e0b3f5d0 For the CSP settings, this indeed cannot properly be done on a platform level, as apps require differently strict settings there and have to provide this on their own, so this should ideally be fixed in each app upstream.