CVE-2025-10975
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 |
|---|---|---|
| zeromq | zmq | * |
| guanxinglu | vlarl | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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. |
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the function run_reasoning_server of the file experiments/robot/bridge/reasoning_server.py in the ZeroMQ component of GuanxingLu. It involves manipulation of the argument Message that leads to deserialization, which can be exploited remotely. The exploit has been made public and could be used by attackers.
How can this vulnerability impact me? :
The vulnerability allows remote attackers to perform deserialization through manipulated input, potentially leading to unauthorized actions or compromise of the affected system. Given the CVSS scores, it can impact confidentiality, integrity, and availability to some extent, and requires low attack complexity but some privileges.