PyPI Python Library “aiocpa” Found Exfiltrating Crypto Keys via Telegram Bot

November 25, 2024 at 10:00AM The Python Package Index (PyPI) has quarantined the malicious “aiocpa” package, which was updated to exfiltrate private keys via Telegram. Originally released in September 2024 and downloaded 12,100 times, the malicious code was hidden in an obfuscated script. This incident underscores the need for thorough source code scanning. **Meeting Takeaways: … Read more

Cross-Site Scripting Is 2024’s Most Dangerous Software Weakness

November 21, 2024 at 06:27PM The 2024 Common Weakness Enumeration (CWE) list revealed significant software flaws, emphasizing persistent threats like cross-site scripting and SQL injection. The new ranking methodology considered both severity and frequency. Organizations are urged to prioritize these weaknesses for better software security and to enhance their software supply chains. ### Meeting Takeaways … Read more

SWEEPS Educational Initiative Offers Application Security Training

November 19, 2024 at 10:45PM The SWEEPS initiative, funded by a $2.5 million grant, aims to enhance secure coding skills among software developers through workshops, courses, and bootcamps. Targeting all career stages, it addresses the skills gap in software security, promoting best practices to defend against cyberattacks. Enrollment prioritizes U.S. citizens with military backgrounds. **Meeting … Read more

GitHub projects targeted with malicious commits to frame researcher

November 16, 2024 at 10:34AM GitHub projects, including Exo Labs, have faced malicious commits and pull requests aimed at injecting backdoors. This has raised concerns about the attackers’ motives and the security of such repositories. **Meeting Takeaways:** 1. **Security Threat Identification**: There is an ongoing concern regarding malicious commits and pull requests targeting GitHub projects. … Read more

Rust haters, unite! Fil-C aims to Make C Great Again

November 16, 2024 at 05:19AM Fil-C, created by Filip Pizlo from Epic Games, is a memory-safe version of C and C++ allowing developers to maintain compatibility without learning new languages like Rust. It focuses on memory safety through a permissively licensed open-source compiler, although it currently has performance limitations and works only on Linux/x86_64. ### … Read more

Symbiotic Security Launches Scanning Tool to Help Fix Flaws in Code

November 7, 2024 at 08:38AM Symbiotic Security has launched a software-as-a-service platform that integrates security tools into developers’ environments, enabling real-time vulnerability detection and remediation. By providing contextual feedback and training, it aims to address the challenges of shift-left security and improve secure coding practices. The company raised $3 million in seed funding. ### Meeting … Read more

Millions of Android and iOS users at risk from hardcoded creds in popular apps

October 22, 2024 at 08:40PM An analysis by Symantec revealed that several popular mobile apps contain hardcoded, unencrypted cloud service credentials, exposing user data to security risks. This issue stems from poor coding practices. Researchers urge developers to adopt secure practices and recommend users install third-party security systems and scrutinize app permissions. ### Meeting Takeaways: … Read more

Cisco Disables DevHub Access After Security Breach

October 21, 2024 at 05:08PM Cisco has disabled public access to its DevHub after threat actors stole and listed sensitive customer data for sale, including source code and credentials from major companies. Investigations revealed no personal data was compromised, but the incident highlights the importance of securing public-facing environments against potential vulnerabilities. ### Meeting Takeaways: … Read more

How should CISOs respond to the rise of GenAI?

October 10, 2024 at 03:32AM Generative AI (GenAI) transforms corporate operations, enhancing customer service, product design, and content creation. However, it poses security and privacy risks, necessitating strict access controls and ethical governance. CISOs must develop comprehensive strategies to balance innovation with security, addressing vulnerabilities while leveraging the benefits of GenAI. ### Meeting Notes Takeaways: … Read more

Google’s Shift to Rust Programming Cuts Android Memory Vulnerabilities by 52%

September 25, 2024 at 01:18PM Google’s shift to memory-safe languages like Rust has reduced memory-safe vulnerabilities in Android from 76% to 24% in six years. Prioritizing secure coding for new features makes codebases safer and cost-effective. The decrease in vulnerabilities is due to the decay of new code’s vulnerabilities and advancements in vulnerability combat. Google … Read more