Blog

DAST, API security, and the work behind it.

Practical guides and original research on dynamic application security testing, API discovery, DevSecOps, and AI-era code security.

Buyer's Guide

Top 10 DAST Tools in 2026 (Honestly Ranked)

An honest, criteria-based ranking of the top DAST tools in 2026, including where our own product wins and loses.

Jun 3, 2026

Read full post →
Insight

Indirect Prompt Injection, Explained: When an Agent's Tool Output Becomes an Instruction

Indirect prompt injection arrives inside data a model was asked to read. How it works, why unattended agents raise the stakes, and which controls hold.

Sep 11, 2026

Insight

Did Your DAST Scan Actually Test the App? A Passing Check Should Say How Many Requests It Sent

A passing DAST check can mean the rule found nothing or sent nothing. Per-rule request counts and a tested-nothing flag tell you which one you have.

Sep 9, 2026

Insight

The App Your Agent Built This Morning Has Never Been Scanned

Apps built with coding agents skip DAST because nobody onboarded them. Put the scan in the agent's definition of done: an org rule, a skill, one MCP call.

Sep 8, 2026

Insight

Server-Side Request Forgery (SSRF), Explained

Nineteen SSRF flaws sit in CISA’s KEV catalog. The bug is not that the server made a request. It is that nobody checked where the request was going.

Sep 4, 2026

Research

PaperCut's Missing Auth Check Just Became a KEV

CVE-2026-81578 lets an unauthenticated request reach PaperCut's config editor; chained with CVE-2026-82078 it becomes RCE. The whole chain hinges on one missing check. Includes a Nuclei template.

Sep 2, 2026

Insight

AI Infrastructure Security Testing: The Newest Layer, the Oldest Bugs

A CVSS 10.0 MCP server, a gateway that forwards a header into a fetch, a route that returns its own password. Not one of them is an AI vulnerability.

Aug 31, 2026

Insight

Web Cache Deception: When Your CDN Serves One User’s Data to Everyone

A cache key contains the method and the URL. It does not contain the user. Everything hard about this follows from that one line.

Aug 28, 2026

Insight

Reverse Proxy Access Control Testing: The Layer in Front of Your Code

A CVSS 10.0 flaw in Oracle’s WebLogic proxy plug-in landed in CISA’s KEV catalog. The bug is not in anyone’s application code.

Aug 26, 2026

Insight

MFA Enforcement Testing: Policy vs. the Live Endpoint

An identity audit tells you who is enrolled. Only a live request tells you whether the endpoint enforces. Those two answers drift apart quietly.

Aug 24, 2026

Insight

CORS Misconfiguration: The Wildcard Is Not the Risk

Access-Control-Allow-Origin: * cannot leak an authenticated response, because browsers will not allow it. The configuration that does is the one written to replace it.

Aug 21, 2026

Insight

Zombie CVEs: The Case for AI Code Regression Testing

Frontier coding agents write working code 83% to 95% of the time. Only 24% to 36% of it is also secure. Most of the rest revives a vulnerability somebody already fixed, with no CVE attached.

Aug 19, 2026

Insight

DAST vs Penetration Testing: What Each One Proves

Each one proves something different, and neither proves everything. A plain-language taxonomy of DAST, human pentesting, and the autonomous category, for your next RFP or budget conversation.

Aug 17, 2026

Research

A Zero-Day With No CVE, No Patch, and Nothing to Match

The GeoServer flaw under active exploitation is unauthenticated SQL injection through an OGC filter. On day zero there is no CVE and no signature. The only thing that catches it is behavior.

Aug 14, 2026

Insight

Speed Was Never the Bottleneck. Trust Was.

AI collapsed the cost of producing a change. It did not collapse the cost of believing one, and every AI security pitch optimizes the half that already got cheap.

Aug 12, 2026

Insight

MCP Solves Half of Your AI Security Problem

MCP closes the find-to-fix loop for developers working through a coding agent. It has nothing to attach to when the app was built by someone who will never run one, and both land on the same AppSec team.

Aug 10, 2026

Insight

JWT Validation: Decoding a Token Is Not Verifying It

Five separate assertions hide inside the sentence "the token is valid." Algorithm, key, issuer, audience, expiry, and where each one quietly goes missing.

Aug 7, 2026

Insight

Patched Twice, Bypassed Twice: A Case for Authentication Bypass Regression Testing

N-able N-central picked up two KEV entries for one authentication bypass, because the first patch was incomplete. Why a CVE number is not evidence that a protected route refuses a session.

Aug 5, 2026

Insight

SQLite Got a Critical CVE for a Vulnerability That Doesn't Exist

Six critical SQLite CVEs were fabricated by a language model and rejected four days later. What that says about severity labels, and about the pipelines that consume them.

Aug 3, 2026

Announcements

NightVision Skills Are Now Available in Codex

