Lucene search
+L

1955 matches found

Kitploit
Kitploit
added 2026/09/14 3:57 p.m.3 views

TID-The-Instant-Destroyer

TID — 即时销毁器 针对基于缓存的旁路攻击防护领域的独立安全研究。 概述 TID 是一种专用协议,旨在在使用后立即从 CPU 缓存层($L1、L2$ 和 $L3$)中消除敏感数据残留(例如加密密钥)。它解决了数据在系统内存(RAM)中被擦除后仍存在于硬件结构中的关键安全漏洞。 主要成就 已验证的防御: 有效缓解 Flush+Reload 及类似的微架构旁路攻击。 可衡量的性能: 未受保护的访问: 78 CPU 周期(缓存命中)。 TID 保护的访问: 286 CPU 周期(缓存未命中)。 安全边际: 提供 3.7 倍延迟屏障 ,成功迷惑潜在攻击者。 硬件级精度: 利用优化的 CPU...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 12:42 p.m.136 views

firehol

FireHOL http://firehol.org/ root@kitploit: FireHOL, an iptables stateful packet filtering firewall for humans! FireQOS, a TC based bandwidth shaper for humans! Git These instructions are for people who are working with the git repository. There are more general instructions starting with Upgrade...

5.7AI score
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.10 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush the cache for the PASID table before using it. When writing the address of a newly allocated, zero-initialized PASID table to a PASID directory entry, do so after flushing the CPU cache for this PASID table, not...

7.8CVSS6.2AI score0.0015EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/14 7:27 a.m.37 views

meltdown-exploit

MELTDOWN EXPLOIT POC Speculative optimizations execute code in a non-secure manner leaving data traces in microarchitecture such as cache. Lipp et. al 2018 published their code 2018-01-09 at https://github.com/IAIK/meltdown. Look at their paper for details: https://meltdownattack.com/meltdown.pdf...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/14 7:27 a.m.9 views

meltdown-exploit

MELTDOWN エクスプロイト PoC 投機的実行最適化は、安全でない方法でコードを実行し、キャッシュなどのマイクロアーキテクチャにデータの痕跡を残します。 Lipp 他 2018 は 2018-01-09 にコードを https://github.com/IAIK/meltdown で公開しました。詳細は論文 https://meltdownattack.com/meltdown.pdf を参照してください。 現時点では linuxprocbanner のみダンプ可能です。アクセスするメモリがキャッシュにある必要があり、/proc/version から読み取るたびに...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/13 6:17 p.m.6 views

spectre-attack

Spectre攻撃の例 2018年1月2日に公開された「Spectre」エクスプロイトを使用した例 CVE-2017-5753 および CVE-2017-5715 Spectreは異なるアプリケーション間の隔離を破ります。攻撃者は、ベストプラクティスに従ったエラーのないプログラムをだまして、その秘密を漏洩させることができます。実際、そのベストプラクティスの安全性チェックは攻撃対象領域を増やし、アプリケーションをSpectreに対してより脆弱にする可能性があります。 Spectre paper - Spectre論文とコードのソース 言語 C言語、使用ライブラリ: stdio.h...

5.6CVSS7AI score0.93838EPSS
SaveExploits13References5
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-80932

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. T...

8.4CVSS0.0014EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-89655

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ceph: fix UAF in kickflushingcaps on cf entry freed during unlock listforeachentry iterates ci-icapflushlist but drops icephlock to send cap messages. During th...

9.8CVSS0.00626EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 8:19 p.m.8 views

AZL-100904 CVE-2026-89655 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ceph: fix UAF in kickflushingcaps on cf entry freed during unlock listforeachentry iterates ci-icapflushlist but drops icephlock to send cap messages. During the unlock window, handlecapflushack can acquire icephlock, detach cf...

9.8CVSS0.00626EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:19 p.m.6 views

DEBIAN-CVE-2026-89655

In the Linux kernel, the following vulnerability has been resolved: ceph: fix UAF in kickflushingcaps on cf entry freed during unlock listforeachentry iterates ci-icapflushlist but drops icephlock to send cap messages. During the unlock window, handlecapflushack can acquire icephlock, detach cf...

9.8CVSS0.00626EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:18 p.m.6 views

AZL-100383 CVE-2026-80932 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...

8.4CVSS0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:18 p.m.6 views

DEBIAN-CVE-2026-80932

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...

8.4CVSS0.0014EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/11 8:18 p.m.7 views

CVE-2026-80932

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...

8.4CVSS0.0014EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:45 p.m.6 views

EUVD-2026-76567

In the Linux kernel, the following vulnerability has been resolved: ceph: fix UAF in kickflushingcaps on cf entry freed during unlock listforeachentry iterates ci-icapflushlist but drops icephlock to send cap messages. During the unlock window, handlecapflushack can acquire icephlock, detach cf...

0.00626EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:45 p.m.19 views

CVE-2026-89655

A use-after-free (UAF) vulnerability exists in the Linux kernel's Ceph file system component, specifically in the __kick_flushing_caps() function. The root cause is a race condition : the function iterates over ci->i_cap_flush_list using list_for_each_entry() but drops i_ceph_lock to send cap ...

9.8CVSS0.00626EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89655

In the Linux kernel, the following vulnerability has been resolved: ceph: fix UAF in kickflushingcaps on cf entry freed during unlock listforeachentry iterates ci-icapflushlist but drops icephlock to send cap messages. During the unlock window, handlecapflushack can acquire icephlock, detach cf...

9.8CVSS0.00626EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:45 p.m.6 views

CVE-2026-89655 ceph: fix UAF in __kick_flushing_caps() on cf entry freed during unlock

In the Linux kernel, the following vulnerability has been resolved: ceph: fix UAF in kickflushingcaps on cf entry freed during unlock listforeachentry iterates ci-icapflushlist but drops icephlock to send cap messages. During the unlock window, handlecapflushack can acquire icephlock, detach cf...

9.8CVSS6.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.8 views

CVE-2026-80932

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...

8.4CVSS0.0014EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.6 views

EUVD-2026-76255

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...

0.0014EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:42 p.m.9 views

CVE-2026-80932

A use-after-free vulnerability in the Linux kernel's vsock/virtio component is triggered during virtio_vsock_remove(). The function flushes work items before freeing the virtio_vsock object, but the flush order ignores dependencies: send_pkt_work can queue rx_work after the remove path has alread...

8.4CVSS0.0014EPSS
SaveExploits0References8
Rows per page
Query Builder