CVE-2023-23614

Pi-hole®'s Web interface (based off of AdminLTE) provides a central location to manage your Pi-hole. Versions 4.0 and above, prior to 5.18.3 are vulnerable to Insufficient Session Expiration. Improper use of admin WEBPASSWORD hash as "Remember me for 7 days" cookie value makes it possible for an attacker to "pass the hash" to login or reuse a theoretically expired "remember me" cookie. It also exposes the hash over the network and stores it unnecessarily in the browser. The cookie itself is set to expire after 7 days but its value will remain valid as long as the admin password doesn't change. If a cookie is leaked or compromised it could be used forever as long as the admin password is not changed. An attacker that obtained the password hash via an other attack vector (for example a path traversal vulnerability) could use it to login as the admin by setting the hash as the cookie value without the need to crack it to obtain the admin password (pass the hash). The hash is exposed over the network and in the browser where the cookie is transmitted and stored. This issue is patched in version 5.18.3.
Configurations

Configuration 1 (hide)

cpe:2.3:a:pi-hole:web_interface:*:*:*:*:*:*:*:*

History

21 Nov 2024, 07:46

Type Values Removed Values Added
Summary
  • (es) La interfaz web de Pi-hole® (basada en AdminLTE) proporciona una ubicación central para administrar su Pi-hole. Las versiones 4.0 y superiores, anteriores a la 5.18.3, son vulnerables a Insufficient Session Expiration. El uso inadecuado del hash WEBPASSWORD del administrador como valor de cookie "Recordarme durante 7 días" hace posible que un atacante realice "pass the hash" para iniciar sesión o reutilizar una cookie "recordarme" teóricamente caducada. También expone el hash a través de la red y lo almacena innecesariamente en el navegador. La cookie en sí caducará después de 7 días, pero su valor seguirá siendo válido siempre que la contraseña de administrador no cambie. Si una cookie se filtra o se ve comprometida, podría usarse para siempre siempre y cuando no se cambie la contraseña de administrador. Un atacante que obtuvo el hash de la contraseña a través de otro vector de ataque (por ejemplo, una vulnerabilidad de recorrido de ruta) podría usarlo para iniciar sesión como administrador estableciendo el hash como valor de la cookie sin necesidad de descifrarlo para obtener la contraseña del administrador (pase el picadillo). El hash se expone en la red y en el navegador donde se transmite y almacena la cookie. Este problema se solucionó en la versión 5.18.3.
References () https://github.com/pi-hole/AdminLTE/security/advisories/GHSA-33w4-xf7m-f82m - Exploit, Patch, Third Party Advisory () https://github.com/pi-hole/AdminLTE/security/advisories/GHSA-33w4-xf7m-f82m - Exploit, Patch, Third Party Advisory

Information

Published : 2023-01-26 21:18

Updated : 2024-11-21 07:46


NVD link : CVE-2023-23614

Mitre link : CVE-2023-23614

CVE.ORG link : CVE-2023-23614


JSON object : View

Products Affected

pi-hole

  • web_interface
CWE
CWE-613

Insufficient Session Expiration

CWE-836

Use of Password Hash Instead of Password for Authentication