Lucene search
+L

1241 matches found

Kitploit
Kitploit
added 2026/09/09 9:58 a.m.11 views

suricata_exporter

Suricata Prometheus Exporter This is a Prometheus Exporter for Suricata using dump-counters via the unix socket to query metrics. Usage root@kitploit: $ ./suricataexporter -h Usage of ./suricataexporter: -suricata.socket-path string Path to the Suricata Command socket. default...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 7:05 p.m.15 views

dirty_sock

dirtysock: Linux Privilege Escalation via snapd In January 2019, current versions of Ubuntu Linux were found to be vulnerable to local privilege escalation due to a bug in the snapd API. This repository contains the original exploit POC, which is being made available for research and education. F...

7.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 6:33 p.m.4 views

uptux

uptux Chequeos especializados de escalada de privilegios para sistemas Linux. Implementados hasta ahora: Rutas de systemd, servicios, temporizadores y unidades de socket escribibles Desensambla archivos de unidad systemd buscando: Referencias a ejecutables que son escribibles Referencias a enlace...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 6:00 a.m.7 views

CVE-2024-31317

CVE-2024-31317 Preface A couple of days ago, I saw an analysis of the CVE-2024-31317 vulnerability posted on JD's official account. After reading it through, I found it quite interesting. Moreover, the current mainstream solutions for automotive IVI In-Vehicle Infotainment are all based on Androi...

7.8CVSS7.4AI score0.00779EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/07 12:52 p.m.6 views

CVE-2021-40438

CVE-2021-40438 exploit PoC with Docker setup CD into the directory containing the Apache configuration and Dockerfile shared in repo. Building Image: docker build -t cve-2021-40438:1.0 . Running the Docker Image: docker run --rm -d -p 4444:80 cve-2021-40438:1.0 Note: You can also use Image ID...

9CVSS7.5AI score0.99999EPSS
SaveExploits5
UbuntuCve
UbuntuCve
added 2026/09/07 12:00 a.m.4 views

CVE-2026-80899

In the Linux kernel, the following vulnerability has been resolved: e...

5.9AI score0.00145EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/07 12:00 a.m.5 views

CVE-2026-80829

In the Linux kernel, the following vulnerability has been resolved: A...

5.9AI score0.00195EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/07 12:00 a.m.5 views

CVE-2026-80867

In the Linux kernel, the following vulnerability has been resolved: a...

5.9AI score0.00164EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/06 5:47 p.m.13 views

CVE-2026-19931

A flaw in libcurl makes it wrongly reuse an HTTP connection setup for a given hostname using Negotiate authentication, when the initial request is done using empty credentials. This can make user B's request get sent over user A's previously authenticated connection...

9.8CVSS5.7AI score0.00259EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/09/05 8:58 p.m.11 views

GHSA-92X3-5H48-MFHX vulnerabilities

Vulnerabilities for packages: vault-fips, opentofu, helmfile, terraform, opentofu-fips, terraform-mcp-server, terraform-fips, terraform-ls, vault...

5.8AI score
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/04 5:19 p.m.8 views

CVE-2026-80906

In the Linux kernel, the following vulnerability has been resolved: net: packet: fix wrong transportheader when sending VLAN-tagged frame In packetparseheaders, when processing a VLAN-tagged frame, skbsetnetworkheader is called to advance networkheader past the VLAN tag to the inner protocol...

5.9AI score0.00165EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/04 3:13 p.m.9 views

CVE-2026-80797

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: purge fragmented skbs during cleanup pn53xcommonclean purges respq before freeing the common PN533 state, but it leaves fragmentskb untouched. The fragmentation helpers queue transmit fragments there while sending lar...

5.3AI score0.00195EPSS
SaveExploits0
Wolfi
Wolfi
added 2026/09/03 8:24 p.m.16 views

GHSA-FPH4-WMHF-6FWF vulnerabilities

Vulnerabilities for packages: opensearch-dashboards, tileserver-gl, nextcloud-server, prism, vitess, yaml-language-server...

5.8AI score
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/03 8:26 a.m.9 views

CVE-2026-80753

In the Linux kernel, the following vulnerability has been resolved: ovpn: run deferred work on a module-owned workqueue ovpn queues several work items whose callbacks execute module text. These works currently run on the global system workqueues, so module exit has no driver-owned drain point tha...

8.4CVSS5.6AI score0.00132EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/03 8:26 a.m.10 views

CVE-2026-80747

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add bounds check for CRAT subtype length The CRAT parser validates that the subtype header fits within the image, but does not verify that the advertised subtype length fits. A malformed CRAT table with an oversized...

8CVSS5.3AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/03 8:26 a.m.12 views

CVE-2026-80741

In the Linux kernel, the following vulnerability has been resolved: drm/log: Fix out-of-bounds read on empty message length drmlogdrawkmsgrecord accesses slen - 1 to strip the trailing newline, but len is unsigned int. If len is 0, the subtraction wraps to UINTMAX, causing an out-of-bounds read...

7.1CVSS5.3AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/02 6:01 p.m.10 views

CVE-2026-84381

HTTPX2 is a next generation HTTP client for Python. Prior to 2.10.0, httpcore2 fails to start TLS in src/httpcore2/httpcore2/sync/socksproxy.py and src/httpcore2/httpcore2/async/socksproxy.py when the remote origin uses wss through a SOCKS5 proxy because the TLS upgrade condition only recognizes...

8.1CVSS5.3AI score0.00079EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/27 6:31 a.m.9 views

EUVD-2026-66587

In the Linux kernel, the following vulnerability has been resolved: afunix: Unlink sccentry in unixdeledge. Kyle Zeng reported that GC could free a dead SCC partially. The scenario is as follows: 1 Create two SCCs: X -. A B ^--' 2 Run the following concurrently: 2-1 send sk-B to sk-B from sk-X 2-...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.10 views

CVE-2026-80580

In the Linux kernel, the following vulnerability has been resolved: fbdev: bound mode sysfs output to the sysfs buffer modestring uses snprintf which can return a value larger than the remaining buffer space. showmodes accumulates the return value into i without checking whether i has reached...

7.8CVSS5.7AI score0.00112EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.10 views

CVE-2026-80578

In the Linux kernel, the following vulnerability has been resolved: fbdev: core: Fix pointer desynchronization in fbioread In fbioread, if copytouser performs a partial copy e.g., due to a faulty user buffer, the loop adjusts the chunk size 'c' and updates the remaining 'count'. However, the...

7.3CVSS5.6AI score0.00116EPSS
SaveExploits0
Rows per page
Query Builder