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 官方