The Lab · 2026-04-09 12:27:16 · GitHub Issues
A critical security update for the AWS SDK for Go has been issued, targeting an undisclosed vulnerability in the eventstream protocol library. The patch, moving the module from v1.6.7 to v1.7.8, is flagged with a GitHub Security Advisory (GHSA-xmrv-pmrh-hhx2). The advisory's details remain undisclosed, but the mandator...
The Lab · 2026-04-11 19:22:34 · GitHub Issues
A critical vulnerability in Kyverno's certificate validation logic could allow attackers to bypass DNS name constraints, undermining the security of trusted certificate chains. The flaw, designated CVE-2026-33810, resides in how the software handles excluded DNS constraints when verifying certificates. Specifically, th...
The Lab · 2026-04-11 22:22:24 · GitHub Issues
A critical security flaw has been exposed in a user management system's `EditSelf` permission, allowing any authenticated user to potentially read any person's record via an API endpoint. The vulnerability, tracked as GHSA-5w59-32c8-933v, stems from the API's failure to enforce proper scoping for the permission, which ...
The Lab · 2026-04-17 08:22:52 · GitHub Issues
A critical security vulnerability enabling arbitrary code execution has been patched within the CesiumJS project's dependency chain. The flaw, tracked as CVE GHSA-xq3m-2v4x-88gg, resided in the `protobufjs` library, a core component for data serialization used by `@cesium/engine`. Versions below 7.5.5 were exposed, cre...
The Lab · 2026-04-19 10:22:43 · GitHub Issues
esbuild 开发服务器的一个关键安全配置缺陷已被披露。该漏洞源于其默认的跨域资源共享(CORS)策略,该策略为所有请求(包括服务器发送事件连接)设置了 `Access-Control-Allow-Origin: *` 头部。这一宽松的配置使得任何网站都能向运行中的 esbuild 开发服务器发送请求并读取其响应,从而可能导致敏感信息泄露或服务器被滥用。该漏洞被标记为 GHSA-67mh-4wv8-2f99,促使维护者发布了安全更新。
此次安全更新通过一个依赖管理机器人(Renovate)的拉取请求(PR)形式呈现,旨在将 esbuild 依赖从存在漏洞的版本(^0.20.2)升级至已修复的版本(^0.28.0)。更新记录显示,...