Lucene search
+L

4821 matches found

Veracode
Veracode
added 2023/10/08 5:52 p.m.27 views

Regular Expression Denial Of Service (ReDoS)

gitlab is vulnerable to Regular Expression Denial Of Service ReDoS. The vulnerability arises from insecure regex patterns used in the library, enabling an attacker to crash the application by sending maliciously crafted payloads that use ProjectReferenceFilter to the previewmarkdown endpoint...

7.5CVSS6.7AI score0.00958EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2023/10/06 8:27 a.m.33 views

Regular Expression Denial Of Service (ReDoS)

zod is vulnerable to Denial of Service DoS. The vulnerability is due to an inefficient regex expression that parses email addresses. An attacker can submit long email addresses, which will cause the Zod application to crash or become unresponsive...

7.5CVSS6.8AI score0.00764EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2023/10/05 1:00 p.m.11 views

OSV-2023-962 Security exception in java.base/java.util.regex.Pattern$GroupHead.match

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=62976 Crash type: Security exception Crash state: java.base/java.util.regex.Pattern$GroupHead.match java.base/java.util.regex.Pattern$Loop.match java.base/java.util.regex.Pattern$GroupTail.match...

7.1AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/10/05 12:00 a.m.13 views

PT-2023-36053 · Oracle · Java.Base

Name of the Vulnerable Software and Affected Versions: java.base affected versions not specified Description: A security exception occurs due to a crash in the java.base module, specifically in the java.util.regex.Pattern class. The crash involves the GroupHead.match, Loop.match, and...

7AI score
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2023/10/04 7:54 p.m.51 views

CVE-2023-43665

An inefficient regular expression complexity was found in Django. The text truncator regular expressions exhibit linear backtracking complexity, which can be slow, leading to a potential denial of service, given certain HTML inputs...

7.5CVSS6.8AI score0.01236EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2023/10/04 12:00 a.m.9 views

Django Security Vulnerabilities

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 security vulnerability exists in Django that stems from a linear backtracking complexity issue ...

7.5CVSS6.6AI score0.01236EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2023/09/28 11:30 a.m.83 views

Pinkerton - An JavaScript File Crawler And Secret Finder Developed In Python

️️ Pinkerton is a Python tool created to crawl JavaScript files and search for secrets Installing / Getting started A quick guide of how to install and use Pinkerton. 1. Clone the repository with: git clone https://github.com/oppsec/pinkerton.git 2. Install the libraries with: pip3 install -r...

7.2AI score
SaveExploits0References4
OSV
OSV
added 2023/09/28 11:06 a.m.6 views

OESA-2023-1683 python-mako security update

Python-mako is a template library for Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Security Fixes: Sqlalchemy ma...

7.5CVSS7AI score0.01727EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2023/09/27 8:16 p.m.65 views

Chaijs/get-func-name vulnerable to ReDoS

The current regex implementation for parsing values in the module is susceptible to excessive backtracking, leading to potential DoS attacks. The regex implementation in question is as follows: js const functionNameMatch = /\sfunction?:\s|\s/^?:/+\/\s^\s/+/; This vulnerability can be exploited...

8.6CVSS6.9AI score0.01114EPSS
SaveExploits1References5Affected Software1
CNNVD
CNNVD
added 2023/09/27 12:00 a.m.10 views

get-func-name Security Vulnerability

get-func-name is a Chaijs open source module for securely and consistently retrieving function names in NodeJS and browsers. A security vulnerability exists in get-func-name versions prior to 2.0.1, which stems from a regular expression denial-of-service redos vulnerability in the system that cou...

8.6CVSS6.6AI score0.01114EPSS
SaveExploits1References5
CVE
CVE
added 2023/09/26 6:19 p.m.307 views

CVE-2023-43646

