2237966 matches found
CVE-2008-4654
CVE-2008-4654 针对VideoLan的VLC Media Player 0.9.4在处理TiVo文件时出现的栈缓冲区溢出漏洞CVE-2008-4654的功能完整的利用程序。它针对运行在64位Windows系统上的32位二进制文件,并使用WOW64 egghunter来绕过有限的栈空间。 使用方法 更新脚本 : 将脚本中的占位符 buf = b'...' 替换为你自己的shellcode(例如,来自 msfvenom)。 如果需要不同的标签或自定义egghunter,可酌情调整 EGGHUNTERWOW64 shellcode。 root@kitploit: python...
Google Pixel owners urged to patch actively exploited modem flaw
Google has released its September 2026 Pixel Update Bulletin, fixing 110 vulnerabilities, including one that it says "may be under limited, targeted exploitation.” The bug is not described as a simple remote takeover, but as a vulnerability that could give an attacker who already has a foothold o...
CVE-2022-33891-EXPLOIT
CVE-2022-33891 - Apache Spark UI 远程代码执行(RCE)🔐 Apache Spark UI 容易受到远程命令注入漏洞(编号为 CVE-2022-33891)的影响。该缺陷源于对用户身份验证和访问控制处理不当,尤其是在启用访问控制列表(ACL)时。当通过 spark.acls.enable 配置选项启用 ACL 时,身份验证过滤器应验证用户是否拥有查看或修改应用程序所需的权限。然而,HttpSecurityFilter 中存在一个漏洞,允许攻击者通过提供任意用户名进行冒充。 漏洞详情 🛠 启用 ACL 后,HttpSecurityFilter...
CVE-2021-36749
CVE-2021-36749 Apache Druid LoadData 任意文件读取漏洞 Code By:Junsheng @橘子网络安全实验室 橘子网络安全实验室 https://0range.team/ 0x00 风险概述 本工具仅限授权安全测试使用,禁止未授权非法攻击站点 在线阅读《中华人民共和国网络安全法》 0x01 工具使用 将资产整理后放入url.txt,命令行输入Python CVE-2021-26749.py 0x02 Bug问题 Bug请提交Issues,有时间会看的。 0x03 其他 这个脚本主要以练习编写代码为主要原因...
Exploit-CVE-2026-1357
安装依赖 pip3 install pycryptodome requests 基础利用 python3 wpvivi.py http://target.com 自定义Webshell python3 wpvivi.py http://target.com --shell backdoor.php python3 wpvivi.py http://target.com --code "" 技术说明: Null Byte Key:当RSA解密失败时,返回false,phpseclib将其视为"\x00\x00\x00"。我们使用16个null字节作为AES-128 ECB密钥。...
CVE-2026-90047 drm/xe: Don't hand out the flat CCS storage as usable VRAM
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...
CVE-2026-90047 drm/xe: Don't hand out the flat CCS storage as usable VRAM
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...
CVE-2026-90047
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...
EUVD-2026-80655
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't hand out the flat CCS storage as usable VRAM getflatccsoffset reads the base of the flat CCS storage from the hardware, scales it by the number of enabled L3 nodes, and rounds the result up to 128K. Everything below...
CVE-2026-90047
This vulnerability affects the Linux kernel's drm/xe driver (Intel Xe GPU driver). The get_flat_ccs_offset() function incorrectly rounds up the flat CCS (Compressed Caching System) storage boundary to 128 KiB instead of rounding down to the allocator's page size, exposing a small region of memory...
CVE-2026-89972 nvme: add missing SRCU grace period in error path
In the Linux kernel, the following vulnerability has been resolved: nvme: add missing SRCU grace period in error path nvmeallocns error path at outunlinkns removes ns from the namespace head siblings list with listdelrcu&ns-siblings but does not wait for SRCU readers before freeing the namespace...
CVE-2026-89972
CVE-2026-89972 is a use-after-free vulnerability in the Linux kernel NVMe subsystem . The error path in nvme_alloc_ns() removes a namespace from the siblings list via list_del_rcu() but fails to call synchronize_srcu() before freeing the namespace struct. Concurrent readers in nvme_find_path() an...
CVE-2026-89972 nvme: add missing SRCU grace period in error path
In the Linux kernel, the following vulnerability has been resolved: nvme: add missing SRCU grace period in error path nvmeallocns error path at outunlinkns removes ns from the namespace head siblings list with listdelrcu&ns-siblings but does not wait for SRCU readers before freeing the namespace...
EUVD-2026-80572
In the Linux kernel, the following vulnerability has been resolved: nvme: add missing SRCU grace period in error path nvmeallocns error path at outunlinkns removes ns from the namespace head siblings list with listdelrcu&ns-siblings but does not wait for SRCU readers before freeing the namespace...
CVE-2026-89972
In the Linux kernel, the following vulnerability has been resolved: nvme: add missing SRCU grace period in error path nvmeallocns error path at outunlinkns removes ns from the namespace head siblings list with listdelrcu&ns-siblings but does not wait for SRCU readers before freeing the namespace...
EUVD-2026-80571
In the Linux kernel, the following vulnerability has been resolved: nvme: skip the zoned limits update if the zone info query failed nvmequeryzoneinfo returns either a negative errno or a positive NVMe status code, but nvmeupdatensinfoblock only tests for the negative case: ret =...
CVE-2026-89971
In the Linux kernel, the following vulnerability has been resolved: nvme: skip the zoned limits update if the zone info query failed nvmequeryzoneinfo returns either a negative errno or a positive NVMe status code, but nvmeupdatensinfoblock only tests for the negative case: ret =...
CVE-2026-89971 nvme: skip the zoned limits update if the zone info query failed
In the Linux kernel, the following vulnerability has been resolved: nvme: skip the zoned limits update if the zone info query failed nvmequeryzoneinfo returns either a negative errno or a positive NVMe status code, but nvmeupdatensinfoblock only tests for the negative case: ret =...
CVE-2026-89971
CVE-2026-89971 affects the Linux kernel NVMe subsystem . The root cause is an insufficient error check in nvme_update_ns_info_block(): it only handles negative errno returns from nvme_query_zone_info(), missing positive NVMe status codes. This causes setup to proceed with zero-initialized zone li...
CVE-2026-89971 nvme: skip the zoned limits update if the zone info query failed
In the Linux kernel, the following vulnerability has been resolved: nvme: skip the zoned limits update if the zone info query failed nvmequeryzoneinfo returns either a negative errno or a positive NVMe status code, but nvmeupdatensinfoblock only tests for the negative case: ret =...