📧 info@ciso.sa | 📱 +966550939344 | Riyadh, Kingdom of Saudi Arabia
🔧 Scheduled Maintenance — Saturday 2:00-4:00 AM AST. Some features may be temporarily unavailable.    ●   
💎
Pro Plan 50% Off Unlock all AI features, unlimited reports, and priority support. Upgrade
Search Center
ESC to close
Global insider Education HIGH 5h Global supply_chain Software Development and Technology HIGH 10h Global apt Government/Critical Infrastructure CRITICAL 11h Global vulnerability Enterprise Software / Data Analytics CRITICAL 12h Global vulnerability Artificial Intelligence and Technology HIGH 15h Global general Technology and Artificial Intelligence MEDIUM 19h Global general Technology and Artificial Intelligence HIGH 20h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d Global insider Education HIGH 5h Global supply_chain Software Development and Technology HIGH 10h Global apt Government/Critical Infrastructure CRITICAL 11h Global vulnerability Enterprise Software / Data Analytics CRITICAL 12h Global vulnerability Artificial Intelligence and Technology HIGH 15h Global general Technology and Artificial Intelligence MEDIUM 19h Global general Technology and Artificial Intelligence HIGH 20h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d Global insider Education HIGH 5h Global supply_chain Software Development and Technology HIGH 10h Global apt Government/Critical Infrastructure CRITICAL 11h Global vulnerability Enterprise Software / Data Analytics CRITICAL 12h Global vulnerability Artificial Intelligence and Technology HIGH 15h Global general Technology and Artificial Intelligence MEDIUM 19h Global general Technology and Artificial Intelligence HIGH 20h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d
Vulnerabilities

CVE-2026-33634

High 🇺🇸 CISA KEV ⚡ Exploit Available
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
CWE-506 — Weakness Type
Published: Mar 23, 2026  ·  Modified: Mar 30, 2026  ·  Source: NVD
CVSS v3
8.8
🔗 NVD Official
📄 Description (English)

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.

🤖 AI Executive Summary

A critical supply chain attack compromised Trivy security scanner and related GitHub Actions through stolen credentials on March 19, 2026. Malicious versions (Trivy v0.69.4, trivy-action 0.0.1-0.34.2, setup-trivy 0.2.0-0.2.6) were published containing credential-stealing malware. Organizations using these versions in CI/CD pipelines face immediate risk of secret exfiltration and unauthorized access to their infrastructure and repositories.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Apr 23, 2026 05:16
🇸🇦 Saudi Arabia Impact Assessment
Saudi organizations heavily impacted across multiple critical sectors: (1) Banking/SAMA-regulated institutions using Trivy in DevOps pipelines face credential compromise affecting payment systems and regulatory compliance; (2) Government agencies and NCA-supervised entities risk exposure of classified infrastructure secrets and authentication tokens; (3) Energy sector (ARAMCO, utilities) using container security scanning in critical infrastructure pipelines; (4) Telecom providers (STC, Mobily) relying on Trivy for supply chain security; (5) Healthcare organizations using containerized applications. The attack is particularly severe as it targets the security tools themselves, creating a trust violation in the development pipeline. Any organization that pulled Trivy v0.69.4 or used affected GitHub Actions between March 1-20, 2026 must assume all CI/CD secrets, API keys, database credentials, and cloud access tokens are compromised.
🏢 Affected Saudi Sectors
Banking and Financial Services (SAMA-regulated) Government and Public Administration (NCA-supervised) Energy and Utilities (ARAMCO, local utilities) Telecommunications (STC, Mobily, Zain) Healthcare and Pharmaceuticals Critical Infrastructure Software Development and Technology Cloud Service Providers operating in Saudi Arabia
⚖️ Saudi Risk Score (AI)
9.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS (within 24 hours):
1. Identify all usage: Search GitHub organization for workflows using aquasecurity/trivy-action or aquasecurity/setup-trivy; check container registries for Trivy v0.69.4 images
2. Revoke all secrets: Immediately rotate ALL credentials accessible to affected CI/CD pipelines (GitHub tokens, cloud API keys, database passwords, SSH keys, container registry credentials)
3. Remove malicious artifacts: Delete Trivy v0.69.4 from all registries and build systems; remove affected GitHub Action versions from workflows
4. Check for exfiltration: Search GitHub organization for repositories named 'tpcp-docs' (fallback exfiltration mechanism indicator)

