Lucene search
+L

434 matches found

Kitploit
Kitploit
added 2026/09/02 6:17 p.m.5 views

CVE-2026-31431

CVE-2026-31431 — De un puntero NULL a root: explotando AFALG AEAD en el kernel de Linux Clase de bug: Desreferencia de puntero NULL → escritura fuera de límites en el heap → sobrescritura de credenciales Subsistema afectado: net/alg/afalg.c Impacto: Escalada de privilegios local usuario sin...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits239
Kitploit
Kitploit
added 2026/09/02 5:11 p.m.6 views

cve-2026-42945-nginx32-lab

CVE-2026-42945 nginx 32位漏洞利用实验室 该仓库是一个可重现的Docker实验室,用于研究nginx 1.30.0中的CVE-2026-42945。它包含一个易受攻击的32位目标、一个原始触发器、一个实验室辅助的已知地址RCE验证器,以及一个无自省的暴力破解驱动。 漏洞利用的边界很重要: exploit/triggeroob.py 演示了堆越界写入原语。 exploit/labknownaddress.py 在Docker中验证了RCE机制,但它属于实验室辅助方式,因为它通过 docker exec 读取 /proc//maps。...

9.2CVSS7.2AI score0.68047EPSS
SaveExploits42
Kitploit
Kitploit
added 2026/09/02 1:35 p.m.4 views

NotEnough

Huffman表构建工具 此工具用于计算棘手的规范哈夫曼直方图,该直方图能够触发易受攻击的libwebp库(即 libwebp = 1.3.1)的越界(OOB)写入。此漏洞编号为 CVE-2023-4863 或 CVE-2023-41064。我们最多可以溢出预分配的哈夫曼表 132 个条目 。 原理在于,libwebp 假设每个 webp 图像中包含的哈夫曼直方图格式良好。也就是说,解码树必须是一棵完全树 。基于这一假设,libwebp 团队利用 enough 工具来估算构建解码哈夫曼表(一种用于快速解码规范哈夫曼码的强大结构)所需的最大内存大小。然而,攻击者能够构造一棵不完全树...

8.8CVSS7AI score0.99979EPSS
SaveExploits9References2
Kitploit
Kitploit
added 2026/09/02 11:30 a.m.5 views

CVE-2026-8461-EXP

CVE-2026-8461 "PixelSmash" — FFmpeg MagicYUV 堆 OOB 写入 PoC !WARNING 本仓库包含一个针对堆损坏漏洞的有效利用 PoC。 仅供授权的安全研究、CTF 环境和防御性分析使用。 请勿对非你拥有或未经明确书面许可的系统进行测试。 受影响: FFmpeg 8.0.1 MagicYUV 解码器 libavcodec/magicyuv.c 原语: 堆 OOB 写入 → AVBuffer.free 劫持 → system 调用 漏洞 magydecodeslice 使用 sheight(未限制的切片高度)作为写入 Cb/Cr...

8.8CVSS6.9AI score0.01572EPSS
SaveExploits3References2
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-80723

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a...

8.4CVSS5.9AI score0.00134EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/29 6:39 a.m.27 views

CVE-2026-80725 net: gro: properly validate BIG TCP aggregation criteria

In the Linux kernel, the following vulnerability has been resolved: net: gro: properly validate BIG TCP aggregation criteria When GRO attempts to aggregate packets beyond GROLEGACYMAXSIZE 64KB, BIG TCP should only be permitted for plain IPv4 TCP and plain IPv6 TCP with sufficient MAC header room ...

5.8AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/08/28 2:38 p.m.8 views

CVE-2024-43630-POC

CVE-2024-43630-POC Questa repository contiene un POC che, quando eseguito, innesca una scrittura OOB nello stack causando il crash del sistema. Questa vulnerabilità è un reperto estremamente interessante e raro che dimostra la complessità e le peculiarità della programmazione del kernel, in...

7.8CVSS7.3AI score0.03628EPSS
SaveExploits1
Microsoft CVE
Microsoft CVE
added 2026/08/28 2:00 p.m.12 views

