Posted in 问题排查与答疑【Go安全红线】:os/exec.Command参数注入漏洞、crypto/rand熵池耗尽、encoding/json Unmarshal拒绝服务攻击的3个零日修复模板 第一章:Go语言为什么这么难用 … 【Go安全红线】:os/exec.Command参数注入漏洞、crypto/rand熵池耗尽、encoding/json Unmarshal拒绝服务攻击的3个零日修复模板Read more by 分布式日记|2026年3月18日|Go安全漏洞拦截, crypto/rand熵池耗尽, encoding/json拒绝服务, Go零日修复, os/exec.Command注入
Posted in Go语言基础和工具链【谢孟军Go安全编码白皮书】:3类高频RCE漏洞(exec.Command注入、template执行、unsafe.Pointer越界)防御checklist 第一章:Go安全编码白皮书核心理 … 【谢孟军Go安全编码白皮书】:3类高频RCE漏洞(exec.Command注入、template执行、unsafe.Pointer越界)防御checklistRead more by 分布式日记|2026年3月6日|Go动态加载, os/exec.Command注入, RCE漏洞防御, 阿里云Go安全编码, unsafe.Pointer越界写入, template执行安全
Posted in Go语言基础和工具链【Go解释脚本安全红线】:exec.Command注入、filepath.Clean绕过、os.ExpandEnv漏洞的7个真实PoC 第一章:Go解释脚本的安全威胁全 … 【Go解释脚本安全红线】:exec.Command注入、filepath.Clean绕过、os.ExpandEnv漏洞的7个真实PoCRead more by 代码流浪者|2026年2月20日|os.ExpandEnv漏洞, PoC案例, Go语言安全规则, os/exec.Command注入, filepath.Clean绕过
Posted in Go语言基础和工具链Go os/exec.Command报错(exec: “xxx”: executable file not found):PATH环境变量隔离、二进制绑定路径、CGO_ENABLED=0下静态链接方案 第一章:Go os/exec.C … Go os/exec.Command报错(exec: “xxx”: executable file not found):PATH环境变量隔离、二进制绑定路径、CGO_ENABLED=0下静态链接方案Read more by Gopher老张|2026年2月4日|静态链接原理, Go动态加载, CGO_ENABLED=0编译错误, os/exec.Command注入, PATH环境变量隔离, 二进制绑定路径
Posted in Go语言基础和工具链【Go代码安全红线】:从os/exec.Command参数注入到unsafe.Pointer越界访问,8类CVE高发模式的AST模式匹配规则 第一章:Go代码安全审计的底层认 … 【Go代码安全红线】:从os/exec.Command参数注入到unsafe.Pointer越界访问,8类CVE高发模式的AST模式匹配规则Read more by 分布式日记|2026年2月3日|unsafe.Pointer越界, 深圳景顺Go代码安全扫描, os/exec.Command注入, CVE高发模式, AST模式匹配