cloud milan Piergiorgio Venuti

Cloud Milan

Cloud Milan

 

The Datacenter in Italy of the Secure Online Desktop reside in Caldera street 21 in Milan at the MIX (Milan Internet eXchange).

Our Datacenter is a Tier 3 with the following technical features:

Cloud Milan – Physical security:

The service you purchase includes structural elements and procedures to prevent / deter the physical access of unauthorized personnel to the Datacenter. Physical security is achieved through:

   ♦ electronic systems for access control;
   ♦ surveillance personnel, 24 hours a day, 365 days a year;
   ♦ cameras inside the Datacenter;
   ♦ on-site personnel, whose duties include checking the Client’s activities;
   ♦ well defined access procedures;
   ♦ control of material and baggage entering and leaving the Datacenter.

HVAC conditioning:

Heating, ventilation, air conditioning (HVAC)
The service you purchase includes the use of the Datacenter heating, ventilation and air conditioning system. The temperature and humidity inside the rooms dedicated to the service are strictly controlled to ensure stable conditions for the equipment installed, according to the following parameters:

   ♦ Power: 1000W / m2
   ♦ Temperature: between 20 and 25 degrees Celsius
   ♦ Humidity: between 40% and 60%

Fire prevention:

The service that purchases includes the use of the fire protection / suppression system inside the Datacenter, consisting of passive elements and active elements.

   ♦ Passive elements. They are located in areas and parts of the building where required by current building regulations.
   ♦ Active elements. They consist of an electronic detection system located inside the floors and / or counter-ceilings. The system is manufactured in compliance with current regulations.
   ♦ Fire suppression system. The system is built using a gas suppression system, mainly based on FM 200 or Inert55 (mixture of nitrogen and Argon), or other component according to law.

Canal floor:

The data rooms are equipped with a floating floor with the following characteristics:
Loading capacity: 1,200 Kg / m2
Minimum height: 50 cm

Equipment cabling: “aerial” conduits

Environmental controls:

 

The service that purchases includes the use of the following environmental controls:

♦ Protection against electric shock – Present
♦ Lightning protection – The Via Caldera complex is equipped with lightning protection systems located on the roof of each building.
♦ Anti-dust / pollen filters – Present
♦ Anti-flooding system: Present
Our Datacenter has been built according to the norms in force and has the ISO 27001 certification.

[btnsx id=”2931″]

Useful links:

Partner

WEB HOSTING

Cloud Products and Services

How to have your computer network under control

Alternative to the NAS

New Acronis Cloud Backup model for end users and new reseller plan

New templates for VPS

BaaS | Veeam Cloud Connect

ownCloud

Subscription business model – Basics

Demo Cloud Servers

Share


RSS

More Articles…

Categories …

Tags

RSS Unknown Feed

RSS Full Disclosure

  • Multi-Protocol Traceroute August 19, 2025
    Posted by Usman Saeed via Fulldisclosure on Aug 18#!/usr/bin/env python3 """ Adaptive Multi-Protocol Traceroute Author: Usman Saeed email: u () defzero net Website: www.defzero.net Description: This script is a TTL-based path mapper that reveals routes even when classic traceroute is filtered. The idea was that it would run in passes: first a conventional trace (ICMP […]
  • SEC Consult SA-20250728-0 :: Stored Cross-Site-Scripting in Optimizely Episerver CMS August 19, 2025
    Posted by SEC Consult Vulnerability Lab via Fulldisclosure on Aug 18Confidentiality class: Internal & Partner SEC Consult Vulnerability Lab Security Advisory < publishing date 20250728-0 > ======================================================================= title: Multiple Stored Cross-Site Scripting Vulnerabilities product: Optimizely Episerver Content Management System (EPiServer.CMS.Core) vulnerable version: Version 11.X:
  • SEC Consult SA-20250807-0 :: Race Condition in Shopware Voucher Submission August 19, 2025
    Posted by SEC Consult Vulnerability Lab via Fulldisclosure on Aug 18Confidentiality class: Internal & Partner SEC Consult Vulnerability Lab Security Advisory < publishing date 20250807-0 > ======================================================================= title: Race Condition in Shopware Voucher Submission product: Shopware 6 vulnerable version: v6.6.10.4 fixed version: No fixed version available yet CVE number: CVE-2025-7954 impact: medium...
  • Insufficient Resource Allocation Limits in nopCommerce v4.10 and v4.80.3 Excel Import Functionality August 19, 2025
    Posted by Ron E on Aug 18nopCommerce is vulnerable to Insufficient Resource Allocation Limits when handling large Excel file imports. Although the application provides a warning message recommending that users avoid importing more than 500–1,000 records at once due to memory constraints, the system does not enforce hard limits on file size, record count, or […]
  • CSV Injection in nopcommerce v4.10 and 4.80.3 August 19, 2025
    Posted by Ron E on Aug 18nopCommerce versions v4.10 and v4.80.3 are vulnerable to *C*SV Injection (Formula Injection) when exporting data to CSV. The application does not properly sanitize user-supplied input before including it in CSV export files. An attacker can inject malicious spreadsheet formulas into fields that will later be exported (for example, order […]
  • Insufficient Session Cookie Invalidation in nopCommerce v4.10 and 4.80.3 August 19, 2025
    Posted by Ron E on Aug 18nopCommerce v4.10 and 4.80.3 is vulnerable to Insufficient Invalidation of Session Cookies. The application does not properly invalidate or expire authentication cookies after logout or session termination. An attacker who obtains a valid session cookie (e.g., via network interception, XSS, or system compromise) can continue to use the cookie […]
  • Session Fixation Vulnerability in iDempiere WebUI v 12.0.0.202508171158 August 19, 2025
    Posted by Ron E on Aug 18The application does not issue a new session identifier (JSESSIONID) after successful authentication. An attacker who can set or predict a victim’s session ID prior to login may hijack the victim’s authenticated session once they log in, resulting in full account takeover. POST /webui HTTP/2 Host: Cookie: JSESSIONID=node01***.node0;
  • CSV Injection in iDempiere WebUI 12.0.0.202508171158 August 19, 2025
    Posted by Ron E on Aug 18A CSV Injection vulnerability exists in iDempiere WebUI v12.0.0.202508171158. The application fails to properly sanitize user-supplied input before including it in exported CSV files. An authenticated attacker can inject malicious spreadsheet formulas (e.g., =cmd|&apos;/C notepad&apos;!A1) into fields that are later exported. When the CSV is opened in spreadsheet software […]
  • liblcf v0.8.1 liblcf/lcf2xml: Untrusted LCF data triggers uncaught std::length_error via negative vector resize (DoS) August 19, 2025
    Posted by Ron E on Aug 18lcf2xml (part of liblcf) aborts when parsing specially crafted RPG Maker 2000/2003 files that supply a negative element count for vectors of structured records. The generic reader: template void Struct::ReadLcf(std::vector& vec, LcfReader& stream) { int count = stream.ReadInt(); vec.resize(count); // huge size_t -> throws length_error for (int i = […]
  • liblcf v0.8.1 Integer Overflow in liblcf `ReadInt()` Leads to Out-of-Bounds Reads and Denial of Service August 19, 2025
    Posted by Ron E on Aug 18A crafted RPG Maker save file (`.lsd`) can trigger an integer overflow in liblcf’s lcfstrings compressed integer decoding logic (`LcfReader::ReadInt()`), resulting in an unbounded shift and accumulation loop. The overflowed value is later used in buffer size allocations and structure parsing, causing large memory access requests and parsing errors. […]

Customers

Newsletter

{subscription_form_1}