Lucene search
+L

11724 matches found

OSV
OSV
added 2026/09/17 5:17 p.m.5 views

AZL-102272 CVE-2026-90196 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: validate topology volume range before allocation SOF treats the topology mixer min and max values as non-negative indices into its volume table. It stores them in signed fields, allocates max + 1 entries through an int...

0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:17 p.m.8 views

DEBIAN-CVE-2026-90176

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Do not skip lock checks for single-byte ranges checklockrange uses inclusive ranges. Its callers pass the end offset as start + length - 1, so start == end represents a valid single-byte range rather than an empty range. T...

8.1CVSS0.00487EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:17 p.m.7 views

CVE-2026-90176

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Do not skip lock checks for single-byte ranges checklockrange uses inclusive ranges. Its callers pass the end offset as start + length - 1, so start == end represents a valid single-byte range rather than an empty range. T...

8.1CVSS0.00487EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 5:17 p.m.4 views

AZL-102212 CVE-2026-90114 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net: bridge: Reject descending VLAN tunnel ranges A pair of descending VLAN and tunnel IDs can pass the tunnel range span check. The VLAN subtraction produces a negative int, which is converted to unsigned when compared with the...

0.0021EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/17 4:10 p.m.6 views

EUVD-2026-82184

In the Linux kernel, the following vulnerability has been resolved: dax/fsdev: use vaphys for kaddr in directaccess Use vaphys instead of virtaddr + linearoffset for the kaddr return in fsdevdaxdirectaccess. The previous code added a device-linear byte offset to virtaddr which is va of ranges0, b...

0.00129EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 4:10 p.m.33 views

CVE-2026-93045 bpf: Reject arena frees below the arena base

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject arena frees below the arena base bpfarenafreepages accepts scalar arena addresses. The runtime masks the address to the low 32 bits and reconstructs a full user address from the arena base before returning the range t...

7.8CVSS0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/17 4:10 p.m.4 views

EUVD-2026-82155

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject arena frees below the arena base bpfarenafreepages accepts scalar arena addresses. The runtime masks the address to the low 32 bits and reconstructs a full user address from the arena base before returning the range t...

0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 4:10 p.m.4 views

CVE-2026-93045 bpf: Reject arena frees below the arena base

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject arena frees below the arena base bpfarenafreepages accepts scalar arena addresses. The runtime masks the address to the low 32 bits and reconstructs a full user address from the arena base before returning the range t...

7.8CVSS
SaveExploits0References7
OSV
OSV
added 2026/09/17 4:09 p.m.4 views

CVE-2026-90409 drm/panthor: Add vm_bind region with kbo range overlap check

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Add vmbind region with kbo range overlap check When a VM is created, caller has to specify the range of the address space carve-out set aside for mapping kernel BO's. That means vmbind mappings of UM-exposed BO's...

SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:09 p.m.7 views

EUVD-2026-82070

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Add vmbind region with kbo range overlap check When a VM is created, caller has to specify the range of the address space carve-out set aside for mapping kernel BO's. That means vmbind mappings of UM-exposed BO's...

0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:07 p.m.6 views

CVE-2026-90199 fs/ntfs3: reject out-of-range evcn in mi_enum_attr()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject out-of-range evcn in mienumattr In mienumattr, the start/end VCN validation for non-resident attributes is: if svcn evcn + 1 goto out; When evcn is U64MAX the "evcn + 1" expression wraps to 0 and any svcn passes...

7.8CVSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:07 p.m.4 views

EUVD-2026-81789

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: validate topology volume range before allocation SOF treats the topology mixer min and max values as non-negative indices into its volume table. It stores them in signed fields, allocates max + 1 entries through an int...

0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/17 4:07 p.m.24 views

CVE-2026-90176 ksmbd: Do not skip lock checks for single-byte ranges

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Do not skip lock checks for single-byte ranges checklockrange uses inclusive ranges. Its callers pass the end offset as start + length - 1, so start == end represents a valid single-byte range rather than an empty range. T...

8.1CVSS0.00487EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:07 p.m.4 views

EUVD-2026-81769

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Do not skip lock checks for single-byte ranges checklockrange uses inclusive ranges. Its callers pass the end offset as start + length - 1, so start == end represents a valid single-byte range rather than an empty range. T...

0.00487EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/17 4:06 p.m.14 views

CVE-2026-90114

This Linux kernel vulnerability affects the net: bridge subsystem. A pair of descending VLAN and tunnel IDs can pass the tunnel range span check because the VLAN subtraction produces a negative signed int, which is implicitly converted to unsigned when compared against the u32 tunnel ID delta. Wh...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 4:06 p.m.6 views

EUVD-2026-81957

In the Linux kernel, the following vulnerability has been resolved: fuse: invalidate the correct range after OAPPEND direct write fusedirectwriteiter captures pos before genericwritechecks, which moves kipos to EOF for OAPPEND writes: fusedirectwriteiter pos = iocb-kipos; / 0 user-supplied /...

0.00189EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/09/17 2:39 p.m.5 views

kernel: Linux kernel (ice): Denial of Service via out-of-range ptype in VIRTCHNL

A flaw was found in the Linux kernel's ice driver. A malicious virtual function VF can provide an out-of-range 'ptype' value through the VIRTCHNL interface. This can lead to a write past the end of an allocated memory region, causing a kernel page fault and resulting in a Denial of Service DoS...

8.8CVSS0.00138EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/17 9:39 a.m.4 views

cve-2025-57819-freepbx-range

CVE-2025-57819 FreePBX Cyber Range Isolated educational cyber-range for CVE-2025-57819 CWE-89, CWE-288. Original FreePBX-compatible training application — not official Sangoma FreePBX. Quick start root@kitploit: git clone https://github.com/shivammittal2403/cve-2025-57819-freepbx-range cd...

10CVSS0.85463EPSS
SaveExploits30
Kitploit
Kitploit
added 2026/09/17 9:39 a.m.3 views

cve-2026-59827-metabase-cyber-range

CVE-2026-59827 — Metabase / H2 Unsafe Deserialization Cyber Range Educational laboratory modeling CVE-2026-59827 GHSA-w95f-x9v9-wv36: unsafe deserialization of H2 query result columns of type OTHER in Metabase. TRAINING ONLY — DO NOT EXPOSE TO THE INTERNET Quick start root@kitploit: git clone...

9.9CVSS0.03247EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/17 1:44 a.m.10 views

CVE-2026-24841_Range

This repository does not have a README...

9.9CVSS5.7AI score0.02673EPSS
SaveExploits2
Rows per page
Query Builder