Industry Category

Financial Services

Breach intelligence, attack campaigns, and threat reports targeting the Financial Services sector.

4282 threat reports
Page 51 of 357

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
Cryptocurrency
Customer Services
Cybersecurity
Dairy
Dating/Personal Services
Dating/Social Platforms
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
Healthcare
Higher Education/Acadamia
Hospitality
Hospitals
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 Services
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
Shipbuilding
Social Media/Internet
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 Treatment
Water, Waste, Steam, and Air Conditioning Services
Water/Waste Management
Water/Wastewater
Water/Wastewater Management
Water/Wastewater/Utilities
Wholesale
Wine/Spirits
Wireless
Writing/Editing

Financial Services Threat Reports

Showing 601612 / 4282 reports
CryptoJS Vulnerability Exposes Cryptocurrency Wallets to Massive Theft
Impact· CRITICAL

CryptoJS Vulnerability Exposes Cryptocurrency Wallets to Massive Theft

In August 2026, Coinspect identified a critical vulnerability in the JavaScript cryptography library CryptoJS, specifically in the `WordArray.random()` function. This function, introduced 12 years prior, utilized a weak random number generator that compromised the entropy of recovery phrases generated by several cryptocurrency wallet applications. As a result, attackers exploited this weakness to drain approximately $5.7 million from affected wallets across two major incidents since late May 2026. The compromised wallets include RRWallet, Bexo Wallet, NanChat, Bitcoin Libre, and Milo, with varying degrees of remediation and discontinuation. This incident underscores the critical importance of robust cryptographic practices in software development, especially in applications handling sensitive financial data. The exploitation of weak random number generators highlights the necessity for developers to employ secure entropy sources and for organizations to conduct thorough security audits of third-party libraries to prevent similar vulnerabilities.

1 month ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(high)
I
Impact(high)
Read Report
Keyv and Cacheable npm Package Compromise - August 2026
Impact· HIGH

Keyv and Cacheable npm Package Compromise - August 2026

In August 2026, attackers compromised the maintainer accounts of the widely used npm packages 'keyv' and 'cacheable', injecting malicious code that propagated across the npm ecosystem. The malware harvested sensitive credentials, including AWS keys, GitHub tokens, and Kubernetes secrets, and utilized a 'preinstall' hook to execute upon package installation. Notably, the attack introduced a 'dead-man's switch' that triggered upon revocation of stolen tokens, potentially causing further harm. This incident underscores the evolving sophistication of supply chain attacks targeting open-source software repositories. Organizations must enhance their security measures to detect and mitigate such threats, emphasizing the importance of vigilant monitoring and prompt response strategies.

1 month 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 Vulnerabilities in macOS and Samsung's ONE Framework Disclosed
Impact· CRITICAL

Critical Vulnerabilities in macOS and Samsung's ONE Framework Disclosed

In August 2026, two significant vulnerabilities were disclosed: the 'Odysseus' remote code execution (RCE) flaw in macOS and the 'Samsung One-Click Takeover' vulnerability. The Odysseus RCE allowed attackers to execute code with root privileges on macOS devices running versions 26.5.2 and earlier, exploiting a logic flaw in systems with Screen Sharing or Remote Management enabled. This vulnerability, identified as CVE-2026-43760, was patched by Apple on July 27, 2026. Concurrently, the Samsung One-Click Takeover, tracked as CVE-2026-41666, was a buffer overflow in Samsung's Open Source ONE framework, enabling attackers to execute arbitrary code by exploiting integer overflow in tensor copy size calculations. Samsung addressed this issue in April 2026. These incidents underscore the persistent threat posed by remote code execution vulnerabilities, particularly those that can be exploited with minimal user interaction. The Odysseus RCE highlights the risks associated with remote access features, while the Samsung vulnerability emphasizes the importance of secure coding practices in machine learning frameworks. Organizations must remain vigilant, ensuring timely patching and robust security measures to mitigate such risks.

1 month 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
Critical Unauthenticated RCE Vulnerability in JetBrains TeamCity (CVE-2026-63077)
Impact· CRITICAL

Critical Unauthenticated RCE Vulnerability in JetBrains TeamCity (CVE-2026-63077)

