CVE-2022-23475

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:daloradius:daloradius:*:*:*:*:*:*:*:*

History

21 Nov 2024, 06:48

Type Values Removed Values Added
References () https://github.com/lirantal/daloradius/commit/ec3b4a419e20540cf28ce60e48998b893e3f1dea - Patch, Third Party Advisory () https://github.com/lirantal/daloradius/commit/ec3b4a419e20540cf28ce60e48998b893e3f1dea - Patch, Third Party Advisory
References () https://github.com/lirantal/daloradius/security/advisories/GHSA-c9xx-6mvw-9v84 - Exploit, Third Party Advisory () https://github.com/lirantal/daloradius/security/advisories/GHSA-c9xx-6mvw-9v84 - Exploit, Third Party Advisory
Summary
  • (es) 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". Se recomienda a los usuarios que apliquen manualmente el commit para mitigar este problema. Los usuarios también pueden mitigar este problema en dos partes: 1) La vulnerabilidad CSRF se puede mitigar haciendo que la cookie de sesión daloRadius sea Samesite=Lax o mediante la implementación de un token CSRF en todas sus formas. 2) La vulnerabilidad XSS se puede mitigar escapando de ella o introduciendo una política de seguridad de contenido.

Information

Published : 2022-12-06 20:15

Updated : 2024-11-21 06:48


NVD link : CVE-2022-23475

Mitre link : CVE-2022-23475

CVE.ORG link : CVE-2022-23475


JSON object : View

Products Affected

daloradius

  • daloradius
CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

CWE-352

Cross-Site Request Forgery (CSRF)