Lucene search
+L

147 matches found

nodejs
nodejs
added 2019/11/14 10:30 p.m.20 views

Sandbox Breakout / Arbitrary Code Execution

Overview All versions of veval are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through this.constructor.constructor . This may allow attackers to execute arbitrary code in the system. Evaluating the payload...

8AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/11/14 10:05 p.m.27 views

Sandbox Breakout / Arbitrary Code Execution

Overview All versions of @zhaoyao91/eval-in-vm are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through this.constructor.constructor . This may allow attackers to execute arbitrary code in the system. Evaluating the payloa...

8AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/11/14 8:44 p.m.20 views

Sandbox Breakout / Arbitrary Code Execution

Overview All versions of sandbox are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through this.constructor.constructor . This may allow attackers to execute arbitrary code in the system. Evaluating the payload...

8AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/11/14 8:00 p.m.20 views

Sandbox Breakout / Arbitrary Code Execution

Overview All versions of lighter-vm are vulnerable to Sandbox Escape leading to Remote Code Execution. The package fails to restrict access to the main context through this.constructor.constructor . This may allow attackers to execute arbitrary code in the system. Evaluating the payload...

8AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/10/14 2:29 p.m.16 views

Cross-Site Scripting

Overview All versions of hexo-admin are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize rendered markdown, allowing attackers to execute arbitrary JavaScript in a victim's browser if they are able to create new posts. Recommendation No fix is currently available. Consider...

6.7AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/10/11 6:06 p.m.37 views

Denial of Service

Overview All versions of node-static are vulnerable to a Denial of Service. The package fails to catch an exception when user input includes null bytes. This allows attackers to access http://host/%00 and crash the server. Recommendation No fix is currently available. Consider using an alternativ...

6.8AI score
SaveExploits0Affected Software1
OSV
OSV
added 2019/09/23 6:32 p.m.19 views

GHSA-6M4R-CGM3-6Q7Q Cross-Site Scripting in status-board

All versions of status-board are vulnerable to Cross-Site Scripting. The renderJsDashboard function concatenates the safeDashboard variable to the HTTP response message with insufficient sanitization. If this variable is controlled by user input it may allow attackers to execute arbitrary...

6.1CVSS6.4AI score0.01064EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2019/09/23 6:32 p.m.38 views

Cross-Site Scripting in status-board

All versions of status-board are vulnerable to Cross-Site Scripting. The renderJsDashboard function concatenates the safeDashboard variable to the HTTP response message with insufficient sanitization. If this variable is controlled by user input it may allow attackers to execute arbitrary...

6.1CVSS3.6AI score0.01064EPSS
SaveExploits0References6Affected Software1
nodejs
nodejs
added 2019/09/17 7:03 p.m.18 views

Path Traversal

Overview All versions of swagger-injector are vulnerable to Path Traversal. The package fails to sanitize URLs, allowing attackers to access server files outside of the configured dist folder using relative paths. Recommendation No fix is currently available. Consider using an alternative package...

6.8AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/09/16 10:49 p.m.20 views

Cross-Site Scripting

Overview All versions of httpserver are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code. Recommendation No fix is currently available...

6.7AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/09/16 10:28 p.m.18 views

Cross-Site Scripting

Overview All versions of mavon-editor are vulnerable to Cross-Site Scripting. The package fails to sanitize entered input, allowing attackers to execute arbitrary JavaScript in a victim's browser. Recommendation No fix is currently available. Consider using an alternative package until a fix is...

7.3AI score
SaveExploits0Affected Software1
OSV
OSV
added 2019/09/16 10:24 p.m.28 views

GHSA-549F-73HH-MJ38 Command Injection in gitlabhook

All versions of gitlabhook are vulnerable to Command Injection. The package does not validate input the body of POST request and concatenates it to an exec call, allowing attackers to run arbitrary commands in the system. Recommendation No fix is currently available. Consider using an alternative...

10CVSS9.6AI score0.58799EPSS
SaveExploits5References3
nodejs
nodejs
added 2019/09/16 6:01 p.m.19 views

Cross-Site Scripting

Overview All versions of snekserve are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code. Recommendation No fix is currently available...

6.7AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/09/11 4:51 p.m.18 views

Regular Expression Denial of Service

Overview All versions of sql-injection are vulnerable to Regular Expression Denial of Service. The package processes a request's body with regular expressions that may take exponentially longer to execute for large inputs. Recommendation No fix is currently available. Consider using an alternativ...

7.2AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/09/06 6:23 p.m.17 views

Unintended Require

Overview All versions of larvitbase-www are vulnerable to an Unintended Require. The package exposes an API endpoint and passes a GET parameter unsanitized to an require call. This allows attackers to execute any .js file in the same folder as the server is running. Recommendation No fix is...

7.1AI score
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/09/05 9:47 p.m.28 views

Cross-Site Scripting

Overview All versions of status-board are vulnerable to Cross-Site Scripting. The renderJsDashboard function concatenates the safeDashboard variable to the HTTP response message with insufficient sanitization. If this variable is controlled by user input it may allow attackers to execute arbitrar...

4.3CVSS3AI score0.01064EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/09/05 9:42 p.m.26 views

Cross-Site Scripting

Overview All versions of status-board are vulnerable to Cross-Site Scripting. The renderDashboard function concatenates the safeDashboard variable to the printed error message with insufficient sanitization. If this variable is controlled by user input it allows attackers to execute arbitrary...

4.3CVSS5.2AI score0.01064EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2019/08/07 7:39 p.m.24 views

Cross-Site Scripting

Overview All versions of http-file-server are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code. Recommendation No fix is currently availabl...

3.5CVSS4.1AI score0.00709EPSS
SaveExploits1Affected Software1
Github Security Blog
Github Security Blog
added 2019/07/31 4:22 a.m.32 views

Cross-Site Scripting in http-file-server

All versions of http-file-server are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code. Recommendation No fix is currently available. Consid...

5.4CVSS5.3AI score0.00709EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2019/07/31 4:22 a.m.54 views

GHSA-7J93-2H6R-HM49 Cross-Site Scripting in http-file-server

All versions of http-file-server are vulnerable to Cross-Site Scripting XSS. The package fails to sanitize filenames, allowing attackers to execute arbitrary JavaScript in the victim's browser through files with names containing malicious code. Recommendation No fix is currently available. Consid...

5.4CVSS5.4AI score0.00709EPSS
SaveExploits1References3
Rows per page
Query Builder