Lucene search
+L

641393 matches found

OSV
OSV
added 2026/08/31 10:10 p.m.4 views

GHSA-VCC3-GHJQ-M6FR decode-uri-component: Denial of service via exponential decoding of malformed percent-encoded input

Impact An attacker who can supply input to decodeUriComponent directly or via a dependency that uses this package on URL/query/path data can cause excessive CPU usage and application unresponsiveness. This is an availability issue; there is no known memory corruption, data disclosure, or remote...

8.7CVSS6.4AI score0.00507EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/08/31 10:02 p.m.3 views

Vehicle-Service-Management-System-User-List-Stored-Cross-Site-Scripting-XSS

CVE-2021-46073 Exploit Title: Vehicle Service Management System - 'User List' Stored Cross Site Scripting XSS Exploit Author: SANU P.L CVE: CVE-2021-46073 CVSS: 4.8 MEDIUM References: https://www.plsanu.com/vehicle-service-management-system-user-list-stored-cross-site-scripting-xss...

4.8CVSS5.2AI score0.02759EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/31 10:02 p.m.4 views

Vehicle-Service-Management-System-Settings-Stored-Cross-Site-Scripting-XSS

CVE-2021-46074 Exploit Title: Vehicle Service Management System - 'Settings' Stored Cross Site Scripting XSS Exploit Author: SANU P.L CVE: CVE-2021-46074 CVSS: 4.8 MEDIUM References: https://www.plsanu.com/vehicle-service-management-system-settings-stored-cross-site-scripting-xss...

4.8CVSS5.2AI score0.01142EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/31 10:01 p.m.5 views

CVE-2025-54939

PoC for QUIC-LEAK CVE-2025-54939 in LSQUIC Overview This PoC highlights CVE-2025-54939, a pre-handshake memory exhaustion Denial of Service vulnerability in the LSQUIC QUIC implementation. The issue, named QUIC-LEAK, was first documented by Imperva:...

7.5CVSS5.6AI score0.00766EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/31 9:54 p.m.3 views

Vehicle-Service-Management-System-Service-Requests-Stored-Cross-Site-Scripting-XSS

CVE-2021-46070 Exploit Title: Vehicle Service Management System - 'Service Requests' Stored Cross Site Scripting XSS Exploit Author: SANU P.L CVE: CVE-2021-46070 CVSS: 4.8 MEDIUM References: https://www.plsanu.com/vehicle-service-management-system-service-requests-stored-cross-site-scripting-xss...

4.8CVSS5.2AI score0.00876EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/31 9:54 p.m.4 views

Vehicle-Service-Management-System-MyAccount-Stored-Cross-Site-Scripting-XSS

CVE-2021-46068 Exploit Title: Vehicle Service Management System - 'MyAccount' Stored Cross Site Scripting XSS Exploit Author: SANU P.L CVE: CVE-2021-46068 CVSS: 4.8 MEDIUM References: https://www.plsanu.com/vehicle-service-management-system-myaccount-stored-cross-site-scripting-xss...

4.8CVSS5.2AI score0.02736EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/08/31 9:41 p.m.6 views

CVE-2026-82398

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, an attacker can craft a PDF that causes long runtimes when the pypdf/utils.py function readuntilwhitespace reads a stream containing a long run of bytes without whitespace. The function repeatedly performs immutable bytes...

6.9CVSS5.9AI score0.00301EPSS
SaveExploits0
OSV
OSV
added 2026/08/31 9:41 p.m.7 views

CVE-2026-82398 pypdf: Inefficient handling of non-whitespace inputs in read_until_whitespace

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, an attacker can craft a PDF that causes long runtimes when the pypdf/utils.py function readuntilwhitespace reads a stream containing a long run of bytes without whitespace. The function repeatedly performs immutable bytes...

6.9CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/31 9:41 p.m.19 views

CVE-2026-82398

pypdf , a pure-Python PDF library, is vulnerable to excessive resource consumption in the read_until_whitespace function within pypdf/_utils.py. When processing a crafted PDF containing a long sequence of non-whitespace bytes, the function performs immutable bytes concatenation in a one-byte loop...

6.9CVSS5.9AI score0.00301EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/31 9:41 p.m.31 views

CVE-2026-82398 pypdf: Inefficient handling of non-whitespace inputs in read_until_whitespace

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, an attacker can craft a PDF that causes long runtimes when the pypdf/utils.py function readuntilwhitespace reads a stream containing a long run of bytes without whitespace. The function repeatedly performs immutable bytes...

