The Lab · 2026-04-05 04:26:48 · GitHub Issues
A high-severity supply chain vulnerability has been discovered within the Charon backend's core binary. The Grype scan flagged GHSA-x744-4wpc-v9h2, a critical authorization bypass flaw with a CVSS score of 8.8, embedded in the `github.com/docker/docker` SDK version v28.5.2+incompatible. This specific vulnerability allo...
The Lab · 2026-04-07 11:27:17 · GitHub Issues
A security vulnerability in ContextForge's Rust MCP runtime proxy allowed unauthorized access by bypassing critical server validation. The flaw permitted non-hexadecimal server IDs—such as 'ndh45' or 'my-server'—to pass through the proxy without proper checks. These invalid IDs were forwarded to the Rust sidecar, but c...
The Lab · 2026-04-13 02:22:32 · GitHub Issues
谷歌 gRPC-Go 框架中发现一个关键安全漏洞,编号为 CVE-2026-33186。该漏洞源于框架在处理 HTTP/2 请求的 `:path` 伪头部时,未能强制要求路径以正斜杠 (`/`) 开头。攻击者可能利用此缺陷,构造特定请求绕过预期的授权检查,从而获得对受保护服务或端点的未授权访问。这一缺陷直接威胁到所有依赖 gRPC 进行微服务间通信的现代云原生架构的安全边界。
漏洞影响 `google.golang.org/grpc` 库的多个版本。在开源项目的依赖更新中,已观察到从 v1.58.3、v1.71.1、v1.66.0 等多个旧版本紧急升级至修复版本 v1.79.3 的集中行动。更新涉及 `require`(直接依赖)...