A CISO and AppSec perspective: Operating securely in the day-zero normal

Hero Image
  • August 20, 2026

Key takeaways:

  • Frontier AI models are raising the bar for how security programs both execute foundational security practices and adapt to the new reality.
  • For CISOs, this means redesigning the security program to operate effectively at a pace closer to the threat, using runtime context, exploitability-led workflows, scoped automation, and resilient remediation.
  • For AppSec leaders, this means recognizing your function should become the control system that governs what software enters, changes, and remains in production.
  • In the day-zero normal, the advantage belongs to programs that stop counting on time and redesign their operating model to act effectively without it.

Frontier AI models, attacker speed, and the new role of Application Security

AI-driven vulnerability discovery is poised to overwhelm traditional approaches to remediation, forcing a rethink of its cycles, processes, and assumptions. CISOs should shed the assumptions that have long underpinned vulnerability management. Defenders can no longer count on a delay between vulnerability discovery and exploitation. That puts pressure on triage, scanner tuning, patch windows, penetration testing cycles, and human approval workflows.

Prioritization infrastructure also is under strain. Low-code and AI-generated applications are bypassing traditional software development life cycle (SDLC) controls, creating blind spots. Security teams increasingly have to make decisions before the ecosystem has fully normalized a vulnerability through common vulnerabilities and exposures (CVEs), common weakness enumerations (CWEs), scoring, and vendor guidance.

CISOs accustomed to reacting to disclosures face a new operating reality. The priority is no longer reducing vulnerability counts but identifying and containing exploitable risk. They should assume each material vulnerability is a zero-day until exploitability, reachability, and containment can be established in context. Patching remains essential, but it’s no longer sufficient as the primary approach to remediation.

Organizations should rely more on local mitigations, validated compensating fixes, trusted rebuilds, and rapid repaving while upstream fixes catch up. Resilience should focus on containment, safer and faster remediation, runtime visibility, and stronger control over what enters the codebase. Application Security (AppSec) is where these pressures converge and the response takes shape.

What’s changing

Frontier AI model capabilities can exacerbate the consequences of failing to operationalize fundamental security practices. Defense in depth, accurate asset inventory, stronger network and identity segmentation, and earlier software assurance are no longer just maturity goals but prerequisites for operating safely due to the following changes.

Vulnerability management is shifting from catalog-driven to exposure-driven. CVEs, CWEs, and severity scores are no longer sufficient triggers for action and, in many cases, arrive too late to matter operationally. The next trigger set comes from exploit-backed intelligence, model-assisted discovery, and vulnerability operations (VulnOps) workflows that translate those signals into internal discovery, validation, and remediation. The question isn’t if a vulnerability has been fully classified by the ecosystem but whether it’s present, reachable, chainable, and exploitable in your environment right now.

Asset management is evolving into a live operating model for faster security decisions, including those driven by agents. A quarterly configuration management database (CMDB) and a static software bill of materials (SBOM) cannot support machine-speed triage, containment, or change validation. CISOs require a runtime-truth asset graph that joins infrastructure, applications, identities, dependencies, agents, model endpoints, and deployment context. Without a connected view, security teams cannot answer the incident-hour questions that now matter most. What’s exposed? What can reach it? What can it reach?

Governance is becoming the key enabler of safe velocity. In an AI-accelerated threat environment, not every containment or remediation action can wait for human escalation, but fully autonomous action without guardrails introduces unacceptable operational risk. The emerging model is pre-approved, scoped, reversible action within clearly defined boundaries, backed by explicit authority, auditability, and rollback. Over time, leading programs will likely move beyond pre-approval toward pre-validation: simulating the blast radius of a proposed action before it executes.

The secure SDLC is being redefined as enterprises ingest production code generated outside traditional engineering channels. Business users, analysts, and product teams are already using AI tooling to generate software, agents, scripts, and integrations outside standard pipelines. “Vibe coding” has greatly accelerated the ability to develop applications, but it often prioritizes speed, user experience, and functionality over performance, resiliency, and security. That means AppSec can no longer focus only on development-stage controls. It should govern the sanctioned path for software creation and software change, including AI-assisted and citizen-developed output from initial generation through release and remediation.

What this means for CISOs

The priority isn’t simply to accelerate individual controls but to redesign the security operating model across the functions most affected by AI-compressed attack timelines: vulnerability management, SOC, defensive engineering, identity, infrastructure, and AppSec. CISOs should reposition their programs around five imperatives.

Create a joined, current view of assets, identities, dependencies, workloads, images, and AI-layer components. Static inventories should inform that view, not define it. Runtime truth gives your teams the confidence to contain or remediate faster because they can see what an action may affect.

Treat segmentation, identity boundaries, egress controls, and disposable infrastructure as primary controls. They help prevent “exploitable” from automatically becoming “compromised.” Exploit creation is now measured in hours or minutes, while patch development, quality assurance, and deployment still take weeks. Patching still matters, but containment buys time, while validated mitigations, trusted rebuilds, repaving and targeted compensating controls help reduce exposure at attacker speed.

