CVE-2025-44017
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-02

Last updated on: 2025-09-02

Assigner: JPCERT/CC

Description
"Gunosy" App contains a vulnerability where sensitive information may be included in the application's outbound communication. If a user accesses a crafted URL, an attacker may obtain the JWT (JSON Web Token).
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-02
Last Modified
2025-09-02
Generated
2026-05-07
AI Q&A
2025-09-02
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
gunosy gunosy_app 7.34.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart