CVE-2025-10950
BaseFortify
Publication date: 2025-09-25
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| geyang | ml-logger | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the geyang ml-logger software, specifically in the log_handler function of the ml_logger/server.py file within the Ping Handler component. It involves manipulation of the argument data that leads to deserialization, which can be exploited remotely. The vulnerability allows an attacker to potentially execute harmful actions by sending crafted data to the affected function.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing a remote attacker to exploit the deserialization flaw, potentially leading to unauthorized actions such as data manipulation, information disclosure, or disruption of service. Since the exploit is publicly disclosed, the risk of attack is higher if the system is not updated or mitigated.