[CVE-2026-82733] Generation of Error Message Containing Sensitive Information

CVE-2026-82733 | CVSS: N/A

Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash_typescript allows an unauthenticated attacker to read internal application data from an HTTP 500 response body.

When a typed-controller route handler returns anything other than a %Plug.Conn{}, dispatch/3 in lib/ash_typescript/typed_controller/request_handler.ex passes the value to unexpected_return/2, which interpolates inspect(value, limit: 50) directly into the response message. The limit option bounds elements per collection rather than the term as a whole, so a handler falling through with a ter

参考链接:
https://cna.erlef.org/cves/CVE-2026-82733.html
https://github.com/ash-project/ash_typescript/commit/dec80e29543f96e43eeece85013
https://github.com/ash-project/ash_typescript/security/advisories/GHSA-ghhw-qh7p

📌 数据来源: NVD 官方

⚠️ 合规声明: 本文内容仅用于网络安全合规学习、科研与授权测试用途。严禁用于任何未授权行为,违者自行承担全部法律责任。
滚动至顶部