Four skills, installable from the Codex plugin directory, that let a coding agent discover an API from source, configure a DAST scan, wire it into a pipeline, and triage what comes back.

Jul 31, 2026

Insight

Mass Assignment: How a Signup Form Creates an Admin Account

The form showed four fields. The endpoint accepted nine, and one of them was role. What a mass assignment vulnerability is, which frameworks are at risk, and how to test for it by hand.

Jul 29, 2026

Insight

Authentication Is Not Authorization

A valid login is not a valid claim to the data behind the next ID. What broken object level authorization is, why it hides from testing, and how to test for it on purpose.

Jul 27, 2026

Insight

Your API Spec and Your Running API Disagree

The OpenAPI spec says one thing; the running app answers another. Why API documentation drifts from reality, where the gaps hide, and how to test the inventory you actually expose.

Jul 24, 2026

Insight

Scan, Fix, Verify Is Only as Good as the Evidence: Wiring a DAST MCP Server Into Your Coding Agent

Your coding agent can write the fix but cannot see the running application. How to wire DAST into the agent loop over MCP, and keep a human on the merge.

Jul 22, 2026

Insight

ASP.NET Core API Security Testing: Start From the Source, Not the Swagger File

A generated swagger.json reflects annotation discipline, not the route table. How a source-derived spec, including the authorization attributes, changes what your scan is pointed at.

Jul 20, 2026

Insight

Your Scan Passed Because It Never Logged In

A passing DAST scan can mean the scanner never logged in. How silent authentication failure happens, why it hides, and how to verify an authenticated scan actually got inside.

Jul 17, 2026

Insight

Everyone Is a Developer Now. That's Your New Attack Surface.

Vibe coding turned non-developers into app builders. The five security pain points that creates, and why the old AppSec review gate cannot absorb them.

Jul 15, 2026

Insight

MCP Server Security Testing: The Shadow API Someone Is Already Scanning

SANS saw 49 IPs probing one host for MCP servers; Knostic found 1,862 exposed, none authenticated. A shadow MCP server is an API nobody wrote down. How to inventory, authenticate, and test it.

Jul 13, 2026

Insight

Shadow API Discovery: Why Your API Inventory Should Start From Source Code

Traffic and gateway tools only see endpoints that pass through them. Source-derived discovery finds shadow and zombie REST endpoints before deployment.

Jul 8, 2026

Insight

From Runtime Finding Back to the Line That Caused It

Source-linked DAST connects supported runtime findings to endpoint code, giving AI agents reproducible evidence for changes that still pass through human review.

Jul 6, 2026

Insight

Autonomous Penetration Testing: A CISO Reality Check

Confidence in autonomous penetration testing is falling. The 2026 evidence, where full autonomy breaks, and the agent-ready, human-in-the-loop model that holds up.

Jun 30, 2026

Guide

API and Application Security Testing: What You Should Know

Our comprehensive guide to next-generation API and application security testing: why legacy DAST and SAST miss API-first apps, how discovery-driven testing works, and how NightVision maps to federal API security requirements.

Updated Jun 2026

Buyer's Guide

Top 10 API Security Tools in 2026 (Honestly Ranked)

Runtime protection, testing, and discovery compared, honestly ranked across the API security category.

Jun 3, 2026

Insight

TeamPCP Shows Why “Secure the App” Now Means “Secure the Pipeline”

TeamPCP's supply-chain attacks turn stolen CI/CD secrets into ransomware. Learn how DAST and API discovery shrink the blast radius of pipeline compromise.

May 27, 2026

Insight

The Native Domain of Agentic Engineering

Why static analysis is the native domain of agentic engineering: AI agents both build and rely on static analysis, powering API eNVy's rapid evolution.

Mar 30, 2026

Announcements

NightVision Skills for Claude Code Are Now Available. Here's What They Do.

NightVision skills for Claude Code: four skills covering scan configuration, API discovery, finding triage, and CI/CD integration, installable in a minute.

Mar 5, 2026

Insight

Claude Code Security Is Here. What It Changes, and What It Doesn’t.

Claude Code Security is strong at code reasoning and patches. Here's how NightVision's API inventory controls and runtime DAST complement that scope.

Mar 3, 2026

Research

Your Crawler Is Testing the Same Button 50 Times. Ours Isn't.

FragGen, NightVision's fragment-based crawler upgrade, skips redundant page components, delivering 3.5x more states and 5x faster crawl efficiency.

Feb 11, 2026

Insight

Beware the Invisible APIs: The Serious Threat Posed by AI Coding Assistants

AI coding assistants create shadow APIs faster than teams can document them. Why legacy security tools fail and how code-level API discovery closes the gap.

Jan 28, 2026

Research

Introducing Automated Authentication Issue Remediation: From Detection to Pull Request in Minutes

