Connect with us

CyberSecurity

UK Manufacturing Under Siege: Nearly 8 in 10 Companies Fall Victim to Cyber Attacks

Published

on

Manufacturing businesses across Britain face an unprecedented wave of digital threats, with UK manufacturing cyber attacks striking nearly four out of five companies in just twelve months. This alarming trend exposes critical vulnerabilities in an industry that powers the nation’s economy.

Manufacturing Sector Bears Brunt of Digital Threats

Recent research from ESET reveals that 78% of UK manufacturing firms experienced serious cyber incidents over the past year. The comprehensive study, which surveyed 500 senior decision-makers across IT, operations, and security roles, paints a sobering picture of an industry under constant digital assault.

However, the true scale of damage extends beyond simple breach statistics. Nearly all affected organizations — a staggering 95% — reported direct business impact from these attacks. The consequences ripple through entire operations, affecting everything from production schedules to customer relationships.

Financial Devastation and Operational Chaos Define Attack Aftermath

The financial toll of UK manufacturing cyber attacks proves devastating for affected companies. More than half of all targeted organizations — 53% — suffered measurable financial losses. These costs compound rapidly when considering secondary effects on business operations.

Supply chain disruption emerged as another critical consequence, affecting 44% of breached companies. In addition, 39% of organizations failed to meet crucial customer or supplier commitments due to cyber incidents. This breakdown in business relationships often creates lasting damage beyond immediate financial losses.

Downtime represents perhaps the most visible impact of successful attacks. Among companies experiencing full or partial shutdowns, 77% endured between one and seven days of interrupted operations. Meanwhile, 56% reported outages lasting one to three days — periods that can devastate just-in-time manufacturing processes.

Advanced Threats Target Production Systems

Manufacturing cybersecurity faces increasingly sophisticated adversaries employing cutting-edge attack methods. Artificial intelligence-enabled attacks now top the list of production threats, cited by 46% of survey respondents as their primary concern.

Traditional attack vectors remain potent weapons in cybercriminals’ arsenals. Phishing attempts threaten 42% of organizations, while ransomware affects 40% of companies. Unauthorized system access rounds out the top threats at 38%, highlighting the diverse nature of manufacturing cyber risks.

Despite these mounting threats, a concerning fifth of respondents admitted having limited or no visibility into cyber risks affecting their production environments. This blind spot leaves organizations vulnerable to attacks they cannot see coming.

Leadership Gap Undermines Manufacturing Cyber Defense

Boardroom disconnection from cybersecurity creates dangerous gaps in organizational defense strategies. Only 22% of manufacturing companies assign cyber risk accountability to board or executive leadership levels. Instead, 55% leave cybersecurity ownership within IT departments — a structure that often signals organizational immaturity in risk management.

This leadership vacuum contributes to reactive security approaches that prove both costly and ineffective. Remarkably, 21% of organizations still favor reactive measures over preventative strategies. Such approaches typically result in hasty investments in isolated point solutions rather than comprehensive security frameworks.

The consequences of this reactive mindset become clear when examining recent high-profile incidents. The Jaguar Land Rover breach cost the UK economy £1.9 billion, demonstrating how manufacturing cyber attacks can impact entire national economies.

Industry Transformation Requires Strategic Security Thinking

Building on these concerning trends, experts emphasize the need for fundamental changes in how manufacturing leaders approach cybersecurity. The sector’s status as the most targeted industry for five consecutive years — accounting for 28% of incidents according to recent IBM X-Force data — demands urgent strategic realignment.

As a result, security professionals advocate for elevating cybersecurity discussions to boardroom level. When cyber risk remains isolated within IT departments, organizations struggle to allocate appropriate resources and strategic attention to digital defense.

The mathematics of cyber risk favor prevention over reaction. While many executives perceive reactive approaches as more economical, evidence suggests otherwise. Six-figure losses and widespread operational disruption typically accompany major incidents, making preventative investments appear modest by comparison.

Furthermore, the interconnected nature of modern manufacturing amplifies cyber risk across entire supply networks. A single compromised supplier can cascade disruption through dozens of connected organizations, multiplying the impact of individual UK manufacturing cyber attacks.

