On June 27, 2026, pseudonymous researcher "bikini" published the "Exploitarium" repository on GitHub containing over 30 proof-of-concept exploits for zero-day vulnerabilities in open-source projects. No coordination with any maintainer occurred. Among them, CVE-2026-55200 in libssh2 carries a CVSS 9.2 score, is a pre-authentication RCE, and is already confirmed in active exploitation by independent detection. The event reopens the fracture over disclosure responsibility in the cybersecurity community.
- The Exploitarium repository holds over 30 zero-day PoCs for open-source projects including libssh2, FFmpeg, Gitea, 7-Zip, PHP, OpenVPN, VLC, RustDesk, Nmap, and others, published June 27, 2026, without CVD coordination.
- CVE-2026-55200 in libssh2 is a pre-authentication RCE with CVSS 9.2; detection engineer Ethan Andrews independently verified it and confirmed active exploitation.
- The researcher automated the fuzzing process using OpenAI models but specified that individual exploits were "hand-typed," not auto-generated.
- The stated motivation is recruitment into the security field: immediate publication lowers barriers to entry and makes material more applicable than traditional write-ups.
Method: AI-Assisted Fuzzing, Manual Exploits
The researcher stated the entire fuzzing process was automated using OpenAI models, specifically GPT-5.3. The model was initially identified as GPT-5.5-3-Codex-Spark. AI was used in the discovery phase, not in writing the PoCs. "None of the actual PoCs themselves were vibe-coded; I did, in fact, hand-type them," bikini wrote in the repository.
The README message is explicit: "You do NOT need a SOTA model to help you identify these issues, I promise!" The choice of non-cutting-edge models, combined with manual exploit authoring, defines a hybrid profile that separates the research phase from the publication phase.
Heise reports "nearly two dozen" vulnerabilities, a figure slightly below the subsequent dozen-plus exploits added to the repository. The count grew in the days after launch: starting around 15 exploits, the repository surpassed 30. This dynamism makes a definitive total impossible to establish at time of writing.
CVE-2026-55200: The Gravest Case and Its Dependency Chain
The NVD record for CVE-2026-55200 identifies an out-of-bounds write in the ssh2_transport_read() function of libssh2, affecting versions through 1.11.1 inclusive. The attack vector described in sources involves sending SSH packets with oversized packet_length values to manipulate heap memory.
The severity stems from three combined factors: pre-authentication, remote code execution, and confirmed active exploitation. Ethan Andrews, cybersecurity analyst and detection engineer at Federal Signal Corporation, independently verified the vulnerability and confirmed its active exploitation status. According to Infosecurity Magazine, Andrews calls it "the most severe vulnerability to emerge from the repository and the one under active exploitation."
A patch exists in the libssh2 mainline branch (commit 7acf3df), but maintainers were still finalizing the formal release at the time of sources. The gap between branch fix and official release exposes all distributions that do not manually apply the correction. Transitive dependency amplifies the problem: libssh2 is used by curl, Git, and PHP, extending the attack surface beyond the direct component.
The CVD Refusal: Recruitment or Irresponsibility
Bikini confirmed via Discord to Infosecurity Magazine that no maintainer was informed before publication. The lack of CVD is intentional. "I think it's the best way for people to learn and become allured into the field," the researcher stated. The researcher adds that "open disclosure is better for everyone in 99% of circumstances" and that traditional write-ups "raise the barrier to entry making someone go back and install outdated software to test on."
"Of course not. The disclaimer might help, but at the end of the day, they have the free will to make their own choices" — bikini, responding to whether the repository disclaimer was a sufficient deterrent
The repository disclaimer reads: "Do NOT, under any circumstances, use any material in this repository maliciously. This is good-faith, open-disclosure vulnerability research intended to get more people interested in exploring this area of cybersecurity. Cybercrime is cringe." Asked whether this warning constitutes an effective safeguard, the researcher answered negatively, delegating responsibility for use to the "free will" of users.
Ethan Andrews separates intent from risk: "It shows a meaningfully different intent than a coordinated offensive toolkit release, but a risky decision at the same time, especially with no vendor coordination." Patrick Garrity, vulnerability researcher at VulnCheck, expressed concern and stated: "We strongly encourage a coordinated approach." VulnCheck did not endorse the method, though it had separately received the CVE-2026-55200 report from Tristan Madani.
Community Divided: Active Exploitation Versus Learning
The concrete impact of the repository measures on two levels. The first is technical: CVE-2026-55200 is under active exploitation, and 12 additional vulnerabilities in the repository have received CVE identifiers (CVE-2026-58049 through CVE-2026-58058, CVE-2026-58592, CVE-2026-58593). The second is cultural: the publication sparked comparison with "Nightmare Eclipse," a researcher who in May 2026 released Microsoft zero-day exploits without coordination.
Some issues reported in the repository were "dismissed as low impact noise" by the community, according to Infosecurity Magazine. This suggests variability in quality and severity within the collection, which cannot be treated as homogeneous. Only CVE-2026-55200 has reached the critical threshold with documented active exploitation.
Andrews released 44 KQL detection rules on Detections.ai and GitHub, providing concrete tooling for security teams. SystemTwoSecurity, in its report dated July 10, 2026, confirms CVE-2026-55200 as a pre-auth RCE and mentions CVE-2026-20896 in Gitea, with MITRE ATT&CK mapping and active exploitation indicators. The vendor source does not independently verify the "130 0-Days Dropped" figure cited in a third-party headline.
Immediate Actions
Security teams must address the situation with priority, specific actions.
Monitor the Exploitarium repository on GitHub for new additions and updates, given the exploit count is growing and not yet stabilized.
Apply commit 7acf3df in the libssh2 mainline branch for CVE-2026-55200, pending the formal patch release, evaluating manual compilation in distributions that do not receive automatic updates.
Implement the 44 KQL detection rules published by Ethan Andrews on Detections.ai and GitHub to identify active exploitation attempts in your infrastructure.
Verify the transitive presence of libssh2 in dependencies of curl, Git, PHP, and other components that may expose the vulnerability without being directly listed in software inventories.
The brief does not specify remediation measures for the other vulnerabilities in the repository, whose patch availability remains largely unknown at time of writing.
The researcher's real identity, the exact current total of vulnerabilities, the quantification of active exploitation for CVE-2026-55200, and the patch status of affected projects beyond libssh2 are not documented in available sources.
Sources
- https://www.infosecurity-magazine.com/news/researcher-exploitarium-exploits/
- https://iototsecnews.jp/2026/07/02/researcher-behind-exploitarium-explains-release-of-undisclosed-zero-day-exploits/
- https://www.heise.de/en/news/Exploitarium-Anonymous-security-researcher-publishes-two-dozen-zero-days-11350105.html
- https://nvd.nist.gov/vuln/detail/CVE-2026-55200
- https://systemtwosecurity.com/share/inspiration/VNJMKFVM
- https://www.infosecurityeurope.com/en-gb/blog/guides-checklists/how-to-disclose-software-vulnerability.html
Information verified against cited sources and current as of publication.