Lucene search
+L

240070 matches found

Packet Storm
Packet Storm
added 2026/08/28 12:00 a.m.10 views

...[ More ]

This Metasploit module exploits an unsafe XStream deserialization vulnerability in the JetBrains TeamCity agent polling protocol. An unauthenticated attacker can register a build agent, then submit a crafted error response that causes TeamCity to deserialize an attacker-controlled object graph. T...

9.8CVSS7.4AI score0.87709EPSS
SaveExploits6
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.8 views

PT-2026-83253

aqua is a declarative command-line version manager written in Go. Prior to 2.60.1, pkg/unarchive/archives.go in the handler.HandleFile method calls os.Symlink with archives.FileInfo.LinkTarget without verifying that the target remains under the extraction destination. A later regular-file entry a...

6.6CVSS5.9AI score0.00142EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/28 12:00 a.m.8 views

EUVD-2026-67776

grpc-gateway v2.28.0 is vulnerable to Incorrect Access Control. The application processes the X-HTTP-Method-Override header in ServeMux.ServeHTTP without restricting allowed methods. When a POST request with Content-Type application/x-www-form-urlencoded includes this header, the request method i...

6AI score0.00176EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.12 views

PT-2026-83012

In the Linux kernel, the following vulnerability has been resolved: spi: spi-qpic-snand: write the feature value before executing SET FEATURE qcom spi send cmdaddr programs NAND FLASH CMD/NAND EXEC CMD and submits the descriptors, which makes the controller execute the command immediately. For...

6AI score0.00132EPSS
SaveExploits0References4
Packet Storm News
Packet Storm News
added 2026/08/28 12:00 a.m.1 views

Enhancing Web Application Firewalls with Machine Learning for SQL Injection Detection

Detecting SQL Injection SQLi attacks ranks among the most critical challenges in web application security. This research conducted a systematic literature review to identify the research gaps in this domain and responsively designed and optimised a DistilBERT-Stacked Ensemble pipeline to improve...

6AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/28 12:00 a.m.12 views

CVE-2026-38093

filepicker aka flutterfilepicker for Flutter, all versions through 10.3.10, is vulnerable to path traversal CWE-22 in its Android implementation. The openFileStream method in FileUtils.kt uses the DISPLAYNAME obtained from ContentResolver.query directly in file path construction without...

5.9AI score0.00133EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.13 views

PT-2026-82962

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix CXL HEADERLOG SIZE to match RAS Capability size The CXL r4.0 8.2.4.17.7 RAS Capability Structure has total length 0x58 bytes CXL RAS CAPABILITY LENGTH; the Header Log occupies the trailing 64 bytes at offset 0x18. CXL...

6AI score0.00124EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.12 views

PT-2026-83000

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: validate external BO copy bounds for both stride paths vmw external bo copy trusts caller-supplied offsets, strides, and heights and operates on imported dma-buf vmaps: - The equal-stride memcpy bound was clamped afte...

5.8AI score0.00128EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/28 12:00 a.m.7 views

CVE-2026-37236

grpc-gateway v2.28.0 is vulnerable to Incorrect Access Control. The application processes the X-HTTP-Method-Override header in ServeMux.ServeHTTP without restricting allowed methods. When a POST request with Content-Type application/x-www-form-urlencoded includes this header, the request method i...

6AI score0.00176EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/28 12:00 a.m.29 views

CVE-2026-38093

filepicker aka flutterfilepicker for Flutter, all versions through 10.3.10, is vulnerable to path traversal CWE-22 in its Android implementation. The openFileStream method in FileUtils.kt uses the DISPLAYNAME obtained from ContentResolver.query directly in file path construction without...

0.00133EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/27 10:43 p.m.3 views

apache__jspwiki_CVE-2022-46907_2-11-3

Apache JSPWiki 2.11 - Documentazione root@kitploit: Licensed to the Apache Software Foundation ASF under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the...

6.1CVSS6AI score0.01162EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/27 10:37 p.m.7 views

CVE-2026-77358 cpp-httplib: Use-after-free of TLS session in WebSocketClient::shutdown_and_close()

cpp-httplib is a C++ header-only HTTP/HTTPS library. In versions 0.33.0 through 0.50.0, the TLS-enabled WebSocket client frees the TLS session before closing the WebSocket that still uses it, producing a use-after-free. In WebSocketClient::shutdownandclose the SSL object is freed and the pointer...

8.2CVSS5.9AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/27 10:37 p.m.7 views

CVE-2026-77358

cpp-httplib is a C++ header-only HTTP/HTTPS library. In versions 0.33.0 through 0.50.0, the TLS-enabled WebSocket client frees the TLS session before closing the WebSocket that still uses it, producing a use-after-free. In WebSocketClient::shutdownandclose the SSL object is freed and the pointer...

8.2CVSS5.9AI score0.00287EPSS
SaveExploits0
CVE
CVE
added 2026/08/27 10:37 p.m.15 views

CVE-2026-77358

cpp-httplib , a C++ header-only HTTP/HTTPS library, is affected by a use-after-free vulnerability in its TLS-enabled WebSocket client (versions 0.33.0 through 0.50.0 ). In WebSocketClient::shutdown_and_close(), the SSL object is freed and its pointer cleared before the WebSocket close frame is se...

8.2CVSS5.4AI score0.00287EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/27 10:37 p.m.5 views

CVE-2026-77358 cpp-httplib: Use-after-free of TLS session in WebSocketClient::shutdown_and_close()

cpp-httplib is a C++ header-only HTTP/HTTPS library. In versions 0.33.0 through 0.50.0, the TLS-enabled WebSocket client frees the TLS session before closing the WebSocket that still uses it, producing a use-after-free. In WebSocketClient::shutdownandclose the SSL object is freed and the pointer...

8.2CVSS5.9AI score0.00287EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/27 10:37 p.m.37 views

CVE-2026-77358 cpp-httplib: Use-after-free of TLS session in WebSocketClient::shutdown_and_close()

cpp-httplib is a C++ header-only HTTP/HTTPS library. In versions 0.33.0 through 0.50.0, the TLS-enabled WebSocket client frees the TLS session before closing the WebSocket that still uses it, producing a use-after-free. In WebSocketClient::shutdownandclose the SSL object is freed and the pointer...

8.2CVSS0.00287EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/27 10:37 p.m.5 views

EUVD-2026-67302

cpp-httplib is a C++ header-only HTTP/HTTPS library. In versions 0.33.0 through 0.50.0, the TLS-enabled WebSocket client frees the TLS session before closing the WebSocket that still uses it, producing a use-after-free. In WebSocketClient::shutdownandclose the SSL object is freed and the pointer...

8.2CVSS5.4AI score0.00287EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/08/27 10:21 p.m.15 views

Exploit for Use After Free in Linux Linux_Kernel

GhostLock — PFEM10 CVE-2026-43499 IonStack exploit for OP...

7.8CVSS6.8AI score0.00768EPSS
SaveExploits78
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/27 10:00 p.m.8 views

Security Bulletin: Security Vulnerability in Spring MVC affects IBM Sterling B2B Integrator and IBM Sterling File Gateway (CVE-2024-38828)

Summary IBM Sterling B2B Integrator and IBM Sterling File Gateway have addressed vulnerability due to Spring MVC Vulnerability Details CVEID:CVE-2024-38828 DESCRIPTION: Spring MVC controller methods with an @RequestBody byte method parameter are vulnerable to a DoS attack. CWE:CWE-400: Uncontroll...

5.3CVSS5.9AI score0.00724EPSS
SaveExploits0Affected Software1
Cvelist
Cvelist
added 2026/08/27 9:22 p.m.36 views

CVE-2026-76179 Ebyte NA111-M Use of GET Request Method With Sensitive Query Strings

An improper protection of authentication tokens vulnerability exists in certain Ebyte gateway products. Authentication tokens used by the web management interface are insufficiently protected during client-side session handling, which may allow an attacker with access to exposed session informati...

9.8CVSS0.00434EPSS
SaveExploits0References2
Rows per page
Query Builder