Lucene search
+L

398 matches found

Kitploit
Kitploit
added 2026/09/12 6:10 a.m.11 views

truffleproc

truffleproc — caza secretos en la memoria de procesos Uso Ejecuta truffleproc.sh contra tu shell Bash actual p. ej., $$: root@kitploit: $ ./truffleproc.sh $$ coredumping pid 6174 Reading symbols from od... Reading symbols from /usr/lib/systemd/systemd... Reading symbols from...

6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.9 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098765 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: do not strictly require dirty metadata threshold for metadata writepages BUG There is an...

5.5CVSS5.9AI score0.00129EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: remoteproc: Fixed the count check in rproccoredumpwrite. The check for the count being 0 was corrected to avoid a potential underflow. The check is identical to that in rprocrecoverywrite...

7.1CVSS5.6AI score0.00263EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fixed an out-of-bound memcpy call during ethtool -w When retrieving the FW core dump using ethtool, memory corruption can sometimes occur. BUG: KFENCE: Memory corruption in bnxtgetcoredump+0x3ef/0x670 bnxten Corrupted...

7.8CVSS6.6AI score0.00198EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/19 5:06 a.m.8 views

CVE-2026-72166

A flaw was found in the Linux kernel's 9p client remote procedure call RPC implementation. When the p9clientrpc function is called with a P9TFLUSH request and the transport has no peer, a fatal signal can cause an infinite loop. This prevents the affected process from terminating, leading to a...

5.5CVSS5.3AI score0.00211EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.12 views

CVE-2026-74357

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpucoredump ring dump The ring content dump in amdgpucoredump uses two separate loops over adev-rings: the first counts rings with unsignalled fences to size the allocation, and the...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:21 a.m.9 views

UBUNTU-CVE-2026-72166

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9clientrpc on fatal signal When p9clientrpc is called with type P9TFLUSH and the transport has no peer e.g. fd transport backed by pipes with no 9p server, a fatal signal causes an infinite loop:...

5.4AI score0.00211EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.15 views

CVE-2026-72166

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9clientrpc on fatal signal When p9clientrpc is called with type P9TFLUSH and the transport has no peer e.g. fd transport backed by pipes with no 9p server, a fatal signal causes an infinite loop:...

5.6AI score0.00211EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/08/15 5:58 a.m.19 views

EUVD-2026-59504

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpucoredump ring dump The ring content dump in amdgpucoredump uses two separate loops over adev-rings: the first counts rings with unsignalled fences to size the allocation, and the...

5.5AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:58 a.m.50 views

CVE-2026-74357

CVE-2026-74357 (Linux kernel, amdgpu) : The vulnerability arises in the amdgpu_coredump path where two passes over adev->rings[] count and copy ring data using the same skip condition. Because last_seq is updated concurrently by the fence signalling path, rings may transition from signalled to...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.30 views

CVE-2026-72166 net/9p: fix infinite loop in p9_client_rpc on fatal signal

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9clientrpc on fatal signal When p9clientrpc is called with type P9TFLUSH and the transport has no peer e.g. fd transport backed by pipes with no 9p server, a fatal signal causes an infinite loop:...

0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:53 a.m.10 views

EUVD-2026-58924

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9clientrpc on fatal signal When p9clientrpc is called with type P9TFLUSH and the transport has no peer e.g. fd transport backed by pipes with no 9p server, a fatal signal causes an infinite loop:...

5.4AI score0.00211EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:53 a.m.41 views

CVE-2026-72166

CVE-2026-72166 affects the Linux kernel’s 9p client RPC path. In p9_client_rpc() when handling P9_TFLUSH, a fatal signal could cause an infinite loop if the transport has no peer, due to clearing TIF_SIGPENDING before rechecking signal_pending_state. The fix adds a check for fatal_signal_pending(...

5.4AI score0.00211EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.20 views

PT-2026-72793

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpu coredump ring dump The ring content dump in amdgpu coredump uses two separate loops over adev-rings: the first counts rings with unsignalled fences to size the allocation, and th...

5.5AI score0.0012EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.21 views

PT-2026-72354

In the Linux kernel, the following vulnerability has been resolved: net/9p: fix infinite loop in p9 client rpc on fatal signal When p9 client rpc is called with type P9 TFLUSH and the transport has no peer e.g. fd transport backed by pipes with no 9p server, a fatal signal causes an infinite loop...

5.4AI score0.00211EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-68339

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before decidin...

5.9AI score0.00209EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/08/11 11:47 p.m.7 views

SUSE CVE-2026-68339

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

5.5CVSS5.5AI score0.00209EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 1:20 p.m.12 views

DEBIAN-CVE-2026-68339

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

5.2AI score0.00209EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/10 1:20 p.m.20 views

CVE-2026-68339

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

0.00209EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 1:20 p.m.7 views

UBUNTU-CVE-2026-68339

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: validate Realtek vendor event length btusbrecveventrealtek reads the event code at data0 and the Realtek subevent code at data2 before deciding whether to consume a vendor event as a coredump. For example, the...

5.2AI score0.00209EPSS
SaveExploits0References7
Rows per page
Query Builder