Data Breaches, Critical Vulnerabilities, In-Person Data Theft & Supply-Chain Attacks

by | Jun 3, 2026 | Security Alerts | 0 comments

In May, we saw the largest number of high-profile data disclosures I have ever seen. We also saw several high and critical vulnerability disclosures from 7-Zip, Ubiquiti, Linux, Microsoft, Google, Apple, and Adobe, along with an FBI warning about in-person data theft. Most importantly, we are seeing an alarming rise in supply-chain attacks targeting open-source tools and public repositories, impacting every business, not just software developers.

Data Breaches:

Businesses across healthcare, retail, software, and travel are included in the list below. Once a disclosure occurs, the data cannot be taken back. Personal account information, financial records, and health records may already be exposed.

Awareness and defensive action are key to protecting yourself and your loved ones. If you use any of these institutions, consider sharing feedback and using your purchasing decisions to make your concerns known. Until these events affect business outcomes, many organizations will not take these risks seriously. Most of these disclosures involve incidents that occurred months earlier, meaning victims may already have been targeted by fraudsters.

Patched Vulnerabilities and In-Person Attacks:

Patches have been released by Microsoft, Adobe, Google, 7-Zip, Ubiquiti, Apple, and others. Several critical Linux kernel-level vulnerabilities also require patching. Because kernel vulnerabilities affect the operating system itself, remediation may require reboots, image updates, and additional planning.

7-Zip is a widely used open-source compression utility found on millions of PCs. It is an excellent tool, but it has no native patching mechanism, so it is often left unpatched.

The FBI is also warning of in-person data theft attacks targeting legal and financial institutions.

Supply Chain Attacks and Public Repositories:

You may hear about supply-chain attacks and think they do not apply to you because you are not a developer. Unfortunately, they do.

Open-source tools and public repositories such as PyPI, npm, and GitHub are used by developers, individuals downloading tools online, commercial software vendors, and AI chatbots that retrieve code when solving problems. Think of supply-chain attacks like poisoning the local water supply. People trust commonly used tools the same way they trust water from the faucet. Attackers exploit that trust to move malicious code into circulation.

This is a serious and growing problem, and there is no simple solution.

What do I need to do?

Staff should be informed of the recent data breaches and understand they may be targeted for fraud. They should be cautious with inbound requests from financial or healthcare institutions and validate requests by calling known phone numbers from official documentation or the institution’s website, not from Google search results. Everyone should also consider freezing their credit with the three major credit bureaus:

We need to begin educating staff about the risks of public and open-source repositories. We can no longer rely solely on the reputation of online sources. We need a process to evaluate, record, and respond to future disclosures. I recommend developing an internal policy that addresses the following:

    • Any use of online source code should be recorded in a shared location, including the tool, code, and version used.
    • If your team develops software, maintain an up-to-date Software Bill of Materials, or SBOM.
    • Consider using prior releases of online code to reduce the risk of using newly poisoned packages.
    • Regularly review code logs and SBOMs to identify whether affected software has been used in your environment.
    • If using LLMs or AI tools, never share critical data or credentials until you can validate what underlying tools or code the model is invoking. If the LLM downloads or uses compromised open-source code, you may expose data shared with the model.

QuickTip: Copying code, or even text, from the internet can be dangerous. Sometimes attackers display one thing on a webpage but copy something entirely different to your clipboard. Before running any code or commands found online, paste them into a plain text editor such as Notepad on Windows or TextEdit on Mac to confirm you copied what you expected.

Additional Resource and Details:

 

As always if you have any questions or concerns about this latest security disclosure, please feel free to reach out.

 

Related posts

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *