CAT (dianping) Admin Session Cookie Forgery

Release Date: 3rd September 2026

Impact : CRITICAL

TLP Rating: Clear

The Department of Communications and Digital Transformation (DCDT) through CERT Vanuatu (CERTVU), provides the following advisory.

This alert is relevant to Organizations, System/Network administrators, and DevOps/software engineering teams that deploy or operate CAT as a self-hosted application monitoring and diagnostics platform. This alert is intended to be understood by technical users and systems administrators.

What is it?

CVE-2026-85181 is a critical authentication bypass vulnerability in CAT, an open-source, self-hosted real-time application monitoring and diagnostics platform (18,900+ GitHub stars) originally built by Meituan-Dianping and offering clients for Java, C/C++, Node.js, Python, and Go. CAT uses Java’s String.hashCode() as the sole integrity check on its session cookies, with no server-side secret key involved in generating or validating the checksum - meaning an attacker who understands this scheme can compute valid checksums offline and forge a session cookie without ever authenticating to the platform.

Reference

  1. https://www.cve.org/CVERecord?id=CVE-2026-85181
  2. https://github.com/dianping/cat