Zero-Day Attack Response: 5 Steps to Protect Your Business

by The Creator | Jul 28, 2026

Business owner reviewing zero-day attack response checklist on computer screen with network security alerts

A zero-day attack response plan is no longer optional for small and mid-sized businesses. When hackers recently began exploiting a vulnerability in FastJson, a widely used Java library, they gained the ability to execute remote code on business systems without any user interaction or elevated privileges. For an SMB running affected software, that means an attacker could access your network, steal data, or deploy ransomware before you even know the vulnerability exists.

What is a zero-day attack and why does it matter to your business?

A zero-day attack exploits a software vulnerability on the same day it becomes publicly known, before vendors can release a patch. The “zero” refers to the number of days developers have had to fix the problem. In the FastJson case, attackers targeted U.S. companies almost immediately after the flaw was disclosed, exploiting the narrow window between discovery and patching.

For SMBs, this timing creates serious risk. You might run business-critical applications that rely on FastJson or similar open-source components without knowing it. Your accounting software, customer relationship management system, or manufacturing execution platform could all contain the vulnerable code. When a zero-day drops, you face a race: patch before attackers find you, or deal with a breach.

The consequences hit hard. A successful remote code execution attack allows an intruder to run commands on your systems as if they were a legitimate user. They can exfiltrate client files, encrypt your data for ransom, or establish persistent access for future attacks. For a professional services firm holding client trust data, or a manufacturer managing proprietary designs, that exposure translates directly to lost contracts, regulatory fines, and reputational damage that takes years to repair.

How do you know if your systems are vulnerable to a zero-day attack?

Most SMBs discover vulnerability exposure the hard way: through a breach notification or a frantic call from a vendor. The FastJson attacks illustrate the challenge. FastJson is an open-source library embedded in countless Java applications. Unless you maintain a detailed software inventory, you might not know which of your business applications depend on it.

Start with your software vendors. When a zero-day disclosure happens, contact every vendor whose products touch your network and ask three questions: Does your product use the vulnerable component? Which versions are affected? When will a patch be available? Document the answers and prioritize based on internet exposure. A customer portal running vulnerable code poses higher immediate risk than an internal-only application.

If you manage any in-house applications or use open-source tools directly, check your dependency lists. Java applications typically include a manifest or build file that lists libraries. Search those files for the vulnerable component name. For FastJson specifically, look for “com.alibaba.fastjson” in your Maven or Gradle configurations.

This inventory work feels tedious until you need it. During a zero-day event, every hour spent hunting for affected systems is an hour attackers can exploit. Knowing your software stack in advance turns a chaotic scramble into a methodical response.

What are the essential steps in zero-day attack response?

When a zero-day vulnerability drops, follow these five steps in order:

1. Verify the threat applies to your environment. Read the vendor security bulletin carefully. Not every zero-day affects every configuration. The FastJson flaw, for example, required specific conditions to exploit. Confirm your version numbers, deployment settings, and network exposure match the vulnerable scenario before you panic or disrupt operations unnecessarily.

2. Isolate internet-facing systems immediately. If you confirm exposure on a system accessible from the internet, segment it from your core network while you patch. Use firewall rules to restrict inbound connections to only essential IP addresses. For a manufacturing firm, this might mean temporarily limiting remote access to your production scheduling system until you can apply the fix.

3. Apply patches or workarounds as soon as they become available. Vendors often release patches within hours or days of a zero-day disclosure. Test the patch on a non-critical system first if possible, but don’t delay deployment for weeks of testing. The risk of running vulnerable software in production almost always outweighs the risk of a patch causing minor compatibility issues.

4. Check logs for signs of exploitation. Even if you patch quickly, attackers may have already probed your systems. Review web server logs, application logs, and firewall logs for unusual activity during the exposure window. Look for unexpected POST requests, failed authentication attempts, or outbound connections to unfamiliar IP addresses. If you find evidence of compromise, treat it as an active incident and engage your incident response plan.

5. Verify backup integrity before considering yourself safe. Sophisticated attackers sometimes compromise backups to maximize ransom leverage. After patching, test a backup restore to a isolated system and scan it for malware. If your backups are clean, you have a recovery path. If they’re compromised, you need to identify your last known-good backup before the exposure window began.

