![](/assets/img/cve_300x82_sin_bg.png)
CVE-2022-23513 – Pi-Hole/AdminLTE vulnerable due to improper access control in queryads endpoint
https://notcve.org/view.php?id=CVE-2022-23513
22 Dec 2022 — Pi-Hole is a network-wide ad blocking via your own Linux hardware, AdminLTE is a Pi-hole Dashboard for stats and more. In case of an attack, the threat actor will obtain the ability to perform an unauthorized query for blocked domains on `queryads` endpoint. In the case of application, this vulnerability exists because of a lack of validation in code on a root server path: `/admin/scripts/pi-hole/phpqueryads.php.` Potential threat actor(s) are able to perform an unauthorized query search in blocked domain l... • https://packetstorm.news/files/id/174460 • CWE-284: Improper Access Control •
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2022-31029 – Authenticated XSS in Pi-hole AdminLTE
https://notcve.org/view.php?id=CVE-2022-31029
07 Jul 2022 — AdminLTE is a Pi-hole Dashboard for stats and configuration. In affected versions inserting code like `<script>alert("XSS")</script>` in the field marked with "Domain to look for" and hitting <kbd>enter</kbd> (or clicking on any of the buttons) will execute the script. The user must be logged in to use this vulnerability. Usually only administrators have login access to pi-hole, minimizing the risks. Users are advised to upgrade. • https://github.com/pi-hole/AdminLTE/commit/b07372bd426ca8111824a0244dc89d07a7243509 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •