Book an Appointment
MANAGED ZERO-DAY MONITORING · 24/7/365

When exploits are faster than patches, classic vulnerability management is no longer enough.

More than half of the confirmed exploited vulnerabilities of the 2025 cohort were attacked on or before the day of disclosure. Anyone who only reacts to CVE advisories and patch cycles is defending a window of time that no longer exists. VamiSec operates zero-day monitoring as a managed service — AI-supported, continuous and using the same methods attackers apply today.

From the outside with VamiRedteam · close to the code with VamiAppSec · monitored around the clock by VamiSec

0%15%30%45%60%2018201920212023202518,7%53,6%ZERO-DAY RATE (TTE ≤ 0)

Share of confirmed exploited vulnerabilities that were attacked on or before the day of disclosure. Own illustration, data from the industry initiative zerodayclock.com ↗

The data

The interval between disclosure and attack has fallen to zero.

The Zero Day Clock — an industry initiative supported by more than 120 experts from security research and industry — measures the interval between the publication of a vulnerability and its first confirmed exploitation. The result across eight CVE cohorts is unambiguous.

771201848520192312020682021682022520230,52202402025MEDIAN DAYS TO EXPLOITATION (LOG.)

Median days between CVE publication and first confirmed exploitation, by CVE cohort. Logarithmic scale. The 2025 cohort reaches 0 days — attack and disclosure fall on the same day.

771 → 0Median days to exploitation, 2018 cohort compared with 2025 cohort
53.6%of the exploited vulnerabilities of the 2025 cohort were attacked on or before the day of disclosure (2018: 18.7%)
57.6%were exploited within 24 hours of disclosure (2018: 19%)
119new vulnerabilities became known per day on average during the BSI reporting period 2024/2025 — around 24% more than in the previous year

Sources: Zero Day Clock (data basis: 3,568 confirmed exploited CVEs from CISA KEV, VulnCheck KEV and VulnCheck XDB, disclosure date from the NVD; as of July 2026) and the BSI report on the state of IT security in Germany 2025. The current year 2026 is deliberately not shown, because the source's partial-year figures are not yet consistent.

Why this is accelerating right now

AI now finds vulnerabilities faster than any human team.

What until recently was specialist work spanning months is today completed by AI systems within hours — verifiable, publicly documented and on both sides of the front line. This is not a forecast but documented practice.

01

More than 10,000 critical findings in one program

Together with around 50 partners, Anthropic has found more than ten thousand vulnerabilities of high or critical severity in widely used software. When 1,752 findings were re-examined by independent security firms, 90.6% proved to be genuine — the most robust public quality figure available for AI-supported vulnerability research.

Anthropic, Project Glasswing (2026)
02

17-year-old flaw, exploited autonomously within hours

A cyber assessment from the same program documents how an AI model independently found and exploited a 17 year old remote code execution flaw in FreeBSD, developed 181 working exploits against Firefox and uncovered a 27 year old OpenBSD bug — at costs in the four- to five-figure range.

Anthropic, Cyber Assessment Mythos Preview (April 2026)
03

The first AI-discovered zero-day

In 2024, Google's agent “Big Sleep” became the first AI system to find a genuine, previously unknown vulnerability in the wild (SQLite). In 2025, 20 further findings in widely used open-source software followed — including CVE-2025-6965, a case in which an imminent exploitation was demonstrably cut off in advance.

Google Project Zero / DeepMind
04

First place against human bug hunters

In June 2025, the autonomous pentest agent XBOW became the first non-human participant to reach first place in the HackerOne US leaderboard — after around 90 days and more than a thousand submitted reports.

HackerOne US leaderboard, June 2025
05

Fully autonomous, 45 minutes, 152 dollars

In the final of the DARPA AI Cyber Challenge, seven AI systems found 54 of 70 embedded vulnerabilities and patched them in an average of 45 minutes for 152 US dollars per case — and additionally discovered 18 previously unknown real-world vulnerabilities.

DARPA AIxCC, DEF CON 33 (August 2025)
06

The capability is freely available

Open models with published weights cannot be recalled. Examining a frontier model that was openly released in July 2026, the British and the US AI security institutes found that its safeguards did not prevent attempts at exploit development and offensive operations.

UK AISI & US CAISI, July 2026

Anthropic expects that within six to twelve months further providers will hold models of this performance class — and may release them without safeguards. Defenders have to adapt in order to keep pace.

Anthropic, “Expanding Project Glasswing” (June 2026)
The gap

Patch cycles defend a window of time that closed long ago.

Classic vulnerability management is indispensable — but by design it is reactive: it can only take effect once a vulnerability has been published, assessed and a patch is available. That chain is exactly where the risk lies today.

Classic vulnerability management on its own

  • Requires a published CVE — unknown flaws in your own code or your own configuration never appear there
  • Works in scan intervals, while exploitation today takes place on the day of disclosure
  • Prioritizes by CVSS base scores instead of by actual exploitability in your environment
  • Produces findings without proof — whether an attack path really works remains open
  • Does not detect flaws in business logic or in the interaction between components at all

Zero-day monitoring as a complement

  • Continuously tests your own systems and your own code — regardless of whether a CVE exists
  • Runs permanently instead of in intervals: 24 hours a day, seven days a week, all year round
  • Prioritizes by validated exploitability — evidenced by reproducible proof within the authorized scope
  • Uses AI-supported methods that match those of current attackers
  • Finds logic and chaining flaws for which there will never be a CVE

