在 Podinfo(一个用于演示 Kubernetes 微服务的 web 应用)中发现了一个安全漏洞(CWE-79)。/store 功能允许未经身份验证的用户上传任意 HTML/JS 内容,导致存储型 XSS。
/store<= 6.10.0curl -X POST https://<target>/store -H "Content-Type: application/text" -d '<html><script>alert("CVE-2025-70849")</script></html>'
Kazi Sabbir | Shafayet Ahmed Alif