CVE-2025-22242
BaseFortify
Publication date: 2025-06-13
Last updated on: 2025-06-17
Assigner: VMware
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a denial of service issue in the worker process caused by the Master component's "pub_ret" method. The method uses an un-sanitized input called "jid" to construct a file path that it then attempts to read. An attacker can exploit this by providing a filename that does not return data, such as a pipe node on the proc file system, causing the worker process to be denied service.
How can this vulnerability impact me? :
The vulnerability can cause a denial of service in the worker process, potentially disrupting normal operations by making the worker process unavailable or unresponsive due to attempts to read from specially crafted file paths.