Therefore, the path forward requires coordinated industry-wide efforts to mature cybersecurity practices. This transformation must begin with leadership commitment to treating cyber risk as a strategic business imperative rather than a technical afterthought.

CyberSecurity

7-Zip Flaw Lets Crafted XZ Archives Run Code During Extraction — Update Now

Published

on

7-Zip XZ vulnerability

The Short Version: Update 7-Zip Right Now

If you use 7-Zip — and let’s be honest, millions of you do — there’s a newly disclosed flaw that deserves your attention. It’s tracked as CVE-2026-14266, and it’s a heap-based buffer overflow in how the archiver handles XZ chunked data. An attacker who gets you to open a specially crafted XZ archive could run code on your machine.

The good news? A patch shipped on June 25 in 7-Zip 26.02. The bad news? Many users never update third-party tools, which is exactly what makes this dangerous.

Trend Micro’s Zero Day Initiative (ZDI) published the technical details on July 15, giving researchers and attackers alike a roadmap to build exploits.

What Exactly Is CVE-2026-14266?

This isn’t a vague, theoretical weakness. It’s a concrete memory corruption bug in 7-Zip’s XZ decompression logic. When the software processes XZ files with malformed chunked data, the overflow lets an attacker “execute code in the context of the current process,” per the ZDI advisory.

In plain terms: open the wrong file, and the attacker’s code runs with your user privileges. That could mean installing malware, stealing credentials, or pivoting to other systems on your network.

Why XZ Archives Are the Attack Vector

XZ is a popular compression format, especially in Linux and open-source circles. It’s not as ubiquitous as ZIP, but it’s common enough that users let their guard down. Attackers know that. They’ll craft a malicious XZ file, name it something innocuous like invoice.xz or patch.xz, and wait for someone to double-click.

The flaw specifically resides in how 7-Zip allocates memory for chunked data. A heap-based buffer overflow occurs when the program writes more data to a memory region than it can hold. In this case, that overflow can be weaponized to redirect execution flow.

How Serious Is This Really?

Let’s put it in perspective. This isn’t a remote code execution bug that requires no user interaction — you still have to open the file. But that’s a low bar. Phishing emails, malicious downloads, and poisoned USB drives all rely on users opening files.

ZDI’s severity rating hasn’t been fully disclosed in the public summary, but the description alone warrants urgency. Code execution bugs in file archivers have a long history of being exploited in the wild. Remember the WinRAR flaw from 2019? That one let attackers plant malware in startup folders via ACE archives. The 7-Zip XZ vulnerability is cut from similar cloth.

One mitigating factor: 7-Zip runs with the privileges of the current user. So if you’re on a standard account, the blast radius is limited. But if you’re an admin — and many home users are — the attacker gets full control.

What You Should Do About This 7-Zip XZ Vulnerability

The fix is straightforward, but only if you actually do it:

  • Update to 7-Zip 26.02 or later. The patch shipped on June 25. If you’re on an older version, you’re exposed.
  • Enable automatic updates. 7-Zip doesn’t auto-update by default. Check your version manually if you’re unsure.
  • Be wary of XZ files from untrusted sources. Even with the patch, treat unexpected archives with suspicion.
  • Consider using a standard user account. Limiting privileges reduces the impact of any future bug.

To check your version, open 7-Zip and go to Help → About. If it says anything before 26.02, head to the official 7-Zip website and download the latest build.

The Bigger Picture: Archivers Are a Prime Target

File archivers are a juicy target for attackers because they process untrusted data constantly. You download a file, extract it, and never think twice. That trust is exactly what gets exploited.

This isn’t 7-Zip’s first security rodeo, either. The software has seen its share of CVEs over the years, from path traversal issues to other memory corruption bugs. Each one reinforces the same lesson: keep your tools updated.

If you want to dig deeper into how similar flaws work, check out our piece on how archive-based attacks bypass security software. And for a broader look at compression format risks, read about why XZ files are becoming a favorite for malware distribution.