CVE-2023-43646 affects the get-func-name module (NodeJS and browser) where versions before 2.0.1 are vulnerable to a Regular Expression Denial of Service (ReDoS) caused by imbalance in parentheses that triggers catastrophic backtracking and high CPU usage on malicious input (e.g., a tab-heavy str...

8.6CVSS7.7AI score0.01114EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2023/09/26 6:19 p.m.28 views

CVE-2023-43646 Inefficient Regular Expression Complexity in get-func-name

get-func-name is a module to retrieve a function's name securely and consistently both in NodeJS and the browser. Versions prior to 2.0.1 are subject to a regular expression denial of service redos vulnerability which may lead to a denial of service when parsing malicious input. This vulnerabilit...

8.6CVSS6.3AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/09/26 2:56 p.m.13 views

nodejs-semver: Regular expression denial of service

A Regular Expression Denial of Service ReDoS vulnerability was discovered in node-semver package via the 'new Range' function. This issue could allow an attacker to pass untrusted malicious regex user data as a range, causing the service to excessively consume CPU depending upon the input size,...

7.5CVSS6.8AI score0.02761EPSS
SaveExploits1References6
BDU FSTEC
BDU FSTEC
added 2023/09/25 12:00 a.m.14 views

The vulnerability of the `sanitize_html` function in Ruby Redcloth software allows a hacker to cause a service failure.

The vulnerability of the sanitizehtml function in Ruby Redcloth text processing software is related to the use of a regular expression with inefficient computational complexity. Exploiting this vulnerability could allow an attacker to cause service interruptions remotely...

7.8CVSS7.1AI score0.01513EPSS
SaveExploits1References8Affected Software4
OSV
OSV
added 2023/09/09 11:06 a.m.9 views

OESA-2023-1609 hyperscan security update

Hyperscan is a high-performance multiple regex matching library. It follows the regular expression syntax of the commonly-used libpcre library, but is a standalone library with its own C API. Security Fixes: Insufficient control flow management in the Hyperscan Library maintained by IntelR before...

5.5CVSS6.4AI score0.00171EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2023/09/07 2:34 a.m.6 views

SUSE CVE-2023-39365

Cacti is an open source operational monitoring and fault management framework. Issues with Cacti Regular Expression validation combined with the external links feature can lead to limited SQL Injections and subsequent data leakage. This issue has been addressed in version 1.2.25. Users are advise...

6.3CVSS7.4AI score0.00857EPSS
SaveExploits1References4
BDU FSTEC
BDU FSTEC
added 2023/09/07 12:00 a.m.10 views

The vulnerability of the $resource service in the Angular application and single-page application development platforms, related to the use of a regular expression with inefficient computational complexity, allows attackers to trigger service failures.

The vulnerability of the application development environment and the Angular single-page application platform is related to the use of a regular expression with inefficient computational complexity. Exploiting this vulnerability could allow an attacker to cause service failures...

7.8CVSS7.1AI score0.04927EPSS
SaveExploits1References10Affected Software3
OSV
OSV
added 2023/09/05 10:15 p.m.3 views

DEBIAN-CVE-2023-39365

Cacti is an open source operational monitoring and fault management framework. Issues with Cacti Regular Expression validation combined with the external links feature can lead to limited SQL Injections and subsequent data leakage. This issue has been addressed in version 1.2.25. Users are advise...

6.3CVSS7.6AI score0.00857EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2023/09/05 12:00 a.m.8 views

PT-2023-5428 · Cacti +1 · Cacti +1

Name of the Vulnerable Software and Affected Versions: Cacti versions prior to 1.2.25 Description: The issue is related to Cacti, an open source operational monitoring and fault management framework. It involves problems with Regular Expression validation combined with the external links feature,...

9.8CVSS7.1AI score0.99826EPSS
SaveExploits138References226
BDU FSTEC
BDU FSTEC
added 2023/09/05 12:00 a.m.15 views

The vulnerability of the $resource service in the Angular application and single-page application development platform allows a attacker to cause a service failure.

The vulnerability of the $resource service in the Angular application and single-page application development platforms is related to the use of a regular expression with inefficient computational complexity. Exploiting this vulnerability could allow an attacker to cause service failures remotely...

5.3CVSS6.5AI score0.01695EPSS
SaveExploits1References8Affected Software2
Rows per page
Query Builder