<div cla
TL;DR
Broadcom released a large batch of Spring security advisories on August 20, 2026, with Sonatype tracking 91 CVEs across Spring Framework and related projects. At the time of publishing, Sonatype Guide currently identifies 209,569 software components affected by the security event. The disclosure comes amid a dramatic rise in AI-assisted vulnerability discovery. Broadcom previously reported a more than 1,700% increase in monthly Spring security advisories from March to April 2026. AI is making vulnerability discovery faster, but organizations still have to determine where vulnerable components are deployed, prioritize risk, and identify safe remediation paths. On August 20, 2026, Broadcom published a large collection of security advisories affecting Spring and related projects. The vulnerabilities span multiple Spring projects and include several high-severity issues. The disclosure includes weaknesses involving insecure deserialization, untrusted code execution under certain conditions, exposure of sensitive information, server-side request forgery (SSRF), path traversal, denial of service, improper authorization, and other vulnerability classes.
The scale is notable on its own. But the disclosure also reflects a larger shift already underway in software security: AI is accelerating vulnerability discovery faster than many organizations can absorb and remediate the resulting findings. For Sonatype co-founder and CTO Brian Fox, the Spring disclosure illustrates how AI is accelerating vulnerability discovery faster than downstream remediation: “The Spring team has done exactly what we want a maintainer to do here: process the findings, produce fixes, and publish patched versions. Now the question is how quickly those fixes make their way through the rest of the software supply chain.”
High Number of CVEs Create a Much Larger Remediation Problem
Spring’s August 2026 security advisory affects projects across the ecosystem, including Spring Security, Spring Cloud Config, Spring AI, Spring Data REST, Spring Integration, Reactor Core, Reactor Netty, Spring AMQP, and Spring Batch. Many individual advisories also include fixes across multiple supported version lines. That makes the downstream impact considerably larger than the CVE count alone might suggest. At the time of publication, Sonatype Guide identified 209,569 affected components, many of which are non-Spring components that bundle vulnerable Spring code.
As Fox noted, publishing a fix is only the beginning of the remediation process: “A fix existing upstream doesn’t mean the vulnerability is remediated downstream. Other open source projects have to consume the new versions, enterprises have to understand where they’re exposed, and applications ultimately have to be rebuilt and deployed with those fixes.”
For development and security teams, that turns a vulnerability disclosure into a much larger set of questions: Which applications contain the affected Spring components? Which vulnerable versions are actually deployed? Are those dependencies direct or transitive? Which vulnerabilities present the greatest risk? Which upgrades remediate the issues without introducing unnecessary disruption? Those decisions become harder as vulnerability disclosures grow in both volume and frequency.
Spring Was Already Seeing an AI-Driven Surge
This is not the first unusually large Spring vulnerability release this year. In June 2026, Broadcom said Spring had experienced an over 1,700% increase in monthly security advisories from March to April 2026, prompting the Spring engineering team to expand its use of AI-assisted security analysis and frontier-model scanning. Broadcom also described its June release as the largest set of Spring security updates in the project’s 23-year history. Historically, Spring received an average of roughly 6.5 new security reports per month. In March 2026, that jumped to 55. In April, Spring received 482 security reports across 65 scanned projects, including 370 produced by its own scanning capabilities and another 112 submitted by the community. AI-assisted vulnerability discovery is a major part of that change. Spring has pointed to Anthropic’s Mythos research as one example of how advanced AI models are uncovering vulnerabilities at much greater scale. But Sonatype has not confirmed that Mythos specifically discovered the 91 CVEs included in the August 20, 2026 security event.
CVE-2026-59285: Unsafe Deserialization Can Lead to Remote Code Execution
One vulnerability in the August disclosure stands out for both its severity and potential impact: CVE-2026-59285, an unsafe deserialization vulnerability in Spring for GraphQL. Sonatype Research found that affected applications may be exploitable when they use Jackson 2.x for JSON deserialization, expose paginated GraphQL fields, and include certain classes that can be abused during deserialization. Sonatype rates the vulnerability “9.2 Critical” CVSS score and recommends upgrading to a non-vulnerable version. If Spring GraphQL is included transitively and no direct upgrade path exists, teams may need to update the parent dependency, contact its maintainer, or apply mitigating controls.
CVE-2026-59318: Spring AI Tool Calling Can Bypass Request Boundaries
Another notable issue is CVE-2026-59318, which affects Spring AI’s tool-calling functionality. Under certain conditions, a prompt-injection attack could cause Spring AI to invoke a tool that was not made available to the current request, potentially allowing privilege escalation. Spring rates the vulnerability Medium severity. The issue reflects a broader concern Sonatype Research Labs recently highlighted following Black Hat 2026: telling an AI agent what it should or should not do is not the same as enforcing what it is actually allowed to do. If an attacker can manipulate the model while the underlying system still permits access to a tool or action, prompt-level restrictions may not be enough. Spring recommends upgrading affected Spring AI versions to a fixed release.
What Organizations Using Spring Should Do
Organizations using Spring should review the August advisories and determine if affected versions are present across applications, development environments, and software repositories. Teams should prioritize vulnerabilities based on actual application exposure and exploitability rather than severity scores alone, then move affected components to appropriate fixed versions. More broadly, organizations should prepare for large vulnerability disclosures to become increasingly common as AI-assisted research scales. As vulnerability discovery moves closer to machine speed, vulnerability intelligence and remediation will need to follow. Explore the full Spring August 2026 security event in Sonatype Guide for the latest affected components, CVEs, and associated weaknesses.
First seen on securityboulevard.com
Jump to article: securityboulevard.com/2026/08/91-spring-cves-the-ai-vulnerability-consumption-problem/