PATCHING GUIDANCE:
1. Upgrade Trivy binary to v0.69.2, v0.69.3, or later safe versions
2. Update trivy-action to v0.35.0 or later
3. Update setup-trivy to v0.2.6 (recreated safe version) or later
4. Pin all GitHub Actions to full commit SHA hashes, NOT mutable version tags (e.g., use 'abc123def456...' not 'v0.35.0')

COMPENSATING CONTROLS (if immediate patching impossible):
1. Disable affected workflows until patched
2. Use alternative security scanning tools (Snyk, Aqua, Grype) temporarily
3. Implement secret scanning in CI/CD logs to detect exfiltration attempts
4. Enable GitHub Actions audit logging and monitor for suspicious activity
5. Restrict GitHub Actions to specific IP ranges if possible

DETECTION RULES:
1. Monitor workflow logs for March 19-20, 2026 executions of trivy-action or setup-trivy
2. Alert on any new repository creation matching pattern 'tpcp-docs'
3. Detect outbound HTTPS connections from CI/CD runners to unknown domains
4. Monitor for unexpected credential usage patterns post-March 19
5. Check git logs for force-pushed tags in aquasecurity repositories
6. Scan container images for malware signatures associated with this campaign
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية (خلال 24 ساعة):
1. تحديد الاستخدام: ابحث في منظمة GitHub عن سير العمل باستخدام aquasecurity/trivy-action أو aquasecurity/setup-trivy
2. إلغاء جميع الأسرار: قم بتدوير جميع بيانات الاعتماد المتاحة لخطوط أنابيب CI/CD (رموز GitHub، مفاتيح API السحابية، كلمات مرور قواعد البيانات)
3. إزالة الأشياء الخبيثة: احذف Trivy v0.69.4 من جميع السجلات وأنظمة البناء
4. التحقق من التسرب: ابحث عن مستودعات باسم 'tpcp-docs'

إرشادات التصحيح:
1. ترقية Trivy إلى v0.69.2 أو v0.69.3 أو إصدارات آمنة لاحقة
2. تحديث trivy-action إلى v0.35.0 أو أحدث
3. تحديث setup-trivy إلى v0.2.6 (الإصدار الآمن المعاد إنشاؤه) أو أحدث
4. تثبيت جميع إجراءات GitHub على بصمات SHA كاملة، وليس العلامات القابلة للتغيير

الضوابط البديلة:
1. تعطيل سير العمل المتأثر حتى يتم التصحيح
2. استخدام أدوات فحص أمان بديلة مؤقتاً
3. تنفيذ فحص الأسرار في سجلات CI/CD
4. تمكين تسجيل GitHub Actions والمراقبة
5. تقييد إجراءات GitHub بنطاقات IP محددة