Final Thoughts

Here’s the thing: a single update click takes ten seconds. Recovering from a compromised machine takes hours, sometimes days. The 7-Zip XZ vulnerability is a reminder that even trusted tools need regular attention.

Update to 26.02, stay cautious with archives, and don’t assume you’re safe just because you’ve never had a problem before. Attackers are counting on that complacency.

Continue Reading

CyberSecurity

SonicWall SMA Zero-Days Were Exploited Before Disclosure — Here’s How Attackers Got Root

Published

on

SonicWall SMA zero-days

Zero-Days Hit SonicWall SMA 1000 Before Patches Existed

A previously undocumented threat actor exploited multiple zero-day vulnerabilities in SonicWall Secure Mobile Access (SMA) 1000 series VPN appliances as early as June 22, 2026 — weeks before SonicWall publicly disclosed the flaws. The attacks weren’t just reconnaissance. They resulted in full root access on affected devices.

Security firm Volexity uncovered the campaign during an incident response investigation. The company is tracking the attacker under the moniker UTA0533. That’s a name you’ll want to remember, because this actor is patient, methodical, and clearly well-resourced.

The timeline matters here. Exploitation began in late June. Public disclosure didn’t happen until later. That gap — the zero-day window — is exactly what UTA0533 exploited to compromise devices before administrators even knew there was a problem.

What Volexity Found: Root Access, Not Just Footholds

Volexity’s investigation revealed that the attackers weren’t satisfied with simple unauthorized access. They escalated privileges to root on the SMA 1000 appliances. That level of access means full control over the VPN gateway — the very device organizations trust to secure remote connections.

Once root is achieved, an attacker can:

  • Modify VPN configurations to redirect traffic
  • Harvest credentials and session tokens
  • Deploy persistent backdoors
  • Lateral movement into the internal network

This isn’t a theoretical risk. It’s a confirmed campaign with real victims. Volexity’s report details the attack chain, though the company has withheld some specifics to allow organizations time to patch.

How the Exploitation Worked

While full technical details remain under wraps, Volexity’s analysis points to a combination of vulnerabilities in the SMA 1000 series. The flaws were chained together to achieve remote code execution, then privilege escalation to root.

The attack vector appears to be unauthenticated — meaning no valid credentials were required to trigger the initial compromise. That’s a worst-case scenario for exposed appliances.

Volexity noted that the actor’s tactics, techniques, and procedures (TTPs) don’t match any known group. UTA0533 appears to be a new or previously uncatalogued threat actor. That adds another layer of concern, because defenders can’t rely on existing threat intelligence to spot this group.

SonicWall’s Response and Patch Status

SonicWall released security advisories after Volexity reported the findings. The company has published patches for the SMA 1000 series, and administrators are urged to apply them immediately.

If you’re running an SMA 1000 appliance, here’s what you should do right now:

  1. Apply the latest firmware update from SonicWall
  2. Check for indicators of compromise provided in Volexity’s advisory
  3. Review VPN logs for unusual activity dating back to June 22, 2026
  4. Rotate any credentials that may have passed through the appliance

Delaying patches is no longer an option. The zero-day window has closed, but the actors who exploited it are still active. They’re likely scanning for unpatched devices.

Why This Matters for VPN Security

VPN appliances are prime targets. They sit at the network edge, they’re internet-facing, and they often have privileged access to internal systems. The SonicWall SMA 1000 is a popular choice for mid-sized and large enterprises, which makes it an attractive target for attackers seeking high-value access.

This incident is a reminder that VPN security best practices go beyond just installing patches. You need to monitor for anomalous behavior, restrict management interfaces to trusted IPs, and assume that any internet-facing device could be compromised.

Volexity’s discovery also highlights the value of incident response readiness. The organization that called in Volexity likely avoided a much worse outcome by detecting the breach early. That’s the difference between a contained incident and a full-blown data breach.

What to Watch For Next

UTA0533 isn’t going away. Volexity expects the group to continue exploiting other vulnerabilities, possibly in different VPN products. Security teams should stay alert for new advisories from SonicWall and other vendors.

