company logo

Product

Our Product

We are Reshaping the way Developers find and fix vulnerabilities before they get exploited.

Solutions

By Industry

BFSI

Healthcare

Education

IT & Telecom

Government

By Role

CISO/CTO

DevOps Engineer

Resources

Resource Library

Get actionable insight straight from our threat Intel lab to keep you informed about the ever-changing Threat landscape.

Subscribe to Our Weekly Threat Digest

Company

Contact Us

Have queries, feedback or prospects? Get in touch and we shall be with you shortly.

loading..
loading..
loading..
Loading...

Azure

AI

Microsoft

loading..
loading..
loading..

Azure AI Vulnerability Exposes Guardrail Flaws: How Safe Are AI Moderation Tools?

Azure AI vulnerability reveals flaws in content moderation guardrails, raising questions about AI safety and security. How reliable are current AI safeguards?

02-Nov-2024
5 min read

Related Articles

loading..

Zero-Click

NAS

Zero Day

Explore how Synology's rapid response to zero-day vulnerabilities sets a new cyb...

The recent zero-day vulnerabilities discovered at Pwn2Own Ireland 2024 highlight Synology’s swift handling of cybersecurity threats, offering a valuable case study in rapid response and the evolution of corporate responsibility in an era of increasingly sophisticated cyber threats. #### From Vulnerability to Accountability It’s easy to see the Synology zero-day incident as just another security patch story. However, what’s more thought-provoking is how it reveals a broader narrative about the need for a shift in how vendors perceive their role in safeguarding users. Midnight Blue's discovery of the RISK:STATION vulnerability (CVE-2024-10443) speaks volumes about the potential of collaborative efforts between security researchers and vendors. Synology’s accelerated response—delivering patches for BeeStation and DiskStation within a remarkable 48 hours—demonstrates a newfound urgency that goes beyond compliance. It embodies the fact that companies must now see themselves as active custodians of user safety. The stakes here are stark. A critical zero-click vulnerability, such as RISK:STATION, is akin to a digital wildfire waiting to happen—especially when millions of network-attached storage (NAS) devices, used both at home and across enterprises, are exposed to the internet. Midnight Blue’s prompt communication and Synology’s swift release of patches turned what could have been a devastating incident into a teachable moment for all companies grappling with vulnerabilities: timing and transparency can be the difference between chaos and control. #### Beyond Patches: The Human Element in Cybersecurity The technical details of Synology's patched vulnerabilities, while crucial, mask a deeper layer of significance—the human factor. Vulnerabilities, particularly those in ubiquitous devices like NAS systems, hold very tangible implications for everyday users. The reality that these vulnerabilities were found not just in common homes, but within the infrastructure of police departments, critical infrastructure contractors, and more, underscores the very real human cost of security gaps. Midnight Blue's subsequent media reach-out to emphasize mitigative actions reflects an essential, yet often overlooked, dimension of cybersecurity: informing and empowering the users themselves. The narrative here is not just about how swiftly a vendor can release a patch, but also about how well users can be educated to take immediate action. For many, these patches aren't applied automatically, necessitating awareness, engagement, and proactive defense on the part of device owners. By framing the dissemination of patch information as a top priority, Synology and Midnight Blue have taken a step toward bridging the gap between tech companies and their customers in cybersecurity literacy. #### Toward a Secure Digital Future The hurried patch releases by Synology and QNAP in the wake of Pwn2Own’s discoveries set a new standard in timeliness, but they also illustrate the changing relationship between security research and product safety. Vendors, previously accustomed to the luxury of taking up to 90 days to address reported vulnerabilities, must now operate in an accelerated environment where rapid exploitation is a clear and present danger. The story of RISK:STATION is a stark reminder that no connected device is immune, and every link in the chain of connectivity needs vigilance. The Internet of Things, of which NAS devices are a part, is only as strong as its weakest point, and often that point is the delay between vulnerability disclosure and patch application. Synology's response demonstrates how shrinking this gap must be at the forefront of vendor priorities. The challenge lies not just in the release of patches, but also in how swiftly and effectively they reach every vulnerable system. As NAS devices increasingly serve as repositories for sensitive information—not just for enterprises but for individuals who trust them with their family photos and personal data—stories like this should serve as a clarion call to both users and vendors. For vendors, it’s about recognizing the gravity of their role in user protection. For users, it’s a reminder to be vigilant, apply patches promptly, and reconsider how they expose their devices online. The Synology incident is, in many ways, a microcosm of what’s to come as our digital ecosystems expand. It’s a reminder that cybersecurity is as much about the processes of discovery and patching as it is about communication, education, and the fundamental responsibility of every player in the digital space to take security as seriously as possible. In a hyper-connected age, vigilance is no longer optional—it’s imperative.

