CVE-2024-58300
BaseFortify
Publication date: 2025-12-11
Last updated on: 2025-12-11
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| siklu | multihaul_tg | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-306 | The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in Siklu MultiHaul TG series devices before version 2.0.0. It allows remote attackers to retrieve randomly generated credentials by sending a specific hex-encoded command to port 12777. This enables attackers to obtain the username and password without authentication, granting them direct SSH access to the device.
How can this vulnerability impact me? :
The vulnerability can allow unauthorized remote attackers to gain direct SSH access to affected devices by retrieving credentials without authentication. This can lead to unauthorized control over the device, potential data breaches, disruption of network services, and further exploitation within the network.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring network traffic for attempts to send the specific hex-encoded command to port 12777 on Siklu MultiHaul TG series devices. You can use network packet capture tools like tcpdump or Wireshark to filter traffic targeting port 12777 and look for unusual hex-encoded payloads. For example, a command to capture such traffic could be: tcpdump -i <interface> port 12777 -X. Additionally, scanning your devices for open port 12777 and testing if they respond to the specific hex-encoded command may help identify vulnerable devices.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to port 12777 on Siklu MultiHaul TG devices by implementing firewall rules to block unauthorized network traffic to this port. Additionally, upgrading the devices to version 2.0.0 or later, where this vulnerability is fixed, is recommended. Until the upgrade can be performed, disabling remote access or isolating the devices from untrusted networks can reduce the risk of exploitation.