CVE-2024-26480
Information Disclosure in Statping-ng 0.91.0 via Admin Parameter
Publication date: 2026-02-11
Last updated on: 2026-02-28
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| statping-ng | statping-ng | 0.91.0 |
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?
This vulnerability exists in Statping-ng version 0.91.0 and allows an attacker to obtain sensitive information by sending a specially crafted request to the admin parameter.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can gain access to sensitive information, which could lead to unauthorized disclosure of data and potential further exploitation of the affected system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
[{'type': 'paragraph', 'content': 'This vulnerability in Statping-ng v.0.91.0 can be detected by sending crafted requests to the admin parameter and observing if sensitive information is disclosed.'}, {'type': 'paragraph', 'content': 'A practical approach is to use tools like curl to send such requests and check the responses for sensitive data exposure.'}, {'type': 'list_item', 'content': 'curl -v "http://<target-ip-or-domain>/admin?param=crafted_value"'}, {'type': 'list_item', 'content': 'Analyze the response for any sensitive information leakage.'}] [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to the admin interface to trusted users only and applying any available patches or updates from the Statping-ng project.
If patches are not yet available, consider disabling or limiting the functionality of the vulnerable admin parameter to prevent exploitation.