Lucene search
+L

343722 matches found

Cvelist
Cvelist
added 2026/08/28 6:49 a.m.4 views

CVE-2026-80655 soc: xilinx: Fix race condition in event registration

In the Linux kernel, the following vulnerability has been resolved: soc: xilinx: Fix race condition in event registration The zynqmppower driver registers handlers for suspend and subsystem restart events using registerevent. However, the work structures zynqmppminitsuspendwork and...

SaveExploits0References2
CVE
CVE
added 2026/08/28 6:49 a.m.6 views

CVE-2026-80655

In the Linux kernel , the zynqmp_power driver (Xilinx ZynqMP SoC) contained a race condition in event registration. The work structures used by suspend and subsystem-restart callbacks were allocated and initialized after the call to register_event(). If firmware triggered an event during this win...

5.8AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:49 a.m.3 views

EUVD-2026-67531

In the Linux kernel, the following vulnerability has been resolved: soc: xilinx: Fix race condition in event registration The zynqmppower driver registers handlers for suspend and subsystem restart events using registerevent. However, the work structures zynqmppminitsuspendwork and...

5.8AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:48 a.m.3 views

EUVD-2026-67527

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp/sev-dev-tsm - bail out early when pdev-bus is NULL dsmcreate initially checks pdev-bus when computing segmentid: u8 segmentid = pdev-bus ? pcidomainnrpdev-bus : 0; But the next two lines unconditionally dereference...

5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.5 views

CVE-2026-80651

CVE-2026-80651 is a NULL pointer dereference in the Linux kernel's drivers/crypto/ccp/sev-dev-tsm.c , specifically in the dsm_create() function. The function checks whether pdev->bus is NULL when computing segment_id, but immediately afterward unconditionally dereferences pdev->bus via pcie...

5.8AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.4 views

CVE-2026-80651 crypto: ccp/sev-dev-tsm - bail out early when pdev->bus is NULL

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp/sev-dev-tsm - bail out early when pdev-bus is NULL dsmcreate initially checks pdev-bus when computing segmentid: u8 segmentid = pdev-bus ? pcidomainnrpdev-bus : 0; But the next two lines unconditionally dereference...

SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.5 views

CVE-2026-80648

CVE-2026-80648 affects the pinctrl: spacemit driver in the Linux kernel. In spacemit_pin_set_config(), the code checks the wrong variable after calling spacemit_get_pin(): it tests !pin (an unsigned int) instead of !spin (the pointer). Because pin 0 is a valid ID, the check erroneously returns -E...

5.8AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.4 views

CVE-2026-80648 pinctrl: spacemit: fix NULL check in spacemit_pin_set_config

In the Linux kernel, the following vulnerability has been resolved: pinctrl: spacemit: fix NULL check in spacemitpinsetconfig spacemitpinsetconfig looks up the per-pin descriptor with spacemitgetpin then checks the wrong variable for failure: const struct spacemitpin spin = spacemitgetpinpctrl,...

SaveExploits0References3
EUVD
EUVD
added 2026/08/28 6:48 a.m.2 views

EUVD-2026-67524

In the Linux kernel, the following vulnerability has been resolved: pinctrl: spacemit: fix NULL check in spacemitpinsetconfig spacemitpinsetconfig looks up the per-pin descriptor with spacemitgetpin then checks the wrong variable for failure: const struct spacemitpin spin = spacemitgetpinpctrl,...

5.8AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.2 views

CVE-2026-80612 net: lwtunnel: Drop skb metadata before LWT encapsulation

In the Linux kernel, the following vulnerability has been resolved: net: lwtunnel: Drop skb metadata before LWT encapsulation skb metadata is meant for passing information between XDP and TC. It lives in the skb headroom, immediately before skb-data. LWT programs cannot access the skbuff-datameta...

SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.7 views

CVE-2026-80612

CVE-2026-80612 affects the Linux kernel's lwtunnel (lightweight tunnel) subsystem. The root cause is that skb metadata (used for XDP-to-TC information passing) resides in the skb headroom, and LWT encapsulation prepends outer headers that move skb->data over that region. For forwarded packets ...

