Lucene search
+L

296397 matches found

NVD
NVD
added 2026/07/30 3:16 p.m.13 views

CVE-2026-41186

When Calico's shared debug server is enabled disabled by default, the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks including...

7.5CVSS0.00343EPSS
SaveExploits0References4
F5 Networks
F5 Networks
added 2026/07/30 3:1 p.m.12 views

K000162690: Vim vulnerability CVE-2026-59857

Security Advisory Description Vim is an open source, command line text editor. Prior to 9.2.0725, the single-byte branch of spellsoundfoldsal in src/spell.c translates a word through a spell file's SAL sound-folding rules into a caller-owned result buffer, but its result writes are guarded with...

5.6CVSS5.8AI score0.00107EPSS
SaveExploits0
CVE
CVE
added 2026/07/30 2:53 p.m.39 views

CVE-2026-4978

CVE-2026-4978 describes an SQL injection in UMAI Vision Traffic Analysis System. The vulnerability arises from improper neutralization of special elements in SQL commands. Affected software: Traffic Analysis System (listed as: from 30 before 34). CVSS v3.1 base metrics indicate a critical impact ...

9.8CVSS5.9AI score0.0026EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/30 2:53 p.m.15 views

EUVD-2026-51156

Improper neutralization of special elements used in an SQL command 'SQL injection' vulnerability in UMAI Vision Traffic Analysis System allows SQL Injection. This issue affects Traffic Analysis System: from 30 before 34...

9.8CVSS5.9AI score0.0026EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/30 2:53 p.m.35 views

CVE-2026-4978 SQLi in UMAI Vision's Traffic Analysis System

Improper neutralization of special elements used in an SQL command 'SQL injection' vulnerability in UMAI Vision Traffic Analysis System allows SQL Injection. This issue affects Traffic Analysis System: from 30 before 34...

9.8CVSS0.0026EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/30 2:53 p.m.10 views

CVE-2026-4978 SQLi in UMAI Vision's Traffic Analysis System

Improper neutralization of special elements used in an SQL command 'SQL injection' vulnerability in UMAI Vision Traffic Analysis System allows SQL Injection. This issue affects Traffic Analysis System: from 30 before 34...

9.8CVSS5.9AI score0.0026EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/30 2:53 p.m.9 views

CVE-2026-4978

Improper neutralization of special elements used in an SQL command 'SQL injection' vulnerability in UMAI Vision Traffic Analysis System allows SQL Injection. This issue affects Traffic Analysis System: from 30 before 34...

9.8CVSS5.9AI score0.0026EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/30 2:46 p.m.7 views

CVE-2026-16631

A flaw was found in publint. A local attacker can exploit an operating system OS command injection vulnerability by manipulating input processed by the childprocess.exec function. This allows the attacker to execute arbitrary commands on the system where publint is running, potentially leading to...

5.3CVSS6.1AI score0.00635EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/30 2:45 p.m.6 views

CVE-2026-41186 Unauthenticated Go pprof exposure in Calico debug server

When Calico's shared debug server is enabled disabled by default, the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks including...

6CVSS5.9AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/07/30 2:45 p.m.9 views

CVE-2026-41186 Unauthenticated Go pprof exposure in Calico debug server

When Calico's shared debug server is enabled disabled by default, the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks including...

6CVSS5.9AI score0.00343EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/30 2:45 p.m.11 views

EUVD-2026-51155

When Calico's shared debug server is enabled disabled by default, the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks including...

6CVSS5.9AI score0.00343EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/30 2:45 p.m.37 views

CVE-2026-41186 Unauthenticated Go pprof exposure in Calico debug server

When Calico's shared debug server is enabled disabled by default, the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks including...

6CVSS0.00343EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/30 2:45 p.m.8 views

CVE-2026-41186

When Calico's shared debug server is enabled disabled by default, the Calico kube-controllers and Goldmane components bind their Go pprof debug listener to 0.0.0.0 without authentication. Any pod with network reachability to the listener can retrieve the process heap, goroutine stacks including...

6CVSS5.9AI score0.00343EPSS
SaveExploits0References5Affected Software2
CVE
CVE
added 2026/07/30 2:45 p.m.40 views

CVE-2026-41186

The CVE-2026-41186 issue affects Calico components (shared debug server used by kube-controllers and Goldmane). When enabled, the Go pprof debug listener binds to 0.0.0.0 and lacks authentication, allowing any pod with network reachability to access internal memory state via the heap, goroutine s...

7.5CVSS5.9AI score0.00343EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/30 2:41 p.m.10 views

MCP Ruby SDK: Unbounded line buffer in stdio transports leads to memory exhaustion (DoS)

Summary The stdio transports in MCP::Server::Transports::StdioTransport and MCP::Client::Stdio read newline-delimited JSON-RPC frames using IOgets with no limit argument. CRuby's IOgets with no limit reads from the current position until the next separator \n with no upper bound on the returned...

6.2CVSS6.3AI score0.00129EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/30 2:41 p.m.8 views

GHSA-7683-3W9X-CH42 MCP Ruby SDK: Unbounded line buffer in stdio transports leads to memory exhaustion (DoS)

Summary The stdio transports in MCP::Server::Transports::StdioTransport and MCP::Client::Stdio read newline-delimited JSON-RPC frames using IOgets with no limit argument. CRuby's IOgets with no limit reads from the current position until the next separator \n with no upper bound on the returned...

6.2CVSS6.3AI score0.00129EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/30 2:41 p.m.9 views

MCP Ruby SDK: Streamable HTTP transport lacks DNS-rebinding (Host/Origin) protection

Summary MCP::Server::Transports::StreamableHTTPTransport the Rack-mountable Streamable HTTP transport in the mcp gem processes every incoming JSON-RPC request without ever inspecting the HTTP Host or Origin request headers. There is no AllowedHosts/AllowedOrigins allowlist and no DNS-rebinding...

6.9CVSS6AI score0.00198EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/30 2:41 p.m.7 views

GHSA-RJR6-RCGV-9M7M MCP Ruby SDK: Streamable HTTP transport lacks DNS-rebinding (Host/Origin) protection

Summary MCP::Server::Transports::StreamableHTTPTransport the Rack-mountable Streamable HTTP transport in the mcp gem processes every incoming JSON-RPC request without ever inspecting the HTTP Host or Origin request headers. There is no AllowedHosts/AllowedOrigins allowlist and no DNS-rebinding...

6.9CVSS5.9AI score0.00198EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/30 2:31 p.m.9 views

OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check

Summary OliveTin's checkShellArgumentSafety function maintains a blocklist of argument types unsafe for Shell mode actions, but does not include regex:-prefixed types. Because regex: support was added independently via typeSafetyCheckRegex, any Shell mode action using a regex:-typed argument...

6.6CVSS6.7AI score0.00995EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/30 2:31 p.m.16 views

EUVD-2026-50564

OliveTin OS Command Injection via Custom regex: Argument Type Bypassing Shell Safety Check...

6.6CVSS5.8AI score0.00995EPSS
SaveExploits0References4
Rows per page
Query Builder