Title | Tektronix Sentry 6.0.9 Cross Site Scripting |
---|
Description | Cross Site Scripting (XSS)a security vulnerability that allows attackers to inject malicious code into a website or web application. It allows an attacker to circumvent the same origin policy, which is designed to segregate different websites from each other. Cross-site scripting vulnerabilities normally allow an attacker to masquerade as a victim user, to carry out any actions that the user is able to perform, and to access any of the user's data. If the victim user has privileged access within the application, then the attacker might be able to gain full control over all of the application's functionality and data.
#Steps to Reproduce
1). Navigate to - http://IP/?page=reports&_z=0&
2). The "z" parameter is vulnerable remove "0" and insert the query "ysguo%27-alert(1)-%27jf151=1"
3). http://IP/?page=reports&_z=ysguo%27-alert(1)-%27jf151=1&
Mitigation:
1). Secure handling of user input
2). Escaping
3). Use appropriate response headers
4). Encode data on output
|
---|
User | The_Druk (UID 70236) |
---|
Submission | 10/14/2024 10:48 PM (9 months ago) |
---|
Moderation | 10/23/2024 07:48 AM (8 days later) |
---|
Status | Accepted |
---|
VulDB Entry | 281551 [Telestream Sentry 6.0.9 Reports Page /?page=reports z cross site scripting] |
---|
Points | 17 |
---|