Lucene search
+L

1887 matches found

CNNVD
CNNVD
added 2021/05/06 12:0 a.m.11 views

Django 跨站脚本漏洞

Django is the Django Foundation's set of open source Web application framework based on the Python language . The framework includes an object-oriented mapper, view system, template system, and more. A cross-site scripting vulnerability exists in django, which stems from the fact that on Python...

6.1CVSS6.7AI score0.03146EPSS
SaveExploits0References13
ATTACKERKB
ATTACKERKB
added 2021/04/30 8:17 a.m.6 views

CVE-2021-31409

Unsafe validation RegEx in EmailValidator component in com.vaadin:vaadin-compatibility-server versions 8.0.0 through 8.12.4 Vaadin versions 8.0.0 through 8.12.4 allows attackers to cause uncontrolled resource consumption by submitting malicious email addresses...

7.5CVSS7AI score0.01672EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2021/04/29 9:15 p.m.1 views

DEBIAN-CVE-2020-15225

django-filter is a generic system for filtering Django QuerySets based on user selections. In django-filter before version 2.4.0, automatically generated NumberFilter instances, whose value was later converted to an integer, were subject to potential DoS from maliciously input using exponential...

6.5CVSS6.7AI score0.01797EPSS
SaveExploits0References1
PyPA
PyPA
added 2021/04/29 9:15 p.m.8 views

PYSEC-2021-64

django-filter is a generic system for filtering Django QuerySets based on user selections. In django-filter before version 2.4.0, automatically generated NumberFilter instances, whose value was later converted to an integer, were subject to potential DoS from maliciously input using exponential...

7.5CVSS6.9AI score0.01797EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2021/04/23 12:0 a.m.11 views

Vaadin vaadin-server 资源管理错误漏洞

vaadin-server is a Vaadin open source application . A platform for rapid development of Web applications on the Java backend . vaadin: A resource management error vulnerability exists in the EmailValidator class in vaadin-server versions 7.0.0 through 7.7.21, which can be exploited by an attacker...

7.5CVSS5.7AI score0.01956EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2021/04/13 2:15 a.m.7 views

CVE-2021-30503

The unofficial GLSL Linting extension before 1.4.0 for Visual Studio Code allows remote code execution via a crafted glslangValidatorPath in the workspace configuration...

9.8CVSS7.4AI score0.02908EPSS
SaveExploits0References4
OSV
OSV
added 2021/04/07 11:4 a.m.3 views

OESA-2021-1138 hibernate-validator security update

This is the reference implementation of JSR-349 - Bean Validation 1.1. Bean Validation defines a meta-data model and API for JavaBean as well as method validation. The default meta-data source are annotations, with the ability to override and extend the meta-data through the use of XML validation...

5.3CVSS6.8AI score0.02294EPSS
SaveExploits0References2
Snyk
Snyk
added 2021/04/05 1:14 p.m.6 views

Regular Expression Denial of Service (ReDoS)

Overview validator is a library of string validators and sanitizers. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the isEmail function. PoC js var validator = require"validator" function buildattackn var ret = "" for var i = 0; i n; i++ ret +=...

5.3CVSS5.7AI score
SaveExploits0References2
Snyk
Snyk
added 2021/04/05 1:11 p.m.6 views

Regular Expression Denial of Service (ReDoS)

Overview validator is a library of string validators and sanitizers. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the isHSL function. PoC js var validator = require"validator" function buildattackn var ret = "hsla0" for var i = 0; i n; i++ ret...

5.3CVSS5.7AI score
SaveExploits0References2
Snyk
Snyk
added 2021/04/05 12:54 p.m.9 views

Regular Expression Denial of Service (ReDoS)

Overview validator is a library of string validators and sanitizers. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the isSlug function. PoC js var validator = require"validator" function buildattackn var ret = "111" for var i = 0; i n; i++ ret ...

5.3CVSS5.7AI score
SaveExploits0References2
Snyk
Snyk
added 2021/04/05 12:43 p.m.6 views

