Lucene search
+L

2739 matches found

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

EUVD-2026-46364

Data::RoaringBitmap::Shared versions before 0.02 for Perl allow an out-of-bounds read via an unvalidated container offset and cardinality in rbcontainslocked. The attach-time validator rbvalidateheader checks the header scalars and region layout against the file size, but does not validate the...

5.2AI score0.00235EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/21 8:17 p.m.9 views

CVE-2026-65065

Data::RoaringBitmap::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 roaring.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644...

5.5CVSS0.00123EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/21 8:17 p.m.8 views

CVE-2026-59143

Data::RoaringBitmap::Shared versions before 0.02 for Perl allow an out-of-bounds read via an unvalidated container offset and cardinality in rbcontainslocked. The attach-time validator rbvalidateheader checks the header scalars and region layout against the file size, but does not validate the...

6.3CVSS0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:8 p.m.10 views

CVE-2026-65065

Summary: CVE-2026-65065 affects Data::RoaringBitmap::Shared before 0.02 for Perl. The code creates a shared mmap backing file via open(path, O_RDWR|O_CREAT, 0666) with mode 0666, yielding a world-readable 0644 file after umask. Absence of O_NOFOLLOW allows following a symlink, and absence of O_EX...

5.5CVSS5.3AI score0.00123EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 7:4 p.m.25 views

CVE-2026-59143 Data::RoaringBitmap::Shared versions before 0.02 for Perl allow an out-of-bounds read via an unvalidated container offset and cardinality in rb_contains_locked

Data::RoaringBitmap::Shared versions before 0.02 for Perl allow an out-of-bounds read via an unvalidated container offset and cardinality in rbcontainslocked. The attach-time validator rbvalidateheader checks the header scalars and region layout against the file size, but does not validate the...

0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 7:4 p.m.10 views

CVE-2026-59143

CVE-2026-59143 affects Data::RoaringBitmap::Shared before 0.02 for Perl. An out-of-bounds read arises in rb_contains_locked due to an unvalidated container offset and cardinality: the attach-time validator checks header and region layout against file size but does not validate bucket contents, an...

6.3CVSS5.3AI score0.00235EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/21 1:2 p.m.7 views

SUSE CVE-2026-63954

In the Linux kernel, the following vulnerability has been resolved: hpfs: fix a crash if hpfsmapdnodebitmap fails If hpfsmapdnodebitmap fails, the code would call hpfsbrelse4 on uninitialized quad buffer head, causing a crash...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 5:13 a.m.6 views

CVE-2026-63796

A flaw was found in the Linux kernel's Oracle Cluster File System 2 ocfs2. A local attacker could craft a malicious group bitmap descriptor that claims a size exceeding the physically allocated bitmap bytes. This improper input validation allows subsequent operations to read or write beyond the...

8.8CVSS5.7AI score0.00455EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/21 12:0 a.m.15 views

PT-2026-62064

Name of the Vulnerable Software and Affected Versions Data::RoaringBitmap::Shared versions prior to 0.02 Description This issue occurs when creating a world-readable mmap backing file and opening it without the O EXCL or O NOFOLLOW flags. The segment is created using the open function with a mode...

5.5CVSS5.9AI score0.00123EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/21 12:0 a.m.8 views

Amazon Linux 2 : libXfont, --advisory ALAS2-2026-3815 (ALAS-2026-3815)

The version of libXfont installed on the remote host is prior to 1.5.4-1. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2-2026-3815 advisory. BitmapScaleBitmaps Integer Overflow Heap Buffer Overflow CVE-2026-56001 PCF Font Parsing Heap Buffer Overflow...

8.8CVSS5.6AI score0.00428EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/20 9:13 p.m.5 views

GHSA-45HQ-CXWH-F6VC Pillow `BdfFontFile`: `Image.new()` called without `_decompression_bomb_check()` — bomb protection bypass via font loading

