TL;DR
- MITRE Unveils Top 25 Software Weaknesses of 2023
- TSMC Faces $70M Ransom Demand After LockBit Breach
- 3 Ways to Build a More Skilled Cybersecurity Workforce
- At least 100,000 could have had data exposed after US health department hack
- Urgent warning for Android users over apps that steal your bank details
MITRE Unveils Top 25 Software Weaknesses of 2023
- The 2023 CWE Top 25 list of the most dangerous software weaknesses has been released.
- "Out-of-bounds Write" retains its position as the most dangerous software weakness.
- Newcomers to the list include "Improper Privilege Management" and "Improper Control of Generation of Code".
- The list is a community-developed resource sponsored by the US Department of Homeland Security.
The 2023 CWE Top 25 list is an essential resource for cybersecurity professionals, highlighting the most perilous software weaknesses. Topping the list is "Out-of-bounds Write", which involves writing data past the end of allocated memory. This can corrupt data, crash the system, or enable the execution of malicious code. Notably, "Improper Neutralization of Input during Web Page Generation", commonly known as Cross-Site Scripting (XSS), holds the second spot. XSS vulnerabilities allow attackers to inject client-side scripts into web pages viewed by other users, potentially leading to data theft or other malicious activities.
SQL Injection, which involves the insertion of malicious SQL code into queries, remains a significant threat, ranking third. A rising concern is "Use After Free" vulnerabilities, which involve the use of memory after it has been freed, potentially allowing an attacker to execute arbitrary code.
New entries such as "Improper Privilege Management" and "Improper Control of Generation of Code" reflect evolving threat landscapes. The former involves the mishandling of privileges within an application, while the latter concerns the dynamic creation of code without proper validation.
TSMC Faces $70M Ransom Demand After LockBit Breach
- TSMC, a major semiconductor supplier, has been targeted by the LockBit ransomware group, which is demanding a $70 million ransom.
- The breach occurred via a third-party IT hardware supplier, Kinmax Technology, leading to the leak of server setup and configuration information.
- TSMC has denied any compromise of its own systems or customer information, and has ceased data exchange with Kinmax Technology.
- LockBit threatens to publish the stolen data, network entry points, and login credentials if the ransom is not paid.