Filtered by vendor Zoneminder
Subscriptions
Filtered by product Zoneminder
Subscriptions
Total
83 CVE
CVE | Vendors | Products | Updated | CVSS v3.1 |
---|---|---|---|---|
CVE-2024-51482 | 1 Zoneminder | 1 Zoneminder | 2024-11-08 | 10 Critical |
ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder v1.37.* <= 1.37.64 is vulnerable to boolean-based SQL Injection in function of web/ajax/event.php. This is fixed in 1.37.65. | ||||
CVE-2023-31493 | 1 Zoneminder | 1 Zoneminder | 2024-10-16 | 6.6 Medium |
RCE (Remote Code Execution) exists in ZoneMinder through 1.36.33 as an attacker can create a new .php log file in language folder, while executing a crafted payload and escalate privileges allowing execution of any commands on the remote system. | ||||
CVE-2019-8423 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
ZoneMinder through 1.32.3 has SQL Injection via the skins/classic/views/events.php filter[Query][terms][0][cnj] parameter. | ||||
CVE-2019-7341 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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[LinkedMonitors]' parameter value in the view monitor (monitor.php) because proper filtration is omitted. | ||||
CVE-2019-7337 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-7328 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-7349 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-6991 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-7340 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-2019-6992 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-7350 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-7336 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-7331 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
Self - Stored Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3 while editing an existing monitor field named "signal check color" (monitor.php). There exists no input validation or output filtration, leaving it vulnerable to HTML Injection and an XSS attack. | ||||
CVE-2019-7326 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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 'Host' parameter value in the view console (console.php) because proper filtration is omitted. This relates to the index.php?view=monitor Host Name field. | ||||
CVE-2019-7333 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
Reflected Cross Site Scripting (XSS) exists in ZoneMinder through 1.32.3, allowing an attacker to execute HTML or JavaScript code via a vulnerable 'Exportfile' parameter value in the view download (download.php) because proper filtration is omitted. | ||||
CVE-2019-8428 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
ZoneMinder before 1.32.3 has SQL Injection via the skins/classic/views/control.php groupSql parameter, as demonstrated by a newGroup[MonitorIds][] value. | ||||
CVE-2019-7335 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-7347 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
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-7346 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
A CSRF check issue exists in ZoneMinder through 1.32.3 as whenever a CSRF check fails, a callback function is called displaying a "Try again" button, which allows resending the failed request, making the CSRF attack successful. | ||||
CVE-2019-7351 | 1 Zoneminder | 1 Zoneminder | 2024-09-17 | N/A |
Log Injection exists in ZoneMinder through 1.32.3, as an attacker can entice the victim to visit a specially crafted link, which in turn will inject a custom Log message provided by the attacker in the 'log' view page, as demonstrated by the message=User%20'admin'%20Logged%20in value. |