Zero-day monitoring does not replace your vulnerability management. It closes the gap between “not yet published” and “already exploited” — and delivers the evidence you need to prioritize.

Our solution

Two perspectives on the same question: what is exploitable here?

VamiSec operates zero-day monitoring with two proprietary, AI-supported platforms — one tests from the outside, from the attacker's perspective, the other with full access to code and build chain. Together they cover what an attacker sees, and what they do not see yet.

From the outside · attacker's perspective

VamiRedteam

AI-native, agentic pentesting platform. Six specialized agents map, model and exploit autonomously — within a signed Authorization Cage.

  • 24/7 Continuous Adversary Mode instead of a point-in-time snapshot
  • Six agents: Scout, Cartograph, Strike, Phantom, Witness, Brief — sharing one knowledge graph
  • Six modules: Web, Mobile, AI, Infrastructure, OSINT and TLPT
  • Vami Logic Graph finds business logic flaws that scanners structurally overlook
  • Verified proof-of-concepts instead of assumptions — every action scoped, signed and logged in a hash-chained record
  • OWASP-aligned, DORA- and TIBER-EU-ready; CVSS v4 for classic findings, AIVSS for AI-specific ones
  • Sovereign hosting in the Open Telekom Cloud, no third-country transfer
Discover VamiRedteam
Close to the code · with full visibility

VamiAppSec

LLM-supported application security platform. Six scanners in one pipeline, every finding enriched, deduplicated and paired with an actionable fix — right where vulnerabilities arise.

  • Six scanners in one pipeline: Semgrep (SAST), Gitleaks (secrets), Checkov (IaC), Syft (SBOM), Grype (CVE) and Claude Code Security Reviewer
  • Testing on every commit — across code, Infrastructure-as-Code, containers and dependencies
  • One consistent schema for all findings: CWE, CVSS, file, line, fingerprint — instead of six separate dashboards
  • LLM enrichment per finding: exploitability, impact in business context and a fix proposal for your stack
  • CI/CD quality gates: merge block on critical findings, SARIF directly on the pull request
  • Native integration with GitHub, GitLab, Bitbucket and Jenkins
  • Can be operated entirely on your own infrastructure; audit-ready evidence for ISO 27001, NIS2 and DORA
Discover VamiAppSec
Managed Service

Technology detects. People decide.

A tool on its own makes no one more secure. As an MSSP we take on the operation, the assessment and the translation into concrete measures — embedded in your processes and your reporting obligations.

24/7/365 operation

We operate both platforms for you: scope definition, authorization, tuning and continuous operation — without you having to build up an offensive team of your own.

Validation instead of noise

Every relevant finding is reviewed by our analysts and substantiated with reproducible proof. You receive confirmed attack paths with a recommended course of action, not lists of hits.

Dynamic testing and fuzzing

In addition to the platforms, we bring in established testing methods — dynamic analysis, fuzzing, threat modeling and manual penetration tests carried out by certified testers.

Integration into your toolchain

Connection to your SIEM/SOAR, your ticketing and your CI/CD pipelines. Findings arrive where your team already works — including a connection to VamiGRC for audit-ready evidence.

Reporting deadlines under control

Once a vulnerability is actively exploited, the clock is running. We deliver the technical basis for your notifications under CRA, NIS2/BSIG and GDPR — with timestamps and robust documentation.

Reporting for both levels

A technical report with reproduction steps for your team, and a condensed management summary with risk and trend development for the executive level.

Regulation

Anyone required to report exploited vulnerabilities first has to be able to detect them.

No law prescribes “zero-day monitoring” in so many words. But several regulatory frameworks require effective security testing, functioning detection and the reporting of actively exploited vulnerabilities within tight deadlines. That is exactly what this service contributes to.

CRA

Reporting obligation from 11 September 2026

The Cyber Resilience Act obliges manufacturers to report actively exploited vulnerabilities in their products: early warning within 24 hours, notification within 72 hours, final report no later than 14 days after a corrective measure becomes available. The prerequisite is that the exploitation is noticed at all. Annex I Part II additionally requires effective and regular security testing.

NIS2 · BSIG

Detection and evidence of effectiveness

§ 30 Abs. 2 BSIG requires, among other things, risk analysis, the handling of security incidents and an assessment of the effectiveness of the measures; for critical installations, § 31 Abs. 2 additionally requires attack detection systems. Reporting deadlines under § 32: 24 hours, 72 hours, final report one month after the 72-hour notification.

DORA

Detection and resilience testing

For financial entities, Art. 10 requires mechanisms to detect anomalous activities promptly. Art. 25 explicitly names vulnerability assessments and scans, source code reviews and penetration tests within the testing program; for identified entities, threat-led testing under Art. 26 is added.

ISO/IEC 27001

Matching controls in the ISMS

Continuous zero-day monitoring maps directly onto A.5.7 (threat intelligence), A.8.8 (management of technical vulnerabilities) and A.8.16 (monitoring activities) — with reports that hold up as evidence in an audit.

Please note: zero-day monitoring is a supporting measure. Which measures are appropriate and proportionate in your case follows from your risk analysis — and that is precisely where we support you. This page does not constitute legal advice.

Find out what is exploitable in your systems

In a non-binding initial consultation we define the scope, clarify the authorization and show what continuous zero-day monitoring looks like in concrete terms for you.