| - module: github.com/microcosm-cc/bluemonday |
| - package: github.com/microcosm-cc/bluemonday |
| - Policy.AllowElementsMatching |
| The bluemonday HTML sanitizer can leak the contents of a "style" element |
| into HTML output, potentially causing XSS vulnerabilities. |
| The default bluemonday sanitization policies are not vulnerable. |
| Only user-defined policies allowing "select", "style", and |
| "option" elements are affected. |
| Permitting the "style" element in policies is hazardous, because bluemonday |
| does not contain a CSS sanitizer. Newer versions of bluemonday suppress |
| "style" and "script" elements even when allowed by a policy unless the |
| policy explicitly requests unsafe processing. |
| published: 2022-08-15T18:02:24Z |
| - fix: https://github.com/microcosm-cc/bluemonday/commit/c788a2a4d42e081ad54a31368478820bb4a42fb4 |
| - web: https://docs.google.com/document/d/11SoX296sMS0XoQiQbpxc5pNxSdbJKDJkm5BDv0zrX50/ |