In July 2026, JetBrains disclosed a critical vulnerability (CVE-2026-63077) in TeamCity On-Premises, affecting all versions prior to 2025.11.7 and 2026.1.3. This flaw allows unauthenticated attackers with HTTP(S) access to execute arbitrary operating system commands on the TeamCity server by exploiting insecure deserialization in the agent polling protocol. Successful exploitation could lead to unauthorized access, data exfiltration, and compromise of CI/CD pipelines. JetBrains released patches in versions 2025.11.7 and 2026.1.3, along with a security patch plugin for versions 2017.1 and later. Organizations are urged to update their servers or apply the security patch plugin immediately to mitigate this risk. ([blog.jetbrains.com](https://blog.jetbrains.com/teamcity/2026/07/cve-2026-63077/?utm_source=openai)) The inclusion of CVE-2026-63077 in CISA's Known Exploited Vulnerabilities Catalog underscores the urgency of addressing this issue. ([cisa.gov](https://www.cisa.gov/news-events/alerts/2025/08/12/cisa-adds-three-known-exploited-vulnerabilities-catalog?utm_source=openai))

1 month 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(medium)
Read Report
Automated SSH Attacks: A 22-Second Compromise
Impact· MEDIUM

Automated SSH Attacks: A 22-Second Compromise

In May 2026, a sophisticated automated SSH attack was observed, where threat actors exploited weak credentials to gain unauthorized access to systems within 22 seconds. Upon successful authentication, the attackers executed a predefined sequence: injecting a backdoor SSH key, altering the root password, clearing host-based access restrictions, and conducting system reconnaissance. This rapid, automated approach underscores the efficiency and scale at which such attacks can compromise vulnerable systems. The incident highlights the persistent threat posed by credential stuffing attacks, which have become increasingly industrialized. Attackers leverage vast databases of stolen credentials and automated tools to systematically target systems with weak authentication mechanisms. This trend emphasizes the critical need for organizations to implement robust security measures, including strong password policies, multi-factor authentication, and continuous monitoring to detect and mitigate such rapid exploitation attempts.

1 month ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(low)
C&C
Command & Control(high)
E
Exfiltration(low)
I
Impact(medium)
Read Report
Protecting Your AI Resources: Understanding and Preventing Token Jacking
Impact· HIGH

Protecting Your AI Resources: Understanding and Preventing Token Jacking

In August 2026, a series of cyberattacks known as 'AI token jacking' emerged, where cybercriminals stole API keys (tokens) from legitimate developers to access popular AI platforms. This unauthorized access led to significant financial losses, as attackers exploited the stolen tokens to consume AI resources, resulting in exorbitant billing charges for the victims. The attacks were facilitated by the rapid adoption of AI technologies and the high costs associated with AI model usage, making stolen tokens highly valuable on the black market. The prevalence of AI token jacking underscores the urgent need for robust security measures in AI development and deployment. Organizations must implement stringent access controls, monitor API usage, and adopt advanced security tools to detect and prevent unauthorized access. As AI technologies continue to evolve, staying ahead of emerging threats like token jacking is crucial to safeguarding digital assets and maintaining trust in AI systems.

1 month ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(medium)
E
Exfiltration(high)
I
Impact(high)
Read Report
macOS ClickFix Campaign 2026: A New Era of Social Engineering Attacks
Impact· MEDIUM

macOS ClickFix Campaign 2026: A New Era of Social Engineering Attacks

In mid-2026, a sophisticated macOS ClickFix campaign emerged, leveraging social engineering to trick users into executing malicious Terminal commands. These commands downloaded and ran infostealing malware, such as MacSync and Atomic Stealer (AMOS), which harvested sensitive data including browser credentials, cryptocurrency wallets, and Keychain information. The attackers employed deceptive websites mimicking legitimate services, instructing users to paste commands into Terminal under the guise of system verification or troubleshooting steps. This method bypassed traditional security measures, leading to significant data breaches across multiple sectors. This incident underscores a growing trend of attackers exploiting user trust and social engineering rather than relying on software vulnerabilities. The campaign's success highlights the urgent need for enhanced user education on the dangers of executing unverified commands and the importance of implementing robust endpoint detection and response solutions to mitigate such threats.

1 month ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(high)
E
Exfiltration(high)
I
Impact(medium)
Read Report
The Demise of Blocklists: Combating AI-Powered Phishing in 2026
Impact· HIGH

The Demise of Blocklists: Combating AI-Powered Phishing in 2026

In early 2026, a significant surge in AI-powered phishing attacks was observed, with a 1,380% increase in device code phishing incidents between January and April compared to the latter half of 2025. ([huntress.com](https://www.huntress.com/resources/eviltokens-ai-powered-phishing-report?utm_source=openai)) These attacks leveraged advanced AI to automate and personalize phishing campaigns, effectively bypassing traditional blocklist defenses. ([techradar.com](https://www.techradar.com/pro/security/organised-crime-operating-like-a-tech-startup-eviltoken-phaas-group-ramp-up-ai-enabled-attacks-by-1-380-percent-in-2026?utm_source=openai)) The EvilTokens Phishing-as-a-Service platform exemplified this trend by offering AI-driven tools that enabled cybercriminals to conduct large-scale, sophisticated phishing operations with minimal effort. ([huntress.com](https://www.huntress.com/resources/eviltokens-ai-powered-phishing-report?utm_source=openai)) This escalation underscores a critical shift in the cyber threat landscape, where AI-enhanced phishing tactics render conventional security measures like blocklists increasingly ineffective. Organizations must adopt dynamic, real-time defenses that analyze behavioral patterns and contextual signals to detect and mitigate these evolving threats. ([techradar.com](https://www.techradar.com/pro/why-traditional-security-checks-are-failing-in-the-age-of-ai-driven-fraud?utm_source=openai))

1 month 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(high)
Read Report
COLDCARD Phishing Attack Leads to Remote Access Installation
Impact· CRITICAL

COLDCARD Phishing Attack Leads to Remote Access Installation

In August 2026, a sophisticated phishing campaign targeted COLDCARD hardware wallet users by impersonating official communications. Attackers sent emails claiming a security audit was necessary due to recent vulnerabilities, directing recipients to a fraudulent website to download a diagnostic tool. This tool installed ScreenConnect remote access software, granting attackers control over victims' computers, potentially leading to data theft or further malware deployment. This incident underscores the evolving nature of phishing attacks, which are becoming more targeted and convincing. The exploitation of recent security concerns to deceive users highlights the critical need for continuous vigilance and education on recognizing and avoiding such threats.

1 month ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(high)
E
Exfiltration(medium)
I
Impact(medium)
Read Report
Hackers Deploy 'khunt' Toolkit via SQL Injection in Oracle Database
Impact· HIGH

Hackers Deploy 'khunt' Toolkit via SQL Injection in Oracle Database

In July 2026, attackers exploited a SQL injection vulnerability in a public-facing Java application running Apache Tomcat to gain unauthorized access to an Oracle database. They installed the 'khunt' post-exploitation toolkit directly within the database as a Java object, enabling them to execute system commands, steal credentials, and manage files. This method allowed the attackers to operate with SYSTEM-level permissions on the Windows server hosting the database, facilitating potential data exfiltration and further network compromise. This incident underscores the critical need for organizations to sanitize all user-supplied input and restrict database account privileges, especially in public-facing applications. The use of embedded Java Virtual Machines within databases as a vector for post-exploitation activities highlights an emerging threat landscape that security teams must address proactively.

1 month ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(medium)
C&C
Command & Control(high)
E
Exfiltration(medium)
I
Impact(medium)
Read Report
Critical Vulnerabilities Discovered in Paperclip AI Orchestration Platform
Impact· CRITICAL

Critical Vulnerabilities Discovered in Paperclip AI Orchestration Platform

In August 2026, multiple critical vulnerabilities were identified in Paperclip, an open-source control plane for AI agent orchestration. The most severe, CVE-2026-41679 (CVSS score: 10.0), allows unauthenticated remote code execution on network-accessible instances running in authenticated mode with default settings. Another flaw, GHSA-x8hx-rhr2-9rf7 (CVSS score: 9.6), enables attackers to execute commands on a developer's machine by exploiting the default local_trusted mode. These vulnerabilities stem from improper authentication and authorization mechanisms, potentially granting attackers full control over affected systems. The discovery of these flaws underscores the critical importance of securing AI orchestration platforms, especially as their adoption grows. Organizations utilizing Paperclip should promptly update to version 2026.416.0 or later and reassess their deployment configurations to mitigate potential exploitation risks.

1 month ago

Kill Chain

IC
Initial Compromise(high)
PE
Privilege Escalation(high)
LM
Lateral Movement(high)
C&C
Command & Control(high)
E
Exfiltration(medium)
I
Impact(medium)
Read Report
Ransom Cartel Ransomware Creator Sentenced to 16 Years
Impact· HIGH

Ransom Cartel Ransomware Creator Sentenced to 16 Years

In August 2026, Maksim Silnikau, the creator and administrator of the Ransom Cartel ransomware operation, was sentenced to 16 years in prison for orchestrating attacks against at least 18 companies worldwide. Operating between 2021 and 2023, Ransom Cartel employed double extortion tactics, encrypting victims' data and threatening to leak it unless ransoms were paid. The group attempted to extort at least $5.2 million, causing over $6.7 million in losses. Notably, their operations disrupted a medical technology startup for two months and caused significant downtime for multiple law firms. This sentencing underscores the persistent threat posed by ransomware-as-a-service operations and highlights the critical need for robust cybersecurity measures. Organizations must remain vigilant against evolving ransomware tactics, as threat actors continue to adapt and exploit vulnerabilities across various sectors.

1 month 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(high)
Read Report
[ INCIDENT RESPONSE // UNDER ATTACK? ]

Stop Active Cloud Data Exfiltration

Aviatrix Rapid Containment 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