Aisle Discovers 6 New CVEs in Curl, Including the Oldest Issue Ever Reported

Hacker News Top News

Summary

AISLE discovered 6 new CVEs in curl, including the oldest vulnerability ever reported (over 25 years old), using its model-agnostic AI system. All findings were fixed in curl 8.21.0.

No content available
Original Article
View Cached Full Text

Cached at: 06/25/26, 11:10 AM

# AISLE Discovers 6 CVEs in curl, Including Oldest Issue Ever Source: [https://aisle.com/blog/aisle-discovers-6-new-cves-in-curl-including-the-oldest-issue-ever-reported](https://aisle.com/blog/aisle-discovers-6-new-cves-in-curl-including-the-oldest-issue-ever-reported) Curl runs on more than 30 billion devices\. As one of the most important pieces of software in the world, it facilitates data transfers to and from operating systems, containers, appliances, CI pipelines, package managers, SDKs, cars, and is even on Mars inside NASA's Ingenuity Helicopter\. Billions of users never run the`curl`command directly, but still depend on libcurl, the engine behind curl, through another product\. On May 11, 2026, curl founder and lead developer Daniel Stenberg announced that Anthropic’s Mythos model had found a single CVE in curl\. His[blog post](https://daniel.haxx.se/blog/2026/05/11/mythos-finds-a-curl-vulnerability/)unleashed a wave of research, which led to a flood of security reports to the curl project and, eventually, to the highest number of CVEs ever issued for a release of curl, 18\. AISLE led all security organizations with 6 of those[18 CVEs](https://curl.se/mail/lib-2026-06/0026.html), plus additional valid findings, across curl and libcurl\. The next\-closest AI\-powered organization received 3 CVEs, while researchers using Anthropic and OpenAI models found 1 each\. These discoveries provide further validation that AISLE's[model\-agnostic system](https://aisle.com/blog/system-over-model-zero-day-discovery-at-the-jagged-frontier)can[outperform frontier models](https://aisle.com/blog/mythos-at-home-and-its-called-aisle)at a fraction of the cost, in[any deployment environment](https://aisle.com/blog/your-security-shouldnt-depend-on-someone-elses-api)\. All AISLE findings were responsibly disclosed to the curl project and were fixed in the June 24, 2026 release of[curl 8\.21\.0](https://curl.se/ch/8.21.0.html)\. We urge everyone to update to the latest version\. ## Finding the Oldest curl Security Issue Ever Reported Curl is of particular interest to security researchers: the easy bugs are long gone, and what remains is difficult to find: old protocol paths, state reuse, callback behavior, credential selection, and code paths that are easily forgotten about\. That’s why we used AISLE’s autonomous vulnerability detection capability to find vulnerabilities in fall 2025, discovering[29 valid findings and 5 CVEs](https://aisle.com/blog/curl-adopts-aisle-after-its-ai-agents-discovered-5-cves)\. The 6 CVEs most recently identified by AISLE range from classic memory\-lifetime issues to logic bugs in how libcurl decides whether a connection, credential, or host identity is still valid\. They include CVE\-2026\-8932, the oldest curl vulnerability reported so far at over 25 years of age\. Shipped in releases since curl version 7\.7, it was first shipped on March 22, 2001\. ## A Summary of AISLE’s Findings Notably, several issues only affect libcurl applications, not the curl command line tool\. This means they affect the code embedded deep inside products where users do not know it is present, and where they become likely targets reachable through application behavior\. Finding Area What happened [CVE\-2026\-8926](https://curl.se/docs/CVE-2026-8926.html) `\.netrc`credential handling curl could select a password belonging to a different user for the same host when the URL supplied a username but no password \(credential confusion\)\. [CVE\-2026\-8925](https://curl.se/docs/CVE-2026-8925.html) SASL authentication curl could clean up and free the same GSASL context twice in SASL\-enabled protocol flows \(double free\)\. [CVE\-2026\-8932](https://curl.se/docs/CVE-2026-8932.html) mTLS connection reuse libcurl could reuse an existing connection even after client certificate or private key settings had changed \(authentication bypass\)\. [CVE\-2026\-9080](https://curl.se/docs/CVE-2026-9080.html) Multi socket callback lifecycle calling`curl\_easy\_pause\(\)`inside a socket callback could leave libcurl writing through a freed internal pointer \(use after free\)\. [CVE\-2026\-9547](https://curl.se/docs/CVE-2026-9547.html) SSH host validation with the libssh backend, SCP/SFTP transfers using a host\-key callback could accept a server key type that should have been rejected \(improper host validation\)\. [CVE\-2026\-10536](https://curl.se/docs/CVE-2026-10536.html) HTTP/2 stream dependencies resetting and then cleaning up a handle using HTTP/2 dependency options could cause libcurl to touch already\-freed state \(use after free\)\. AISLE also reported several other curl bugs, including three memory safety issues: - [Use\-after\-free in \`curl\_easy\_duphandle\(\)\` with HTTP/2 stream\-dependency tree](https://hackerone.com/reports/3751701) - [Heap\-OOB read in urlapi \`redirect\_url\(\)\` via \`CURLU\_GUESS\_SCHEME\` \+ \`CURLU\_NO\_GUESS\_SCHEME\` flow](https://hackerone.com/reports/3751715) - [CURLOPT\_HSTS\_CTRL disables shared HSTS without share guard — use\-after\-free and double\-free](https://hackerone.com/reports/3733934) Not every bug becomes a CVE, but these reports fall within the same category\. They are all subtle edge cases in mature infrastructure code, especially around memory safety, state transitions, and esoteric API paths\. ## Bolstering the Case for Model\-Agnostic Security Systems The fact that AISLE claimed 6 of the 18 total findings in this release provides further support of our premise that well\-engineered, model\-agnostic systems rival high\-powered frontier models on cybersecurity tasks\. Moreover, AISLE did more than simply discover vulnerabilities\. Three CVEs were also patched using fixes generated by our platform\. It goes to show that[cybersecurity capability is jagged](https://aisle.com/blog/ai-cybersecurity-after-mythos-the-jagged-frontier): for well\-defined security tasks, smaller models can outperform much larger and more expensive LLMs\. Notably, they can do so locally, completely on\-premises,[without making API calls](https://aisle.com/blog/control-is-the-new-frontier-in-security-ai)\. The challenge is to match model capability and security needs\. In other words, AI\-native cybersecurity is not primarily a compute problem, but an engineering problem\. ## Engineering AI for Security with AISLE AISLE’s end\-to\-end vulnerability management platform delivers autonomous security within your deployment constraints, from air\-gapped networks to the cloud\. If you want to see what AI will find in your codebase,[talk to us](https://aisle.com/demo)\. *Our sincere thanks to the curl project for their professionalism throughout the disclosure process\. All our CVEs were reported and disclosed by Joshua Rogers of the AISLE Research Team\.*

Similar Articles

Mythos finds a curl vulnerability

Lobsters Hottest

Daniel Stenberg reports that Anthropic's Mythos AI model identified a vulnerability in curl, highlighting the growing role of advanced AI in security auditing while noting initial access hurdles via the Linux Foundation.

CVE-2026-28952: Apple macOS 26.5 Kernel Vuln found by Claude

Hacker News Top

Apple released security updates for macOS Tahoe 26.5 addressing multiple vulnerabilities including kernel bugs, denial-of-service, and sandbox escapes. The update includes fixes for CVEs discovered by various researchers, one of which (CVE-2026-28952) was reportedly found by Claude AI.