Total
79 CVE
CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
---|---|---|---|---|---|
CVE-2019-6990 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 3.5 LOW | 5.4 MEDIUM |
A stored-self XSS exists in web/skins/classic/views/zones.php of ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code in a vulnerable field via a crafted Zone NAME to the index.php?view=zones&action=zoneImage&mid=1 URI. | |||||
CVE-2019-7340 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
POST - Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code via a vulnerable 'filter[Query][terms][0][val]' parameter value in the view filter (filter.php) because proper filtration is omitted. | |||||
CVE-2018-1000832 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 10.0 HIGH | 9.8 CRITICAL |
ZoneMinder version <= 1.32.2 contains a Other/Unknown vulnerability in User-controlled parameter that can result in Disclosure of confidential data, denial of service, SSRF, remote code execution. | |||||
CVE-2019-7350 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.9 MEDIUM | 7.3 HIGH |
Session fixation exists in ZoneMinder through 1.32.3, as an attacker can fixate his own session cookies to the next logged-in user, thereby hijacking the victim's account. This occurs because a set of multiple cookies (between 3 and 5) is being generated when a user successfully logs in, and these sets overlap for successive logins. | |||||
CVE-2019-8429 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 7.5 HIGH | 9.8 CRITICAL |
ZoneMinder before 1.32.3 has SQL Injection via the ajax/status.php filter[Query][terms][0][cnj] parameter. | |||||
CVE-2019-8424 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 7.5 HIGH | 9.8 CRITICAL |
ZoneMinder before 1.32.3 has SQL Injection via the ajax/status.php sort parameter. | |||||
CVE-2019-7337 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 3.5 LOW | 4.8 MEDIUM |
Reflected Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3 as the view 'events' (events.php) insecurely displays the limit parameter value, without applying any proper output filtration. This issue exists because of the function sortHeader() in functions.php, which insecurely returns the value of the limit query string parameter without applying any filtration. | |||||
CVE-2019-7338 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
Self - Stored XSS exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code in the view 'group' as it insecurely prints the 'Group Name' value on the web page without applying any proper filtration. | |||||
CVE-2019-7335 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
Self - Stored XSS exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code in the view 'log' as it insecurely prints the 'Log Message' value on the web page without applying any proper filtration. This relates to the view=logs value. | |||||
CVE-2019-7343 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
Reflected - Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code via a vulnerable 'newMonitor[Method]' parameter value in the view monitor (monitor.php) because proper filtration is omitted. | |||||
CVE-2019-6991 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 7.5 HIGH | 9.8 CRITICAL |
A classic Stack-based buffer overflow exists in the zmLoadUser() function in zm_user.cpp of the zmu binary in ZoneMinder through 1.32.3, allowing an unauthenticated attacker to execute code via a long username. | |||||
CVE-2019-7349 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
Reflected Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code via a vulnerable 'newMonitor[V4LCapturesPerFrame]' parameter value in the view monitor (monitor.php) because proper filtration is omitted. | |||||
CVE-2019-7347 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 6.0 MEDIUM | 7.5 HIGH |
A Time-of-check Time-of-use (TOCTOU) Race Condition exists in ZoneMinder through 1.32.3 as a session remains active for an authenticated user even after deletion from the users table. This allows a nonexistent user to access and modify records (add/delete Monitors, Users, etc.). | |||||
CVE-2019-7328 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
Reflected Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code via a vulnerable 'scale' parameter value in the view frame (frame.php) via /js/frame.js.php because proper filtration is omitted. | |||||
CVE-2019-8425 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
includes/database.php in ZoneMinder before 1.32.3 has XSS in the construction of SQL-ERR messages. | |||||
CVE-2019-7327 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
Reflected Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code via a vulnerable 'scale' parameter value in the view frame (frame.php) because proper filtration is omitted. | |||||
CVE-2019-7339 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
POST - Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code via a vulnerable 'level' parameter value in the view log (log.php) because proper filtration is omitted. | |||||
CVE-2019-6992 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
A stored-self XSS exists in web/skins/classic/views/controlcaps.php of ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code in a vulnerable field via a long NAME or PROTOCOL to the index.php?view=controlcaps URI. | |||||
CVE-2019-7336 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
Self - Stored Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, as the view _monitor_filters.php contains takes in input from the user and saves it into the session, and retrieves it later (insecurely). The values of the MonitorName and Source parameters are being displayed without any output filtration being applied. This relates to the view=cycle value. | |||||
CVE-2019-7348 | 1 Zoneminder | 1 Zoneminder | 2024-02-04 | 4.3 MEDIUM | 6.1 MEDIUM |
Self - Stored Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code via a vulnerable 'username' parameter value in the view user (user.php) because proper filtration is omitted. |