Lucene search
+L

5907 matches found

Kitploit
Kitploit
•added 2026/09/24 9:30 p.m.•14 views

CVE-2024-27804

CVE-2024-27804 root@kitploit: ./build.sh ./panic.sh root@kitploit: paniccpu 4 caller 0xfffffe0026851cdc: Unaligned kernel data abort. at pc 0xfffffe0026aed514, lr 0xfffffe0026aed5d8 saved state: 0xfffffe3a396e3200 x0: 0x000000000000000e x1: 0xfffffe1002bdc01b x2: 0x0000000000000000 x3:...

5.5CVSS8.4AI score0.01314EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 8:33 p.m.•11 views

RowHammer-Exploit

RowHammer-Exploit RowHammer Based-Exploitbackdoor syssuid using rowhammer Still needs work... figure why stuff doesn't work properly... root@kitploit: Current stage... Denial fails with the following stack trace... UG: unable to handle kernel paging request at 0000000100000000 PGD 8000000006de306...

6.1AI score
SaveExploits0
EUVD
EUVD
•added 2026/09/24 4:04 p.m.•3 views

EUVD-2026-86072

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: purge async notifications upon nic error This fixes a kernel panic in reconfig failure: 1. we have a BSS connection 2. we have a NAN connection 3. FW error occurs 4. reconfig restores the BSS connection 5...

5.8AI score
SaveExploits0References2
CVE
CVE
•added 2026/09/24 4:04 p.m.•3 views

CVE-2026-97474

The Linux kernel contains a vulnerability in the wifi: iwlwifi: mld driver that causes a kernel panic . The issue occurs during a reconfig failure when a FW error happens while managing BSS and NAN connections. Specifically, the driver erroneously calls ieee80211_handle_reconfig_failure, leading ...

5.8AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•3 views

EUVD-2026-86054

In the Linux kernel, the following vulnerability has been resolved: ata: ahci: fail probe if BAR too small for claimed ports When an AHCI controller is disabled in BIOS, its HOSTCAP register may contain a bogus value, e.g. 0xFFFFFFFF. Since CAP.NP Number of Ports is a zeroes based 5-bit register...

5.8AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:03 p.m.•3 views

CVE-2026-97441

The Linux kernel contains a vulnerability in the ahci driver where a disabled AHCI controller might report a bogus value in its HOST_CAP register. If the CAP.NP (Number of Ports) field claims more ports than the mapped BAR region can physically accommodate, accessing port registers beyond the bou...

5.8AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:02 p.m.•3 views

CVE-2026-93815

A vulnerability exists in the Linux kernel involving the au1000 driver. The au1000_close() function incorrectly calls free_irq() while holding the aup->lock spinlock. Because free_irq() can sleep while acquiring the desc->request_mutex , this violates kernel locking rules and triggers a Loc...

5.8AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 4:02 p.m.•2 views

CVE-2026-93813

The Linux kernel contains a vulnerability in the btrfs filesystem where a crafted btrfs image can trigger a kernel panic . The root cause is an out-of-bounds access occurring because the INODE_REF item fails to validate the namelen field; while itemsize might match the namelen, a value of 4096 ex...

6AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:02 p.m.•1 views

EUVD-2026-86201

In the Linux kernel, the following vulnerability has been resolved: btrfs: tree-checker: validate INODEREF's namelen BUG A crafted btrfs image can trigger the following crash: BUG: unable to handle page fault for address: ffffd1dc42884000 PF: supervisor write access in kernel mode PF:...

6AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/24 3:52 p.m.•3 views

CVE-2026-84543

Prueba de concepto Se espera que esta prueba de concepto provoque un kernel panic y reinicie un Mac afectado. Las compilaciones de prueba afectadas utilizadas durante la investigación fueron macOS Tahoe 26.4 25E246 y macOS 26.5 beta 4 25F5068a. Apple corrigió CVE-2026-84543 en macOS Golden Gate 2...

5.9AI score0.00428EPSS
SaveExploits1
CVE
CVE
•added 2026/09/24 3:52 p.m.•5 views