Summary PIL/BdfFontFile.py bdfchar lines 84–88 reads the BBX width height field from a BDF font file and passes the dimensions directly to Image.new without calling Image.decompressionbombcheck. This completely bypasses Pillow's documented decompression bomb protection. Image.open enforces...

7.5CVSS5.5AI score0.00421EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 9:8 p.m.4 views

GHSA-5X94-69RX-G8H2 Pillow: `FontFile.compile()`: `Image.new()` called without `_decompression_bomb_check()`

Description PIL/FontFile.py FontFile.compile assembles per-glyph images into a single combined bitmap using Image.new"1", xsize, ysize without calling Image.decompressionbombcheck. This is the base-class method shared by both BdfFontFile and PcfFontFile, and it is triggered whenever a loaded font...

7.5CVSS5.4AI score0.00418EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/20 9:8 p.m.5 views

GHSA-8V84-F9PQ-WR9X Pillow `PcfFontFile._load_bitmaps()`: `Image.frombytes()` called without `_decompression_bomb_check()` — bomb protection bypass via PCF font loading

Description PIL/PcfFontFile.py loadbitmaps line 227 reads glyph dimensions from the PCF METRICS section and passes them directly to Image.frombytes without calling Image.decompressionbombcheck. Dimensions originate from unsigned 16-bit values: xsize = right - left max: 65535 − 0 = 65535 ysize =...

7.5CVSS5.6AI score0.0041EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/07/20 4:36 p.m.8 views

CVE-2026-63830

A flaw was found in the Linux kernel's skmsg networking component. This vulnerability arises when the sg.copy bitmap, which controls memory access permissions, is not properly maintained during data transformations. This can allow a local attacker to bypass memory protection mechanisms, enabling...

9.4CVSS5.3AI score0.00352EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 1:8 p.m.5 views

CVE-2026-64118

A flaw was found in the Linux kernel's qed driver. This vulnerability involves a double free error in the qedcxttablesalloc function, where memory is deallocated twice if a Connection ID CID bitmap allocation fails. This can lead to memory corruption, potentially allowing a local attacker to caus...

8.4CVSS5.4AI score0.00152EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2026/07/20 12:28 p.m.9 views

USN-8560-1: libXfont vulnerabilities

It was discovered that libXfont incorrectly handled scaling bitmap fonts, leading to a heap buffer overflow. An attacker able to access the X server could use this issue to cause libXfont to crash, resulting in a denial of service, or possibly execute arbitrary code. CVE-2026-56001 It was...

8.8CVSS7.3AI score0.00428EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.8 views

Oracle Linux 10 : kernel (ELSA-2026-25191)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-25191 advisory. - crypto: ccp - copy IV using skcipher ivsize CKI Backport Bot RHEL-188463 CVE-2026-53016 - futex/requeue: Revert 'Prevent NULL pointer dereference i...

9.8CVSS7.4AI score0.03234EPSS
SaveExploits60References8
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64118

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - qed: fix double free in qedcxttablesalloc If one of the later PF or VF CID bitmap allocations fails, qedcidmapalloc jumps to cidmapfail and frees the previously...

8.4CVSS5.9AI score0.00152EPSS
SaveExploits0References3
Amazon
Amazon
added 2026/07/20 12:0 a.m.6 views

Important: libXfont2

Issue Overview: BitmapScaleBitmaps Integer Overflow Heap Buffer Overflow CVE-2026-56001 PCF Font Parsing Heap Buffer Overflow CVE-2026-56002 computeProps Property Buffer Heap Buffer Overflow CVE-2026-56003 Affected Packages: libXfont2 Issue Correction: Run dnf update libXfont2 --releasever...

8.8CVSS5.2AI score0.00428EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64151

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGESIZE in the pgsizebitmap Sashiko pointed out that the driver...

8.4CVSS5.3AI score0.00119EPSS
SaveExploits0References2
Rows per page
Query Builder