CVE-2025-44017
BaseFortify
Publication date: 2025-09-02
Last updated on: 2025-09-02
Assigner: JPCERT/CC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gunosy | gunosy_app | 7.34.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-201 | The code transmits data to another actor, but a portion of the data includes sensitive information that should not be accessible to that actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the Gunosy App allows sensitive information, specifically the user's JSON Web Token (JWT), to be included in the app's outbound communication. An attacker can exploit this by tricking a user into accessing a specially crafted URL, which may expose the JWT to the attacker. [1]
How can this vulnerability impact me? :
This vulnerability can lead to the exposure of your JSON Web Token (JWT), which may allow an attacker to gain unauthorized access to your session or sensitive information. However, it only impacts confidentiality and does not affect data integrity or availability. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves sensitive information, specifically JSON Web Tokens (JWT), being included in the application's outbound communication when a user accesses a crafted URL. Detection can focus on monitoring outbound network traffic from the Gunosy App (versions prior to 7.34.0) for JWT tokens or suspicious URLs. Commands to detect this might include using network traffic capture tools such as tcpdump or Wireshark to filter HTTP/HTTPS requests from the device running the Gunosy App and inspecting for JWT tokens in headers or URLs. For example, using tcpdump: tcpdump -i <interface> -A 'tcp port 80 or tcp port 443' and then searching for JWT patterns (typically three base64url-encoded parts separated by dots). However, no specific commands are provided in the resources. [1]
What immediate steps should I take to mitigate this vulnerability?
The immediate recommended step to mitigate this vulnerability is to update the Gunosy App to the latest version provided by the developer, specifically to version 7.34.0 or later, which addresses this issue. This update prevents the leakage of sensitive information such as JWT tokens via crafted URLs. [1]