Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wgpsec avatar

Argocd Tactics

  • 11 installs
  • 1.6k repo stars
  • Updated July 19, 2026
  • wgpsec/aboutsecurity

Helps with ai & agent building tasks during AI-assisted development.

About

argocd-tactics is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • argocd-tactics
  • AI & Agent Building
  • AI-coding skill

Argocd Tactics by the numbers

  • 11 all-time installs (skills.sh)
  • Ranked #11,769 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wgpsec/aboutsecurity --skill argocd-tactics

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs11
repo stars1.6k
Last updatedJuly 19, 2026
Repositorywgpsec/aboutsecurity

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

ArgoCD 漏洞利用技能

  • 产品: Argo CD (Kubernetes声明式GitOps持续交付工具)
  • 默认端口: 80/443 (Web UI), 8080 (Server), 6379 (Redis)
  • 识别特征: 页面标题 "Argo CD",/api/v1/version 返回版本信息
  • 默认凭据: admin / auto-generated初始密码
  • FOFA: app="Argo-CD" | Shodan: http.title:"Argo CD"

漏洞总览

CVE影响版本类型条件危害
CVE-2024-31989<2.11.5Redis缓存投毒→K8s接管Redis未认证Critical (9.1)
CVE-2022-29165<2.3.1SSO认证绕过配置OIDC SSOHigh (8.8)
CVE-2023-22482多版本Redis信息泄露Redis未认证High (7.5)
CVE-2024-40638多版本Webhook SSRF已认证用户High (7.2)
默认凭据全版本初始admin密码获取初始密码Critical

利用决策树

1. 识别ArgoCD → /api/v1/version
2. 未授权API → /api/v1/applications, /api/v1/clusters
3. CVE-2024-31989 (优先) → Redis缓存投毒 → 集群接管
4. 默认凭据 → admin + 初始密码 → 完全控制
5. CVE-2022-29165 (SSO环境) → redirect_uri绕过
6. CVE-2024-40638 → Webhook SSRF
7. 已认证后利用 → 恶意Application / 注入Manifest / 越权

利用链优先级

1. Redis未授权 → CVE-2024-31989缓存投毒 → K8s集群接管
2. 默认凭据/弱口令 → ArgoCD完全控制
3. 未授权API → 应用/集群/仓库信息泄露
4. CVE-2022-29165 → SSO认证绕过
5. CVE-2024-40638 → Webhook SSRF → 内部服务探测
6. 已认证 → 创建恶意Application → 特权Pod部署

常用端点速查

端点方法用途认证
/api/v1/versionGET版本信息不需要
/api/v1/applicationsGET应用列表可选
/api/v1/clustersGET集群列表可选
/api/v1/repositoriesGET仓库列表可选
/api/v1/accountGET账户信息可选
/auth/loginGET登录页面不需要
Redis 6379-缓存服务默认无密码

详细参考

  • 检测脚本与后利用手法 - 未授权API检测、综合扫描脚本、已认证后利用技术

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.