vendor:
ZoneMinder
by:
Joey Lane
CVSS
HIGH
Stored Cross Site Scripting
79
CWE
Product Name: ZoneMinder
Affected Version From: 1.32.3
Affected Version To: 1.32.3
Patch Exists: NO
Related CWE: Pending
CPE: a:zoneminder:zoneminder:1.32.3
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu 16.04
2019
ZoneMinder 1.32.3 – Stored Cross Site Scripting (filters)
ZoneMinder 1.32.3 contains a stored cross site scripting vulnerability in the 'Filters' page. The 'Name' field used to create a new filter is not being properly sanitized. This allows an authenticated user to inject arbitrary javascript code, which will later be executed once a user returns to the Filters page.
Mitigation:
Ensure that user input is properly sanitized before being stored in the database.