CVE-2026-93274

A null pointer dereference vulnerability exists in the Linux kernel within the pinctrl: bcm2835 component. The issue occurs when the devm_pinctrl_register() function fails; the bcm2835_pinctrl_probe() function incorrectly calls gpiochip_remove() before gpiochip_add_data() has registered the GPIO ...

5.6AI score
SaveExploits0References8
EUVD
EUVD
•added 2026/09/24 3:52 p.m.•1 views

EUVD-2026-86146

In the Linux kernel, the following vulnerability has been resolved: pinctrl: bcm2835: Don't remove an unregistered GPIO chip If the devmpinctrlregister function fails, bcm2835pinctrlprobe calls gpiochipremove before gpiochipadddata has registered the GPIO chip. This means that upon failure the...

5.6AI score
SaveExploits0References8
EUVD
EUVD
•added 2026/09/24 3:51 p.m.•2 views

EUVD-2026-86255

In the Linux kernel, the following vulnerability has been resolved: apparmor: policyint make sure list heads are initialized before fail path If profile create fails before policyinit is complete the list heads are not properly initialized causing profilefree sanity checks to trigger the followin...

5.8AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/24 3:29 p.m.•5 views

CVE-2026-93227

The Linux kernel contains a vulnerability in deferred_grow_zone() when CONFIG_DEFERRED_STRUCT_PAGE_INIT is enabled. With a large CMA reservation , the function may initialize the memory map of an entire zone; however, if the node's RAM end is not aligned on PAGES_PER_SECTION boundaries, the updat...

5.7AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 3:29 p.m.•3 views

EUVD-2026-86232

In the Linux kernel, the following vulnerability has been resolved: mm/mminit: deferredgrowzone: fix out-of-range firstdeferredpfn With CONFIGDEFERREDSTRUCTPAGEINIT enabled, deferredgrowzone initializes struct pages early in boot to satisfy an allocation. With a large CMA reservation in place, th...

5.7AI score
SaveExploits0References3
CVE
CVE
•added 2026/09/24 3:10 p.m.•3 views

CVE-2026-93217

The Linux kernel contains a vulnerability in mm/madvise where madvise_cold_or_pageout_pte_range() can trigger a kernel panic. The issue occurs because pmd_is_huge() returns true for device-private PMDs, causing a VM_BUG_ON() assertion to trip when the PMD is not present. This is potentially trigg...

5.8AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 3:10 p.m.•3 views

EUVD-2026-85946

In the Linux kernel, the following vulnerability has been resolved: mm/madvise: skip device-private PMDs in cold and pageout walks madvisecoldorpageoutpterange takes pmdtranshugelock, whose pmdishuge check returns true for a device-private PMD. The subsequent !pmdpresent branch has a VMBUGON...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 2:08 p.m.•9 views

CVE-2023-6931

CVE-2023-6931 Kernel Panic PoC for CVE-2023-6931 Description CVE-2023-6931 is a vulnerability in perfevent that leads to a heap buffer overflow caused by an integer overflow in the readsize of a group. What is a Performance Event perf event? perfevents is a performance monitoring and analysis...

7.8CVSS6.8AI score0.00715EPSS
SaveExploits2
Kitploit
Kitploit
•added 2026/09/24 12:54 p.m.•13 views

CVE-2019-14041

CVE-2019-14041 Proof-of-concept code for CVE-2019-14041 More details about the vulnerability are available in the blog post. If you have any questions, you are welcome to DM me on Twitter @tamirzb. Build & Run In order to build, run Android NDK's ndk-build. In order to run the PoC, make sure to r...

7.8CVSS7.4AI score0.00427EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 12:54 p.m.•11 views

CVE-2019-14040

CVE-2019-14040 Proof-of-concept code for CVE-2019-14040 More details about the vulnerability are available in the blog post. If you have any questions, you are welcome to DM me on Twitter @tamirzb. Build & Run In order to build, run Android NDK's ndk-build. In order to run the PoC, run the binary...

7.8CVSS7.4AI score0.00516EPSS
SaveExploits0
Rows per page
Query Builder