Regular Expression Denial of Service (ReDoS)

Overview validator is a library of string validators and sanitizers. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the rtrim function. PoC var validator = require"validator" function buildattackn var ret = "" for var i = 0; i n; i++ ret += " "...

7.5CVSS8.7AI score0.01666EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2021/03/29 11:12 a.m.5 views

cron-utils: template injection allows attackers to inject arbitrary Java EL expressions leading to remote code execution

A flaw was found in cron-utils. End applications passing unsanitized user input which is subsequently parsed by the @Cron annotation can allow an attacker to execute arbitrary expressions using JavaEL which will be implicitly executed by the constraint validator. The highest threat from this...

8.1CVSS7.5AI score0.04204EPSS
SaveExploits1References4
IBM Security Bulletins
IBM Security Bulletins
added 2021/03/23 10:22 p.m.25 views

Security Bulletin: Rational Asset Analyzer is affected by a vulnerability in WebSphere Application Server Liberty (CVE-2020-10693)

Summary Rational Asset Analyzer team has addressed the following vulnerability: CVE-2020-10693. Vulnerability Details CVEID: CVE-2020-10693 DESCRIPTION: Hibernate Hibernate Validator could allow a remote attacker to bypass security restrictions, caused by a flaw in the message interpolation...

5.3CVSS1.9AI score0.02294EPSS
SaveExploits0Affected Software1
Hacker One
Hacker One
added 2021/03/22 3:23 p.m.49 views

GitLab: Arbitrary file read during project import

NOTE! Thanks for submitting a report! Please replace all the parenthesized sections below with the pertinent details. Remember, the more detail you provide, the easier it is for us to triage and respond quickly, so be sure to take your time filling out the report! Summary A mis-usage of json sche...

0.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2021/03/09 4:10 p.m.6 views

nodejs-ajv: prototype pollution via crafted JSON schema in ajv.validate function

A flaw was found in nodejs-ajv. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code...

6.8CVSS7.5AI score0.02294EPSS
SaveExploits0References5
OSV
OSV
added 2021/03/08 3:50 p.m.16 views

GHSA-CQFF-FX2X-P86V botframework-connector vulnerable to Improper Authentication

Impact A maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an attacker to have internal knowledge of the bot. Patches The problem has been patched in all affected versions. Please see the...

8.2CVSS5.7AI score0.01057EPSS
SaveExploits0References5
OSV
OSV
added 2021/03/08 3:49 p.m.14 views

GHSA-FVCJ-HVFW-7F2V botframework-connector vulnerable to Improper Authentication

Impact A maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an attacker to have internal knowledge of the bot. Patches The problem has been patched in all affected versions. Please see the...

5.5CVSS5.9AI score0.01057EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2021/02/17 1:40 p.m.5 views

wildfly: XML validation manipulation due to incomplete application of use-grammar-pool-only in xercesImpl

A flaw was found in Wildfly's implementation of Xerces, specifically in the way the XMLSchemaValidator class in the JAXP component of Wildfly enforced the "use-grammar-pool-only" feature. This flaw allows a specially-crafted XML file to manipulate the validation process in certain cases. This iss...

5.3CVSS7.1AI score0.01292EPSS
SaveExploits0References4
Veracode
Veracode
added 2021/02/15 5:50 a.m.10 views

Regular Expression Denial Of Service (ReDoS)

validator is vulnerable to regular expression denial of service ReDoS. The vulnerability exists through the value passed into isSlug which gets evaluated by the regular expression in charsetRegex...

4.7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2021/02/01 12:0 a.m.96 views

CentOS 8 : kernel (CESA-2020:4286)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2020:4286 advisory. - kernel: net: bluetooth: type confusion while processing AMP packets CVE-2020-12351 - kernel: net: bluetooth: information leak when processing certain...

8.8CVSS7.3AI score0.07693EPSS
SaveExploits8References6
Rows per page
Query Builder