Critical Cybersecurity Vulnerabilities Added to CISA KEV Catalog: What You Need to Know

Listen to this Post

Featured Image

Introduction:

The Cybersecurity and Infrastructure Security Agency (CISA) recently added three actively exploited vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog. These flaws impact widely deployed systems, including firmware, routers, and network security appliances, posing severe risks such as remote takeover, privilege escalation, and credential theft. Immediate remediation is crucial to prevent large-scale breaches.

Learning Objectives:

  • Understand the critical risks posed by CVE-2024-54085, CVE-2024-0769, and CVE-2019-6693.
  • Learn mitigation strategies for firmware, end-of-life devices, and hardcoded cryptographic keys.
  • Implement detection and remediation steps to secure affected systems.

You Should Know:

1️⃣ CVE-2024-54085: AMI MegaRAC SPx Redfish Authentication Bypass

Vulnerability: Spoofing flaw in Redfish API (CVSS 10.0) allows firmware compromise.

Detection Command (Linux):

sudo dmidecode -t bios | grep -i "MegaRAC" 

Mitigation Steps:

1. Disable Redfish API if unused.

2. Apply firmware patches from AMI.

3. Monitor for unauthorized BMC/IPMI access via:

sudo journalctl -u ipmid -f 

2️⃣ CVE-2024-0769: D-Link DIR-859 Path Traversal

Vulnerability: Privilege escalation in end-of-life routers (CVSS 5.3).

Detection (Windows):

Get-NetTCPConnection | Where-Object {$_.RemoteAddress -like "192.168.0."} | Select-Object LocalAddress, RemoteAddress 

Mitigation:

1. Replace affected routers immediately (no patch available).

2. Segment legacy devices using VLANs.

3️⃣ CVE-2019-6693: Fortinet Hardcoded Encryption Key

Vulnerability: Hardcoded key exposes CLI passwords (CVSS 4.2).

Verification (FortiAnalyzer CLI):

fgrep -r "encrypt" /etc/config/ 

Remediation:

1. Rotate all CLI passwords.

2. Upgrade to FortiOS 6.4.5+ or later.

4️⃣ Detecting Akira Ransomware Activity

Command (SIEM Query):

SELECT  FROM logs WHERE process_name LIKE "%akira%" OR registry_key LIKE "%HKCU\Software\Akira%" 

Response:

  • Isolate infected systems.
  • Restore from offline backups.

5️⃣ Cloud Hardening for Exposed APIs

AWS CLI Command:

aws ec2 describe-security-groups --query "SecurityGroups[?IpPermissions[?ToPort==`443` && FromPort==`443`]].GroupId" 

Action:

  • Restrict Redfish/API endpoints to internal IPs.

What Undercode Say:

Key Takeaways:

  1. Firmware is the New Battlefield: Attacks like MegaRAC SPx exploit low-level access, demanding hardware-level Zero Trust.
  2. Legacy Devices = Liability: Unsupported devices (e.g., D-Link DIR-859) must be decommissioned—no workarounds exist.
  3. Automate Vulnerability Management: Integrate CISA KEV into tools like Tenable or Qualys for real-time alerts.

Analysis:

The inclusion of these CVEs in the KEV catalog underscores the shift toward targeting foundational infrastructure. With ransomware groups like Akira weaponizing old flaws, organizations must prioritize patch hygiene and asset lifecycle management. Future threats will likely exploit firmware and supply chain weaknesses, making proactive hardening non-negotiable.

Prediction:

By 2026, firmware-level attacks will account for 30% of critical breaches, forcing industries to adopt hardware-based attestation (e.g., Intel SGX, TPM 2.0). Regulatory pressure will mandate KEV compliance, with fines for unmitigated vulnerabilities.

Actionable Next Steps:

  • Scan networks for MegaRAC, D-Link, and Fortinet devices.
  • Enforce network segmentation for legacy systems.
  • Subscribe to CISA KEV alerts: https://www.cisa.gov/known-exploited-vulnerabilities-catalog.

IT/Security Reporter URL:

Reported By: Stephane Drouault – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅

Join Our Cyber World:

💬 Whatsapp | 💬 Telegram