CVE-2026-36719 Details
Description
An information disclosure vulnerability in the /api/v1/user/info endpoint of AgentChat v2.3.0 allows unauthenticated attackers to obtain sensitive information, including SHA256 password hashes, via enumerating user IDs.
A vulnerability allowing information disclosure exists in AgentChat versions through 2.3.0, specifically in the /api/v1/user/info endpoint. This vulnerability allows unauthenticated attackers to access sensitive information, including unsalted SHA256 password hashes, by enumerating user IDs. The user query functionality fails to properly filter database fields, exposing password hashes that can be reversed using rainbow table attacks or online hash cracking services, thereby compromising user account security.
To address this vulnerability, implement proper filtering of API responses to exclude sensitive information such as password hashes. Additionally, use cryptographically secure salted password hashing algorithms, like bcrypt, and apply authentication and authorization checks to restrict access to user information.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 9, 2026CISA-ADP
Assessed Jun 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/CC-T-454455/Vulnerabilities/tree/master/agent-chat/vulnerability-3 | CISA-ADP | ExploitRemedyTechnical Analysis |
| https://github.com/CC-T-454455/Vulnerabilities/tree/master/agent-chat/vulnerability-3 | [email protected] | ExploitRemedyTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-200 | Exposure of Sensitive Information to an Unauthorized Actor | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| AgentChat | <= 2.3.0 (semver) |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 10, 2026 | CVE Modified | CISA-ADP |
| Jun 9, 2026 | New CVE Received | [email protected] |
Volerion