The Containment Era is here. →Explore

Industry Category

Computer/Network Security

Breach intelligence, attack campaigns, and threat reports targeting the Computer/Network Security sector.

853 threat reports
Page 44 of 72

Explore Other Sectors

Accounting
Aerospace
Aerospace/Aviation
Agriculture
Airlines/Aviation
Animation
Apparel/Fashion
Architecture/Planning
Artificial Intelligence
Artificial Intelligence/Machine Learning
Arts/Crafts
Automotive
Aviation/Aerospace
Banking/Mortgage
Biotechnology/Greentech
Blockchain/Cryptocurrency
Broadcast Media
Broadcasting Media
Broadcasting/Media
Building Materials
Business Supplies/Equipment
Capital Markets/Hedge Fund/Private Equity
Chemical
Chemicals
Civic/Social Organization
Civil Engineering
Cloud Computing
Cloud Computing/SaaS
Cloud Services
Commercial Facilities
Commercial Real Estate
Computer Games
Computer Hardware
Computer Networking
Computer Software/Engineering
Computer/Network Security
Construction
Consulting
Consumer Electronics
Consumer Goods
Consumer Services
Cosmetics
Cosmetics
Critical Manufacturing
Cryptocurrencies
Customer Services
Cybersecurity
Dairy
Dating/Personal Services
Defense/Space
Design
E-Learning
Education Management
Electrical/Electronic Manufacturing
Emergency Services
Energy
Energy/Oil/Solar/Greentech
Entertainment/Movie Production
Environmental Services
Events Services
Facilities Services
Farming
Fashion/Apparel
Financial Services
Fine Art
Fishery
Food Production
Food/Beverages
Fortune 500 companies
Franchising
Fundraising
Gambling/Casinos
Gaming
Gaming/Casinos
Government Administration
Government Facilities
Government Relations
Graphic Design/Web Design
Health Care / Life Sciences
Higher Education/Acadamia
Hospitality
Human Resources/HR
Import/Export
Individual/Family Services
Industrial Automation
Information Services
Information Technology/IT
Insurance
International Affairs
International Trade/Development
Internet
Investment Banking/Venture
Investment Management/Hedge Fund/Private Equity
Judiciary
Law Enforcement
Law Practice/Law Firms
Legal Services
Legislative Office
Leisure/Travel
Logistics/Procurement
Luxury Goods/Jewelry
Machinery
Management Consulting
Manufacturing
Maritime
Marketing/Advertising/Sales
Mechanical or Industrial Engineering
Media Production
Medical Equipment
Medical Practice
Military Industry
Mining/Metals
Mobile
Museums/Institutions
Music
Newspapers/Journalism
Non-Profit/Volunteering
Oil/Energy/Solar/Greentech
Online Publishing
Outsourcing/Offshoring
Package/Freight Delivery
Parking
Pharmaceuticals
Philanthropy
Photography
Plastics
Political Organization
Primary/Secondary Education
Professional Training
Public Relations/PR
Public Safety
Publishing Industry
Railroad Manufacture
Real Estate/Mortgage
Recreational Facilities/Services
Religious Institutions
Renewables/Environment
Research Industry
Restaurants
Retail Industry
Robotics
Rural Healthcare
Security/Investigations
Semiconductors
Sporting Goods
Sports
Staffing/Recruiting
Supermarkets
Technology
Technology/IT
Telecommunications
Think Tanks
Toys and Games
Transportation
Travel/Tourism
Trucking/Freight
Utilities
Venture Capital/VC
Warehousing
Water and Waste Management
Water and Wastewater
Water and Wastewater Systems
Water and Wastewater Treatment
Water, Waste, Steam, and Air Conditioning Services
Water/Wastewater Management
Water/Wastewater/Utilities
Wholesale
Wireless

Computer/Network Security Threat Reports

Showing 517528 / 853 reports
UNC3886's 2025 Cyber Attack on Singapore's Telecom Sector
Impact· CRITICAL

UNC3886's 2025 Cyber Attack on Singapore's Telecom Sector

In July 2025, Singapore's four major telecommunications providers—Singtel, StarHub, M1, and SIMBA Telecom—were targeted by the Chinese state-sponsored cyber espionage group UNC3886. The attackers employed sophisticated techniques, including rootkits and zero-day exploits in firewalls, to gain unauthorized access to parts of the telecom networks. Despite these efforts, the intrusion did not disrupt services or result in the exfiltration of sensitive customer data. The Singaporean government, in collaboration with the affected telcos, launched Operation Cyber Guardian, a coordinated response involving over 100 personnel from various agencies, to contain and mitigate the threat. ([channelnewsasia.com](https://www.channelnewsasia.com/singapore/unc3886-cyberattack-targets-singapore-telcos-threat-contained-5916906?utm_source=openai)) This incident underscores the persistent and evolving nature of cyber threats targeting critical infrastructure. The use of advanced tools and tactics by UNC3886 highlights the need for continuous vigilance and robust cybersecurity measures within the telecommunications sector to safeguard against potential future attacks.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(high)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(high)
Read Report
Critical Vulnerability in Cryptographic Libraries Exposes Sensitive Data
Impact· HIGH

Critical Vulnerability in Cryptographic Libraries Exposes Sensitive Data

In February 2026, a critical vulnerability was identified in widely-used JavaScript and Python cryptographic libraries, aes-js and pyaes, respectively. These libraries defaulted to a static initialization vector (IV) in AES-CTR mode, leading to predictable encryption patterns. This flaw exposed numerous applications to potential data breaches, as attackers could exploit the deterministic IV to decrypt sensitive information. The issue was notably present in strongMan VPN Manager, which utilized pyaes for encrypting private keys and certificates, thereby compromising user credentials and network security. This incident underscores the importance of secure cryptographic practices, particularly the necessity of using unique, random IVs for each encryption operation. The widespread adoption of these libraries amplifies the risk, highlighting the need for developers to audit and update their cryptographic implementations to prevent similar vulnerabilities.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(medium)
I
Impact(high)
Read Report
Anthropic's Git MCP Server Vulnerabilities: A Wake-Up Call for AI Security
Impact· CRITICAL

Anthropic's Git MCP Server Vulnerabilities: A Wake-Up Call for AI Security

In January 2026, Anthropic addressed critical vulnerabilities in its Git MCP server, a key component of the Model Context Protocol enabling AI tools to interact with code repositories. Security researchers identified three significant flaws: a path validation bypass (CVE-2025-68145), an unrestricted git_init issue (CVE-2025-68143), and an argument injection flaw in git_diff (CVE-2025-68144). These vulnerabilities, particularly when combined with the Filesystem MCP server, could allow remote code execution or file tampering via prompt injection. Reported in June 2025, these issues were patched by Anthropic in December 2025 with version 2025.12.18. While no active exploitation has been confirmed, this incident highlights the growing risks associated with integrating complex AI systems, where safe components may become vulnerable when used together. The event also references a prior incident from November 2025, where Anthropic's Claude AI was manipulated in a cyberespionage campaign targeting major global entities, underscoring the broader cybersecurity challenges linked to rapid AI adoption.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(high)
I
Impact(medium)
Read Report
Intruder 2026: Unveiling Exposed Secrets in JavaScript Bundles
Impact· HIGH

Intruder 2026: Unveiling Exposed Secrets in JavaScript Bundles

In December 2025, Intruder's research team conducted a comprehensive scan of 5 million applications, uncovering over 42,000 exposed tokens hidden within JavaScript bundles. These tokens included sensitive credentials such as code repository access tokens and project management API keys, many of which were active and provided unauthorized access to critical systems. The exposure was attributed to limitations in traditional security tools, which often fail to detect secrets embedded in front-end code, particularly within single-page applications. This incident underscores the urgent need for enhanced secrets detection methods that can effectively identify and mitigate such vulnerabilities in modern web applications.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(high)
I
Impact(medium)
Read Report
SmartLoader's Exploitation of Oura MCP Server: A 2026 Supply Chain Attack
Impact· HIGH

SmartLoader's Exploitation of Oura MCP Server: A 2026 Supply Chain Attack

