Lucene search
+L

159 matches found

NVD
NVD
•added 2026/08/25 9:17 p.m.•11 views

CVE-2026-39113

Buffer Overflow vulnerability in SQLite affected version source snapshots/builds containing Fossil check-in 8bdc0d485e3ad0c7a1e818da66f106951d496b05cbe61d12c2c448f2f24b6d5d Git mirror 169f68ed88b34cb68f720191c64c058f2ccec508, 2026-03-11 and later snapshots/builds allows an attacker to cause a...

4CVSS0.00191EPSS
SaveExploits1References5
OSV
OSV
•added 2026/08/25 9:17 p.m.•8 views

DEBIAN-CVE-2026-39113

Buffer Overflow vulnerability in SQLite affected version source snapshots/builds containing Fossil check-in 8bdc0d485e3ad0c7a1e818da66f106951d496b05cbe61d12c2c448f2f24b6d5d Git mirror 169f68ed88b34cb68f720191c64c058f2ccec508, 2026-03-11 and later snapshots/builds allows an attacker to cause a...

4CVSS5.4AI score0.00191EPSS
SaveExploits1References1
CVE
CVE
•added 2026/08/25 12:00 a.m.•61 views

CVE-2026-39113

A heap buffer overflow exists in the optional SQLAR extension of SQLite (specifically in ext/misc/sqlar.c). The vulnerability is caused by a type width mismatch where a 64-bit size value is truncated to a 32-bit integer when calling sqlite3_malloc(int), while the uncompress() function retains the...

5.3AI score0.00191EPSS
SaveExploits1References5
Cvelist
Cvelist
•added 2026/08/25 12:00 a.m.•48 views

CVE-2026-39113

Buffer Overflow vulnerability in SQLite affected version source snapshots/builds containing Fossil check-in 8bdc0d485e3ad0c7a1e818da66f106951d496b05cbe61d12c2c448f2f24b6d5d Git mirror 169f68ed88b34cb68f720191c64c058f2ccec508, 2026-03-11 and later snapshots/builds allows an attacker to cause a...

0.00191EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
•added 2026/08/25 12:00 a.m.•14 views

PT-2026-81856

Buffer Overflow vulnerability in SQLite affected version source snapshots/builds containing Fossil check-in 8bdc0d485e3ad0c7a1e818da66f106951d496b05cbe61d12c2c448f2f24b6d5d Git mirror 169f68ed88b34cb68f720191c64c058f2ccec508, 2026-03-11 and later snapshots/builds allows an attacker to cause a...

5.3AI score0.00191EPSS
SaveExploits1References6
OSV
OSV
•added 2026/07/28 6:54 a.m.•7 views

SUSE-SU-2026:23008-1 Security update for perl

This update for perl fixes the following issues - CVE-2025-15649: IO:Uncompress:Unzip propagates uncaught exception when parsing zip header with malformed DOS date bsc1266361. - CVE-2026-8376: heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds...

9.8CVSS8.5AI score0.00481EPSS
SaveExploits1References11
Tenable Nessus
Tenable Nessus
•added 2026/06/22 12:00 a.m.•20 views

Amazon Linux 2 : perl-IO-Compress, --advisory ALAS2-2026-3355 (ALAS-2026-3355)

The version of perl-IO-Compress installed on the remote host is prior to 2.061-2. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2026-3355 advisory. IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward...

7.5CVSS6.3AI score0.00609EPSS
SaveExploits3References6
Tenable Nessus
Tenable Nessus
•added 2026/06/22 12:00 a.m.•31 views

Amazon Linux 2023 : perl-IO-Compress, perl-IO-Compress-tests (ALAS2023-2026-1825)

"It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1825 advisory. IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward. fastForward compares length $offset the digit count of the offset, 1 to 19...

7.5CVSS5.9AI score0.00609EPSS
SaveExploits3References8
RedhatCVE
RedhatCVE
•added 2026/06/06 6:43 a.m.•24 views

CVE-2025-15649

