Page 2 of 7 results (0.005 seconds)

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 1

Missing Authorization in GitHub repository lirantal/daloradius prior to master branch. Falta autorización en el repositorio de GitHub lirantal/daloradius antes de la rama maestra. • https://github.com/lirantal/daloradius/commit/3d11f375a76ddb3741200296e15f81d82dfb80ce https://huntr.dev/bounties/f225d69a-d971-410d-a8f9-b0026143aed8 • CWE-862: Missing Authorization •

CVSS: 8.8EPSS: 0%CPEs: 1EXPL: 1

daloRADIUS is an open source RADIUS web management application. daloRadius 1.3 and prior are vulnerable to a combination cross site scripting (XSS) and cross site request forgery (CSRF) vulnerability which leads to account takeover in the mng-del.php file because of an unescaped variable reflected in the DOM on line 116. This issue has been addressed in commit `ec3b4a419e`. Users are advised to manually apply the commit in order to mitigate this issue. Users may also mitigate this issue with in two parts 1) The CSRF vulnerability can be mitigated by making the daloRadius session cookie to samesite=Lax or by the implimentation of a CSRF token in all forms. 2) The XSS vulnerability may be mitigated by escaping it or by introducing a Content-Security policy. daloRADIUS es una aplicación de gestión web RADIUS de código abierto. daloRadius 1.3 y versiones anteriores son afectados por una vulnerabilidad combinada de Cross-Site Scripting (XSS) y Cross-Site Request Forgery (CSRF) que conduce a la apropiación de cuentas en el archivo mng-del.php debido a una variable sin escape reflejada en el DOM en line 116. Este problema se ha abordado en el commit "ec3b4a419e". • https://github.com/lirantal/daloradius/commit/ec3b4a419e20540cf28ce60e48998b893e3f1dea https://github.com/lirantal/daloradius/security/advisories/GHSA-c9xx-6mvw-9v84 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE-352: Cross-Site Request Forgery (CSRF) •