Vulnerability Details : CVE-2021-43862
Potential exploit
jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications. Versions prior to 2.31.1 contain a low impact and limited cross-site scripting (XSS) vulnerability. The code for XSS payload is always visible, but an attacker can use other techniques to hide the code the victim sees. If the application uses the `execHash` option and executes code from URL, the attacker can use this URL to execute their code. The scope is limited because the javascript attribute used is added to span tag, so no automatic execution like with `onerror` on images is possible. This issue is fixed in version 2.31.1. As a workaround, the user can use formatting that wrap whole user input and its no op. The code for this workaround is available in the GitHub Security Advisory. The fix will only work when user of the library is not using different formatters (e.g. to highlight code in different way).
Vulnerability category: Cross site scripting (XSS)
Products affected by CVE-2021-43862
- cpe:2.3:a:jquery.terminal_project:jquery.terminal:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2021-43862
0.39%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 57 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2021-43862
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
2.1
|
LOW | AV:N/AC:H/Au:S/C:N/I:P/A:N |
3.9
|
2.9
|
NIST | |
5.4
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N |
2.3
|
2.7
|
NIST | |
3.7
|
LOW | CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N |
1.2
|
2.5
|
GitHub, Inc. |
CWE ids for CVE-2021-43862
-
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.Assigned by: nvd@nist.gov (Primary)
-
The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages.Assigned by: security-advisories@github.com (Secondary)
References for CVE-2021-43862
-
https://github.com/jcubic/jquery.terminal/commit/77eb044d0896e990d48a9157f0bc6648f81a84b5
fix Self XSS by injecting data attrbutte #727 · jcubic/jquery.terminal@77eb044 · GitHubPatch;Third Party Advisory
-
https://github.com/jcubic/jquery.terminal/security/advisories/GHSA-x9r5-jxvq-4387
Self XSS on user input · Advisory · jcubic/jquery.terminal · GitHubExploit;Issue Tracking;Third Party Advisory
-
https://github.com/jcubic/jquery.terminal/issues/727
Self XSS · Issue #727 · jcubic/jquery.terminal · GitHubIssue Tracking;Third Party Advisory
-
https://github.com/jcubic/jquery.terminal/releases/tag/2.31.1
Release 2.31.1 · jcubic/jquery.terminal · GitHubRelease Notes;Third Party Advisory
Jump to