Skip to content
Beveiligingsnieuws

This Week’s Cybersecurity Roundup: Key Threats & Moves

Zombie Card-aanval

Cyber threats evolve fast, and not every incident gets the spotlight of a standalone report. That’s why a cybersecurity news roundup is useful: it connects the dots across active exploit campaigns, new attack techniques, policy or advisory updates, and breach claims so you can keep a wider view of the threat landscape.

Below is a structured look at this week’s highlights and what they may mean for organizations, security teams, and anyone responsible for risk decisions.

CISA pushes urgent fixes for a Ray code injection flaw

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) issued a directive to federal civilian agencies to prioritize remediation of a severe code injection vulnerability in Ray-Project Ray, tracked as CVE-2025-62593.

According to the update, the vulnerability was added to the Known Exploited Vulnerabilities catalog after threat actors were observed actively abusing it in the wild. BitSight also reported that exploitation has been linked to RondoDox, a Mirai-inspired botnet.

RondoDox is described as using a large set of exploits—reported as 174 distinct techniques—to compromise exposed edge devices. The practical takeaway is straightforward: if Ray-Project Ray is part of your environment, treat the issue as urgent and validate whether you are vulnerable.

GitHub clarifies: an exploited workflow wasn’t caused by AI

Another development focuses on how vulnerabilities are discovered and misunderstood. An autonomous AI tool developed by Wiz reportedly found and exploited a critical GitHub Actions workflow vulnerability in a public Snowflake repository, enabling unauthorized access to internal Jira ticket content.

Early coverage suggested the vulnerable snippet might have been introduced by GitHub Copilot. However, GitHub clarified to SecurityWeek that the relevant code fragment was entirely human-authored, not introduced by the AI assistant.

This matters because it affects how teams interpret security responsibility and how they review automation-assisted code changes. Regardless of the cause, the incident underlines the importance of safeguarding CI/CD workflows—especially those that can grant broad access when misconfigured.

Threema hits with sustained DDoS disruption

Encrypted messaging provider Threema reportedly faced significant service disruptions after a series of sophisticated, sustained DDoS attacks. The attacks targeted both Threema’s infrastructure and a colocation partner, aiming to overwhelm systems and degrade availability.

To regain stability, the company implemented specialized upstream traffic filtering to stop malicious requests before they reached production servers. While the details of the attackers’ tooling were not the focus here, the defensive pattern is familiar: quick upstream mitigation can be essential during prolonged volumetric or application-layer pressure.

Evooo1Bot: a modular Linux botnet beyond simple DDoS

FortiGuard Labs is monitoring Evooo1Bot, described as a highly modular Linux botnet targeting internet-facing devices. The botnet reportedly compromises systems by exploiting more than a dozen known CVEs.

What stands out is that this Mirai variant is positioned as more than a pure DDoS actor. It includes capabilities such as an SSH brute-forcer, a credential sniffer, and a SOCKS5 relay module that can convert infected machines into persistent proxy nodes for further attacker activity.

From a defense perspective, this combination increases impact: a device may be taken over for initial access, then used as a stepping stone for lateral movement or traffic routing. Organizations should ensure exposed services are patched, monitored for brute-force patterns, and segmented where possible.

T-Mobile reports stopping an intrusion by physically cutting router access

One of the most unusual entries this week involves physical containment. T-Mobile’s cybersecurity team reportedly stopped an active network intrusion associated with the Chinese state-sponsored hacking group Salt Typhoon in 2024 by physically cutting a compromised router’s network cable with scissors at a Bellevue data center.

The report context is that T-Mobile was targeted in a broad espionage campaign that also impacted several other major U.S. carriers. While many incidents are handled through software isolation or network policy changes, the decision to cut hardware access suggests the team needed rapid, high-confidence containment.

If you manage critical connectivity, this is a reminder to consider incident playbooks that support both digital and physical response options—particularly when remote remediation may be too slow.

TeamPCP claims large-scale data theft from Alation

A data catalog provider, Alation, confirmed it experienced an unauthorized intrusion into its internal network following a cyberattack.

