CVE-2025-13809
BaseFortify
Publication date: 2025-12-01
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 |
|---|---|---|
| orionsec | orion-ops | to 2025-08-01 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the SSH Connection Handler component of orionsec orion-ops, specifically in the MachineInfoController.java file. It involves manipulation of input parameters such as host, sshPort, username, password, and authType, which leads to a server-side request forgery (SSRF). This means an attacker can make the server send unauthorized requests to other internal or external systems, potentially bypassing security controls. The vulnerability can be exploited remotely and a public exploit is available.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to perform server-side request forgery, which may enable them to access internal systems or services that are not directly exposed to the internet. This can lead to unauthorized information disclosure, potential further attacks within the internal network, and compromise of sensitive data or systems.
What immediate steps should I take to mitigate this vulnerability?
Apply the available patch to remediate the issue as soon as possible. Since the vulnerability involves server-side request forgery via manipulation of SSH connection parameters, avoid exposing the affected component to untrusted networks until patched.