Lucene search
+L

6795 matches found

Veracode
Veracode
added 2022/12/14 6:23 a.m.49 views

Regular Expression Denial Of Service (ReDoS)

loofah is vulnerable to regular expression denial of service. The vulnerability exists due to the insecure regex pattern used for the attrnode.value attribute in the scrubattributes function of scrub.rb, allowing an attacker to crash the application by providing malicious SVG attributes...

7.5CVSS7.3AI score0.01686EPSS
SaveExploits0References6Affected Software3
OSV
OSV
added 2022/12/13 5:43 p.m.29 views

GHSA-5X79-W82F-GW8W Inefficient Regular Expression Complexity in rails-html-sanitizer

Summary Certain configurations of rails-html-sanitizer = 1.4.4. Severity The maintainers have evaluated this as High Severity 7.5 CVSS3.1. References - CWE - CWE-1333: Inefficient Regular Expression Complexity 4.9 - https://hackerone.com/reports/1684163 Credit This vulnerability was responsibly...

7.5CVSS6.2AI score0.01454EPSS
SaveExploits0References8
Snyk
Snyk
added 2022/12/13 5:43 p.m.3 views

Regular Expression Denial of Service (ReDoS)

Overview Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS which leads to excessive backtracking when attempting to sanitize certain SVG attributes. This can lead to CPU resource consumption. Details Denial of Service DoS describes a family of attacks,...

7.5CVSS6.7AI score0.01454EPSS
SaveExploits0References2
Snyk
Snyk
added 2022/12/13 5:36 p.m.6 views

Regular Expression Denial of Service (ReDoS)

Overview loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS due to containing an inefficient regular expression that is susceptible...

7.5CVSS6.8AI score0.01686EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2022/12/13 5:36 p.m.33 views

Inefficient Regular Expression Complexity in Loofah

Summary Loofah = 2.19.1. Severity The Loofah maintainers have evaluated this as High Severity 7.5 CVSS3.1. References - CWE - CWE-1333: Inefficient Regular Expression Complexity 4.9 - https://hackerone.com/reports/1684163 Credit This vulnerability was responsibly reported by @ooooooo-q...

7.5CVSS6.3AI score0.01686EPSS
SaveExploits0References8Affected Software1
RubySec
RubySec
added 2022/12/13 12:0 a.m.19 views

Inefficient Regular Expression Complexity in Loofah

Summary Loofah = 2.19.1...

7.5CVSS3.6AI score0.01686EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2022/12/13 12:0 a.m.4 views

PT-2022-16044

Name of the Vulnerable Software and Affected Versions Loofah versions prior to 2.19.1 Description Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. It contains an inefficient regular expression that is susceptible to excessiv...

7.5CVSS6.5AI score0.01984EPSS
SaveExploits0References35
Tenable Nessus
Tenable Nessus
added 2022/12/09 12:0 a.m.53 views

Oracle Linux 9 : 18 (ELSA-2022-8832)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-8832 advisory. nodejs 1:18.12.1-1 - Rebase + CVEs - Resolves: 2142809 - Resolves: 2142830, 2142856 nodejs-nodemon 2.0.20-1 - Rebase to 2.0.20 Resolves: CVE-2022-3517...

8.1CVSS7.3AI score0.14024EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2022/12/08 12:0 a.m.49 views

Oracle Linux 8 : nodejs:18 (ELSA-2022-8833)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-8833 advisory. - Rebase to version 18.12.1 Resolves: rhbz2125580 CVE-2022-43548 CVE-2022-3517 - Rebase to version 18.9.1 Resolves: CVE-2022-35255 CVE-2022-35256...

9.1CVSS7.8AI score0.14024EPSS
SaveExploits2References3
Tenable Nessus
Tenable Nessus
added 2022/12/07 12:0 a.m.33 views

AlmaLinux 9 : nodejs:18 (ALSA-2022:8832)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2022:8832 advisory. nodejs-minimatch: ReDoS via the braceExpand function CVE-2022-3517 nodejs: DNS rebinding in inspect via invalid octal IP address CVE-2022-43548 Tenable ha...

