Lucene search
+L

14366 matches found

Github Security Blog
Github Security Blog
added 2018/07/24 8:16 p.m.36 views

Regular Expression Denial of Service in forwarded

Affected versions of forwarded are vulnerable to regular expression denial of service when parsing specially crafted user input. Recommendation Update to version 0.1.2 or later...

7.5CVSS5.3AI score0.01922EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2018/07/24 8:16 p.m.39 views

GHSA-MPCF-4GMH-23W8 Regular Expression Denial of Service in forwarded

Affected versions of forwarded are vulnerable to regular expression denial of service when parsing specially crafted user input. Recommendation Update to version 0.1.2 or later...

7.5CVSS7.4AI score0.01922EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2018/07/24 8:11 p.m.64 views

Regular Expression Denial of Service in parsejson

Affected versions of parsejson are vulnerable to a regular expression denial of service when parsing untrusted user input. Recommendation The parsejson package has not been functionally updated since it was initially released. Additionally, it provides functionality which is natively included in...

7.5CVSS4.9AI score0.01508EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2018/07/24 8:06 p.m.34 views

Regular Expression Denial of Service in slug

Affected versions of slug are vulnerable to a regular expression denial of service when parsing untrusted user input. The issue is low severity, as it takes 50,000 characters to cause the event loop to block for 2 seconds, About 50k characters can block the event loop for 2 seconds. Recommendatio...

7.5CVSS5.1AI score0.01584EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2018/07/24 8:00 p.m.26 views

GHSA-Q5C4-39F5-M68J Regular Expression Denial of Service in decamelize

Affected versions of decamelize are susceptible to a denial of service vulnerability when user input is passed directly into decamelize. Recommendation Update to version 1.1.2 or later...

7.5CVSS5.9AI score0.01455EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2018/07/24 7:00 p.m.33 views

CVE-2018-11044

Pivotal Apps Manager included in Pivotal Application Service, versions 2.2.x prior to 2.2.1 and 2.1.x prior to 2.1.8 and 2.0.x prior to 2.0.17 and 1.12.x prior to 1.12.26, does not escape all user-provided content when sending invitation emails. A malicious authenticated user can inject content...

6.4AI score0.00733EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2018/07/24 3:00 p.m.32 views

CVE-2017-3181 Multiple TIBCO Spotfire components are vulnerable to multiple unspecified SQL-injection vulnerabilities because it fails to properly sanitize user-supplied input before using it in an SQL query

Multiple TIBCO Products are prone to multiple unspecified SQL-injection vulnerabilities because it fails to properly sanitize user-supplied input before using it in an SQL query. Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit laten...

9.8AI score0.01713EPSS
SaveExploits0References2
OSV
OSV
added 2018/07/23 3:29 p.m.17 views

CVE-2018-1999018

Pydio version 8.2.1 and prior contains an Unvalidated user input leading to Remote Code Execution RCE vulnerability in plugins/action.antivirus/AntivirusScanner.php: Line 124, scanNow$nodeObject that can result in An attacker gaining admin access and can then execute arbitrary commands on the...

6.6CVSS8.3AI score
SaveExploits0References1
Prion
Prion
added 2018/07/23 3:29 p.m.21 views

Remote code execution

Pydio version 8.2.1 and prior contains an Unvalidated user input leading to Remote Code Execution RCE vulnerability in plugins/action.antivirus/AntivirusScanner.php: Line 124, scanNow$nodeObject that can result in An attacker gaining admin access and can then execute arbitrary commands on the...

8.5CVSS7.3AI score0.03491EPSS
SaveExploits1References1Affected Software1
NVD
NVD
added 2018/07/23 3:29 p.m.18 views

CVE-2018-1999018

Pydio version 8.2.1 and prior contains an Unvalidated user input leading to Remote Code Execution RCE vulnerability in plugins/action.antivirus/AntivirusScanner.php: Line 124, scanNow$nodeObject that can result in An attacker gaining admin access and can then execute arbitrary commands on the...

8.5CVSS7.2AI score0.03491EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2018/07/23 3:00 p.m.25 views

CVE-2018-1999018

Pydio version 8.2.1 and prior contains an Unvalidated user input leading to Remote Code Execution RCE vulnerability in plugins/action.antivirus/AntivirusScanner.php: Line 124, scanNow$nodeObject that can result in An attacker gaining admin access and can then execute arbitrary commands on the...

7.2AI score0.03491EPSS
SaveExploits1References1
Veracode
Veracode
added 2018/07/23 8:41 a.m.18 views

Command Injection

entitlements is vulnerable to command injection attacks. The application does not properly sanitize user input, allowing a malicious user to pass an arbitrary shell commands through the exec function...

7.6AI score
SaveExploits0
Veracode
Veracode
added 2018/07/23 8:36 a.m.11 views

Directory Traversal

ponse is vulnerable to directory traversal attacks. The library does not properly validate user input when fetching resources, allowing a malicious user to gain access to sensitive information by sending a http request...

6.7AI score
SaveExploits0
Veracode
Veracode
added 2018/07/23 4:20 a.m.19 views

Cross-site Scripting (XSS)

markdown-pdf is vulnerable to cross-site scripting XSS attacks. The application does not properly sanitize user input, allowing a malicious user can pass a markdown file to the application to inject and execute arbitrary HTML code...

5.5CVSS5.4AI score0.00501EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2018/07/18 6:28 p.m.68 views

Sandbox Breakout in safe-eval

Affected versions of safe-eval are vulnerable to a sandbox escape. By accessing object constructors, un-sanitized user input can access the entire standard library and effectively break out of the sandbox. Proof of Concept: This code accesses the process object and calls .exit js var safeEval =...

10CVSS9AI score0.03494EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2018/07/18 6:27 p.m.61 views

Code Execution through IIFE in node-serialize

Affected versions of node-serialize can be abused to execute arbitrary code via an immediately invoked function expression IIFE if untrusted user input is passed into unserialize. Recommendation There is no direct patch for this issue. The package author has reviewed this advisory, and provided t...

9.8CVSS5AI score0.61025EPSS
SaveExploits7References8Affected Software1
OpenVAS
OpenVAS
added 2018/07/17 12:00 a.m.99 views

Microsoft Wireless Display Adapter Command Injection Vulnerability

This host is missing an important security update according to Microsoft Advisory for CVE-2018-8306. SPDX-FileCopyrightText: 2018 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier:...

5.5CVSS5.4AI score0.03119EPSS
SaveExploits2References1
Prion
Prion
added 2018/07/16 5:29 p.m.26 views

Cross site scripting

A vulnerability in the web-based management interface of Cisco Web Security Appliance WSA could allow an unauthenticated, remote attacker to conduct a reflected cross-site scripting XSS attack against a user of the web-based management interface of an affected device. The vulnerability is due to...

4.3CVSS6AI score0.01783EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2018/07/16 1:29 p.m.28 views

CVE-2018-14071

The Geo Mashup plugin before 1.10.4 for WordPress has insufficient sanitization of post editor and other user input...

9.8CVSS9.6AI score0.03054EPSS
SaveExploits1References3
Veracode
Veracode
added 2018/07/16 5:54 a.m.36 views

Arbitrary XML Injection

swift is vulnerable to arbitrary XML injection attacks. The vulnerability exists due to the lack of user input sanitization of the account variable which is directly used in forming a XML to be parsed, allowing arbitrary XML injection attacks...

7.5CVSS6.5AI score0.0191EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder