Azure Object Storage
https://portal.offsec.com/learning-modules/azure-object-storage-213700/overview?utm_campaign=17198008-Dragon%20Drop&utm_content=344022688&utm_medium=social&utm_source=linkedin&hss_channel=lcp-5384047
The Azure Object Storage module covers secure management of Microsoft Azure's blob storage, including authentication, private endpoints, and data protection techniques like snapshots and soft-delete. It explores configuration best practices and addresses common security pitfalls to ensure data integrity and minimize exposure risks within Azure environments.
CVE-2025-30208_Attack
https://portal.offsec.com/machine/cve-2025-30208_attack-213427/overview
This lab exploits CVE-2025-30208 in Vite v6.2.1, where the @fs handler fails to properly restrict access to files outside the allowed directories. By appending query parameters like ?raw, attackers can bypass security controls to read sensitive files such as root’s SSH key, enabling full remote access.
Defend CVE-2025-30208
https://portal.offsec.com/machine/defend-cve-2024-55963-213440/overview
CVE-2025-30208 is a vulnerability in Vite v6.2.1 that allows an unauthenticated attacker to read arbitrary files via the @fs handler. In this lab, you will secure a vulnerable instance of Vite in order to obtain the flag.
CVE-2024-55963_Attack
https://portal.offsec.com/machine/cve-2024-55963_attack-213429/overview
This lab exploits CVE-2024-55963 in Appsmith versions before 1.52, where misconfigured PostgreSQL permissions allow execution of system commands using the COPY FROM PROGRAM SQL feature. By crafting a malicious plugin datasource and querying output via table rows, attackers achieve unauthenticated remote code execution directly from the web interface.
CVE-2024-39914_Attack
https://portal.offsec.com/machine/cve-2024-39914_attack-213431/overview
This lab targets CVE-2024-39914 in Fogproject v1.5.10, where an unauthenticated attacker can exploit unsanitized parameters in the PDF export functionality to execute arbitrary commands. A malicious payload spawns a PHP webshell, enabling remote command execution and access to sensitive files directly from the web root.
Defend CVE-2024-39914
https://portal.offsec.com/machine/defend-cve-2024-39914-213441/overview
CVE-2024-39914 is a vulnerability in the FOG Project, an open-source cloning, imaging, and inventory management system. The vulnerability affects versions prior to 1.5.10.34 and allows an attacker to execute arbitrary system commands by exploiting improper input handling in the filename
parameter sent to /fog/management/export.php
. Specifically, the file packages/web/lib/fog/reportmaker.class.php
fails to sanitize user-supplied input, resulting in a command injection vulnerability. In this lab, you will secure a vulnerable instance of the FOG Project in order to obtain the flag.
CVE-2025-27636
https://portal.offsec.com/machine/cve-2025-27636-213425/overview
Target a web application powered by Apache Camel v4.10 vulnerable to CVE-2025-27636—a header filter bypass flaw. Manipulate HTTP headers to inject commands into a misconfigured endpoint that executes system commands as root. Chain the vulnerability with remote file retrieval and achieve a reverse shell without requiring privilege escalation steps.