CVE-2023-51652

OWASP AntiSamy .NET is a library for performing cleansing of HTML coming from untrusted sources. Prior to version 1.2.0, there is a potential for a mutation cross-site scripting (mXSS) vulnerability in AntiSamy caused by flawed parsing of the HTML being sanitized. To be subject to this vulnerability the `preserveComments` directive must be enabled in your policy file and also allow for certain tags at the same time. As a result, certain crafty inputs can result in elements in comment tags being interpreted as executable when using AntiSamy's sanitized output. This is patched in OWASP AntiSamy .NET 1.2.0 and later. See important remediation details in the reference given below. As a workaround, manually edit the AntiSamy policy file (e.g., antisamy.xml) by deleting the `preserveComments` directive or setting its value to `false`, if present. Also it would be useful to make AntiSamy remove the `noscript` tag by adding a line described in the GitHub Security Advisory to the tag definitions under the `<tagrules>` node, or deleting it entirely if present. As the previously mentioned policy settings are preconditions for the mXSS attack to work, changing them as recommended should be sufficient to protect you against this vulnerability when using a vulnerable version of this library. However, the existing bug would still be present in AntiSamy or its parser dependency (HtmlAgilityPack). The safety of this workaround relies on configurations that may change in the future and don't address the root cause of the vulnerability. As such, it is strongly recommended to upgrade to a fixed version of AntiSamy.
Configurations

Configuration 1 (hide)

cpe:2.3:a:spassarop:owasp_antisamy_.net:*:*:*:*:*:*:*:*

History

21 Nov 2024, 08:38

Type Values Removed Values Added
References () https://github.com/spassarop/antisamy-dotnet/commit/7e500daef6ad9c10e97c68feab78f4cb6e3083c6 - Patch () https://github.com/spassarop/antisamy-dotnet/commit/7e500daef6ad9c10e97c68feab78f4cb6e3083c6 - Patch
References () https://github.com/spassarop/antisamy-dotnet/commit/8117911933e75a25cd0054ef017577486338444a - Patch () https://github.com/spassarop/antisamy-dotnet/commit/8117911933e75a25cd0054ef017577486338444a - Patch
References () https://github.com/spassarop/antisamy-dotnet/security/advisories/GHSA-8x6f-956f-q43w - Vendor Advisory () https://github.com/spassarop/antisamy-dotnet/security/advisories/GHSA-8x6f-956f-q43w - Vendor Advisory

08 Jan 2024, 19:35

Type Values Removed Values Added
References () https://github.com/spassarop/antisamy-dotnet/commit/7e500daef6ad9c10e97c68feab78f4cb6e3083c6 - () https://github.com/spassarop/antisamy-dotnet/commit/7e500daef6ad9c10e97c68feab78f4cb6e3083c6 - Patch
References () https://github.com/spassarop/antisamy-dotnet/commit/8117911933e75a25cd0054ef017577486338444a - () https://github.com/spassarop/antisamy-dotnet/commit/8117911933e75a25cd0054ef017577486338444a - Patch
References () https://github.com/spassarop/antisamy-dotnet/security/advisories/GHSA-8x6f-956f-q43w - () https://github.com/spassarop/antisamy-dotnet/security/advisories/GHSA-8x6f-956f-q43w - Vendor Advisory
CPE cpe:2.3:a:spassarop:owasp_antisamy_.net:*:*:*:*:*:*:*:*
First Time Spassarop
Spassarop owasp Antisamy .net

03 Jan 2024, 13:48

Type Values Removed Values Added
Summary
  • (es) OWASP AntiSamy .NET es una librería para realizar la limpieza de HTML proveniente de fuentes no confiables. Antes de la versión 1.2.0, existía la posibilidad de que se produjera una vulnerabilidad de mutación de cross site scripting (mXSS) en AntiSamy causada por un análisis defectuoso del HTML que se estaba sanitizando. Para estar sujeto a esta vulnerabilidad, la directiva `preserveComments` debe estar habilitada en su archivo de política y también permitir ciertas etiquetas al mismo tiempo. Como resultado, ciertas entradas astutas pueden dar lugar a que los elementos de las etiquetas de comentarios se interpreten como ejecutables cuando se utiliza la salida sanitizada de AntiSamy. Esto está parcheado en OWASP AntiSamy .NET 1.2.0 y posteriores. Consulte detalles importantes de remediación en la referencia que se proporciona a continuación. Como workaround, edite manualmente el archivo de política AntiSamy (por ejemplo, antisamy.xml) eliminando la directiva `preserveComments` o estableciendo su valor en `false`, si está presente. También sería útil hacer que AntiSamy elimine la etiqueta `noscript` agregando una línea descrita en GitHub Security Advisory a las definiciones de etiquetas en el nodo ``, o eliminándola por completo si está presente. Como las configuraciones de políticas mencionadas anteriormente son condiciones previas para que funcione el ataque mXSS, cambiarlas según lo recomendado debería ser suficiente para protegerlo contra esta vulnerabilidad cuando utilice una versión vulnerable de esta librería. Sin embargo, el error existente aún estaría presente en AntiSamy o su dependencia del analizador (HtmlAgilityPack). La seguridad de esta solución depende de configuraciones que pueden cambiar en el futuro y no abordan la causa raíz de la vulnerabilidad. Como tal, se recomienda encarecidamente actualizar a una versión fija de AntiSamy.

02 Jan 2024, 20:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-01-02 20:15

Updated : 2024-11-21 08:38


NVD link : CVE-2023-51652

Mitre link : CVE-2023-51652

CVE.ORG link : CVE-2023-51652


JSON object : View

Products Affected

spassarop

  • owasp_antisamy_.net
CWE
CWE-79

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