CVE-2020-36926
BaseFortify
Publication date: 2026-01-16
Last updated on: 2026-02-09
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| smartertools | smartertrack | 10.0 |
| smartertools | smartertrack | 14.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-497 | The product does not properly prevent sensitive system-level information from being accessed by unauthorized actors who do not have the same level of access to the underlying system as the product does. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an information disclosure issue in SmarterTrack version 7922. It exists in the Chat Management search form at the endpoint /Management/Chat/frmChatSearch.aspx. An attacker can exploit this flaw to access sensitive agent information, specifically the agents' first and last names along with their unique identifiers, without needing any privileges, user interaction, or authentication. [2, 3]
How can this vulnerability impact me? :
The impact of this vulnerability is the unauthorized disclosure of sensitive agent identification details. Attackers can retrieve personal information such as first and last names and unique identifiers of agents, which could be used for further targeted attacks, social engineering, or privacy violations. [2, 3]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by accessing the vulnerable endpoint /Management/Chat/frmChatSearch.aspx on the SmarterTrack server and checking if it discloses agents' first and last names along with their unique identifiers without authentication. Additionally, the vulnerability can be identified using the Google dork query: intext:"Powered by SmarterTrack" to find potentially vulnerable instances. Specific commands to test this could include using curl or wget to request the endpoint, for example: curl http://<target-server>/Management/Chat/frmChatSearch.aspx and inspecting the response for sensitive agent information. [2, 3]