8.1CVSS7.3AI score0.14024EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2022/12/06 3:35 p.m.5 views

nodejs-minimatch: ReDoS via the braceExpand function

A vulnerability was found in the nodejs-minimatch package. This flaw allows a Regular Expression Denial of Service ReDoS when calling the braceExpand function with specific arguments, resulting in a Denial of Service...

7.5CVSS7.1AI score0.01751EPSS
SaveExploits0References4
Snyk
Snyk
added 2022/11/28 2:39 p.m.5 views

Regular Expression Denial of Service (ReDoS)

Overview Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS via the Cookie.parse function, which uses an insecure regular expression. PoC js const CookieJar = require"cookiejar"; const jar = new CookieJar; const start = performance.now; const attack = "...

7.5CVSS6.8AI score0.01546EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/11/28 1:29 p.m.5 views

Regular Expression Denial of Service (ReDoS)

Overview Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS due to the usage of an insecure regular expression within the result variable. Note: The regex is vulnerable on its own, but the vulnerable function is not reachable as shipped in the package...

7.5CVSS6.8AI score0.01709EPSS
SaveExploits1References2
Hacker One
Hacker One
added 2022/11/25 10:30 p.m.22 views

Node.js: Regular Expression Denial of Service in Headers

The Headers.set and Headers.append methods in the undici package were vulnerable to Regular Expression Denial of Service ReDoS attacks due to the inefficient regular expression used to normalize the values in the headerValueNormalize utility function. An attacker could exploit this vulnerability ...

7.2AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2022/11/18 12:30 p.m.53 views

Security Bulletin: Python (Publicly disclosed vulnerability) in IBM Tivoli Application Dependency Discovery Manager (CVE-2021-3733)

Summary A Publicly disclosed vulnerability in Open Source Python affects IBM Tivoli Application Dependency Discovery Manager CVE-2021-3733 Vulnerability Details CVEID:CVE-2021-3733 DESCRIPTION: Python is vulnerable to a denial of service, caused by a regular expression denial of service ReDoS fla...

6.5CVSS6.9AI score0.04675EPSS
SaveExploits1Affected Software1
Veracode
Veracode
added 2022/11/16 11:15 p.m.36 views

Regular Expression Denial Of Service (ReDoS)

minimatch is vulnerable to Regular Expression Denial Of Service ReDoS. The vulnerability exists when calling the braceExpand function of minimatch.js with specific arguments, resulting in a denial of service...

7.5CVSS7.4AI score0.01751EPSS
SaveExploits0References8Affected Software9
RedHat Linux
RedHat Linux
added 2022/11/16 3:9 p.m.7 views

nokogiri: ReDoS in HTML encoding detection

A flaw was found in the nokogiri library when processing an inefficient and complex regular expression. This flaw allows an attacker to cause excessive consumption of resources, which affects performance...

7.5CVSS7.1AI score0.03549EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2022/11/16 12:0 a.m.44 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : python-Mako (SUSE-SU-2022:3979-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2022:3979-1 advisory. - CVE-2022-40023: Fixed regular expression Denial of Service when using the Lexer class to parse...

7.5CVSS7.2AI score0.01718EPSS
SaveExploits1References4
Kitploit
Kitploit
added 2022/11/15 11:30 a.m.38 views

Dismember - Scan Memory For Secrets And More

Dismember is a command-line toolkit for Linux that can be used to scan the memory of all processes or particular ones for common secrets and custom regular expressions, among other things. It will eventually become a full /proc toolkit. Using the grep command, it can match a regular expression...

7.1AI score
SaveExploits0References2
CNNVD
CNNVD
added 2022/11/14 12:0 a.m.6 views

Liferay Portal和Liferay DXP 安全漏洞

Liferay Portal and Liferay DXP are both products of Liferay Inc.Liferay Portal is a J2EE-based portal solution. The solution uses technologies such as EJB as well as JMS, and can be used as a Web publishing and sharing workspace, enterprise collaboration platform, social network, etc. Liferay DXP...

7.5CVSS7.3AI score0.01232EPSS
SaveExploits0References6
Rows per page
Query Builder