Mercurial > hg > orthanc-tests
view Database/2017-06-27-XSSInjection.txt @ 822:f094845ac9a2 attach-custom-data
fix
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 27 May 2025 17:07:49 +0200 |
| parents | 4a8df7a0d0b9 |
| children |
line wrap: on
line source
Stored Cross Site Scripting (XSS) --------------------------------- - Application: Orthanc (1.2.0) - Researcher: Victor Pasnkel (Morphus Labs) - XSS inside DICOM file (metadata) - File can be uploaded to the Web application - Tested on: OSX El Capitan (10.11.6) Source: https://drive.google.com/open?id=0B5BZfMPc1T-Ib004SExMZXFNSDg Generation of sample file ------------------------- # cp DummyCT.dcm 2017-06-27-XSSInjection.dcm # dcmodify -m 'PatientName=HelloWorld<script>alert("XSS inside DICOM file 1");</script>' \ -m 'StudyDescription=MyStudy<script>alert("XSS inside DICOM file 2");</script>' \ -m 'SeriesDescription=MySeries<script>alert("XSS inside DICOM file 3");</script>' \ 2017-06-27-XSSInjection.dcm
