What Happened to Hallucinated Critical CVEs for SQLite?
In late July 2026, a series of critical CVEs for SQLite were published and initially accepted by the NVD and CISA's ADP, only to be swiftly debunked by JFrog Security Research as fabricated or 'LLM slop.' This incident highlighted significant vulnerabilities in the CVE vetting process, exacerbated by a backlog at NIST's NVD, and underscored the growing risk of AI-generated misinformation in cybersecurity.
Quick Answer
In July 2026, a GitHub repository published several critical CVEs purportedly affecting SQLite, which were subsequently listed by the National Vulnerability Database (NVD) and CISA's ADP. However, security researchers at JFrog quickly exposed these as 'hallucinated' or fabricated, with the cited code and vulnerabilities not existing in the specified SQLite versions. This event exposed weaknesses in the automated vulnerability ingestion process, particularly in light of NIST's NVD facing a significant backlog since February 2024, leading to less rigorous manual verification. As of August 2026, the incident serves as a stark warning about the risks of AI-generated misinformation in cybersecurity and the need for robust human verification in vulnerability reporting.
📊Key Facts
📅Complete Timeline12 events
NIST NVD Pauses Deep Analysis of CVEs
The National Vulnerability Database (NVD), managed by NIST, significantly reduced its deep analysis and enrichment efforts for incoming CVEs due to a massive surge in vulnerability reports, leading to a backlog.
Google Introduces Project Naptime (Later Big Sleep)
Google initially described Project Naptime, an AI-aided framework designed to enhance automated vulnerability-finding methods, which later evolved into Big Sleep.
Google's Big Sleep Discovers Real SQLite Zero-Day
Google's AI tool, Big Sleep, successfully identified a legitimate stack buffer underflow zero-day vulnerability in a development branch of SQLite, which was subsequently fixed.
Google Publicly Announces AI-Discovered SQLite Vulnerability
Google publicly announced that its AI agent, Big Sleep, had discovered a real zero-day vulnerability in SQLite, marking a significant milestone for AI in security.
Warnings Issued on AI Hallucinations and 'Slopsquatting'
Cybersecurity researchers and experts began issuing warnings about AI hallucinations leading to new threats like 'slopsquatting,' where AI models suggest non-existent software packages that attackers could register.
SentinelOne Details Real SQLite Vulnerability CVE-2024-0232
SentinelOne published technical details on CVE-2024-0232, a heap use-after-free vulnerability in SQLite's JSON parsing functionality, enabling denial of service attacks.
SUSE Issues Security Update for Real SQLite CVEs
SUSE released a security update for SQLite, addressing legitimate memory corruption vulnerabilities (CVE-2026-11822, CVE-2026-11824) in the FTS5 extension.
Hallucinated SQLite CVEs Published and Flagged Critical
A newly created GitHub repository published a batch of SQLite vulnerability advisories, which were quickly flagged as critical by the NVD and CISA's ADP.
SQLite Releases Version 3.53.4 with AI-Discovered Bug Fixes
SQLite released version 3.53.4, a maintenance patch release primarily fixing 'AI-discovered bugs,' noting a decline in the rate of such reports.
JFrog Security Research Debunks Hallucinated CVEs
JFrog Security Research published an analysis debunking the recently issued critical SQLite CVEs, identifying them as fabricated 'LLM slop' due to non-existent code and failed PoC tests.
SentinelOne Details Real SQLite Vulnerabilities CVE-2026-51300 and CVE-2026-51296
SentinelOne published advisories for two legitimate use-after-free vulnerabilities in SQLite 3.41, CVE-2026-51300 and CVE-2026-51296, affecting expression parsing and JSON modules respectively.
Hacker News Discusses Hallucinated SQLite CVEs
The cybersecurity community, including discussions on Hacker News, continued to analyze and discuss the implications of the 'Critical CVE issued for hallucinated SQLite vulnerability' incident.
🔍Deep Dive Analysis
The cybersecurity community faced a significant disruption in late July 2026 when a series of critical Common Vulnerabilities and Exposures (CVEs) related to the widely used SQLite database engine were published and rapidly disseminated. These advisories, originating from a newly created GitHub repository, claimed to detail severe memory corruption and use-after-free vulnerabilities in various SQLite versions. Initially, these CVEs gained traction, being flagged as critical by the National Vulnerability Database (NVD) and CISA's Automated Indicator Sharing (ADP) program.
The rapid acceptance of these seemingly critical vulnerabilities raised alarms, prompting deeper investigation. JFrog Security Research quickly stepped in to verify the claims, only to discover that the reported vulnerabilities were entirely fabricated. Their analysis revealed that the code paths and functions cited in the advisories did not exist in the specified SQLite versions, and proof-of-concept payloads failed to trigger any crashes or demonstrate the described flaws. JFrog's researchers termed these as 'LLM slop,' suggesting they were likely generated by large language models without factual basis.
This incident was a direct consequence of systemic issues within the vulnerability reporting ecosystem. A critical factor was the significant backlog at NIST's NVD, which, since February 2024, had paused its deep analysis and enrichment efforts for incoming CVEs due to an overwhelming surge in reports. This meant that many vulnerabilities were being processed with less manual scrutiny, creating an opening for unverified or fabricated entries to gain official recognition. The CVE submission process itself, lacking robust identity verification, further contributed to the ease with which such 'slop CVEs' could be introduced.
The consequences of these hallucinated CVEs were immediate and far-reaching. Security teams, relying on automated feeds and the perceived authority of NVD and CISA, wasted valuable resources investigating non-existent threats, attempting to patch non-existent code, and generating internal tickets. This not only diverted attention from genuine vulnerabilities but also risked eroding trust in the CVE system itself. The event served as a stark reminder of the dangers of AI hallucinations in high-stakes environments like cybersecurity, where incorrect information can lead to misallocated resources, false alarms, and potentially overlooked real threats.
As of August 3, 2026, the cybersecurity community is grappling with the implications. There's an increased emphasis on the need for human-in-the-loop verification for AI-generated security intelligence and a renewed call for improvements in the CVE vetting process. While AI continues to show promise in discovering real vulnerabilities (as demonstrated by Google's Big Sleep finding a legitimate SQLite zero-day in late 2024), this incident underscores the critical importance of distinguishing between AI-assisted discovery and AI-generated fabrication. SQLite itself continues to release updates addressing real, often AI-discovered, bugs, while also maintaining its own authoritative list of vulnerabilities to counter misinformation.
What If...?
Explore alternate histories. What if Hallucinated Critical CVEs for SQLite made different choices?