Lucene search
+L

10252 matches found

EUVD
EUVD
added 2026/07/21 9:32 p.m.12 views

EUVD-2026-46353

Data::SortedSet::Shared versions before 0.03 for Perl allow an out-of-bounds read via unvalidated node indices in the rank and min/max query paths. The attach-time validator ssvalidateheader bounds only the root index against the node pool nodecapacity. The order-statistics and min/max queries th...

5.4AI score0.00337EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/21 9:18 p.m.8 views

CVE-2026-8987

Autel Maxi Charger Single firmware through V1.03.51 contains a heap-based buffer overflow in the setapparam command handled by the /localcfg endpoint. An authenticated attacker can supply oversized input, resulting in denial of service and potentially arbitrary code execution...

9.4CVSS6.2AI score0.00513EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/07/21 9:18 p.m.38 views

CVE-2026-8987 Authenticated Heap Overflow

Autel Maxi Charger Single firmware through V1.03.51 contains a heap-based buffer overflow in the setapparam command handled by the /localcfg endpoint. An authenticated attacker can supply oversized input, resulting in denial of service and potentially arbitrary code execution...

9.4CVSS0.00513EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/21 9:16 p.m.7 views

CVE-2026-45382

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.19, decodercontext::decodesliceunittiles libde265/decctx.cc:920 reads pps.CtbAddrRStoTSctbAddrRS at line 966 where ctbAddrRS = ctbY ctbsWidth + ctbX is computed from PPS-supplied colBd/rowBd arrays without...

6.9CVSS0.00253EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 8:57 p.m.30 views

CVE-2026-45382

libde265 prior to v1.0.19 contains a heap-buffer-overflow read in decode_slice_unit_tiles caused by unvalidated PPS tile geometry (ctbAddrRS computed from PPS colBd/rowBd without ensuring it fits CtbAddrRStoTS.size() == sps->PicSizeInCtbsY). A malformed PPS that passes set_derived_values but e...

6.9CVSS5.3AI score0.00253EPSS
SaveExploits0References1
AlpineLinux
AlpineLinux
added 2026/07/21 8:57 p.m.38 views

CVE-2026-45382

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.19, decodercontext::decodesliceunittiles libde265/decctx.cc:920 reads pps.CtbAddrRStoTSctbAddrRS at line 966 where ctbAddrRS = ctbY ctbsWidth + ctbX is computed from PPS-supplied colBd/rowBd arrays without...

6.9CVSS5.3AI score0.00253EPSS
SaveExploits0
NVD
NVD
added 2026/07/21 8:17 p.m.13 views

CVE-2026-65062

Data::SortedSet::Shared versions before 0.03 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in sortedset.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644...

3.8CVSS0.00117EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/21 8:17 p.m.15 views

CVE-2026-65069

Data::DisjointSet::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in dsu.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644 world-readabl...

4CVSS0.00137EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/21 7:17 p.m.10 views

CVE-2026-59140

Data::SortedSet::Shared versions before 0.03 for Perl allow an out-of-bounds read via unvalidated node indices in the rank and min/max query paths. The attach-time validator ssvalidateheader bounds only the root index against the node pool nodecapacity. The order-statistics and min/max queries th...

9.1CVSS0.00337EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:10 p.m.34 views

CVE-2026-65069 Data::DisjointSet::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW

Data::DisjointSet::Shared versions before 0.02 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in dsu.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644 world-readabl...

0.00137EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:08 p.m.32 views

CVE-2026-65062 Data::SortedSet::Shared versions before 0.03 for Perl create a world-readable mmap backing file and open it without O_EXCL or O_NOFOLLOW

Data::SortedSet::Shared versions before 0.03 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in sortedset.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644...

0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:08 p.m.18 views

CVE-2026-65062

CVE-2026-65062 (Data::SortedSet::Shared) affects Perl versions before 0.03. Affected code creates an mmap-backed segment with world-readable permissions by opening a path with open(path, O_RDWR|O_CREAT, 0666) and a mode of 0666. With the default umask, this yields 0644, making the backing file wo...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/21 7:05 p.m.10 views

CVE-2026-59147

Data::DisjointSet::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via an unvalidated parent index in dsufind. The attach-time validator dsuvalidateheader checks the header scalars and region layout against the file size, but does not validate the array contents it then...

5.2AI score0.00416EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 7:05 p.m.20 views

CVE-2026-59147

CVE-2026-59147 – Data::DisjointSet::Shared (Perl) affects versions before 0.02. The root cause is an unvalidated, raw file-stored index used by dsu_find to walk and path‑compress parent[x], never bounded against the node count. The attach-time header validation validates header scalars but not th...

9.8CVSS5.3AI score0.00416EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:05 p.m.33 views

CVE-2026-59147 Data::DisjointSet::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via an unvalidated parent index in dsu_find

Data::DisjointSet::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via an unvalidated parent index in dsufind. The attach-time validator dsuvalidateheader checks the header scalars and region layout against the file size, but does not validate the array contents it then...

0.00416EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:03 p.m.31 views

CVE-2026-59140 Data::SortedSet::Shared versions before 0.03 for Perl allow an out-of-bounds read via unvalidated node indices in the rank and min/max query paths

Data::SortedSet::Shared versions before 0.03 for Perl allow an out-of-bounds read via unvalidated node indices in the rank and min/max query paths. The attach-time validator ssvalidateheader bounds only the root index against the node pool nodecapacity. The order-statistics and min/max queries th...

0.00337EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/21 7:03 p.m.12 views

CVE-2026-59140

Data::SortedSet::Shared versions before 0.03 for Perl allow an out-of-bounds read via unvalidated node indices in the rank and min/max query paths. The attach-time validator ssvalidateheader bounds only the root index against the node pool nodecapacity. The order-statistics and min/max queries th...

5.3AI score0.00337EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/21 7:03 p.m.31 views

CVE-2026-59140

CVE-2026-59140 affects Data::SortedSet::Shared

9.1CVSS5.4AI score0.00337EPSS
SaveExploits0References2
Patchstack
Patchstack
added 2026/07/21 7:02 p.m.12 views

NPM: Immutabl: Hash-collision algorithmic complexity denial of service in Immutable.Map/Set

NPM: Immutabl: Hash-collision algorithmic complexity denial of service in Immutable.Map/Set vulnerability discovered by ? in WordPress Npm immutable versions 4.3.9...

8.7CVSS5.1AI score0.00432EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/21 7:02 p.m.12 views

GHSA-XVCM-6775-5M9R Immutable: Hash-collision algorithmic complexity denial of service in Immutable.Map/Set

Summary Immutable.Map and Immutable.Set keep keys that share the same 32-bit hash in a collision bucket that is scanned linearly. The string hash is public and deterministic, so an attacker who controls the keys inserted into a Map can craft many keys that all collide, degrading insertion and...

8.7CVSS5.5AI score0.00432EPSS
SaveExploits1References7
Rows per page
Query Builder