قواعد الكشف:
1. مراقبة سجلات سير العمل لتنفيذ trivy-action في 19-20 مارس
2. تنبيه عند إنشاء مستودع جديد يطابق 'tpcp-docs'
3. كشف اتصالات HTTPS الصادرة غير المتوقعة من عدائي CI/CD
4. مراقبة أنماط استخدام بيانات الاعتماد غير المتوقعة
5. فحص صور الحاويات للتوقيعات الخبيثة
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.5.1.1 - Information security policies and procedures (supply chain security) ECC 2024 A.8.1.1 - User access management and authentication ECC 2024 A.12.2.1 - Change management procedures (malicious code detection) ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.13.1.3 - Segregation of networks (CI/CD pipeline isolation)
🔵 SAMA CSF
SAMA CSF Governance - Third-party risk management and supply chain security SAMA CSF Protect - Access control and credential management SAMA CSF Detect - Monitoring and detection of unauthorized access SAMA CSF Respond - Incident response and secret rotation procedures
🟡 ISO 27001:2022
ISO 27001:2022 A.5.1 - Policies for information security ISO 27001:2022 A.6.1 - Organization of information security ISO 27001:2022 A.8.1 - User access management ISO 27001:2022 A.8.3 - Password management ISO 27001:2022 A.12.2 - Change management ISO 27001:2022 A.12.6 - Management of technical vulnerabilities ISO 27001:2022 A.13.1 - Network security
🟣 PCI DSS v4.0.1
PCI DSS 3.2.1 - Strong cryptography for authentication PCI DSS 6.2 - Security patches and updates PCI DSS 8.1 - User access control PCI DSS 8.2 - Password management PCI DSS 10.2 - User access logging and monitoring
🔗 References & Sources 14
🔗
https://docs.litellm.ai/blog/security-update-march-2026
security-advisories@github.com
Third Party Advisory
🔗
https://futuresearch.ai/blog/litellm-pypi-supply-chain-attack
security-advisories@github.com
Third Party Advisory
🔗
https://github.com/BerriAI/litellm/issues/24518
security-advisories@github.com
Issue Tracking Mitigation Third Party Advisory
🔗
https://github.com/aquasecurity/trivy/discussions/10425
security-advisories@github.com
Issue Tracking Vendor Advisory
🔗
https://github.com/aquasecurity/trivy/security/advisories/GHSA-69fq-xp46-6x23
security-advisories@github.com
Exploit Mitigation Vendor Advisory
🔗
https://github.com/pypa/advisory-database/tree/main/vulns/litellm/PYSEC-2026-2.yaml
security-advisories@github.com
Third Party Advisory
🔗
https://github.com/team-telnyx/telnyx-python/security/advisories/GHSA-955r-262c-33jc
security-advisories@github.com
🔗
https://inspector.pypi.io/project/litellm/1.82.7/packages/79/5f/b6998d42c6ccd32d36e1266...
security-advisories@github.com
Broken Link
🔗
https://inspector.pypi.io/project/litellm/1.82.8/packages/f6/2c/731b614e6cee0bca1e010a3...
security-advisories@github.com
Broken Link
🔗
https://www.wiz.io/blog/teampcp-attack-kics-github-action
security-advisories@github.com
Not Applicable
🔗
https://github.com/BerriAI/litellm/issues/24518#issuecomment-4127436387
134c704f-9b21-4f2e-91b3-4a467353bcc0
Issue Tracking Mitigation Third Party Advisory
🔗
https://rosesecurity.dev/2026/03/20/typosquatting-trivy.html
134c704f-9b21-4f2e-91b3-4a467353bcc0
Exploit Third Party Advisory
🔗
https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-33634
134c704f-9b21-4f2e-91b3-4a467353bcc0
US Government Resource
🔗
https://www.microsoft.com/en-us/security/blog/2026/03/24/detecting-investigating-defend...
134c704f-9b21-4f2e-91b3-4a467353bcc0
Technical Description
📦 Affected Products / CPE 5 entries
aquasec:setup-trivy
aquasec:trivy:0.69.4
aquasec:trivy_action
litellm:litellm:1.82.7
litellm:litellm:1.82.8
📊 CVSS Score
8.8
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score8.8
CWECWE-506
Exploit ✓ Yes
Patch ✗ No
CISA KEV🇺🇸 Yes
KEV Due Date2026-04-09
Published 2026-03-23
Source Feed nvd
Views 4
🇸🇦 Saudi Risk Score
9.2
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ Tags
exploit-available CWE-506
Share this CVE

💬 Comments

0
Loading comments
📣 Found this valuable?
Share it with your cybersecurity network
in LinkedIn 𝕏 X / Twitter 💬 WhatsApp ✈ Telegram
🍪 Privacy Preferences
CISO Consulting — Compliant with Saudi Personal Data Protection Law (PDPL)
We use cookies and similar technologies to provide the best experience on our platform. You can choose which types you accept.
🔒
Essential Always On
Required for the website to function properly. Cannot be disabled.
📋 Sessions, CSRF tokens, authentication, language preferences
📊
Analytics
Help us understand how visitors use the site and improve performance.
📋 Page views, session duration, traffic sources, performance metrics
⚙️
Functional
Enable enhanced features like content personalization and preferences.
📋 Dark/light theme, font size, custom dashboards, saved filters
📣
Marketing
Used to deliver content and ads relevant to your interests.
📋 Campaign tracking, retargeting, social media analytics
Privacy Policy →
CISO AI Assistant
Ask anything · Documents · Support
🔐

Introduce Yourself

Enter your details to access the full assistant

Your info is private and never shared
💬
CyberAssist
Online · responds in seconds
5 / 5
🔐 Verify Your Identity

Enter your email to receive a verification code before submitting a support request.

Enter to send · / for commands 0 / 2000
CISO AI · Powered by Anthropic Claude
✦ Quick Survey Help Us Improve CISO Consulting Your feedback shapes the future of our platform — takes less than 2 minutes.
⚠ Please answer this question to continue

How would you rate your overall experience with our platform?

Rate from 1 (poor) to 5 (excellent)

🎉
Thank you!
Your response has been recorded.