Cyberfero

Color logo - no background Piergiorgio Venuti

From Secure Online Desktop to Cyberfero: rebranding of the leading cybersecurity company

Dear customers and partners, we are pleased to announce that our company is officially changing its name: from today Secure Online Desktop becomes Cyberfero! In this article we will illustrate in detail all the news and reassurances related to this rebranding, which marks the evolution of our company. What changes at a practical level At a practical level, the change…

Prova gratuita servizi online Giacomo Lanzi

Free trial of internet services with Demos

The services provided by Secure Online Desktop are many and cover a large variety of needs. We realize that for the layman and the less experienced, this could be intimidating. In the midst of so much choice, how can we be sure that the service we need is exactly what we are about to request? For this reason, we provide…

cloud per piccole imprese Giacomo Lanzi

Cloud services for small local businesses

Small and medium-sized businesses have little room for maneuver when it comes to investment. Precisely for this reason, every step that involves an expense is weighed and evaluated in every aspect before being carried out. We know the fears that underlie such reasoning, and for this reason we have decided to dedicate an article precisely to the advantages that SOD…

cloud computing Giacomo Lanzi

Cloud computing services in Reggio Emilia

Il cloud computing consente alle aziende di accedere a server, archivi, database e servizi aggiuntivi (applicativi), tramite piani di abbonamento flessibili. Ad oggi il cloud e’ onnipresente. Gia’ dal 2009, piu’ del 90% delle aziende utilizza almeno una applicazione basata sul cloud computing per gestire dati aziendali in modo sicuro. Inoltre, un numero sempre maggiore di aziende e organizzazioni non…

Managed service provider - gestione IT Giacomo Lanzi

Managed Service Provider

When you approach the world of the network in a professional way, whether it is a site, an online app, a storage system or a VPS, it is quite clear that the management of computer systems requires specific skills that are not always available . So how do you make your company competitive on the network without having specific resources…

Secure Online Desktop - Cloud Computing Giacomo Lanzi

The history of Secure Online Desktop

Since 2011, Secure Online Desktop is a Cloud Computing services company based in Reggio Emilia (Italy). Founded by a group of engineers experienced in distributed data centers, the first product was a Secure Virtual Desktop, hence the name chosen for the company. The expertise that marked the foundation of the project also includes cyber security, as underlined in the name….

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…

public cloud Piergiorgio Venuti

Public Cloud

The public cloud provides the provision of cloud services in a virtualized environment, implemented through shared physical resources and accessible via a public network such as the Internet. It is opposed to the private cloud, which delimits the pool of underlying computing resources, creating a distinct cloud platform that can only be accessed by a single organization. Public couds instead provide…

server cloud Piergiorgio Venuti

Server Cloud

server cloud A cloud server or VPS (Virtual Private Server) is a fully-fledged server with its own operating system and well-defined hardware features only that unlike a classic server it shares physical resources with other virtual machines in this way more VPS can be run simultaneously on the same server (hypervisor). This virtualization technique allows significant cost savings and an…

virtual server Piergiorgio Venuti

Virtual server

A virtual server or virtual private server (VPS) is a fully-fledged server with its own operating system and well-defined hardware features only that unlike a classic server it shares physical resources with other virtual machines in this way more VPS can be run simultaneously on the same server (hypervisor). This virtualization technique allows significant cost savings and an optimization of…

cloud services Piergiorgio Venuti

Cloud services

cloud services The provision of Cloud Services is the core business of Secure Online Desktop, through these services we are able to provide our customers with support to all the company’s ICT processes. Thanks to the adoption of Cloud services, our customers can use a reliable Cloud Provider that, through its Datacenter, is able to implement and maintain the customer’s…

autoscaling Piergiorgio Venuti

Autoscaling

Autoscaling https://cloud.cyberfero.com/cart/iaas-public-cloud—load-balancer/&step=0 7 GOOD REASONS TO CHOOSE THE AUTOSCALING OPTION   1. The hard disk or one of the server’s hard disks is full    ◊ WITHOUT Autoscaling: Services crash and users of applications running on the disk receive a disservice image of the company and risk users do not return.   ◊ WITH Autoscaling: The disks are resized according to the…

Public Cloud Reggio Emilia Piergiorgio Venuti

Public Cloud Reggio Emilia

public cloud reggio emilia Public cloud Reggio Emilia, the offer of the Public Cloud in Reggio Emilia of the Secure Online Desktop. The Public Cloud or Public Cloud is one of the models of cloud computing, where a Service Provider (or Cloud Provider in this case) makes publicly available on the Internet resources such as applications and storage. Public Cloud…

Datacenter Piergiorgio Venuti

Datacenter in Italy

Datacenter Datacenter in Italy (Milan/Reggio Emilia)   The Datacenter in Italy of the Secure Online Desktop reside in via Caldera 21 in Milan at the MIX (Milan Internet eXchange). Our Datacenter is a Tier 3 with the following technical features: Physical security: The service you purchase includes structural elements and procedures to prevent / deter the physical access of unauthorized…