Chromium: CVE-2026-79138 Out of bounds write in ANGLE

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

9.6CVSS5.8AI score0.00373EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/28 6:53 a.m.37 views

CVE-2026-80723 of: reserved_mem: prevent OOB when too many dynamic regions are defined

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS. If the device tree defines...

8.4CVSS0.00134EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/28 6:53 a.m.7 views

EUVD-2026-67458

In the Linux kernel, the following vulnerability has been resolved: of: reservedmem: prevent OOB when too many dynamic regions are defined On boot, fdtscanreservedmem saves each dynamically-placed /reserved-memory subnode into a local array of size MAXRESERVEDREGIONS. If the device tree defines...

5.8AI score0.00134EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 2:50 p.m.7 views

EUVD-2026-67031

darknet subscripts its layer array with an index taken from a configuration file without checking it against the array's length. The array is allocated in src-lib/darknetnetwork.cpp as xcallocnet.n, sizeofDarknet::Layer, sized to exactly the number of layer sections the file declares. The shortcu...

6.9CVSS5.3AI score0.0013EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 6:31 a.m.8 views

EUVD-2026-66489

In the Linux kernel, the following vulnerability has been resolved: Input: focaltech - fix array out-of-bounds in focaltechprocessrelpacket Make finger2 and also finger1 unsigned, so that if the finger index in the packet is 0 then subtracting 1 creates an array index which overflows above the...

8.4CVSS5.4AI score0.00134EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/08/27 12:00 a.m.9 views

SUSE SLES15: kernel-livepatch-6_4_0-150600_23_103-default / etc (SUSE-SU-2026:3761-1)

The remote SUSE Linux SLES15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3761-1 advisory. This update for the SUSE Linux Enterprise Kernel 6.4.0-150600.23.103 fixes various security issues: The following security issues were fixed: -...

9.8CVSS5.9AI score0.03153EPSS
SaveExploits12References64
CVE
CVE
added 2026/08/26 2:37 p.m.23 views

CVE-2026-80580

CVE-2026-80580 is a buffer overflow in the Linux kernel fbdev subsystem. The function mode_string() uses snprintf(), which can return a value larger than the remaining buffer space. show_modes() accumulates this return value without checking whether the offset has reached PAGE_SIZE , allowing the...

7.8CVSS5.7AI score0.00112EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80522 crypto: tegra - fix rctx->cryptlen calculation in tegra_gcm_do_one_req()

In the Linux kernel, the following vulnerability has been resolved: crypto: tegra - fix rctx-cryptlen calculation in tegragcmdoonereq Perform rctx-cryptlen calculation in tegragcmdoonereq the same way it is done in tegraccmcryptinit. The current formulae may lead to a crash if a caller does not...

7.8CVSS5.6AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.14 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-099002)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-099002 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Add sanity check for OOB writes at silencing At silencing the playback URB packe...

7.8CVSS6.2AI score0.00123EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-80574

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Input: focaltech - fix array out-of-bounds in focaltechprocessrelpacket Make finger2 and also finger1 unsigned, so that if the finger index in the packet is 0...

8.4CVSS5.9AI score0.00134EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.8 views

MiracleLinux 9 : gstreamer1-plugins-bad-free-1.22.12-7.el9_8.4, gstreamer1-plugins-ugly-free-1.22.12-6.el9_8.2 (AXSA:2026-1666:01)

The remote MiracleLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2026-1666:01 advisory. gstreamer: gstreamer1-plugins-bad-free: gstreamer: heap out-of-bounds write in adpcmdec IMA/DVI ADPCM decoder CVE-2026-19387 gstreamer:...

7.6CVSS6AI score0.00338EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-80569

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Input: synaptics-rmi4 - bound the F54 report size to the allocated buffer rmif54work reads a diagnostics report from the device into f54-reportdata, sizing the...

7.8CVSS6AI score0.0012EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.7 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098707)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098707 advisory. In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix out-of-bounds write in ocfs2writeendinline KASAN reports a use-after-free write of 408...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References4
Rows per page
Query Builder