Lucene search
+L

7986 matches found

EUVD
EUVD
added 2026/07/20 11:9 p.m.15 views

EUVD-2026-43739

Pillow: Heap out-of-bounds write Image.paste / Image.crop via signed coordinate overflow...

7.5CVSS5.3AI score0.00385EPSS
SaveExploits1References6
NVD
NVD
added 2026/07/20 5:17 p.m.9 views

CVE-2026-33328

libvips is a fast image processing library with low memory needs. On 32-bit systems in versions before and including 8.18.0, the gifload operation could incorrectly determine dimensions leading to an integer overflow. This has been patched in version 8.18.1...

6.8CVSS0.0012EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/20 5:17 p.m.11 views

CVE-2026-33327

libvips is a fast image processing library with low memory needs. The vipsload operation in versions before and including 8.18.0 could incorrectly determine image dimensions leading to an integer overflow and a subsequent heap-based buffer overflow. This has been patched in version 8.18.1...

7CVSS0.00132EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/20 4:27 p.m.47 views

CVE-2026-64192 bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject BPFMAPTYPEINODESTORAGE creation if BPF LSM is uninitialized When CONFIGBPFLSM=y is set, BPF inode storage maps BPFMAPTYPEINODESTORAGE are compiled into the kernel. However, if the BPF LSM is not explicitly enabled at...

0.00118EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/20 4:27 p.m.65 views

CVE-2026-64192

CVE-2026-64192 affects the Linux kernel (BPF inode storage maps). When CONFIG_BPF_LSM=y and the BPF LSM is not enabled at boot, lsm_prepare() doesn’t run, so the BPF LSM blob size (lbs_inode) remains at the compiled default (8 bytes) instead of a larger offset. This lets a privileged user create/...

5.5CVSS5.3AI score0.00118EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/20 4:27 p.m.14 views

EUVD-2026-46012

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject BPFMAPTYPEINODESTORAGE creation if BPF LSM is uninitialized When CONFIGBPFLSM=y is set, BPF inode storage maps BPFMAPTYPEINODESTORAGE are compiled into the kernel. However, if the BPF LSM is not explicitly enabled at...

5.3AI score0.00118EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 4:24 p.m.39 views

CVE-2026-35591

CVE-2026-35591 concerns libvips' TIFF decoding via the tiffload path. The issue arises when processing a TIFF image containing a JPEG/JPEG2000-encoded tile, where the number of channels could be mis-determined, enabling a possible heap-based buffer overflow. Affected versions are libvips ≤ 8.18.1...

7CVSS5.7AI score0.00132EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/20 4:21 p.m.111 views

CVE-2026-33327 Possible integer overflow leading to potential heap-based buffer overflow

libvips is a fast image processing library with low memory needs. The vipsload operation in versions before and including 8.18.0 could incorrectly determine image dimensions leading to an integer overflow and a subsequent heap-based buffer overflow. This has been patched in version 8.18.1...

7CVSS0.00132EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/20 3:34 p.m.9 views

CVE-2026-53394

A flaw was found in the Linux kernel's Network File System NFS version 4.0 NFSv4.0 OPEN implementation. A race condition can occur when two NFSv4.0 OPEN threads with the same owner string attempt to open a file, and a concurrent thread inserts a new unconfirmed owner. This can lead to a memory le...

7.5CVSS5.3AI score0.0049EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 2:18 p.m.14 views

CVE-2026-12701

A path traversal vulnerability was found in pulpcore. The relativepathvalidator function only verifies that content paths do not begin with "/" but fails to block directory traversal sequences such as "../" anywhere in the path. An authenticated administrator can craft a relativepath containing...

9CVSS5.6AI score0.00759EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/20 1:32 p.m.10 views

CVE-2026-53378

A flaw was found in the Linux kernel's Direct Rendering Manager DRM color operation module drm/colorop. This vulnerability arises from improper reference tracking of blob properties during state duplication, destruction, and reset operations. An attacker with local access could potentially exploi...

5.5CVSS5.3AI score0.001EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/20 12:4 p.m.17 views

CVE-2026-63751

SurrealDB before 3.1.0 contains a field-level permission bypass vulnerability in JSON Patch operations. An authenticated attacker can use UPDATE PATCH with an empty from pointer in copy or move operations to duplicate all record fields, including those restricted by field-level SELECT permissions...

5.3CVSS5.4AI score0.00173EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/20 12:4 p.m.37 views

CVE-2026-63733

SurrealDB prior to 3.2.0 is affected by a permissions bypass where data-modifying statements inside a PERMISSIONS clause execute with enforcement disabled. When an attacker has permission to perform a guarded operation, they can embed CREATE, UPDATE, DELETE, or UPSERT statements within the PERMIS...

6.5CVSS5.5AI score0.00201EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/20 12:0 a.m.17 views

PT-2026-61593

A path traversal vulnerability was found in pulpcore. The relative path validator function only verifies that content paths do not begin with "/" but fails to block directory traversal sequences such as "../" anywhere in the path. An authenticated administrator can craft a relative path containin...

9CVSS5.5AI score0.00759EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/20 12:0 a.m.18 views

PT-2026-61645

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject BPF MAP TYPE INODE STORAGE creation if BPF LSM is uninitialized When CONFIG BPF LSM=y is set, BPF inode storage maps BPF MAP TYPE INODE STORAGE are compiled into the kernel. However, if the BPF LSM is not explicitly...

5.3AI score0.00118EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-33327

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - libvips is a fast image processing library with low memory needs. The vipsload operation in versions before and including 8.18.0 could incorrectly determine ima...

7CVSS6.1AI score0.00132EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/20 12:0 a.m.13 views

PT-2026-61567

SurrealDB versions before 3.1.0 contain a field-level permission bypass vulnerability in JSON Patch operations that allows authenticated users to read protected fields. Attackers can use UPDATE PATCH with an empty from pointer in copy or move operations to duplicate all record fields, including...

5.3CVSS5.4AI score0.00173EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-64012

In the Linux kernel, the following vulnerability has been resolved: net/sched: schsfb: Replace direct dequeue call with peek and qdiscdequeuepeeked When sfb has children eg qfq qdisc whose peek callback is qdiscpeekdequeued, we could get a kernel panic. When the parent of such qdiscs eg illustrat...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-63909

In the Linux kernel, the following vulnerability has been resolved: ksmbd: OOB read regression in smbcheckpermdacl ACE-walk loops Commit d07b26f39246 "ksmbd: require minimum ACE size in smbcheckpermdacl" introduced a transposed bounds check: if offsetofstruct smbace, sid + acessize size offset 2...

8.1CVSS0.00628EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64112

In the Linux kernel, the following vulnerability has been resolved: rbd: eliminate a race in lockdwork draining on unmap Given how rbdlockaddrequest and rbdimgexclusivelock are written, lockdwork may be requeued more than it's actually needed: for example in case a new I/O request comes in while ...

7.8CVSS4.9AI score0.00099EPSS
SaveExploits0
Rows per page
Query Builder