Week 13 already? Time flies!
In this week's cybersecurity roundup, we cover critical vulnerabilities in XZ Utils and Microsoft Edge, thousands of exposed Exchange servers in Germany, an NHS ransomware attack, and a flood of malicious PyPI packages.
🌐 This Week in Cybersecurity
UK's NHS Suffers Ransomware Attack, Patient Data Leaked
- Ransomware Group Publishes Patient Data: A known ransomware group has published clinical data relating to a small number of patients from NHS Dumfries and Galloway. This follows a recent cyber attack on the health board's IT systems where hackers accessed a significant amount of data, including patient and staff information.
- Services Running Normally, Investigation Ongoing: Despite the attack, patient-facing services at NHS Dumfries and Galloway continue to function normally. The health board is working with Police Scotland, the National Cyber Security Centre, the Scottish Government, and other agencies to investigate the incident, assess the full extent of the data breach, and prevent further data sharing.
- Patients Contacted, Advised to Stay Vigilant: NHS Dumfries and Galloway will contact patients whose data has been leaked. All patients and staff are advised to be on guard for anyone trying to access their systems or claiming to have their personal information. Any such incidents should be reported to Police Scotland immediately.
Critical Backdoor Discovered in XZ Utils Affecting Most Unix Distributions
- Severity: A highly critical backdoor (CVE-2024-3094) with a CVSS score of 10.0 was found in XZ Utils versions 5.6.0 and 5.6.1, allowing potential unauthorized remote access.
- Impact: The malicious code, introduced through obfuscated commits, interferes with the sshd daemon via systemd. Under certain circumstances, it could enable threat actors to break sshd authentication and gain full remote system access. Fedora 41, Fedora Rawhide, and some Debian testing/unstable versions were impacted.
- Detection: OSS Security has shared a script to detect vulnerable versions on the system. Scroll down to
detect.sh. - Mitigation: Red Hat and Debian have reverted to the safe 5.4.x XZ Utils versions in their repositories. CISA advises all users to downgrade to an uncompromised version (e.g., 5.4.6 Stable) immediately and monitor for suspicious activity. The backdoored XZ Utils GitHub repo has been disabled.