Lucene search
+L

7073 matches found

Tenable Nessus
Tenable Nessus
added 2026/09/14 12:00 a.m.7 views

RHEL 8 : perl (RHSA-2026:67162)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:67162 advisory. Perl is a high-level programming language that is commonly used for system administration utilities and web programming. Security Fixes: perl: Perl:...

9.1CVSS5.9AI score0.00432EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 6:16 p.m.7 views

UBUNTU-CVE-2026-82617

The two built-in name-finder patterns exposed by opennlp.tools.namefind.RegexNameFinderFactory - DEFAULTREGEXNAMEFINDER.EMAIL and DEFAULTREGEXNAMEFINDER.URL - contain ambiguous nested quantifiers. An application that obtains these finders through RegexNameFinderFactory.getDefaultRegexNameFinders...

10CVSS5.8AI score0.00767EPSS
SaveExploits0References4
Wolfi
Wolfi
added 2026/09/11 8:53 a.m.14 views

GHSA-JP53-MHQP-8XCG vulnerabilities

Vulnerabilities for packages: open-webui...

5.8AI score
SaveExploits0
CVE
CVE
added 2026/09/10 5:48 p.m.21 views

CVE-2026-88026

MongoDB C# Driver is affected by a regular expression injection in its LINQ query translation component . The root cause is improper neutralization of regular-expression metacharacters: a caller-supplied string can alter a regex predicate generated by the application. An authenticated user who ca...

7.1CVSS5.7AI score0.00371EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/09/10 12:00 a.m.8 views

Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS / 20.04 LTS / 22.04 LTS / 26.04 LTS / Pro Realtime 22.04 LTS : Perl vulnerabilities (USN-8736-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS / 20.04 LTS / 22.04 LTS / 26.04 LTS / Pro Realtime 22.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-8736-1 advisory. It was discovered that Perl incorrectly handled certain large inputs...

6.8AI score0.00418EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/09 12:17 p.m.9 views

CVE-2026-87819

GitPython before 3.1.60 contains a regular expression denial of service vulnerability in Actor.nameemailregex that processes commit author and committer fields. Attackers can craft a commit object with a malformed author field containing an unterminated angle bracket to cause quadratic...

8.7CVSS7.3AI score0.00521EPSS
SaveExploits1References2
OSV
OSV
added 2026/09/09 12:17 p.m.8 views

UBUNTU-CVE-2026-87819

GitPython before 3.1.60 contains a regular expression denial of service vulnerability in Actor.nameemailregex that processes commit author and committer fields. Attackers can craft a commit object with a malformed author field containing an unterminated angle bracket to cause quadratic...

8.7CVSS7.2AI score0.00521EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2026/09/09 11:21 a.m.13 views

CVE-2026-87819

GitPython before 3.1.60 contains a regular expression denial of service vulnerability in Actor.nameemailregex that processes commit author and committer fields. Attackers can craft a commit object with a malformed author field containing an unterminated angle bracket to cause quadratic...

8.7CVSS7.2AI score0.00521EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2026/09/09 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-87819

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GitPython before 3.1.60 contains a regular expression denial of service vulnerability in Actor.nameemailregex that processes commit author and committer fields...

8.7CVSS7.1AI score0.00521EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.8 views

PT-2026-88957

GitPython before 3.1.60 contains a regular expression denial of service vulnerability in Actor.name email regex that processes commit author and committer fields. Attackers can craft a commit object with a malformed author field containing an unterminated angle bracket to cause quadratic...

8.7CVSS7.2AI score0.00521EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/09/08 9:01 p.m.11 views

xmldom: End-tag Whitespace-Trim Regex ReDoS — quadratic backtracking in the 0.8.x end-tag parser

Summary On the @xmldom/xmldom 0.8.x line, parsing an XML end tag whose name is followed by a long run of whitespace and then a non-whitespace character triggers quadratic-time regular-expression backtracking ReDoS, so a single small crafted end tag stalls the Node.js event loop. It is reachable...

8.7CVSS7.1AI score0.00524EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/08 8:51 p.m.12 views

EUVD-2026-70736

Colord: Slow rejection of oversized malformed color strings...

6.9CVSS5.8AI score0.00507EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/08 8:51 p.m.8 views

GHSA-2WM5-Q62R-HMRV Colord: Slow rejection of oversized malformed color strings

Impact colord's CSS color string matchers described a number as +-?\d.?\d+. In that form \d and \d+ can match the same digits, so a run of n digits can be divided between them in On² ways, and rejecting an input retries every division. Parsing is synchronous and uninterruptible, so a long...

6.9CVSS5.8AI score0.00507EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/08 8:28 p.m.14 views

EUVD-2026-67075

NLTK: Pl196xCorpusReader has quadratic ReDoS on malformed TEI blocks...

6.3CVSS5.7AI score0.00369EPSS
SaveExploits1References6
OSV
OSV
added 2026/09/08 8:28 p.m.6 views

GHSA-W3V8-GMH9-3WV7 NLTK: ReDoS in nltk.tgrep via unvalidated user-supplied regular expressions

Summary The NLTK tgrep module accepts user-supplied regular expressions and passes them to the Python re engine without a timeout or validation, enabling catastrophic backtracking ReDoS. Applications that expose the tgrep API to external input are vulnerable to a single-request denial of service...

8.2CVSS6AI score0.0044EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/09/08 8:28 p.m.9 views

NLTK: ReDoS in nltk.tgrep via unvalidated user-supplied regular expressions

Summary The NLTK tgrep module accepts user-supplied regular expressions and passes them to the Python re engine without a timeout or validation, enabling catastrophic backtracking ReDoS. Applications that expose the tgrep API to external input are vulnerable to a single-request denial of service...

8.2CVSS6AI score0.0044EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2026/09/08 8:18 p.m.8 views

CVE-2026-78626

The Okta Access Gateway improperly handles input sanitization and regular expression evaluation within its Protected Rule authorization check, resulting in an authorization bypass when an administrator has explicitly configured a Protected Rule policy on one or more application resources...

8.1CVSS0.00358EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/08 8:11 p.m.32 views

CVE-2026-78626 Improper Input Sanitization in Okta Access Gateway Protected Rules

The Okta Access Gateway improperly handles input sanitization and regular expression evaluation within its Protected Rule authorization check, resulting in an authorization bypass when an administrator has explicitly configured a Protected Rule policy on one or more application resources...

8.1CVSS0.00358EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/08 2:25 p.m.4 views

USN-8736-1 perl vulnerabilities

It was discovered that Perl incorrectly handled certain large inputs during regular expression matching. An attacker could possibly use this issue to trigger out-of-bounds heap reads or writes, resulting in a denial of service or arbitrary code execution. CVE-2026-15534 It was discovered that Per...

6.6AI score0.00418EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2026/09/08 2:25 p.m.16 views

USN-8736-1: Perl vulnerabilities

It was discovered that Perl incorrectly handled certain large inputs during regular expression matching. An attacker could possibly use this issue to trigger out-of-bounds heap reads or writes, resulting in a denial of service or arbitrary code execution. CVE-2026-15534 It was discovered that Per...

6.6AI score0.00418EPSS
SaveExploits0
Rows per page
Query Builder