In February 2026, cybersecurity researchers uncovered a sophisticated supply chain attack involving the SmartLoader malware. Threat actors cloned the legitimate Oura Model Context Protocol (MCP) Server—a tool connecting AI assistants to Oura Ring health data—and distributed a trojanized version through deceptive GitHub repositories. This malicious server delivered the StealC infostealer, enabling attackers to exfiltrate credentials, browser passwords, and cryptocurrency wallet data from compromised systems. The attackers meticulously built credibility by creating fake GitHub accounts and repositories, submitting the trojanized server to legitimate MCP registries, and excluding the original author from contributor lists, thereby deceiving users into downloading the compromised software. This incident underscores a growing trend where threat actors exploit trusted platforms and tools to infiltrate systems. The methodical approach of building credibility over months highlights the evolving sophistication of supply chain attacks, emphasizing the need for organizations to rigorously verify the authenticity of software sources and implement robust security reviews before integrating third-party tools.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(high)
I
Impact(medium)
Read Report
OpenClaw 2026: A Cautionary Tale of AI Assistant Security
Impact· CRITICAL

OpenClaw 2026: A Cautionary Tale of AI Assistant Security

In early 2026, the OpenClaw AI assistant platform, formerly known as ClawdBot and MoltBot, experienced a significant security breach. Over 340 malicious 'skills' were uploaded to its ClawHub marketplace, many disguised as cryptocurrency tools. These skills, once installed, executed obfuscated commands leading to the deployment of the Atomic macOS Stealer (AMOS) malware. This malware targeted sensitive user data, including API keys, wallet private keys, SSH credentials, and browser passwords. The rapid adoption of OpenClaw, with over 30,000 online instances by late January 2026, coupled with minimal security oversight, facilitated this large-scale supply chain attack. ([aviatrix.ai](https://aviatrix.ai/threat-research-center/openclaw-2026-clawhub-malicious-skills/?utm_source=openai)) This incident underscores the growing trend of cybercriminals exploiting AI assistant platforms to distribute malware. The integration of AI agents into daily workflows, especially in sectors like cryptocurrency trading, presents new attack vectors. Organizations must prioritize the security of AI ecosystems, ensuring rigorous vetting of third-party extensions and continuous monitoring to mitigate such threats.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(high)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(medium)
Read Report
DKnife: The Linux Toolkit Hijacking Router Traffic for Espionage
Impact· MEDIUM

DKnife: The Linux Toolkit Hijacking Router Traffic for Espionage

In February 2026, cybersecurity researchers uncovered 'DKnife,' a sophisticated Linux-based toolkit active since 2019, designed to hijack router traffic for espionage and malware delivery. DKnife comprises seven modules enabling deep packet inspection, traffic manipulation, credential harvesting, and malware deployment, including the ShadowPad and DarkNimbus backdoors. The toolkit specifically targets Chinese services and exhibits Simplified Chinese language artifacts, indicating a China-nexus threat actor. DKnife's capabilities include DNS hijacking, intercepting Android app updates, and monitoring user activities on platforms like WeChat and Signal. As of January 2026, its command-and-control servers remain active. ([bleepingcomputer.com](https://www.bleepingcomputer.com/news/security/dknife-linux-toolkit-hijacks-router-traffic-to-spy-deliver-malware/?utm_source=openai))

5 months ago

Kill Chain

IC
Initial Compromise(medium)
PE
Privilege Escalation(medium)
LM
Lateral Movement(high)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(medium)
Read Report
DKnife AitM Framework: A New Threat to Network Security
Impact· HIGH

DKnife AitM Framework: A New Threat to Network Security

In February 2026, cybersecurity researchers uncovered 'DKnife,' a sophisticated adversary-in-the-middle (AitM) framework operated by China-linked threat actors since at least 2019. This Linux-based toolkit comprises seven implants designed for deep packet inspection, traffic manipulation, and malware delivery via compromised routers and edge devices. DKnife primarily targets Chinese-speaking users by hijacking binary downloads and Android application updates to deploy backdoors like ShadowPad and DarkNimbus. ([thehackernews.com](https://thehackernews.com/2026/02/china-linked-dknife-aitm-framework.html?utm_source=openai)) The discovery of DKnife underscores the escalating threat posed by AitM attacks leveraging compromised network infrastructure. This incident highlights the need for enhanced security measures to protect routers and edge devices from sophisticated exploitation techniques. ([thehackernews.com](https://thehackernews.com/2026/02/china-linked-dknife-aitm-framework.html?utm_source=openai))

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(high)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(high)
Read Report
EnCase Driver Exploited for EDR Evasion in 2026
Impact· HIGH

EnCase Driver Exploited for EDR Evasion in 2026

In early 2026, cybersecurity researchers identified a significant security vulnerability involving the EnCase forensic tool's driver. Despite its digital certificate having expired years prior, Windows systems continued to load the driver due to inadequate security checks. This oversight allowed threat actors to exploit the driver, effectively disabling Endpoint Detection and Response (EDR) systems and evading detection mechanisms. The exploitation of this driver underscores a critical gap in driver validation processes, enabling attackers to gain elevated privileges and execute malicious activities undetected. This incident highlights the persistent and evolving nature of EDR evasion techniques employed by cyber adversaries. The use of signed yet vulnerable drivers to bypass security measures is a growing trend, emphasizing the need for organizations to implement robust driver validation and monitoring processes to mitigate such risks.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(medium)
I
Impact(high)
Read Report
Conpet's 2026 Cyberattack: A Wake-Up Call for Critical Infrastructure Security
Impact· CRITICAL

Conpet's 2026 Cyberattack: A Wake-Up Call for Critical Infrastructure Security

In early February 2026, Conpet, Romania's national oil pipeline operator, experienced a cyberattack that disrupted its corporate IT infrastructure and rendered its website inaccessible. The Qilin ransomware group claimed responsibility, alleging the theft of nearly 1TB of sensitive documents, including financial records and personal identification data. Despite these disruptions, Conpet's operational technologies, such as the SCADA and telecommunications systems, remained unaffected, ensuring uninterrupted crude oil and gasoline transportation services. This incident underscores the escalating threat posed by ransomware groups like Qilin, which have increasingly targeted critical infrastructure sectors worldwide. Organizations must bolster their cybersecurity defenses to mitigate the risks associated with such sophisticated attacks.

5 months ago

Kill Chain

IC
Initial Compromise(medium)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(high)
I
Impact(high)
Read Report
Coinbase Insider Breach 2025: A Cautionary Tale of Insider Threats in the Financial Sector
Impact· HIGH

Coinbase Insider Breach 2025: A Cautionary Tale of Insider Threats in the Financial Sector

In May 2025, Coinbase, the largest U.S.-based cryptocurrency exchange, disclosed a significant data breach affecting approximately 69,461 customers. The breach, which occurred on December 26, 2024, was orchestrated by cybercriminals who bribed overseas customer support agents to gain unauthorized access to sensitive customer information. The compromised data included names, addresses, phone numbers, email addresses, masked Social Security numbers, masked bank account numbers, government-issued ID images, and account transaction histories. Notably, no passwords, private keys, or funds were exposed, and Coinbase Prime accounts remained unaffected. The attackers demanded a $20 million ransom, which Coinbase refused to pay, instead offering a $20 million bounty for information leading to the attackers' arrest. The company estimated remediation costs between $180 million and $400 million and pledged to reimburse affected customers. This incident underscores the critical importance of robust insider threat detection and prevention measures, especially in the financial sector. The breach highlights the vulnerabilities associated with third-party service providers and the need for stringent access controls and monitoring. As insider threats continue to pose significant risks, organizations must prioritize comprehensive security strategies to safeguard sensitive customer data and maintain trust.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(medium)
LM
Lateral Movement(medium)
C&C
Command & Control(low)
E
Exfiltration(high)
I
Impact(high)
Read Report
Eclipse Foundation's 2025 Response to Unauthorized Extension Uploads
Impact· MEDIUM

Eclipse Foundation's 2025 Response to Unauthorized Extension Uploads

In May 2025, the Eclipse Foundation identified a vulnerability in the Open VSX Registry's automated publishing system, potentially allowing unauthorized extension uploads. The flaw, reported by Koi Security researchers, involved inadequate isolation in build scripts, exposing a privileged token that could be exploited to publish extensions under any namespace. The issue was promptly addressed, with a fix deployed by June 24, 2025, and a comprehensive audit confirming no evidence of exploitation. As a precaution, 81 extensions were deactivated. This incident underscores the critical importance of securing automated processes in software supply chains to prevent unauthorized access and maintain trust in open-source ecosystems. The Eclipse Foundation has since implemented enhanced security measures, including sandboxing build processes and enforcing stricter credential management, to mitigate similar risks in the future.

5 months ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(medium)
I
Impact(medium)
Read Report
[ INCIDENT RESPONSE // UNDER ATTACK? ]

Stop Active Cloud Data Exfiltration

Aviatrix Breach Lock helps teams instantly identify what data is leaving the environment, from which workload, and where it’s going — during an active breach.

Looking for threats in a different sector?

Browse All Threat Reports