Lucene search
+L

59325 matches found

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

DEBIAN-CVE-2026-93182

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix overflow in updatetgcfsrunnable A divide-by-zero crash is observed when running hackbench: 14697.488452 CPU: 112 UID: 0 PID: 124791 Comm: hackbench Not tainted 7.1.0-rc2+ 14697.492627 RIP:...

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

DEBIAN-CVE-2026-93065

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix counter type in iwlfwrtdumperrorlogs The loop counter 'count' was declared as u8 while numpc is u32. If firmware advertises more than 255 PC entries the counter wraps back to zero and the loop never terminates...

0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:17 p.m.5 views

CVE-2026-90141

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix integer overflow in ftp helper port/address parsing ipvsftpgetaddrport accumulates decimal digits into a u16 hport and into unsigned char p without checking for overflow. A crafted FTP PASV/EPSV response with an over-lo...

0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 5:17 p.m.4 views

DEBIAN-CVE-2026-90141

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix integer overflow in ftp helper port/address parsing ipvsftpgetaddrport accumulates decimal digits into a u16 hport and into unsigned char p without checking for overflow. A crafted FTP PASV/EPSV response with an over-lo...

0.00211EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/17 5:04 p.m.6 views

EUVD-2026-80808

RabbitMQ amqp091-go: Consumer Message Flooding via Signed-to-Unsigned Integer Casting in Qos Configuration...

8.2CVSS0.00411EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/17 5:01 p.m.7 views

CVE-2017-7529

CVE-2017-7529 Nginx versions since 0.5.6 up to and including 1.13.2 are vulnerable to integer overflow vulnerability in nginx range filter module resulting into leak of potentially sensitive information triggered by specially crafted request. Installation $ git clone...

7.5CVSS6.7AI score0.62597EPSS
SaveExploits6References1
Kitploit
Kitploit
added 2026/09/17 4:51 p.m.10 views

CVE-2018-19788

CVE-2018-19788 Exploiting The CVE-2018-19788 PolicyKit Bug Steps to exploit PolicyKit bug on a fully patched CentOS7 installation. root@centos7 groupadd -g 4000000000 cve201819788 root@centos7 useradd -m -c "User With High UID" -u 4000000000 -g 4000000000 -s /bin/bash cve201819788 root@centos7 id...

9CVSS7.5AI score0.11483EPSS
SaveExploits1
EUVD
EUVD
added 2026/09/17 4:09 p.m.3 views

EUVD-2026-82096

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix integer overflow of user QP buffer size setuserbufsize computes the QP buffer size by left-shifting the user-supplied rq.wqecnt and rq.wqeshift values as signed integers. A sufficiently large rq.wqecnt causes signe...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:09 p.m.4 views

CVE-2026-90435

CVE-2026-90435 affects the Linux kernel in the RDMA/mlx5 subsystem. The vulnerability resides in set_user_buf_size(), which computes the QP buffer size by left-shifting user-supplied rq.wqe_cnt and rq.wqe_shift as signed integers. A sufficiently large rq.wqe_cnt triggers a signed integer overflow...

0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/17 4:08 p.m.26 views

CVE-2026-90341 firmware: coreboot: Validate table bounds

In the Linux kernel, the following vulnerability has been resolved: firmware: coreboot: Validate table bounds The existing coreboottablepopulate bounds checks limit individual entries to the mapped length. However, coreboottableprobe replaces the platform resource length with header and table siz...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:07 p.m.8 views

CVE-2026-90246

An integer overflow in the Linux kernel's AppArmor subsystem, specifically in verify_tags(), allows a crafted policy blob to bypass a bounds check. The check computes i + cnt using u32 arithmetic , so a count near U32_MAX wraps the sum to zero, letting the inner loop read past the end of the allo...

0.00201EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:07 p.m.5 views

EUVD-2026-81839

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix integer overflow in verifytags bounds check verifytags validates the tagset table unpacked from a policy blob. For each set it reads a count and checks that advancing the index by that count stays inside sets.table:...

0.00201EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 4:07 p.m.8 views

CVE-2026-90200

CVE-2026-90200 affects the Linux kernel NTFS3 filesystem driver (fs/ntfs3). In ntfs_init_from_boot(), the MFT cluster numbers (mlcn, mlcn2) read from the boot sector are validated via a u64 multiplication against the volume size. A sufficiently large value (e.g., near 2^62) causes the multiplicat...

0.0021EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:07 p.m.6 views

EUVD-2026-81793

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix integer overflow in MFT cluster validation In ntfsinitfromboot, the boot sector's MFT cluster numbers are validated against the volume size with: if mlcn sctperclst = sectors || mlcn2 sctperclst = sectors goto out;...

0.0021EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/17 4:07 p.m.6 views

CVE-2026-90196

CVE-2026-90196 affects the Linux kernel 's ASoC SOF (Sound Open Firmware) subsystem. SOF treats topology mixer min and max values as non-negative indices into its volume table but stores them in signed fields and allocates max + 1 entries through an int argument . An inverted range is invalid, an...

0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:07 p.m.3 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
EUVD
EUVD
added 2026/09/17 4:06 p.m.5 views

EUVD-2026-81734

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix integer overflow in ftp helper port/address parsing ipvsftpgetaddrport accumulates decimal digits into a u16 hport and into unsigned char p without checking for overflow. A crafted FTP PASV/EPSV response with an over-lo...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:06 p.m.7 views

CVE-2026-90141

CVE-2026-90141 affects the Linux kernel 's IPVS (IP Virtual Server) FTP helper. The function ip_vs_ftp_get_addrport() accumulates decimal digits into a __u16 and an unsigned char without overflow checks. A crafted FTP PASV/EPSV response containing an over-long port or address octet causes the val...

0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/17 4:06 p.m.17 views

CVE-2026-90141 ipvs: fix integer overflow in ftp helper port/address parsing

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix integer overflow in ftp helper port/address parsing ipvsftpgetaddrport accumulates decimal digits into a u16 hport and into unsigned char p without checking for overflow. A crafted FTP PASV/EPSV response with an over-lo...

0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:06 p.m.5 views

CVE-2026-90109

CVE-2026-90109 is a 32-bit integer overflow in the Linux kernel network scheduling subsystem, affecting the gred , bfifo , and plug qdisc enqueue paths. The backlog and packet-length sum is computed in u32 , wrapping at 2³² (4 GiB) . Once the true backlog exceeds this threshold, the wrapped sum a...

0.002EPSS
SaveExploits0References4
Rows per page
Query Builder