CVE-2025-43988
BaseFortify
Publication date: 2025-08-13
Last updated on: 2025-08-14
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kuwfi | 5g01-x55 | 0.0.12 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in KuWFi 5G01-X55 FL2020_V0.0.12 devices is that they expose an unauthenticated API endpoint called ajax_get.cgi. This allows remote attackers to access sensitive configuration data without needing to log in, including administrator credentials.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to the ajax_get.cgi endpoint by implementing authentication or firewall rules to block unauthorized remote access. Additionally, update the device firmware if a patch is available or isolate the device from untrusted networks until a fix is applied.
How can this vulnerability impact me? :
This vulnerability can allow attackers to remotely retrieve sensitive configuration information, including admin credentials, which could lead to unauthorized access and control over the device. This may result in compromised network security, data interception, or misuse of the device for malicious activities.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking if the device exposes the unauthenticated API endpoint ajax_get.cgi. You can use network scanning or HTTP request tools to test for this endpoint. For example, using curl: curl http://<device-ip>/ajax_get.cgi -v to see if sensitive configuration data is returned without authentication.