Lucene search
+L

366 matches found

Kitploit
Kitploit
•added 2026/09/25 5:43 a.m.•19 views

kube-bench

kube-bench is a tool that checks whether Kubernetes is deployed securely by running the checks documented in the...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
•added 2026/09/25 4:46 a.m.•13 views

trivy-operator

Kubernetes 原生安全工具包。(文档) 简介 Trivy Operator 利用 Trivy 持续扫描您的 Kubernetes 集群以发现安全问题。扫描结果以 Kubernetes 自定义资源定义的形式汇总为安全报告,可通过 Kubernetes API 访问。该 Operator 通过监视 Kubernetes 的状态变化并自动触发安全扫描来工作。例如,当创建新的 Pod 时,会启动漏洞扫描。 这样,用户就可以以 Kubernetes 原生的方式查找和查看与不同资源相关的风险。 集群内安全扫描 Trivy Operator 自动生成并更新安全报告。这些报告是针对...

5.9AI score
SaveExploits0References13
Kitploit
Kitploit
•added 2026/09/25 1:53 a.m.•9 views

scan-cve-2018-8115

root@kitploit: /\ / | | / \ | | | / /\ \ / | | | |/ | \ \ / / | | | | '| | | | | | / \ | | || | | | | / | || | | | | || || | // \, |,|,| |/ ||,|| |||, | | | / | || |/ Docker images verifier cli-tool CVE-2018-8115 To help the community stay safe, we at Aqua created an open source tool that...

9.3CVSS8.1AI score0.34617EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 1:18 a.m.•16 views

cloudsploit

Aqua 旗下 CloudSploit - 云安全扫描 快速开始 通用方式 root@kitploit: $ git clone https://github.com/aquasecurity/cloudsploit.git $ cd cloudsploit $ npm install $ ./index.js -h Docker 方式 root@kitploit: $ git clone https://github.com/aquasecurity/cloudsploit.git $ cd cloudsploit $ docker build . -t cloudsploit:0.0...

6.1AI score
SaveExploits0References9
Kitploit
Kitploit
•added 2026/09/25 12:02 a.m.•14 views

tfsec

📣 tfsec to Trivy Migration As part of our goal to provide a comprehensive open source security solution for all, we have been consolidating all of our scanning-related efforts in one place, and that is Trivy. Over the past year, tfsec has laid the foundations to Trivy's IaC & misconfigurations...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
•added 2026/09/24 6:13 a.m.•10 views

vuln-list-aqua

vuln-list-aqua Security advisories from Aqua Security...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 2:22 a.m.•10 views

teampcp-supply-chain-attack

Ataque a la cadena de suministro TeamPCP: Guía de análisis técnico y detección CVE-2026-33634 CVSS 9.4 — El ataque a la cadena de suministro CI/CD más impactante de 2026 hasta ahora. Entre el 19 y el 25 de marzo de 2026, el actor de amenazas TeamPCP también rastreado como DeadCatx3, PCPcat,...

9.4CVSS8.9AI score0.01683EPSS
SaveExploits2References2
Kitploit
Kitploit
•added 2026/09/20 9:11 a.m.•11 views

aqua-checksums

aqua-checksums Monitoreo externo de integridad de la cadena de suministro para los proyectos de código abierto de Aqua Security. Qué hace este repositorio Este repositorio monitorea continuamente la integridad de los artefactos publicados de Aqua Security imágenes de contenedor, releases de GitHu...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/20 1:48 a.m.•6 views

trivy-plugin-aqua

trivy-plugin-aqua Trivy plugin for integration with Aqua Security SaaS platform Usage Trivy's options need to be passed after --. Trivy receives a target directory containing IaC files Set Aqua plugin as Trivy's current default plugin by exporting an environment variable root@kitploit: export...

6.1AI score
SaveExploits0
SUSE CVE
SUSE CVE
•added 2026/09/09 12:16 a.m.•9 views

SUSE CVE-2026-55569

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry a...

6.6CVSS5.8AI score0.00181EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/02 6:37 p.m.•10 views

GO-2026-6314 Aqua's archive extraction follows attacker-planted symlinks, allowing writes outside the install directory in github.com/aquaproj/aqua

Aqua's archive extraction follows attacker-planted symlinks, allowing writes outside the install directory in github.com/aquaproj/aqua...

6.6CVSS5.9AI score0.00181EPSS
SaveExploits0References3
NVD
NVD
•added 2026/08/28 8:18 p.m.•20 views

CVE-2026-55569

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry a...

6.6CVSS0.00181EPSS
SaveExploits0References3
Circl
Circl
•added 2026/08/28 6:35 p.m.•19 views

CVE-2026-55569

creationtimestamp| type| source ---|---|--- 2026-08-28 18:35:36+00:00| published-proof-of-concept| https://github.com/aquaproj/aqua/security/advisories/GHSA-mf5c-hw34-4hpp...

6.6CVSS5.8AI score0.00181EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2026/08/28 4:27 p.m.•15 views

Aqua's archive extraction follows attacker-planted symlinks, allowing writes outside the install directory

Summary aquaproj/aqua extracts downloaded tool archives through pkg/unarchive/archives.go using github.com/mholt/archives. The archive handler creates symlink entries with os.Symlinkf.LinkTarget, dstPath without validating that the symlink target resolves inside the extraction destination. A...

6.6CVSS6.2AI score0.00181EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/08/28 4:27 p.m.•14 views

GHSA-MF5C-HW34-4HPP Aqua's archive extraction follows attacker-planted symlinks, allowing writes outside the install directory

Summary aquaproj/aqua extracts downloaded tool archives through pkg/unarchive/archives.go using github.com/mholt/archives. The archive handler creates symlink entries with os.Symlinkf.LinkTarget, dstPath without validating that the symlink target resolves inside the extraction destination. A...

6.6CVSS6.2AI score0.00181EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/08/28 4:26 p.m.•14 views

EUVD-2026-67827

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry a...

6.6CVSS5.9AI score0.00181EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/28 4:26 p.m.•39 views

CVE-2026-55569 aqua: Archive extraction in aqua follows attacker-planted symlinks, allowing writes outside the install directory

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry a...

6.6CVSS0.00181EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/28 4:26 p.m.•42 views

CVE-2026-55569

aqua (aquaproj/aqua), a declarative command-line version manager written in Go, contains a symlink traversal flaw in pkg/unarchive/archives.go (HandleFile). The handler calls os.Symlink with an unvalidated LinkTarget and does not jail the target to the extraction destination. A subsequent regular...

6.6CVSS5.9AI score0.00181EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/08/28 4:26 p.m.•9 views

CVE-2026-55569 aqua: Archive extraction in aqua follows attacker-planted symlinks, allowing writes outside the install directory

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry a...

6.6CVSS5.9AI score0.00181EPSS
SaveExploits0References3
OSV
OSV
•added 2026/08/28 4:26 p.m.•20 views

CVE-2026-55569 aqua: Archive extraction in aqua follows attacker-planted symlinks, allowing writes outside the install directory

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry a...

6.6CVSS5.9AI score
SaveExploits0References5
Rows per page
Query Builder