Lucene search
+L

18119 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/08 12:0 a.m.8 views

RockyLinux 8 : perl-HTTP-Daemon (RLSA-2026:36188)

The remote RockyLinux 8 host has a package installed that is affected by a vulnerability as referenced in the RLSA-2026:36188 advisory. perl-HTTP-Daemon: HTTP::Daemon: Arbitrary code execution via OS command injection in sendfile CVE-2026-8450 Tenable has extracted the preceding description block...

9.1CVSS6.5AI score0.01398EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/08 12:0 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-14895

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace...

7.5CVSS5.9AI score0.00387EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/08 12:0 a.m.3 views

OPENSUSE-SU-2026:11219-1 perl-HTTP-Tiny-0.096-2.1 on GA media

These are all security issues fixed in the perl-HTTP-Tiny-0.096-2.1 package on the GA media of openSUSE Tumbleweed...

7.1CVSS6.1AI score0.00257EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/07 11:16 p.m.10 views

CVE-2026-14739

DBI versions before 1.650 for Perl have a heap overflow when preparsing SQL statements with an extreme number of placeholders. The fix for CVE-2026-10879 did not allocate enough memory to handle approximately 1.2-million placeholders. DBI version 1.650 sets a hard limit of 99,999 placeholders...

9.8CVSS0.00391EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/07 11:16 p.m.20 views

CVE-2026-14895

String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace with s/\s$//u. Because \s matches greedily and the $ anchor fails whenever a non-whitespace character follows the whitespace, the regex...

7.5CVSS0.00387EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/07 11:16 p.m.12 views

CVE-2026-14740

DBI versions before 1.650 for Perl read one byte out-of-bounds in preparse when deleting an initial SQL comment. The preparse method normalises SQL and removes comments. When the SQL starts with a comment line, the deletion of that line during normalisation led to an out-of-bounds read by one byt...

9.1CVSS0.00387EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 11:16 p.m.8 views

DEBIAN-CVE-2026-14739

DBI versions before 1.650 for Perl have a heap overflow when preparsing SQL statements with an extreme number of placeholders. The fix for CVE-2026-10879 did not allocate enough memory to handle approximately 1.2-million placeholders. DBI version 1.650 sets a hard limit of 99,999 placeholders...

9.8CVSS6.1AI score0.00391EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/07 11:16 p.m.6 views

DEBIAN-CVE-2026-14740

DBI versions before 1.650 for Perl read one byte out-of-bounds in preparse when deleting an initial SQL comment. The preparse method normalises SQL and removes comments. When the SQL starts with a comment line, the deletion of that line during normalisation led to an out-of-bounds read by one byt...

9.1CVSS6AI score0.00387EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/07 11:16 p.m.11 views

DEBIAN-CVE-2026-14895

String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace with s/\s$//u. Because \s matches greedily and the $ anchor fails whenever a non-whitespace character follows the whitespace, the regex...

7.5CVSS6AI score0.00387EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/07 11:16 p.m.5 views

DEBIAN-CVE-2026-14380

DBI versions before 1.650 for Perl are vulnerable to code injection via caller-influenced Profile. When a string is assigned to a DBI handle's Profile attribute, DBI splits it into path, package and arguments, and interpolates the package part in a string eval with no validation of the package...

8.8CVSS6.3AI score0.00479EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/07 11:16 p.m.4 views

ALPINE-CVE-2026-14380

DBI versions before 1.650 for Perl are vulnerable to code injection via caller-influenced Profile. When a string is assigned to a DBI handle's Profile attribute, DBI splits it into path, package and arguments, and interpolates the package part in a string eval with no validation of the package...

8.8CVSS6.2AI score0.00479EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/07/07 11:16 p.m.13 views

CVE-2026-14740

DBI versions before 1.650 for Perl read one byte out-of-bounds in preparse when deleting an initial SQL comment. The preparse method normalises SQL and removes comments. When the SQL starts with a comment line, the deletion of that line during normalisation led to an out-of-bounds read by one byt...

9.1CVSS6.1AI score0.00387EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/07 10:12 p.m.9 views

CVE-2026-14895

String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace with s/\s$//u. Because \s matches greedily and the $ anchor fails whenever a non-whitespace character follows the whitespace, the regex...

6AI score0.00387EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/07 10:12 p.m.15 views

CVE-2026-14895

Summary: CVE-2026-14895 affects String::Util for Perl, versions before 1.36. The vulnerability arises in trim() and rtrim(), which strip trailing whitespace using a greedy regex (\s*$) that can cause quadratic backtracking on long whitespace runs, leading to CPU exhaustion. Root cause: regex back...

7.5CVSS6AI score0.00387EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/07 10:12 p.m.29 views

CVE-2026-14895 String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service

String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace with s/\s$//u. Because \s matches greedily and the $ anchor fails whenever a non-whitespace character follows the whitespace, the regex...

0.00387EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/07 10:12 p.m.10 views

CVE-2026-14895

String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace with s/\s$//u. Because \s matches greedily and the $ anchor fails whenever a non-whitespace character follows the whitespace, the regex...

7.5CVSS6AI score0.00387EPSS
SaveExploits0
OSV
OSV
added 2026/07/07 10:12 p.m.11 views

CVE-2026-14895 String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service

String::Util versions before 1.36 for Perl are susceptible to a regular expression denial of service. The trim and rtrim functions stripped trailing whitespace with s/\s$//u. Because \s matches greedily and the $ anchor fails whenever a non-whitespace character follows the whitespace, the regex...

7.5CVSS6AI score0.00387EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/07 10:5 p.m.9 views

CVE-2026-14740

DBI versions before 1.650 for Perl read one byte out-of-bounds in preparse when deleting an initial SQL comment. The preparse method normalises SQL and removes comments. When the SQL starts with a comment line, the deletion of that line during normalisation led to an out-of-bounds read by one byt...

6AI score0.00387EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/07 10:5 p.m.35 views

CVE-2026-14740 DBI versions before 1.650 for Perl read one byte out-of-bounds in preparse when deleting an initial SQL comment

DBI versions before 1.650 for Perl read one byte out-of-bounds in preparse when deleting an initial SQL comment. The preparse method normalises SQL and removes comments. When the SQL starts with a comment line, the deletion of that line during normalisation led to an out-of-bounds read by one byt...

0.00387EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/07 10:5 p.m.29 views

CVE-2026-14740

DBI for Perl before 1.650 is affected by CVE-2026-14740. The vulnerability is rooted in the preparse() function, where deleting an initial SQL comment during SQL normalization causes an out-of-bounds read by one byte. Impact is a fault on memory-hardened builds and nondeterministic newline retent...

9.1CVSS6AI score0.00387EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder