navigator.sendBeacon / fetch exfiltrationEMBEDDED

iframe 자기 origin 안에서 수집한 정보를 attacker 서버로 송신.

sandbox 정책별 동작
정책예상 결과
sandbox 미부착동작함
sandbox="allow-scripts"동작함
sandbox="" (가장 엄격)차단됨
임베드 스니펫

이 코드는 임베드 전용 페이지를 사용합니다. 본인 서비스에 그대로 붙여 넣고 렌더링/차단 여부를 확인하세요.

<iframe src="https://xss-playground.com/embed/beacon-exfil?lang=ko" title="XSS Playground - navigator.sendBeacon / fetch exfiltration" width="600" height="420" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe>

실행

document.referrer
-
navigator.userAgent
-
// 로그 없음

해설