The group TeamPCP claims responsibility and alleges that it exfiltrated 73 gigabytes of sensitive data from the enterprise software company. Public claims should always be treated carefully, but the incident confirmation indicates that organizations using Alation—or those with similar data catalog environments—should pay attention to indicators of compromise and review access logs.

Sakura Internet breach potentially exposes over 1 million customer records

Japanese hosting provider Sakura Internet discovered a severe data breach affecting its sales management system. The exposure may have compromised contract and membership information for up to 1.36 million users.

The breach was detected during an investigation of a completely different malware infection that impacted a small subset of rental server accounts. This is a common real-world pattern: one incident leads to discovery of another, often with data exposure that extends the scope beyond the initially infected subset.

Organizations should assume that security investigations can reveal additional security debt. Having a clear process for expanding scope—from systems to data records—can reduce time-to-response when secondary issues emerge.

Medusa ransomware escalates exploitation of GoAnywhere and BeyondTrust

A joint advisory from CISA, the FBI, and HHS warned that affiliates of Medusa ransomware are rapidly exploiting newly disclosed vulnerabilities in Fortra GoAnywhere and BeyondTrust to compromise critical infrastructure.

The update also highlights evolving evasion techniques. Reported enhancements include using Minidump for credential theft and Interactsh dynamic URLs to verify whether network exploitation succeeded.

The advisory notes that more than 500 critical infrastructure organizations have been impacted to date. Even if you don’t use every targeted component, this signal reinforces the broader risk: when high-impact vulnerabilities appear, threat actors often move quickly from proof to active exploitation.

Zombie Card attack: expired Visa cards can still be used via relay trick

Researchers have demonstrated a new Zombie Card attack that aims to bypass certain cryptographic checks so attackers can complete contactless payments using physically expired Visa credit cards.

The method described involves a smartphone relay setup that alters the expiration date provided to the point-of-sale terminal. The researchers’ framing is that an attacker can exploit a communication gap between local payment hardware and the issuing bank.

In the reported results, the attack does not appear to work against Mastercard, American Express, and Discover, and it does not work against all banks. Visa did not respond to SecurityWeek’s request for comment.

While this is academic research rather than a confirmed widespread campaign, it’s still a useful benchmark for how payment systems may be tested: if cryptographic or protocol assumptions differ between components, attackers may look for gaps to manipulate transaction validation.

Post-quantum hardware milestone: NIST certification for an HSM module

On the defensive and standards side, a Canadian security firm, Crypto4A, reportedly became the first company globally to achieve FIPS 140-3 Level 3 validation for a hardware security module (HSM) supporting all NIST-approved post-quantum cryptographic algorithms.

The newly certified QASM module is described as providing tamper-resistant protection for sensitive cryptographic keys—positioning it as infrastructure that can help future-proof sensitive operations against advanced quantum threats.

For organizations planning long-term cryptography upgrades, certification milestones like this can reduce uncertainty around hardware trust and compliance. It also reinforces that “future readiness” is becoming a matter of measurable controls, not just strategy decks.

What to do with this roundup

A cybersecurity news roundup is only useful if it changes decisions. Based on the themes above, consider focusing on three practical areas.

  • Patch quickly: treat known exploited vulnerabilities—like the Ray-Project Ray code injection issue—as high priority.
  • Harden access paths: review CI/CD and workflow permissions, not only application code, especially when automation is involved.
  • Assume fast attacker follow-through: ransomware and botnet activity often accelerates after new disclosures, so shorten the time from advisory to remediation.

Availability attacks, data theft claims, and protocol research show that the threat landscape keeps broadening—from network disruption to payment-system edge cases and long-term cryptographic resilience.

Conclusion

This week’s cybersecurity news roundup spans actively exploited software vulnerabilities, clarification around workflow exposure, and multiple real-world attack patterns—from DDoS and botnets to ransomware exploitation and payment research. Use these updates to validate your patch posture, tighten workflow security, and ensure your monitoring can catch both fast exploitation and slower, compounding secondary impacts.

Source: https://www.securityweek.com/in-other-news-zombie-card-attack-t-mobile-cut-cable-to-stop-hackers-github-denies-ai-caused-bug/