A flaw was found in perl-IO-Compress. This vulnerability allows a remote attacker to cause a Denial of Service DoS by providing a specially crafted zip file. The IO::Uncompress::Unzip module, which is part of perl-IO-Compress, does not properly handle malformed date information within a zip file'...

6.5CVSS5AI score0.00127EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2026/05/27 12:28 p.m.•25 views

CVE-2026-45843

A flaw was found in the Linux kernel's Serial Line Internet Protocol SLIP implementation. The slhcuncompress function, which handles VJ-compressed TCP headers, fails to perform proper bounds checks during packet processing. A remote attacker could exploit this by sending a specially crafted...

8.2CVSS5.8AI score0.0049EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/05/27 9:24 a.m.•33 views

EUVD-2026-32169

In the Linux kernel, the following vulnerability has been resolved: slip: bound decode reads against the compressed packet length slhcuncompress parses a VJ-compressed TCP header by advancing a pointer through the packet via decode and pull16. Neither helper bounds-checks against isize, and decod...

5.8AI score0.0049EPSS
SaveExploits0References5
NVD
NVD
•added 2026/05/27 4:16 a.m.•36 views

CVE-2026-48959

IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward. fastForward compares length $offset the digit count of the offset, 1 to 19 against the chunk size $c instead of $offset itself, so $c shrinks from 16 KiB to 1-19 bytes per iteration...

7.5CVSS0.00609EPSS
SaveExploits0References3
OSV
OSV
•added 2026/05/27 4:16 a.m.•10 views

AZL-89307 CVE-2026-48959 affecting package perl for versions less than 5.38.2-512

IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward. fastForward compares length $offset the digit count of the offset, 1 to 19 against the chunk size $c instead of $offset itself, so $c shrinks from 16 KiB to 1-19 bytes per iteration...

7.5CVSS5.8AI score0.00609EPSS
SaveExploits0References1
OSV
OSV
•added 2026/05/27 4:16 a.m.•13 views

AZL-89283 CVE-2025-15649 affecting package perl for versions less than 5.38.2-512

IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date. dosToUnixTime decodes the local-file-header last-modification date field and calls Time::Local::timelocal without an eval guard. A header whose date field decodes to ...

5.9AI score0.00127EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2026/05/27 4:16 a.m.•29 views

CVE-2025-15649

IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date. dosToUnixTime decodes the local-file-header last-modification date field and calls Time::Local::timelocal without an eval guard. A header whose date field decodes to ...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References7
Cvelist
Cvelist
•added 2026/05/27 2:29 a.m.•233 views

CVE-2026-48959 IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward

IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward. fastForward compares length $offset the digit count of the offset, 1 to 19 against the chunk size $c instead of $offset itself, so $c shrinks from 16 KiB to 1-19 bytes per iteration...

0.00609EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/05/27 2:29 a.m.•27 views

EUVD-2026-32043

IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward. fastForward compares length $offset the digit count of the offset, 1 to 19 against the chunk size $c instead of $offset itself, so $c shrinks from 16 KiB to 1-19 bytes per iteration...

5.7AI score0.00609EPSS
SaveExploits0References2
CVE
CVE
•added 2026/05/27 2:29 a.m.•146 views

CVE-2026-48959

IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward. fastForward compares length $offset the digit count of the offset, 1 to 19 against the chunk size $c instead of $offset itself, so $c shrinks from 16 KiB to 1-19 bytes per iteration...

7.5CVSS5.7AI score0.00609EPSS
SaveExploits0References3
OSV
OSV
•added 2026/05/27 2:25 a.m.•14 views

CVE-2025-15649 IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date

IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date. dosToUnixTime decodes the local-file-header last-modification date field and calls Time::Local::timelocal without an eval guard. A header whose date field decodes to ...

5.5CVSS6AI score
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/05/27 2:25 a.m.•20 views

CVE-2025-15649

IO::Uncompress::Unzip versions before 2.215 for Perl propagate uncaught exception when parsing zip header with malformed DOS date. dosToUnixTime decodes the local-file-header last-modification date field and calls Time::Local::timelocal without an eval guard. A header whose date field decodes to ...

5.8AI score0.00127EPSS
SaveExploits0
Rows per page
Query Builder