Define a standing authority model for routine, bounded actions such as failing a build, revoking a token, isolating an endpoint, or rolling back a deployment. These actions allow you to contain and reduce exposure without requiring human approval for each obvious case. The critical design principle isn’t full autonomy but safe autonomy.

Restructure traditional scan-and-patch models around exploitability in context rather than service level agreement (SLA) timelines alone. Organize your VulnOps capability around a simple operating loop: discover, prioritize, fix, validate. Use AI-assisted triage, stronger dependency and provenance governance, and faster remediation patterns to contain or reduce exposure before formal upstream fixes arrive. Measure success by how quickly you can determine exploitability in your environment, apply the right remediation path, and validate that exposure has been reduced.

Shift the board discussion from “Are we patching fast enough?” to “Can we reduce reachable exposure at the pace this environment demands?” Committee-driven approvals and quarterly risk reviews cannot produce decisions at adequate speed. Focus on decision rights, measurable exposure reduction, and investment in a more responsive model.

CISOs should coordinate AI-enabled transformation across pressured functions rather than pursuing disconnected point solutions. Together, these functions should evolve toward a common operating model built on shared telemetry, faster validation, and bounded automation.

Diving deeper: The opportunity for application security leaders

AppSec and vulnerability management are converging into a continuous validation function. These functions sit closest to the places where AI is already changing cyber risk: software change, dependency risk, remediation velocity, and the growing volume of AI-assisted development. They’re also where the pressure from compressed discovery-to-exploit timelines is likely to show up first and most visibly. This has three direct consequences.

The era of AppSec centered on application security testing (AST) is ending faster than many programs are prepared to handle. Static AST, dynamic AST, and software composition analysis still produce necessary detection telemetry but are rapidly losing viability as the primary control model. Programs need LLM-assisted code review, including semantic validation, alongside AI-assisted triage to validate and prioritize at the speed the threat now requires.

Organizations should not only detect vulnerabilities but also prove where that code came from, how it was generated, what dependencies it introduced, and whether it passed required security checks before entering production. Such context helps teams determine trust, trace similar instances, assess blast radius, and remediate consistently across affected code.

Many important security flaws should be identified even when they do not exactly match known detection patterns or map neatly to existing taxonomies. Semantic validation assesses what code does, what control objective it may violate, and whether it introduces unsafe behavior, not just whether it resembles a known issue. It also helps verify generated remediation against the intended control outcome.

Two patterns support this shift toward continuous validation: LLM-assisted code-review through semantic control analysis to strengthen detection and evidence, and the self-healing pipeline to close the loop with bounded remediation.

  • Semantic control analysis uses AI to analyze source code without execution, evaluate it semantically against control frameworks, and produce evidence-backed determinations of compliance and noncompliance with concise rationale. That makes it useful for surfacing higher order issues that pattern-based testing may miss and for producing evidence that security, engineering, and audit can use. As new exploit patterns emerge, detection logic can be updated immediately, including through patterns derived from frontier-model intelligence rather than waiting for vendor tools or formal vulnerability enumerations to catch up.
  • The self-healing pipeline points to the next stage of AppSec maturity: bounded, AI-driven remediation in continuous integration and continuous deployment (CI/CD) with predefined rollback paths and validation checks. The goal is to automate the routine, reversible cases so human expertise can focus on ambiguous, high-impact, or cross-system issues, not to remove humans from the process.

Next steps for AppSec leaders

Make AI-assisted semantic code review a control, not a pilot.
Insert AI-assisted semantic code review into your pull-request path and map results to the frameworks that matter to your business. Treat it as an evidence-producing control to accelerate validation you require for prioritization and post-fix retesting.

Establish a sanctioned path for AI-generated code.
Business-led and AI-assisted development will likely continue whether you approve it or not. The right response is to make the secure path easier than the shadow path: approved tools, required checks, provenance capture, and mandatory review.

Stand up VulnOps as a named capability.
The discover-prioritize-fix-validate loop requires clear ownership and tighter integration across your security and engineering teams. A dedicated function can reduce the gap between finding, validation, and safe remediation.

Pilot bounded self-healing remediation.
Start with routine dependency and configuration fixes in your CI/CD where rollback is well understood. Define clear scope boundaries, validation gates, and audit requirements from the outset.

Contributors: Jessica Hale

Contact us

Darren Orf

Darren Orf

Principal, Cyber, Data, and Tech Risk, PwC US

Matt Gregson

Matt Gregson

Partner, Cyber, Data, and Tech Risk, PwC US

Gavin Mead

Gavin Mead

Partner, Cyber, Data, and Tech Risk, PwC US

Kevin Simmonds

Kevin Simmonds

Principal, Cyber, Data, and Tech Risk, PwC US

Follow us

Required fields are marked with an asterisk(*)

Your personal information will be handled in accordance with our Privacy Statement. You can update your communication preferences at any time by clicking the unsubscribe link in a PwC email or by submitting a request as outlined in our Privacy Statement.

Hide