[TT-17569] Bump storage to v1.3.4 (CVE fixes)#8336
Conversation
🎯 Recommended Merge TargetsBased on JIRA ticket TT-17569: Fix CVE in storage library Fix Version: Tyk MDCB 2.12.0
Required:
Fix Version: Tyk Portal 1.18.0
Required:
Fix Version: Tyk Identity Broker 1.7.3
Required:
Fix Version: Tyk 5.8.15Required:
Fix Version: Tyk 5.13.1Required:
Fix Version: Tyk 5.14.0
Required:
Fix Version: Storage 1.3.3
Required:
Fix Version: Storage 1.3.4
Required:
📋 Workflow
|
|
This pull request addresses security vulnerabilities by updating the Files Changed AnalysisThe changes are confined to
Architecture & Impact Assessment
graph TD
A[Tyk Gateway] --> B["storage v1.3.4"];
subgraph sg1 ["Transitive Dependencies Updated"]
B --> C["mongo-driver v1.17.7"];
B --> D["golang.org/x/crypto v0.52.0"];
end
subgraph sg2 ["Vulnerabilities Addressed"]
C --> E[CVE-2026-2303];
D --> F[SSH Advisories];
end
Scope Discovery & Context ExpansionWhile the code change itself is minimal, the scope of its impact relates to the security and stability of the data persistence layer. The update to the
Metadata
Powered by Visor from Probelabs Last updated: 2026-06-22T15:41:13.192Z | Triggered by: pr_updated | Commit: 34b085a 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Performance Check PassedNo performance issues found – changes LGTM. ✅ Quality Check PassedNo quality issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-06-22T15:41:11.643Z | Triggered by: pr_updated | Commit: 34b085a 💡 TIP: You can chat with Visor using |
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
5a75855 to
34b085a
Compare
|
SentinelOne CNS Hardcoded Secret Detector SentinelOne CNS is a cloud-agnostic, agentless CSPM & CWPP solution that continuously detects and prevents vulnerabilities that have the highest probability of being exploited in Azure, AWS, Google Cloud, and Kubernetes. |
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
|



What
Bumps
github.com/TykTechnologies/storagev1.3.1 → v1.3.3, which pullsgo.mongodb.org/mongo-driverv1.13.4 → v1.17.7 andgolang.org/x/cryptov0.49.0 → v0.52.0 (indirect).
Why
storage v1.3.3 carries the CVE-2026-2303 fix (heap OOB read in the mongo-driver
GSSAPI/Kerberos CGo wrapper) plus the x/crypto SSH advisory fixes.