5.8AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:48 a.m.2 views

EUVD-2026-67488

In the Linux kernel, the following vulnerability has been resolved: net: lwtunnel: Drop skb metadata before LWT encapsulation skb metadata is meant for passing information between XDP and TC. It lives in the skb headroom, immediately before skb-data. LWT programs cannot access the skbuff-datameta...

5.8AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/28 6:48 a.m.4 views

CVE-2026-80593 hwmon: (asus_atk0110) Check package count before accessing element

In the Linux kernel, the following vulnerability has been resolved: hwmon: asusatk0110 Check package count before accessing element atkecpresent walks the management group package returned by the GGRP ACPI method and, for each sub-package, reads its first element: id = &obj-package.elements0; if...

SaveExploits0References8
EUVD
EUVD
added 2026/08/28 6:48 a.m.2 views

EUVD-2026-67469

In the Linux kernel, the following vulnerability has been resolved: hwmon: asusatk0110 Check package count before accessing element atkecpresent walks the management group package returned by the GGRP ACPI method and, for each sub-package, reads its first element: id = &obj-package.elements0; if...

5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/08/28 6:48 a.m.6 views

CVE-2026-80593

CVE-2026-80593 is an out-of-bounds read in the Linux kernel 's hwmon/asus_atk0110 driver. The function atk_ec_present() iterates over sub-packages returned by the GGRP ACPI method and reads obj->package.elements[0] without verifying that the sub-package has a non-zero count. Since ACPICA alloc...

5.8AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/08/28 6:45 a.m.2 views

hi_my_name_is_keyboard

Hi, My Name is Keyboard This repository contains proof-of-concept scripts for CVE-2023-45866, CVE-2024-21306, and CVE-2024-0230. Additional details can be found in the blog post. Proof of Concept| Description ---|--- Android Keystroke Injection| Force-pairs a virtual Bluetooth keyboard with a...

6.3CVSS6.7AI score0.07879EPSS
SaveExploits9References2
Kitploit
Kitploit
added 2026/08/28 6:45 a.m.3 views

CVE-2024-42327

PoC per CVE-2024-42327 / ZBX-25623 Un account utente non amministratore sul frontend di Zabbix con il ruolo Utente predefinito, o con qualsiasi altro ruolo che fornisce accesso API, può sfruttare questa vulnerabilità. Esiste una SQLi nella classe CUser nella funzione addRelatedObjects; questa...

9.9CVSS7.5AI score0.78831EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/08/28 6:43 a.m.2 views

CVE-2024-4577-Nuclei-Template

CVE-2024-4577 Template Nuclei Questo repository contiene un template Nuclei per rilevare la vulnerabilità di iniezione degli argomenti PHP CGI identificata come CVE-2024-4577. Dettagli del Template root@kitploit: id: CVE-2024-4577 info: name: CVE-2024-4577 PHP CGI Argument Injection author: Hüsey...

9.8CVSS7.7AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/08/28 6:43 a.m.3 views

CVE-2025-4138-4517-POC

CVE-2025-4138 / CVE-2025-4517 Bypass del filtro di tarfile Python tramite escape dei symlink con PATHMAX Scrittura arbitraria di file tramite estrazione confilter="data" / filter="tar" Indice Panoramica Dettagli della vulnerabilità Com...

9.4CVSS6.8AI score0.01376EPSS
SaveExploits14References1
Kitploit
Kitploit
added 2026/08/28 6:42 a.m.3 views

pdbdownload

पोर्टेबल एक्ज़ीक्यूटेबल PE से संबद्ध PDB फ़ाइलें डाउनलोड करने की एक उपयोगिता। विशेषताएँ msdl.microsoft.com से PDB प्रतीक symbols डाउनलोड करें। एकल या बैच में PortableExecutable PE फ़ाइलों की प्रक्रिया करें। प्रदर्शन https://github.com/user-attachments/assets/095fb528-65a6-488e-bfa0-46101738a451...

5.8AI score
SaveExploits0References2
Rows per page
Query Builder