CVE-2024-39374
📋 TL;DR
TELSAT marKoni FM Transmitters contain a hidden admin account with hard-coded credentials, allowing attackers to gain administrative access. This affects all organizations using vulnerable TELSAT marKoni FM Transmitters. Attackers can fully compromise the transmitter systems.
💻 Affected Systems
- TELSAT marKoni FM Transmitters
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Complete compromise of FM transmitter systems allowing unauthorized broadcast control, signal manipulation, or system shutdown.
Likely Case
Unauthorized administrative access leading to configuration changes, service disruption, or data exfiltration.
If Mitigated
Limited impact if network segmentation and access controls prevent external access to management interfaces.
🎯 Exploit Status
Exploitation requires only knowledge of hard-coded credentials and network access to management interface.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Check with TELSAT for specific patched versions
Vendor Advisory: https://www.cisa.gov/news-events/ics-advisories/icsa-24-179-01
Restart Required: Yes
Instructions:
1. Contact TELSAT for firmware updates. 2. Apply firmware patch. 3. Restart transmitter. 4. Change all default credentials.
🔧 Temporary Workarounds
Network Segmentation
allIsolate transmitter management interfaces from untrusted networks
Access Control Lists
allImplement strict firewall rules limiting access to management interfaces
🧯 If You Can't Patch
- Implement network segmentation to isolate transmitters from untrusted networks
- Monitor for unauthorized access attempts to management interfaces
🔍 How to Verify
Check if Vulnerable:
Check if transmitter uses default/hard-coded credentials and if management interface is accessible
Check Version:
Check transmitter web interface or contact TELSAT for version verification
Verify Fix Applied:
Verify firmware version is updated and test that hard-coded credentials no longer work
📡 Detection & Monitoring
Log Indicators:
- Failed login attempts, successful logins from unexpected sources, configuration changes
Network Indicators:
- Unauthorized access to management ports, unusual traffic patterns to transmitter IPs
SIEM Query:
source_ip=transmitter_management_interface AND (event_type=authentication OR event_type=configuration_change)