๐Ÿ” CVE Alert

CVE-2026-65653

UNKNOWN 0.0

temporalio/tchannel-go zero-chunk call fragment causes process termination

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

github.com/temporalio/tchannel-go did not reject TChannel call fragments containing checksum metadata but no length-prefixed argument chunks. The fragment reader left its chunk slice empty and then unconditionally selected the first element. A network peer can supply such a malformed call fragment, including as a direct initial call request after completing the standard initialization handshake. On that inbound path, the resulting unrecovered Go slice-bounds panic occurs on a library-created dispatch goroutine and terminates the hosting process. This allows remote denial of service against applications that expose the listener to untrusted peers. The impact is limited to availability; no confidentiality or integrity impact was identified.

CWE CWE-129
Vendor temporal technologies, inc.
Product temporalio/tchannel-go
Published Sep 21, 2026
Stay Ahead of the Next One

Get instant alerts for temporal technologies, inc. temporalio/tchannel-go

Be the first to know when new unknown vulnerabilities affecting temporal technologies, inc. temporalio/tchannel-go are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Temporal Technologies, Inc. / temporalio/tchannel-go
0.0.0-20150531204735-8d8ca17342b3 < 1.22.1-0.20260720194454-0cb017f6870a

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/temporalio/tchannel-go/commit/8d8ca17342b3620d3a6d5c1a825145595e7588ff github.com: https://github.com/temporalio/tchannel-go/blob/8706a1ab5f617efd79dace7ab2d1d80cc1881df0/fragmenting_reader.go#L256-L308 github.com: https://github.com/temporalio/tchannel-go/commit/1dcfa67262ecd56a24f12940f4082549190cb5d1 github.com: https://github.com/temporalio/tchannel-go/pull/14 github.com: https://github.com/temporalio/tchannel-go/commit/0cb017f6870a8420695abeb9a4560d39dadc4e2e github.com: https://github.com/temporalio/tchannel-go/tree/v1.22.1

Credits

An external security researcher who reported this issue responsibly to Temporal Technologies