Skip to content

Commit 9136a78

Browse files
committed
1 parent 01572e6 commit 9136a78

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

advisories/github-reviewed/2020/04/GHSA-jpcq-cgw6-v4j6/GHSA-jpcq-cgw6-v4j6.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jpcq-cgw6-v4j6",
4-
"modified": "2025-10-22T17:52:02Z",
4+
"modified": "2025-10-22T17:52:05Z",
55
"published": "2020-04-29T22:19:14Z",
66
"aliases": [
77
"CVE-2020-11023"
@@ -10,8 +10,8 @@
1010
"details": "### Impact\nPassing HTML containing `<option>` elements from untrusted sources - even after sanitizing them - to one of jQuery's DOM manipulation methods (i.e. `.html()`, `.append()`, and others) may execute untrusted code.\n\n### Patches\nThis problem is patched in jQuery 3.5.0.\n\n### Workarounds\nTo workaround this issue without upgrading, use [DOMPurify](https://github.com/cure53/DOMPurify) with its `SAFE_FOR_JQUERY` option to sanitize the HTML string before passing it to a jQuery method.\n\n### References\nhttps://blog.jquery.com/2020/04/10/jquery-3-5-0-released/\n\n### For more information\nIf you have any questions or comments about this advisory, search for a relevant issue in [the jQuery repo](https://github.com/jquery/jquery/issues). If you don't find an answer, open a new issue.",
1111
"severity": [
1212
{
13-
"type": "CVSS_V3",
14-
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:L/A:N/E:H"
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N"
1515
}
1616
],
1717
"affected": [
@@ -25,7 +25,7 @@
2525
"type": "ECOSYSTEM",
2626
"events": [
2727
{
28-
"introduced": "1.0.3"
28+
"introduced": "1.12.0"
2929
},
3030
{
3131
"fixed": "3.5.0"
@@ -601,7 +601,7 @@
601601
"cwe_ids": [
602602
"CWE-79"
603603
],
604-
"severity": "MODERATE",
604+
"severity": "LOW",
605605
"github_reviewed": true,
606606
"github_reviewed_at": "2020-04-29T21:04:50Z",
607607
"nvd_published_at": "2020-04-29T21:15:00Z"

0 commit comments

Comments
 (0)