You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An authenticated malicious user can take advantage of a Stored XSS vulnerability in "Create Power Panels" function in the "Power" feature.
Proof of Concept
Step 1: Go to /dcim/power-panels/, click "Add" and insert payload "<img src=1 onerror='alert(document.cookie)'/>" in "Name" field.
Step 2: Go to /dcim/power-feeds/, click "Add" and select "Power panel"
**Step 3: Script excuted
Impact
If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.
The text was updated successfully, but these errors were encountered:
anhdq201
changed the title
Stored Cross Site Scripting Vulnerability on "Help system" in "Add page" function in rukovoditel 3.5.1
Stored Cross Site Scripting Vulnerability in "Create Power Panels" function in Netbox 3.5.1
May 18, 2023
Version: 3.5.1
Description
An authenticated malicious user can take advantage of a Stored XSS vulnerability in "Create Power Panels" function in the "Power" feature.
Proof of Concept
Step 1: Go to
/dcim/power-panels/
, click "Add" and insert payload "<img src=1 onerror='alert(document.cookie)'/>
" in "Name" field.Step 2: Go to
/dcim/power-feeds/
, click "Add" and select "Power panel"**Step 3: Script excuted
Impact
If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user.
The text was updated successfully, but these errors were encountered: