Lucene search
+L

7505 matches found

RedHat Linux
RedHat Linux
added 2026/04/15 5:31 p.m.13 views

tomcat: org.apache.tomcat/tomcat-catalina: Apache Tomcat: Denial of service

A denial of service flaw has been discovered in Apache Tomcat. If an error occurred including exceeding limits during the processing of a multipart upload, temporary copies of the uploaded parts written to disc were not cleaned up immediately but left for the garbage collection process to delete...

5.3CVSS6.6AI score0.01165EPSS
SaveExploits0References6
CVE
CVE
added 2026/04/15 9:51 a.m.20 views

CVE-2024-33618

CVE-2024-33618 affects Bosch VMS Central Server (Bosch VMS 12.0.1). The issue is uncontrolled resource consumption that can cause excessive disk-space usage over the network interface. The provided documents do not specify the root cause details, vulnerable component version ranges beyond 12.0.1,...

7.5CVSS5.8AI score0.00455EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/15 9:51 a.m.14 views

CVE-2024-33618

Uncontrolled Resource Consumption in Bosch VMS Central Server in Bosch VMS 12.0.1 allows attackers to consume excessive amounts of disk space via network interface...

7.5CVSS5.8AI score0.00455EPSS
SaveExploits0References2Affected Software8
Snyk
Snyk
added 2026/04/15 2:09 a.m.10 views

Improper Validation of Specified Type of Input

Overview fastify is an overhead web framework, for Node.js. Affected versions of this package are vulnerable to Improper Validation of Specified Type of Input via the schema.body.content when a space is prepended to the Content-Type header. An attacker can bypass input validation by sending...

8.7CVSS5.7AI score0.00448EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/04/15 12:14 a.m.8 views

CVE-2026-33806 fastify vulnerable to Body Schema Validation Bypass via Leading Space in Content-Type Header

Impact: Fastify applications using schema.body.content for per-content-type body validation can have validation bypassed entirely by prepending a space to the Content-Type header. The body is still parsed correctly but schema validation is skipped. This is a regression introduced in fastify = 5.3...

7.5CVSS5.8AI score0.00448EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/04/15 12:14 a.m.12 views

CVE-2026-33806

Impact: Fastify applications using schema.body.content for per-content-type body validation can have validation bypassed entirely by prepending a space to the Content-Type header. The body is still parsed correctly but schema validation is skipped. This is a regression introduced in fastify = 5.3...

7.5CVSS7.1AI score0.00713EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/15 12:00 a.m.15 views

PT-2026-33033

CVE-2024-33618 Uncontrolled Resource Consumption in Bosch VMS Central Server in Bosch VMS 12.0.1 allows attackers to consume excessive amounts of disk space via network interface. https://t.co/8se9odIyBk...

7.5CVSS5.8AI score0.00455EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/04/15 12:00 a.m.14 views

Bosch VMS Central Server 安全漏洞

Bosch VMS Central Server is a core server component of the video management system developed by the German company Bosch. Version 12.0.1 of Bosch VMS Central Server contains a security vulnerability. This vulnerability stems from uncontrolled consumption of network interface resources, which coul...

7.5CVSS5.8AI score0.00455EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/15 12:00 a.m.15 views

PT-2026-33000

Impact: Fastify applications using schema.body.content for per-content-type body validation can have validation bypassed entirely by prepending a space to the Content-Type header. The body is still parsed correctly but schema validation is skipped. This is a regression introduced in fastify = 5.3...

7.5CVSS5.8AI score0.00713EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/04/14 11:25 p.m.9 views

CVE-2026-39884 MCP Server Kubernetes has Argument Injection in its port_forward tool via space-splitting

mcp-server-kubernetes is a Model Context Protocol server for Kubernetes cluster management. Versions 3.4.0 and prior contain an argument injection vulnerability in the portforward tool in src/tools/portforward.ts, where a kubectl command is constructed via string concatenation with user-controlle...

8.3CVSS5.9AI score0.00258EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/14 11:25 p.m.11 views

CVE-2026-39884 MCP Server Kubernetes has Argument Injection in its port_forward tool via space-splitting

mcp-server-kubernetes is a Model Context Protocol server for Kubernetes cluster management. Versions 3.4.0 and prior contain an argument injection vulnerability in the portforward tool in src/tools/portforward.ts, where a kubectl command is constructed via string concatenation with user-controlle...

8.3CVSS6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/04/14 11:25 p.m.32 views

CVE-2026-39884 MCP Server Kubernetes has Argument Injection in its port_forward tool via space-splitting

mcp-server-kubernetes is a Model Context Protocol server for Kubernetes cluster management. Versions 3.4.0 and prior contain an argument injection vulnerability in the portforward tool in src/tools/portforward.ts, where a kubectl command is constructed via string concatenation with user-controlle...

8.3CVSS0.00258EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/14 11:25 p.m.40 views

CVE-2026-39884

The CVE-2026-39884 entry concerns mcp-server-kubernetes (Model Context Protocol server for Kubernetes) with a vulnerability in the port_forward tool (src/tools/port_forward.ts). The code builds a kubectl command by string concatenation using user-controlled input and naively splits on spaces befo...

8.3CVSS5.9AI score0.00258EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/04/14 10:32 p.m.14 views

EUVD-2026-22807

MCP Server Kubernetes has an Argument Injection in portforward tool via space-splitting...

8.3CVSS5.8AI score0.00258EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/14 10:32 p.m.7 views

GHSA-4XQG-GF5C-GHWQ MCP Server Kubernetes has an Argument Injection in port_forward tool via space-splitting

Summary The portforward tool in mcp-server-kubernetes constructs a kubectl command as a string and splits it on spaces before passing to spawn. Unlike all other tools in the codebase which correctly use execFileSync"kubectl", argsArray, portforward uses string concatenation with user-controlled...

8.3CVSS5.9AI score0.00258EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/14 4:16 p.m.9 views

CVE-2026-22828

A heap-based buffer overflow vulnerability in Fortinet FortiAnalyzer Cloud 7.6.2 through 7.6.4, FortiManager Cloud 7.6.2 through 7.6.4 may allow a remote unauthenticated attacker to execute arbitrary code or commands via specifically crafted requests. Successful exploitation would require a large...

8.1CVSS0.00901EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/04/14 4:16 p.m.20 views

CVE-2026-5713

The "profiling.sampling" module Python 3.15+ and "asyncio introspection capabilities" 3.14+, "python -m asyncio ps" and "python -m asyncio pstree" features could be used to read and write addresses in a privileged process if that process connected to a malicious or "infected" Python process via t...

5.3CVSS5.8AI score0.00132EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/13 5:42 a.m.16 views

BIT-KIBANA-2026-33460 Incorrect Authorization in Kibana Fleet Leading to Information Disclosure

Incorrect Authorization CWE-863 in Kibana can lead to cross-space information disclosure via Privilege Abuse CAPEC-122. A user with Fleet agent management privileges in one Kibana space can retrieve Fleet Server policy details from other spaces through an internal enrollment endpoint. The endpoin...

4.3CVSS5.8AI score0.00175EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/13 5:38 a.m.35 views

BIT-ELK-2026-33460 Incorrect Authorization in Kibana Fleet Leading to Information Disclosure

Incorrect Authorization CWE-863 in Kibana can lead to cross-space information disclosure via Privilege Abuse CAPEC-122. A user with Fleet agent management privileges in one Kibana space can retrieve Fleet Server policy details from other spaces through an internal enrollment endpoint. The endpoin...

4.3CVSS5.8AI score0.00175EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/13 12:00 a.m.9 views

PT-2026-32407

Incorrect Authorization CWE-863 in Kibana can lead to cross-space information disclosure via Privilege Abuse CAPEC-122. A user with Fleet agent management privileges in one Kibana space can retrieve Fleet Server policy details from other spaces through an internal enrollment endpoint. The endpoin...

4.3CVSS5.8AI score0.00175EPSS
SaveExploits0References3
Rows per page
Query Builder