惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
云风的 BLOG
云风的 BLOG
Martin Fowler
Martin Fowler
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
量子位
Engineering at Meta
Engineering at Meta
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
罗磊的独立博客
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog RSS Feed
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
V2EX

Wiz Blog | RSS feed

Meet Wiz for M365: Bringing SaaS into the Security Graph Bringing Security Visibility to Vercel with Wiz Axios NPM Distribution Compromised in Supply Chain Attack Tracking TeamPCP: Investigating Post-Compromise Attacks Seen in the Wild The Wiz Blue Agent, now Generally Available Beyond the Badge: What Achieving Microsoft’s Certified Software Designation Means for Your Cloud Security Introducing the Green Agent: AI-Powered Remediation for the Cloud Three’s a Crowd: TeamPCP trojanizes LiteLLM in Continuation of Campaign KICS GitHub Action Compromised: TeamPCP Strikes Again in Supply Chain Attack Introducing the Wiz Red Agent- AI-Powered Attacker Introducing Wiz AI Application Protection Platform (AI-APP) Introducing Wiz Agents & Workflows: Security at the Speed of AI AI Runtime Threat Detection: From Input to Real-World Impact Trivy Compromised: Everything You Need to Know about the Latest Supply Chain Attack It’s Official: Wiz Joins Google Understanding and Reducing AI Risk in Modern Applications Introducing Wiz Tenant Manager: Multi-Tenant Management for Federated Organizations The Agile FedRAMP Playbook, Part 4: Reactive Risk Management through Enriched Incident Response Wiz Achieves CPSTIC Certification in Spain Seeing AI Clearly: Building Visibility Across Modern AI Applications The Agile FedRAMP Playbook, Part 3: Preventative Risk Management by building Secure by Design Wiz Leads the 2026 Latio Application Security Report with awards in 4 categories Building an Agentic Cloud Security Ecosystem: A Reference Architecture with Wiz MCP and Infosys Cyber Next The Agile FedRAMP Playbook, Part 2: Proactive Risk Management with Continuous Monitoring Cloud-native Security for your Windows environment: Announcing the Wiz Runtime Sensor for Windows Would You Click ‘Accept’? Automatically detecting malicious Azure OAuth applications using LLMs Wiz Named a Leader in The Forrester Wave™: Cloud Native Application Protection Solutions, Q1 2026 The Agile FedRAMP Playbook, Part 1: Why Risk is Your Best Starting Point Introducing AI Cyber Model Arena: A Real-World Benchmark for AI Agents in Cybersecurity Wiz + Spotify Backstage: Security at the Developer’s Desk
From Detection to Remediation: It’s Time to Rethink AppSe...
Arnon Trabelsi, Ziad Ghalleb · 2026-02-17 · via Wiz Blog | RSS feed

Five years after Log4Shell, the industry faced another critical RCE, this time in the React and Next.js ecosystems. Nearly 40% of cloud environments were affected by React2Shell, and exploitation was observed in the wild within hours.

Despite years of investment in scanners and “shifting left,” many teams were still unprepared, finding themselves flooded with SCA findings. Knowing a vulnerability exists is no longer enough. Teams need to know whether it is exposed, reachable, and how to fix it at the source. Yet tracing a critical runtime vulnerability back to code still relies on spreadsheets, tribal knowledge, or fragile CMDB mappings.

Wiz closes that loop. We’ve extended the Wiz Security Graph to connect validated runtime vulnerabilities from the Wiz Attack Surface Scanner (ASM) directly back to their source code. This allows teams to fix the most critical risks first, at their root cause.

It’s not about shifting left or shielding right; it’s about connecting the two into a single, unified workflow.

From Theoretical CVE to Validated Attack Path: Exposing Exploitable Risk

Not every vulnerable dependency results in real exposure. The real question is whether that vulnerability made it to production and is reachable from the outside world.

When the Attack Surface Scanner detects an internet-exposed application, it safely probes the endpoint with a crafted payload. When exploitation is confirmed, the Wiz Security Graph immediately correlates the signal with the corresponding finding in the code, raised by Wiz Code’s SCA scanner.

What was once a theoretical CVE becomes a validated attack path, clearly marked as "Validated External Risk" and "Has Code Remediation". Teams now have a risk they can act on immediately.

Filter risk issues with validated external risks and a path to remediate in code.
Focus on vulnerabilities proven exploitable by the Wiz Attack Surface Scanner.

End the Guesswork: Full Traceability with the Code-to-Cloud Pipeline

Once a risk is validated, Wiz doesn’t just generate another alert. It provides full traceability through the Code-to-Cloud Pipeline, showing the complete lineage of the issue across four stages:

  • Source: The repository and exact manifest file

  • Build: The CI job and commit hash

  • Artifact: The container image and registry

  • Runtime: The running workload and external exposure

Wiz Code to Cloud Pipeline showing the propagation of a vulnerability from code to runtime

This lineage is built automatically by the Wiz Security Graph. No manual tagging, no custom CI configuration, and no agents required.

One-Click Remediation: From Validated Finding to Pull Request

Detection only matters if remediation is easy. From a validated runtime finding, users can click Remediate, review the recommended fix, such as upgrading a dependency in package.json, and open a pull request directly against the source repository.

Open a fix PR directly from Wiz

The fix lands exactly where developers already work, with clear context on why the issue matters and where it is running in production.

Teams can also interact with Mika AI, which pulls in the Issues Expert agent to provide deeper guidance. Beyond a simple upgrade, the agent may recommend additional mitigations, such as middleware protections or compensating controls, to further reduce risk. In addition to mitigating the risk, developers learn code security best practices by doing.

Explore additional mitigating controls with Mika AI and the Issues Expert

Tame the Long Tail of Vulnerabilities: How Wiz Solves Security Debt

Not every risk needs the same response or the same timeline. After addressing an urgent RCE, teams are left with the long tail: hundreds, if not thousands, of lower-severity findings that accumulate over time. While not immediately exploitable, they create important security debt and compliance drag.

Wiz addresses this with Posture Issues. These are equivalent to fix campaigns, designed for medium- and long-term remediation.

Because a single vulnerable package or library can propagate across dozens of services, traditional tools surface this as hundreds of separate findings. Wiz flips that model. By grouping vulnerabilities by their source-mapped code finding, Wiz consolidates every runtime issue that traces back to the same component (unique dependency in a code repository) into a single, actionable problem.

Group vulnerabilities in cloud workloads by their unique component in code (root cause)
NextJS library in code causing multiple critical vulnerability findings in cloud environment

This enables teams to:

  • Define clear, achievable remediation goals (for example, “remove this vulnerable dependency everywhere”).

  • Align AppSec and development teams around shared objectives.

  • Drive lasting posture improvements, not just point-in-time fixes.

Instead of patching workloads one by one, teams fix the root cause in code and collapse an entire class of weaknesses across the environment. The blast radius becomes an advantage; a single fix that delivers broad risk reduction.

Short-term, Wiz helps you respond to critical issues. Long-term, it helps you systematically keep risk down.

Adopt an AppSec Model Aligned with Modern Applications

This capability is available now. If you’re a Wiz customer, start by filtering your risk issues by "Validated External Risk" and "Has Code Remediation". Fix what’s exploitable and stop chasing noise.

Learn more about Wiz Attack Surface Management and Wiz Code SCA in the documentation (login required).