loading..   02-Nov-2024
loading..   4 min read
loading..

Misconfig

Git

EMERALDWHALE breach exploits Git config misconfigurations, exposing 15,000 crede...

Imagine if your cloud credentials were stolen due to a single misconfigured [Git](https://www.secureblink.com/cyber-security-news/git-hub-exploited-to-spread-lumma-stealer-malware-via-fake-code-fixes) file—how would this affect your business? Despite having strong passwords and multi-factor authentication in place, a single misconfigured Git file could have allowed attackers direct access to your systems. The EMERALDWHALE operation highlights a chilling reality: misconfigurations, often overlooked in favor of more sophisticated security measures, can serve as a silent entry point for cybercriminals. In this [Threatfeed](https://www.secureblink.com/cyber-security-news), we explore how EMERALDWHALE exploited these misconfigurations, stole over 15,000 cloud service credentials, and wreaked havoc on a global scale. This campaign exposes a harsh truth: flashy tools and the latest tech gimmicks are useless if you're leaving basic vulnerabilities wide open. It's not glamorous work, but it makes the difference between being secure and becoming the next headline. --- #### **Attack Chain - How EMERALDWHALE Exploited Vulnerable Configurations** EMERALDWHALE began by targeting an often-overlooked vulnerability: exposed Git configuration files. [Git](https://github.com/arthaud/git-dumper), a Concurrent Versions System (CVS), is popular for managing codebases, and developers often mistakenly expose their `.git` directories due to web server misconfigurations. ![IMG-20241102-WA0009(1).jpg](https://sb-cms.s3.ap-south-1.amazonaws.com/IMG_20241102_WA_0009_1_8eba571f70.jpg) ***EMERALDWHALE Attack Chain*** EMERALDWHALE leveraged these exposures with remarkable simplicity, using open-source tools like `[httpx](https://github.com/projectdiscovery/httpx)` to scan and discover repositories with publicly accessible configuration files. Once identified, the credentials embedded within these files were harvested and used for further attacks. The operation followed a systematic attack chain: 1. **Target Discovery:** Long lists of IP address ranges were scanned using automated tools like `httpx` to locate exposed Git repositories. 2. **Credential Extraction:** The stolen tokens were then used to clone repositories, accessing sensitive information such as usernames, passwords, and API keys. 3. **Further Exploitation:** Using Python and shell scripts, the attackers validated the stolen credentials and attempted to leverage cloud service APIs to expand their access. The attack did not require sophisticated malware or exploits—it relied solely on automation, publicly available scanning tools, and, crucially, the negligence of those managing their web servers. EMERALDWHALE's efficiency illustrates how small missteps in configuration can lead to massive security breaches. EMERALDWHALE isn’t the most sophisticated threat, but it capitalized on a fundamental weakness: human oversight. Its success was not due to novel vulnerabilities or advanced malware, but rather to misconfigurations and complacency. Security is not just about the best tools; it is about consistently applying best practices, educating teams, and ensuring every possible vulnerability is addressed. As we move forward, let’s take the lessons from EMERALDWHALE and apply them to build a more resilient defense against the next unseen threat. --- #### **Case Studies - Real-Life Exploits and Lessons Learned** To better understand the impact of EMERALDWHALE, let’s dive into two mini case studies that highlight the effectiveness of their tactics. ##### **Case Study 1: The Misconfigured S3 Bucket** While monitoring its cloud honeypot, the Sysdig Threat Research Team [discovered](https://sysdig.com/blog/emeraldwhale/) an exposed S3 bucket named `s3simplisitter`. It contained over a terabyte of data, including credentials harvested by EMERALDWHALE. The data consisted of logging information, stolen keys, and evidence of past campaigns. This bucket, which had been left open by a previous victim, provided the attackers with an ideal storage location for their stolen data. This case study underscores the importance of correctly configuring cloud storage permissions to prevent such leaks. **Lesson Learned:** Organizations must enforce stringent access policies for cloud storage services like Amazon S3, ensuring that buckets are not publicly accessible unless absolutely necessary. Regular auditing of these permissions is crucial. ##### **Case Study 2: Exploitation of Laravel .env Files** In addition to targeting Git configurations, EMERALDWHALE also focused on Laravel `.env` files, which often contain sensitive credentials, including API keys and database passwords. Laravel, a popular PHP framework, has a history of security issues linked to improper file handling. Attackers leveraged these files to gain access to further credentials, broadening the scope of their campaign. **Lesson Learned:** Sensitive files like `.env` should never be exposed to the public. Organizations must ensure that environment files are excluded from public access by configuring their web servers and firewalls appropriately. ![IMG-20241102-WA0006.jpg](https://sb-cms.s3.ap-south-1.amazonaws.com/IMG_20241102_WA_0006_8fc61c19f9.jpg) ***EMERALDWHALE Attack Path*** --- #### **Ethical Reflections and Practical Steps Forward** EMERALDWHALE's success forces us to confront a critical issue in cybersecurity: the challenge of balancing convenience and security. Developers often assume that private repositories are inherently safe, leading to complacency in managing sensitive information. The underground market for credentials, such as the lists discovered in this operation, underscores how even seemingly trivial missteps can have a global impact. ### **Developer's Dilemma** One of the most significant lessons from EMERALDWHALE is that developers can unwittingly contribute to the underground economy by neglecting simple security best practices. Misconfigured Git files may seem like a minor oversight, but the repercussions—including access to sensitive cloud services—are substantial. Developers must take personal responsibility for their code and ensure that secrets are never committed to version control systems. **Key Questions to Reflect On:** - How frequently do we review our repository settings to prevent public exposure? - Are there policies in place to remove hardcoded secrets before committing code? - Are we providing adequate security training to developers on handling sensitive data? ### **Practical Steps for Organizations** To prevent attacks like EMERALDWHALE, organizations need to adopt a proactive approach: 1. **Implement Robust Secret Management Solutions:** Store sensitive credentials in secret management systems such as [AWS Secrets Manager](https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider/) or HashiCorp Vault instead of embedding them in source code. 2. **Regular Auditing and Scanning:** Use vulnerability scanners and automated tools to regularly check both internal and external systems for misconfigurations. Tools such as Shodan or internal scanning solutions can help detect exposed `.git` directories or cloud credentials. 3. **Secure Access Controls:** Apply the principle of least privilege (PoLP) to cloud services. This way, even if credentials are compromised, the damage remains minimal. 4. **Continuous Monitoring:** Utilize behavior analytics to monitor unusual activities associated with cloud services and repositories. If credentials are accessed from unexpected locations, trigger alerts to investigate. ---

loading..   02-Nov-2024
loading..   6 min read
loading..

Zero Day

QNAP

QNAP patches a critical zero-day vulnerability in NAS devices post-Pwn2Own 2024 ...

QNAP has addressed a critical zero-day vulnerability exploited by security researchers to hack a TS-464 NAS device during the Pwn2Own Ireland 2024 competition. This vulnerability, designated **CVE-2024-50388**, is rooted in an OS command injection weakness in the HBS 3 Hybrid Backup Sync software, which serves as QNAP's solution for disaster recovery and data backup. --- #### Overview of the Vulnerability The flaw in question, CVE-2024-50388, was identified in [HBS 3 Hybrid Backup Sync](https://www.qnap.com/en/software/hybrid-backup-sync) version 25.1.x. The vulnerability poses a significant risk, as it could enable remote attackers to execute arbitrary commands on affected devices, potentially gaining unauthorized access. > **QNAP Security Advisory:** > "An OS command injection vulnerability has been reported to affect HBS 3 Hybrid Backup Sync. If exploited, the vulnerability could allow remote attackers to execute arbitrary commands," QNAP [said](https://www.qnap.com/en/security-advisory/qsa-24-41) in a Tuesday security advisory. --- #### Update and Patch Information QNAP has issued a patch in **HBS 3 Hybrid Backup Sync version 25.1.1.673** and later to address this critical vulnerability. To protect your NAS device from potential exploits, it is essential to ensure your HBS 3 installation is up-to-date. ##### How to Update HBS 3: 1. **Log in to QTS or QuTS Hero** as an administrator. 2. **Open the App Center** and search for "HBS 3 Hybrid Backup Sync." 3. If an update is available, click on **Update**. Note: If the “Update” button is missing, your HBS 3 is already current. --- #### Exploit Demonstration at Pwn2Own The vulnerability came to light during the **Pwn2Own Ireland 2024** competition, where security researchers Ha The Long and Ha Anh Hoang from Viettel Cyber Security successfully leveraged it to gain [administrative privileges](https://x.com/thezdi/status/1849372314212749751) on QNAP’s TS-464 NAS device. Notably, **Team Viettel** secured victory in the Pwn2Own competition, held over four days and concluded on October 25, 2024. The team won substantial prizes, contributing to a total pool exceeding $1 million, by disclosing over 70 [zero-day vulnerabilities](https://www.secureblink.com/cyber-security-news/80-000-devices-vulnerable-to-qnap-zero-day-vulnerability) across various devices and applications. --- #### Patch Timing and Industry Standard Response QNAP’s response to this zero-day vulnerability is considered swift, with the patch released five days after the exploit was demonstrated. Typically, vendors participating in Pwn2Own are granted a 90-day window to address reported vulnerabilities before the **Zero Day Initiative (ZDI)**, run by Trend Micro, publishes detailed information on the vulnerabilities disclosed during the contest. --- ### Historical Context: QNAP's Vulnerability Challenges QNAP devices have been a frequent target for cyber threats over the years, particularly by ransomware gangs due to the sensitive personal and organizational data they store. Below are some notable historical vulnerabilities and attacks against QNAP devices: 1. **Backdoor Account Removal ([CVE-2021-28799}(https://www.qnap.com/en/security-advisory/QSA-21-13)):** In 2021, QNAP removed a backdoor account in the HBS 3 Hybrid Backup Sync. This vulnerability was exploited in conjunction with an **[SQL injection vulnerability](https://www.qnap.com/de-de/security-advisory/qsa-21-11) ([CVE-2020-36195](https://nvd.nist.gov/vuln/detail/CVE-2020-36195))** in QNAP’s Multimedia Console and Media Streaming Add-On. Attackers used these flaws to deploy **[Qlocker ransomware](https://www.secureblink.com/cyber-security-news/qlocker-resurrected-with-a-new-campaign-in-targeting-qnap-nas-devices-once-again)**, encrypting files on Internet-exposed NAS devices. 2. **eCh0raix Ransomware Attacks (2020-2021):** QNAP NAS devices faced extensive ransomware attacks leveraging known security flaws. In June 2020, QNAP warned users of **[eCh0raix](https://www.secureblink.com/cyber-security-news/qnap-nas-devices-yet-again-victimized-due-to-rise-of-ech0raix) (QNAPCrypt) ransomware**, which exploited vulnerabilities in the Photo Station app. By mid-2021, attackers using eCh0raix reemerged, taking advantage of weak user passwords and unresolved vulnerabilities. 3. **AgeLocker Ransomware Attacks (September 2020):** AgeLocker ransomware targeted NAS devices running outdated Photo Station software versions. This attack highlighted the risks associated with publicly exposed NAS devices that lack regular updates or security patches. QNAP NAS devices continue to be attractive to ransomware groups due to the personal and sensitive nature of the data stored on these systems. Cybercriminals often leverage this data to demand ransoms, knowing that victims may pay to regain access to their critical files. QNAP’s quick response in patching the HBS 3 zero-day vulnerability shows a proactive approach to securing their systems against emerging threats. As NAS devices remain a popular yet viable target for threat actors, keeping such devices updated with the latest security patches often remains non-negotiable for preventing exploitation and minimizing data loss.

loading..   30-Oct-2024
loading..   4 min read