What does zero-day attack response cost an SMB?

The direct costs are relatively low if you catch the vulnerability before exploitation. Patching requires staff time (perhaps a few hours for your IT team or managed service provider to test and deploy) and potential brief downtime for system restarts. For most SMBs, this means $500 to $2,000 in labor and lost productivity.

The cost of a successful zero-day attack tells a different story. Data breach response typically starts at $50,000 for a small incident (forensics, legal review, and notification) and climbs rapidly with scope. A ransomware attack can demand $25,000 to $500,000 in ransom alone, plus recovery costs that often exceed the ransom by three to five times. For manufacturers, production downtime adds $5,000 to $50,000 per day depending on your operation size.

Regulatory exposure adds another layer. If you hold client data covered by HIPAA, state privacy laws, or contractual data protection agreements, a breach through an unpatched zero-day can trigger fines and lawsuits. The argument “we didn’t know about the vulnerability” rarely holds up when patches were publicly available and you failed to apply them within a reasonable window.

The hidden cost is opportunity loss. Every hour your team spends responding to a breach is an hour they’re not serving clients, improving operations, or growing the business. For a professional services firm, a publicized breach can cost you active proposals and damage client relationships that took years to build.

Do you need a formal zero-day attack response plan?

Yes, if you want to stay in business. That might sound dramatic, but the math is straightforward. Zero-day vulnerabilities appear regularly. The FastJson attacks are one example in a steady stream of similar events. Without a documented response plan, each new disclosure triggers chaos: frantic Googling, confused vendor calls, and delayed action while you figure out who’s responsible for what.

A good plan doesn’t need to be complex. One or two pages covering these elements will serve most SMBs well: a contact list (internal IT staff or your managed service provider, key vendors, and your cyber insurance carrier), a decision tree for severity assessment (which vulnerabilities require immediate action versus routine patching), and clear authority assignments (who can authorize emergency downtime, who communicates with clients).

Test the plan at least annually. Pick a past zero-day disclosure, pretend it just happened, and walk through your response steps. Time how long it takes to contact vendors, identify affected systems, and make patching decisions. If the exercise takes more than a few hours, simplify your plan or improve your software inventory.

For manufacturers and professional services firms subject to compliance frameworks (CMMC, SOC 2, or state data protection laws), a documented incident response plan isn’t optional. Auditors expect to see it, and they expect evidence you’ve tested it. The zero-day response plan becomes a subset of your broader incident response documentation.

How can you reduce zero-day attack exposure before the next disclosure?

You can’t prevent zero-day vulnerabilities from existing, but you can shrink your attack surface and improve your reaction time. Start with network segmentation. If your accounting system, customer database, and production controls all sit on the same flat network, a single compromised application can lead to total exposure. Segmenting by function (office systems, production systems, guest WiFi) contains breaches and buys you response time.

Maintain that software inventory we mentioned earlier. Use automated tools if your budget allows, or a simple spreadsheet if it doesn’t. The key is knowing what runs where, which vendor supports it, and which versions you’re using. Update this inventory whenever you deploy new software or retire old systems.

Subscribe to security advisories from your critical vendors and from CISA (the Cybersecurity and Infrastructure Security Agency). Most vendors publish security bulletins via email or RSS feeds. CISA aggregates cross-industry alerts that cover widely exploited vulnerabilities. Reading these advisories takes 10 minutes a week and ensures you hear about zero-days as soon as patches become available.

Finally, accept that zero-day attack response will occasionally disrupt business as usual. Patching a critical internet-facing application might require brief downtime during business hours. Isolating a vulnerable system might temporarily break an integration your team relies on. These disruptions are inconvenient but manageable. A breach is catastrophic. Adjust your risk tolerance accordingly and give your IT team (or your managed service provider) the authority to act quickly when a credible zero-day threat emerges.

The FastJson attacks remind us that threat actors move fast and target businesses of all sizes. Your response speed, not your company size, determines whether a zero-day disclosure becomes a footnote in your security log or a chapter in your breach recovery story.

Keep reading

Sources

Source: Hackers target US firms in FastJson RCE zero-day attacks