Lucene search
+L

719 matches found

RedHat Linux
RedHat Linux
added 2026/08/10 9:44 a.m.8 views

libarchive: Double-Free Vulnerability in RAR5 Decompression Logic via dangling filtered_buf pointer in init_unpack()

A double free issue has been identified in libarchive's RAR5 reader. During parsing of a specially crafted RAR5 archive, the filteredbuf pointer may remain stale after being freed during unpacking state reinitialization. Subsequent processing of another archive entry can trigger a second free of...

7.5CVSS5.2AI score0.0047EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/10 9:10 a.m.11 views

libarchive: Double-Free Vulnerability in RAR5 Decompression Logic via dangling filtered_buf pointer in init_unpack()

A double free issue has been identified in libarchive's RAR5 reader. During parsing of a specially crafted RAR5 archive, the filteredbuf pointer may remain stale after being freed during unpacking state reinitialization. Subsequent processing of another archive entry can trigger a second free of...

7.5CVSS5.2AI score0.0047EPSS
SaveExploits0References6
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.10 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: AppArmor: A memory leak was fixed in the verifyheader function. The function sets ns = NULL on every call, causing a memory leak for the namespace string allocated in previous iterations when multiple profiles are unpacked. This...

5.5CVSS4.6AI score0.00177EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/03 3:35 p.m.12 views

CVE-2026-57432

A flaw was found in Perl. An integer overflow vulnerability in the Smeasurestruct function, specifically when handling pack and unpack templates with large repeat counts, can lead to an out-of-bounds heap read. This allows an attacker, by providing a specially crafted template, to read sensitive...

8.4CVSS5.2AI score0.00211EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/30 7:18 p.m.35 views

CVE-2026-66756

CVE-2026-66756 affects Apache Tika, specifically the 4.0.0-alpha-1 series up to, but not including, 4.0.0-beta-1. The issue is described as an Improper Protection of Alternate Path vulnerability. Affected versions are listed as 4.0.0-alpha-1 through before 4.0.0-beta-1; the recommended remediatio...

9.8CVSS5.8AI score0.00445EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/28 2:44 p.m.13 views

@wakaru/cli arbitrary file write during bundle unpack

Impact @wakaru/cli is vulnerable to arbitrary file write when unpacking a crafted JavaScript bundle with --unpack. Bundle-controlled module filenames were sanitized before writing extracted modules to the output directory. A crafted filename containing overlapping path traversal characters, such ...

7.1CVSS5.9AI score0.00149EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/07/28 2:43 p.m.41 views

CVE-2026-54545

CVE-2026-54545 affects the @wakaru/cli component of the Wakaru toolkit. From 1.0.0 through 1.4.0, bundle-controlled module filenames were sanitized only once before writing extracted modules. A crafted filename containing overlapping traversal sequences (e.g., ....//) can collapse to ../ after sa...

7.1CVSS6AI score0.00149EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/28 2:43 p.m.6 views

CVE-2026-54545 @wakaru/cli arbitrary file write during bundle unpack

wakaru is a JavaScript decompiler and unminifier toolkit. From 1.0.0 until 1.4.0, @wakaru/cli sanitizes bundle-controlled module filenames only once before writing extracted modules, so a crafted filename containing overlapping traversal sequences such as ....// collapses to ../ after sanitizatio...

7.1CVSS6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/28 2:43 p.m.13 views

EUVD-2026-49869

wakaru is a JavaScript decompiler and unminifier toolkit. From 1.0.0 until 1.4.0, @wakaru/cli sanitizes bundle-controlled module filenames only once before writing extracted modules, so a crafted filename containing overlapping traversal sequences such as ....// collapses to ../ after sanitizatio...

7.1CVSS6AI score0.00149EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/28 2:43 p.m.37 views

CVE-2026-54545 @wakaru/cli arbitrary file write during bundle unpack

wakaru is a JavaScript decompiler and unminifier toolkit. From 1.0.0 until 1.4.0, @wakaru/cli sanitizes bundle-controlled module filenames only once before writing extracted modules, so a crafted filename containing overlapping traversal sequences such as ....// collapses to ../ after sanitizatio...

7.1CVSS0.00149EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/28 12:00 a.m.34 views

CVE-2026-51252

...

0.0034EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/27 12:00 a.m.36 views

CVE-2026-51244

...

0.00307EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/07/27 12:00 a.m.8 views

CVE-2026-51244

...

5.4AI score0.00307EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/27 12:00 a.m.8 views

CVE-2026-51244

DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.4AI score0.00307EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/17 7:36 p.m.32 views

CVE-2026-50163

oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, ensureLinkPath in content/file/utils.go:262-275 validates a hardlink target relative to the extract base but returns the unresolved target, causing os.Link"victim.secret", "/payload.tar.gz/evilcwdlink" to resolve header.Linkname...

7.1CVSS5.3AI score0.00345EPSS
SaveExploits0References5Affected Software1
CloudLinux
CloudLinux
added 2026/07/17 1:50 p.m.13 views

perl: Fix of 2 CVEs

CVE-2026-13221: regex trie construction in Sstudychunk stored the branch-to-tail delta in a 16-bit field; an alternation of more than 65535 fixed-string branches overflowed it and produced silently incorrect matches GH23388 — decline the trie optimization when the span would overflow -...

9.1CVSS5.9AI score0.00432EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/15 1:59 p.m.6 views

perl: Perl: Information disclosure via integer overflow in pack/unpack operations

A flaw was found in Perl. An integer overflow vulnerability in the Smeasurestruct function, specifically when handling pack and unpack templates with large repeat counts, can lead to an out-of-bounds heap read. This allows an attacker, by providing a specially crafted template, to read sensitive...

8.4CVSS5.5AI score0.00211EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2026/07/15 8:01 a.m.23 views

Perl versions through 5.43.10 have an integer overflow in S_measure_struct leading to an out-of-bounds heap read in pack and unpack

...

8.4CVSS6.1AI score0.00211EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/15 5:02 a.m.8 views

SUSE CVE-2026-57432

Perl versions through 5.43.10 have an integer overflow in Smeasurestruct leading to an out-of-bounds heap read in pack and unpack. Smeasurestruct adds each item's size times its repeat count to a running total with no overflow check, so a large repeat count in a pack or unpack template wraps the...

7.5CVSS5.6AI score0.00211EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/07/13 5:17 p.m.17 views

CVE-2026-57432

Perl versions through 5.43.10 have an integer overflow in Smeasurestruct leading to an out-of-bounds heap read in pack and unpack. Smeasurestruct adds each item's size times its repeat count to a running total with no overflow check, so a large repeat count in a pack or unpack template wraps the...

8.4CVSS6.2AI score0.00211EPSS
SaveExploits0References2
Rows per page
Query Builder