/labvantage/rc?command=page&page=LV_ViewSampleSpec&sdcid=Sample&keyid1=S-231204-00118&oosonly=Y&_sdialog=Y
sdcid
, keyid1
The following steps were used to identify and confirm the reflected XSS vulnerability in the sdcid
and keyid1
parameters of the GET request to the affected endpoint. The testing was conducted using Burp Suite.
sdcid
and keyid1
parameters to the URL with the XSS payloads:
sdcid
: sdcid=Sample';%7dalert(1);'
keyid1
: keyid1=S-231204-00118';alert(2);function+correctSyntax(e)%7b'
Figure 1: The request made by adding XSS payloads to the sdcid
and keyid1
parameters.
sdcid
Parametersdcid
parameter was accessed.1
was triggered.Figure 2: The alert appears when the XSS payload is injected into the sdcid
parameter.
keyid1
Parameterkeyid1
parameter was accessed.2
was triggered.