If you’re responsible for network security, now is the time to audit your edge devices. Check for unauthorized changes, review logs for failed login attempts, and ensure your incident response plan is up to date. The next zero-day could be aimed at your infrastructure.

For more on defending against such threats, see our guide on VPN vulnerability management and the latest network security threat landscape coverage.

Continue Reading

CyberSecurity

Rust Supply Chain Attack Tied to North Korean Hackers Hits Popular arrayref Crate

Published

on

Rust supply chain attack

Poisoned Crates Hit the Rust Ecosystem

Security researchers have linked a new Rust supply chain attack to North Korean state-sponsored hackers. The campaign targeted the Rust ecosystem on August 20, compromising one of its most widely used crates.

The attack centered on arrayref, an array-conversion utility with more than 245 million downloads. Wiz, the cybersecurity firm that first reported the incident, notes that the crate appears in roughly 75% of Rust environments. That’s a staggering reach for a single malicious package.

Hackers published a poisoned version, [email protected], to crates.io using the legitimate maintainer’s account. Within 20 minutes, they also pushed malicious versions of two other crates from the same owner: internment and append-only-vec.

How the Malicious Dependency Worked

The attackers didn’t stop at the main packages. They created typosquatted versions of proc-macro2, a legitimate and widely used crate, and registered several attacker-owned crates with names like aovine, arone, aronenao, and tinymember. All of these referenced the same malicious dependency: [email protected].

That dependency impersonated the real proc-macro2 package. Hidden inside it was a file called build.rs, designed to fetch a platform-specific second-stage binary over TLS. Critically, the code disabled certificate validation, making the TLS connection vulnerable to interception.

Once executed, the build script could deliver a payload tailored to the victim’s operating system. This is a classic supply chain technique: compromise the build process, and you compromise everything downstream.

Rust Security Team Responds Quickly

The Rust Security Response Team acted fast. Within roughly 86 minutes of the malicious packages appearing, they were removed from crates.io. The team later confirmed the compromise in a statement:

“A new version of the arrayref crate was published with a direct dependency on proc-macro1, which would execute a malicious build script.”

Clean versions of the affected crates have been restored. The team found no evidence that the malicious versions were actually used in real-world builds. That’s the good news.

The security team also addressed the question of the maintainer’s involvement. “We do not believe the author of arrayref to be acting maliciously, but their computer or credentials are likely compromised, and we are attempting to contact them,” they said.

North Korean Hackers Behind the Attack

Wiz’s analysis points a finger at Sapphire Sleet, a North Korean threat actor. The group previously mounted the Axios and Mastra NPM supply chain attacks in April and June of this year.

The evidence is substantial. The arrayref payloads beacon to an endpoint used in the Mastra attack. Command-and-control traffic was recorded to an IP address used in the Axios campaign. And all three incidents used infrastructure from the same Hostwinds LLC IP range.

That’s not a coincidence. It’s a pattern.

StepSecurity’s Analysis of the Campaign

StepSecurity’s own analysis shows how carefully the operation was planned. The attackers created typosquatted versions of proc-macro2 and set up an impersonating account right before the poisoned arrayref release was published. The timing was deliberate, designed to maximize the window before detection.

This wasn’t a sloppy attack. Every step was choreographed.

What This Means for the Open Source Community

This incident is another reminder that open source software remains a prime target for nation-state actors. The Rust ecosystem, with its strong focus on safety, is not immune to supply chain attacks.

For developers, the lesson is straightforward: verify the integrity of your dependencies, monitor for unexpected updates, and consider using tools that scan for known malicious packages. The open source supply chain security landscape is shifting, and vigilance is the only defense.

Related incidents in the broader ecosystem include Azure data theft campaigns and malware targeting Zimbra servers. The pattern is clear — attackers are going after the foundations of modern software development.

As for the Rust community, the quick response from the security team is reassuring. But the fact that a North Korean hacking group can compromise a crate with 245 million downloads should give every developer pause.

The Rust supply chain attack was neutralized this time. The next one might not be so easily contained.

Continue Reading

Trending