Lucene search
+L

81343 matches found

Kitploit
Kitploit
•added 2026/09/24 4:58 p.m.•11 views

CVE-2026-35570

Rompiendo el Aislamiento del Sandbox: Cómo Encontré un Bypass Crítico de Path Traversal en openclaude CVE-2026-35570 | CVSS 8.4 Alto | openclaude v0.1.7 No todas las vulnerabilidades requieren una cadena de explotación sofisticada. A veces una sola sentencia return mal colocada es suficiente para...

8.4CVSS5.9AI score0.00187EPSS
SaveExploits2
Kitploit
Kitploit
•added 2026/09/24 4:52 p.m.•16 views

cve-2026-0013-exploit

This repository does not have a README...

5.7AI score0.00161EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/24 4:52 p.m.•11 views

CVE-2019-9053

Fixed it bcz of https://tryhackme.com/room/easyctf : enjoy Critical Issues Fixed 1. Python 2 to Python 3 Compatibility Old: print "string" New: print"string" Changed all print statements to print functions Updated string formatting to use f-strings 2. Deprecated optparse Library Old: import...

8.1CVSS7.5AI score0.68581EPSS
SaveExploits38
NVD
NVD
•added 2026/09/24 4:17 p.m.•4 views

CVE-2026-93225

In the Linux kernel, the following vulnerability has been resolved: phy: fsl-imx8mq-usb: fix typec switch leak on probe error path If probe fails after imx95usbphygettca succeeds, the typec switch leaks because the only cleanup path was in .remove, which never runs on probe failure. Use...

7.4CVSS
SaveExploits0References3
OSV
OSV
•added 2026/09/24 4:17 p.m.•6 views

DEBIAN-CVE-2026-93225

In the Linux kernel, the following vulnerability has been resolved: phy: fsl-imx8mq-usb: fix typec switch leak on probe error path If probe fails after imx95usbphygettca succeeds, the typec switch leaks because the only cleanup path was in .remove, which never runs on probe failure. Use...

7.4CVSS5.7AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 4:09 p.m.•14 views

CVE-2026-23723-POC

PoC CVE-2026-23723 - Ayudante de Explotación de Inyección SQL Autenticada en WeGIA Inyección SQL Basada en Errores Autenticada en WeGIA ≤ 3.6.1 GHSA-xfmp-2hf9-gfjp | Aviso Oficial Autor Original del PoC / Reportante : ViniCastro2001 GHSA Publicado por : nilsonLazarin mantenedor del proyecto Este...

7.2CVSS6AI score0.00425EPSS
SaveExploits1References2
OSV
OSV
•added 2026/09/24 4:06 p.m.•4 views

MGASA-2026-0448 Updated perl-Net-DNS packages fix security vulnerabilities

Net::DNS versions through 1.55 for Perl allow remote execution injection via EDNS EXTENDED ERROR. CVE-2026-64193 Net::DNS versions through 1.55 for Perl allow Denial of Service via deep DNS compression pointer chains. CVE-2026-64194 Net::DNS versions before 1.57 for Perl allow memory exhaustion v...

5.8AI score0.01439EPSS
SaveExploits0References17
CVE
CVE
•added 2026/09/24 4:05 p.m.•8 views

CVE-2026-97512

The Linux kernel contains a vulnerability in the spi-qcom-qspi driver due to incomplete error handling in runtime PM functions. If an operation fails during suspend or resume , resources may remain in inconsistent states, potentially causing clock or power imbalances and brownout risks . The fix ...

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

EUVD-2026-86106

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Set tb-rootswitch to NULL when domain is stopped Similarly what we do with the firmware connection manager. This makes tbxdphandlerequest return error to the remote host. However, we need to make sure we keep the uui...

5.8AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/24 4:04 p.m.•19 views

CVE-2026-97474 wifi: iwlwifi: mld: purge async notifications upon nic error

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...

7.4CVSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:03 p.m.•3 views

EUVD-2026-86039

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: fix SmartShift bias sysfs store PM refcount on parse error Return the parse error before acquiring PM access...

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

CVE-2026-93810

The Linux kernel contains a vulnerability within the cachefiles component. The root cause is a double fput() call occurring during error handling in the cachefiles_create_tmpfile() function. This issue has been resolved in the kernel source. No specific exploit details or in-the-wild exploitation...

7CVSS5.8AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/24 4:02 p.m.•4 views

EUVD-2026-86180

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: validate TXCMD response layout TXCMD parsing uses framecount to walk status entries and then read the trailing SCD SSN. Make the minimum-length check follow that exact runtime layout calculation before parsing...

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

CVE-2026-93284 drm/pagemap: dma-unmap pages before handling migration errors

In the Linux kernel, the following vulnerability has been resolved: drm/pagemap: dma-unmap pages before handling migration errors drmpagemapmigrateunmappages relies on the pages array to determine which pages require DMA unmapping. However, drmpagemapmigrationunlockputpages clears the array as pa...

8.8CVSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/24 4:02 p.m.•6 views

EUVD-2026-86163

In the Linux kernel, the following vulnerability has been resolved: drm/pagemap: dma-unmap pages before handling migration errors drmpagemapmigrateunmappages relies on the pages array to determine which pages require DMA unmapping. However, drmpagemapmigrationunlockputpages clears the array as pa...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 4:01 p.m.•11 views

CVE-2026-22020-Weak-Seed-in-Quantum-Key-Distribution-Error-Correction

CVE-2026-22020 – Semilla débil en la corrección de errores de distribución de claves cuánticas Código del programa Python root@kitploit: qkdweakseed.py - Simulated QKD privacy amplification with weak seed import hashlib, os, time def privacyamplificationsiftedkey, seed: Weak: seed derived from...

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

EUVD-2026-86236

In the Linux kernel, the following vulnerability has been resolved: lockd: fix swapped arguments in nlmsvcmatchip When releasing locks by server IP address via /proc/fs/nfsd/unlockip, nlmsvcunlockallbyip calls nlmtraversefiles with the server sockaddr as the opaque @data argument:...

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

CVE-2026-93231

The Linux kernel contains a vulnerability in the lockd component where the nlmsvc_match_ip() function uses swapped arguments. When releasing locks by server IP address via /proc/fs/nfsd/unlock_ip , the function incorrectly compares a struct sockaddr as a struct nlm_host, leading it to read garbag...

5.8AI score
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/24 3:21 p.m.•2 views

CVE-2026-93225

In the Linux kernel, the following vulnerability has been resolved: phy: fsl-imx8mq-usb: fix typec switch leak on probe error path If probe fails after imx95usbphygettca succeeds, the typec switch leaks because the only cleanup path was in .remove, which never runs on probe failure. Use...

7.4CVSS5.7AI score
SaveExploits0
EUVD
EUVD
•added 2026/09/24 3:21 p.m.•4 views

EUVD-2026-86228

In the Linux kernel, the following vulnerability has been resolved: phy: fsl-imx8mq-usb: fix typec switch leak on probe error path If probe fails after imx95usbphygettca succeeds, the typec switch leaks because the only cleanup path was in .remove, which never runs on probe failure. Use...

5.7AI score
SaveExploits0References3
Rows per page
Query Builder