CVE-2019-7347
https://notcve.org/view.php?id=CVE-2019-7347
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.). Existe una condición de carrera TOCTOU (Time-of-check Time-of-use) en ZoneMinder, hasta la versión 1.32.3, ya que una sesión permanece activa para un usuario autenticado incluso después de que se elimine de la tabla de usuarios. Esto permite que un usuario inexistente acceda y modifique registros (añadir/eliminar Monitores, Usuarios, etc.). • https://github.com/ZoneMinder/zoneminder/issues/2476 • CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition •
CVE-2019-7349
https://notcve.org/view.php?id=CVE-2019-7349
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. Existe Cross-Site Scripting (XSS) reflejado en ZoneMinder, hasta la versión 1.32.3, lo que permite que un atacante ejecute código HTML o JavaScript mediante un valor del parámetro "newMonitor[V4LCapturesPerFrame]" vulnerable en la vista de monitor (monitor.php) debido a que se omite un filtrado adecuado. • https://github.com/ZoneMinder/zoneminder/issues/2465 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2019-7327
https://notcve.org/view.php?id=CVE-2019-7327
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. Existe Cross-Site Scripting (XSS) reflejado en ZoneMinder, hasta la versión 1.32.3, lo que permite que un atacante ejecute código HTML o JavaScript mediante un valor del parámetro "scale" vulnerable en la vista de frame (frame.php) debido a que se omite un filtrado adecuado. • https://github.com/ZoneMinder/zoneminder/issues/2447 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2019-7350
https://notcve.org/view.php?id=CVE-2019-7350
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. Existe una fijación de sesiones en ZoneMinder, hasta la versión 1.32.3, ya que un atacante puede fijar sus propias cookies de sesión al siguiente usuario que inicia sesión, secuestrando así la cuenta de la víctima. Esto ocurre debido a que se está generando un conjunto de múltiples cookies (entre tres y cinco) cuando un usuario inicia sesión, y dichos grupos se solapan para sucesivos inicios de sesión. • https://github.com/ZoneMinder/zoneminder/issues/2471 • CWE-384: Session Fixation •
CVE-2019-7340
https://notcve.org/view.php?id=CVE-2019-7340
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. Existe POST- Site Scripting (XSS) reflejado en ZoneMinder, hasta la versión 1.32.3, lo que permite que un atacante ejecute código HTML o JavaScript mediante un valor del parámetro "filter[Query][terms][0][val]" vulnerable en la vista de filtros (filter.php) debido a que se omite un filtrado adecuado. • https://github.com/ZoneMinder/zoneminder/issues/2462 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •