Publish Advisories

GHSA-8fmj-33gw-g7pw
GHSA-gx8m-f3mp-fg99
This commit is contained in:
advisory-database[bot]
2024-05-28 16:55:38 +00:00
parent e15ced4da4
commit 2ce468879e
2 changed files with 134 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,65 @@
{
"schema_version": "1.4.0",
"id": "GHSA-gx8m-f3mp-fg99",
"modified": "2024-05-28T16:54:31Z",
"published": "2024-05-28T16:54:31Z",
"aliases": [
"CVE-2024-35621"
],
"summary": "formwork Cross-site scripting vulnerability in Markdown fields",
"details": "### Impact\nUsers with access to the administration panel with page editing permissions could insert `<script>` tags in markdown fields, which are exposed on the publicly accessible site pages, leading to potential XSS injections.\n\n### Patches\n\n- [**Formwork 1.13.0**](https://github.com/getformwork/formwork/releases/tag/1.13.0) has been released with a patch that solves this vulnerability. Now the system config option `content.safe_mode` (enabled by default) controls whether HTML tags and potentially dangerous links are escaped. This is configurable as in some cases more flexibility should be given. Panel users should be only a controlled group of editors, which cannot enable the option by themselves, and not a generic group. This mitigates the chance of introducing vulnerabilities.\n- [**Formwork 2.x** (6adc302)](https://github.com/getformwork/formwork/commit/6adc302f5a294f2ffbbf1571dd4ffea6b7876723) adds a similar `content.safeMode` system option. Like Formwork 1.13.0, by default HTML tags and dangerous link are escaped. Even if enabled by an administrator, however, `<script>` and other dangerous tags are still converted to text, but secure tags are allowed.\n\n### References\nhttps://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35621\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "getformwork/formwork"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.13.0"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/getformwork/formwork/security/advisories/GHSA-gx8m-f3mp-fg99"
},
{
"type": "WEB",
"url": "https://github.com/getformwork/formwork/commit/2d92e6dbf99a9a49797947afbda0cdd4e56e11df"
},
{
"type": "WEB",
"url": "https://github.com/getformwork/formwork/commit/6adc302f5a294f2ffbbf1571dd4ffea6b7876723"
},
{
"type": "PACKAGE",
"url": "https://github.com/getformwork/formwork"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2024-05-28T16:54:31Z",
"nvd_published_at": null
}
}