API eNVy now finds authentication vulnerabilities, generates fixes with LLMs, and opens ready-to-review pull requests, in minutes instead of weeks.

Jan 21, 2026

Research

Introducing Intelligent Waits for Spidering

NightVision's crawler now uses WebDriver BiDi network and DOM signals instead of fixed delays, so spidering captures fully rendered dynamic web apps.

Nov 18, 2025

Insight

Why Every Business Needs NightVision's DAST

Legacy DAST misses undocumented APIs and breaks on modern apps. See how NightVision discovers APIs from code, then attacks them with code-traced proof.

Nov 4, 2025

Insight

Federal API Security Requirements (U.S.) - and How NightVision Helps

How federal mandates from NIST, CISA, OMB, FedRAMP, and EO 14028 shape API security, and how NightVision's API eNVy plus gray-box DAST helps you comply.

Sep 30, 2025

Research

Introducing Intelligent Form Handling for DAST Scans

Web forms are gateways to core app features but hard for crawlers to handle. NightVision's LLM-augmented spider generates context-aware form inputs for DAST.

Sep 17, 2025

Insight

API‑Security Approaches in 2025

A breakdown of six API-security approaches in 2025, WAFs, traffic mirroring, spec linting, legacy DAST, and why hybrid DAST plus code-intelligence wins.

Aug 21, 2025

Insight

Introducing Broken-Flask: Why SAST, DAST, and CNAPP Aren't Enough

Broken-Flask is an intentionally vulnerable Flask API whose SQL injections evade SAST, SCA, CNAPP, and traditional DAST, proving exploitability is what matters.

Aug 12, 2025

Insight

Mother Knows Best: Fix API Security Problems at Their Source

Reactive API security costs more than prevention. Learn why code-level API discovery plus CI-speed DAST fixes inactive, zombie, and shadow APIs at the source.

Jun 19, 2025

Insight

Fast DAST That Runs at Developer Speed

Modern DAST belongs in CI. Eight reasons to plug dynamic security testing into every pull request, plus how NightVision runs at developer speed.

Jun 17, 2025

Research

Introducing the NightVision MCP Server: A New Way to Interact with NightVision

The open-source NightVision MCP Server lets AI assistants like Claude and Cursor run DAST scans, discover APIs, and fetch results via natural language.

Apr 22, 2025

Research

Next.js Middleware Bypass (CVE‑2025‑29927) Detection

CVE-2025-29927 lets attackers bypass Next.js middleware via the x-middleware-subrequest header. NightVision's Nuclei template detects it with a two-stage approach.

Mar 26, 2025

Insight

Today Yogi might have said: "You can learn a lot from Discovery."

Why static-analysis API discovery beats the traffic-monitoring approach: faster, cheaper, complete, and it finds inactive, zombie, and shadow APIs before deployment.

Mar 21, 2025

Press Release

NightVision Transforms Secure Software Development With Application Testing Solution

NightVision launches a gray-box AppSec testing solution that identifies and locates exploitable vulnerabilities before code reaches production.

May 29, 2024

Announcements

NightVision Has Completed a SOC 2 Exam. Here's What It Means for You.

NightVision has completed a SOC 2 Type 2 examination. Learn what a SOC 2 report is, what it covers, and why it matters for the security of your data.

May 24, 2024

Press Release

NightVision Bolsters Advisory Board To Propel Development and Deployment of Application Security Testing Solutions

NightVision builds a high-powered Advisory Board and adds cybersecurity veterans John Steven and Shaun Murphy to its Board of Directors to guide AppSec growth.

Apr 23, 2024

Announcements

NightVision Raises $5.4 Million In Seed Funding to Develop Fast and Easy-to-Use Application Security Testing

NightVision secures $5.4M in seed funding to build fast, easy-to-use gray-box application security testing that finds exploitable vulnerabilities pre-production.

Apr 15, 2024

Industry

The Essential Role of Dynamic Application Security Testing (DAST) in Complementing Static Application Security Testing (SAST)

Why DAST is essential alongside SAST: it proves vulnerabilities exist by simulating real attacks, works with any framework, and cuts false-positive noise.

Feb 15, 2024

Press Release

NightVision Now Discovers and Documents Software Application Programming Interfaces (APIs) In Seconds

NightVision releases API eNVy, an API discovery and documentation solution that uncovers shadow APIs in seconds using static analysis, no agents required.

Sep 11, 2024

Announcements

NightVision hires Qilong Wang to lead Engineering, to Help Shift the DAST Space Towards Developers

NightVision appoints Qilong Wang as VP of Engineering, bringing leadership experience from Mobi, SilverRail, Gomez, and Dynatrace to its whole-app DAST.

Nov 15, 2023

Experience confidence in your AppSec program.

Run a free NightVision scan on your own app: onboarding takes a few clicks and under a minute, and request-level findings retain HTTP evidence.