6.9CVSS0.00301EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/31 9:28 p.m.34 views

CVE-2026-82397 Tornado: Urlencoded body parsing omits max_num_fields, so one request can stall the event loop

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.8, Tornado parses application/x-www-form-urlencoded request bodies with urllib.parse.parseqs in tornado/escape.py without passing maxnumfields. RequestHandler.execute in tornado/web.py parses the body before handl...

7.5CVSS0.0035EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/31 9:28 p.m.7 views

CVE-2026-82397

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.8, Tornado parses application/x-www-form-urlencoded request bodies with urllib.parse.parseqs in tornado/escape.py without passing maxnumfields. RequestHandler.execute in tornado/web.py parses the body before handl...

7.5CVSS5.9AI score0.0035EPSS
SaveExploits0
CVE
CVE
added 2026/08/31 9:28 p.m.28 views

CVE-2026-82397

Tornado (Python web framework / async networking library), prior to 6.5.8 , parses application/x-www-form-urlencoded request bodies via urllib.parse.parse_qs in tornado/escape.py without passing max_num_fields. Because RequestHandler._execute parses the body before handler dispatch, an unauthenti...

7.5CVSS5.9AI score0.0035EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/31 9:28 p.m.5 views

CVE-2026-82397 Tornado: Urlencoded body parsing omits max_num_fields, so one request can stall the event loop

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.8, Tornado parses application/x-www-form-urlencoded request bodies with urllib.parse.parseqs in tornado/escape.py without passing maxnumfields. RequestHandler.execute in tornado/web.py parses the body before handl...

7.5CVSS5.9AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/31 9:28 p.m.20 views

EUVD-2026-42312

Socket.IO: Engine.IO WebTransport SID DoS...

7.5CVSS5.8AI score0.00609EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/31 8:54 p.m.5 views

cve-2015-5477

BOND9 TKEY assert DoS के लिए PoC CVE-2015-5477 यह एक्सप्लॉइट यह जांचता है कि BIND9 सर्वर असुरक्षित है या नहीं, एक्सप्लॉइट भेजकर देखता है कि सर्वर क्रैश होता है या नहीं। यह C कोड है जिसे आप Unix/Window पर सामान्य तरीके से कंपाइल कर सकते हैं, जैसे: root@kitploit: gcc tkill.c -o tkill यह IPv4 और IPv...

7.8CVSS6.9AI score0.91284EPSS
SaveExploits13
CVE
CVE
added 2026/08/31 8:46 p.m.18 views

CVE-2026-71415

Kirby CMS (versions 5.0.0–5.5.2) contains a flaw in its REST API chunk upload handler (src/Api/Upload.php). The method Kirby\Api\Upload::process() failed to execute the relevant upload authorization preflight before processChunk() persisted chunk data. An authenticated user holding the access.pan...

7.1CVSS5.8AI score0.00246EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/31 8:46 p.m.9 views

EUVD-2026-68808

Kirby is an open-source content management system. From 5.0.0 until 5.5.2, Kirby's REST API chunk upload handler in src/Api/Upload.php did not run the relevant upload authorization preflight in Kirby\Api\Upload::process before Kirby\Api\Upload::processChunk persisted chunk data. An authenticated...

7.1CVSS5.8AI score0.00246EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/31 8:46 p.m.7 views

CVE-2026-71415 Kirby: File upload permissions are not checked during processing of chunk data

Kirby is an open-source content management system. From 5.0.0 until 5.5.2, Kirby's REST API chunk upload handler in src/Api/Upload.php did not run the relevant upload authorization preflight in Kirby\Api\Upload::process before Kirby\Api\Upload::processChunk persisted chunk data. An authenticated...

7.1CVSS5.2AI score0.00246EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/31 8:38 p.m.8 views

libreswan: badly formatted X.509 certificate can cause an assertion failure that crashes the daemon process

A flaw was found in Libreswan. An unauthenticated remote attacker can send a specially crafted X.509 certificate payload during an IKEv1 or IKEv2 exchange. This flaw occurs when Libreswan is operating in FIPS Federal Information Processing Standards mode and processing a certificate with an inval...

7.5CVSS5.9AI score0.00555EPSS
SaveExploits0References6
Rows per page
Query Builder