Cloud Provider Reggio Emilia Alessandro Stesi

Cloud Provider Reggio Emilia

cloud provider reggio emilia Secure Online Desktop is a Cloud Provider of Reggio Emilia, a Service Provider able to offer application services and / or disk space through private (private cloud) or public (public cloud or cloud) networks to companies or individuals. This means that software and customer data can be used via the Internet and are made available thanks…

Share


RSS

More Articles…

Categories …

Tags

RSS Unknown Feed

RSS Full Disclosure

  • MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client February 21, 2025
    Posted by Qualys Security Advisory via Fulldisclosure on Feb 20Qualys Security Advisory CVE-2025-26465: MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client CVE-2025-26466: DoS attack against OpenSSH's client and server ======================================================================== Contents ======================================================================== Summary Background Experiments Results MitM attack against OpenSSH's VerifyHostKeyDNS-enabled client DoS...
  • Self Stored XSS - acp2sev7.2.2 February 21, 2025
    Posted by Andrey Stoykov on Feb 20# Exploit Title: Self Stored XSS - acp2sev7.2.2 # Date: 02/2025 # Exploit Author: Andrey Stoykov # Version: 7.2.2 # Tested on: Ubuntu 22.04 # Blog: https://msecureltd.blogspot.com/2025/02/friday-fun-pentest-series-19-self.html Self Stored XSS #1: Steps to Reproduce: 1. Visit "http://192.168.58.168/acp2se/mul/muladmin.php" and login with "admin" / "adminpass" 2. In the field "Put the […]
  • Python's official documentation contains textbook example of insecure code (XSS) February 21, 2025
    Posted by Georgi Guninski on Feb 20Python's official documentation contains textbook example of insecure code (XSS) Date: 2025-02-18 Author: Georgi Guninski === form = cgi.FieldStorage() if "name" not in form or "addr" not in form: print("Error") print("Please fill in the name and addr fields.") return print("name:", form["name"].value) print("addr:",...
  • Re: Netgear Router Administrative Web Interface Lacks Transport Encryption By Default February 18, 2025
    Posted by Gynvael Coldwind on Feb 17Hi, This isn't really a problem a vendor can solve in firmware (apart from offering configuration via cloud, which has its own issues). Even if they would enable TLS/SSL by default, it would just give one a false sense of security, since: - the certificates would be invalid (public […]
  • Monero 18.3.4 zero-day DoS vulnerability has been dropped publicly on social network. February 16, 2025
    Posted by upper.underflow via Fulldisclosure on Feb 16Hello, About an hour ago, a group appearing to be named WyRCV2 posted a note on the nostr social network, which can be found at the following link: https://primal.net/e/note1vzh0mj9rcxax9cgcdapupyxeehjprd68gd9kk9wrv939m8knulrs4780x7 Save, share, use. The paste link includes a list of nodes that the attacker has instructed to target, along […]
  • Netgear Router Administrative Web Interface Lacks Transport Encryption By Default February 16, 2025
    Posted by Ryan Delaney via Fulldisclosure on Feb 16
  • [CVE-2024-54756] GZDoom <= 4.13.1 Arbitrary Code Execution via Malicious ZScript February 16, 2025
    Posted by Gabriel Valachi via Fulldisclosure on Feb 15In GZDoom 4.13.1 and below, there is a vulnerability involving array sizes in ZScript, the game engine&apos;s primary scripting language. It is possible to dynamically allocate an array of 1073741823 dwords, permitting access to the rest of the heap from the start of the array and causing […]
  • Re: Text injection on https://www.google.com/sorry/index via ?q parameter (no XSS) February 16, 2025
    Posted by David Fifield on Feb 15Today at about 2025-02-13 19:00 I noticed the "≠" is back, but now the type 0x12 payload of the ?q query parameter gets formatted into the string representation of an IP address, rather than being copied almost verbatim into the page. If the payload length is 4 bytes, it […]
  • SEC Consult SA-20250211-0 :: Multiple vulnerabilities in Wattsense Bridge February 13, 2025
    Posted by SEC Consult Vulnerability Lab via Fulldisclosure on Feb 12SEC Consult Vulnerability Lab Security Advisory < 20250211-0 > ======================================================================= title: Multiple vulnerabilities product: Wattsense - Wattsense Bridge vulnerable version: Wattsense Bridge * Hardware Revision: WSG-EU-SC-14-00, 20230801 * Firmware Revision: Wattsense (Wattsense minimal)...
  • APPLE-SA-02-10-2025-2 iPadOS 17.7.5 February 11, 2025
    Posted by Apple Product Security via Fulldisclosure on Feb 10APPLE-SA-02-10-2025-2 iPadOS 17.7.5 iPadOS 17.7.5 addresses the following issues. Information about the security content is also available at https://support.apple.com/122173. Apple maintains a Security Releases page at https://support.apple.com/100100 which lists recent software updates with security advisories. Accessibility Available for: iPad Pro 12.9-inch 2nd generation, iPad Pro 10.5-inch, […]

Customers

Newsletter

{subscription_form_1}