IRIS C2 Zero-Day Marketplace: How Two Convicted Fraudsters Jack Berkman and Jacob Wohl Launched a Government-Facing Exploit Trading Operation
IRIS C2, a newly emerged Virginia company, has drawn scrutiny from cybersecurity journalist Brian Krebs for its bold claims of purchasing zero-day vulnerabilities and selling offensive cyber tools to governments while being led by two individuals with documented histories of fraud and deception.
The firm appeared on social media in January 2025 and quickly began publishing content about vulnerabilities, artificial intelligence, and hacking tools. On its website, IRIS C2 presents itself as a provider of offensive cyber capabilities based in McLean, Virginia, offering rewards ranging from $10,000 to $7 million for zero-day exploits, exploit chain components, and fully developed attack tools targeting major software platforms.
The company actively recruits young researchers skilled at finding vulnerabilities and developing exploits, emphasizing that formal education or prior work experience is unnecessary and that talent and high intelligence are the primary criteria. According to data from the government contracting portal G2Exchange, the IRIS C2 website is managed by Calvexa Group LLC, a registered federal contractor in Virginia, although no direct government contracts appear in public records.
Founders' Criminal Background and Deceptive Practices
The address of Calvexa Group is linked to lobbyist Jack Berkman, who directed inquiries about IRIS C2 to his longtime partner Jacob Wohl. Both men have previously created fictitious intelligence companies, disseminated false accusations against American politicians, and participated in illegal robocall campaigns.
In 2022, Berkman and Wohl pleaded guilty to wire fraud charges in Ohio, receiving fines, probation, and community service. The Federal Communications Commission later imposed a $5.1 million penalty on the pair for robocall operations that spread false information about mail-in voting.
Wohl told KrebsOnSecurity that IRIS C2 initially focused on penetration testing before shifting to selling phone-hacking tools to government entities. He stated that the company takes vulnerabilities discovered by external researchers and develops them into stable, practically usable attack tools. Approximately 40 employees work at the firm, with instructions not to list IRIS C2 on LinkedIn, although independent verification of staff numbers has not been possible.
Neither Wohl nor Berkman holds formal education in computer science or information security; Wohl claims to have acquired the necessary knowledge independently. Earlier, the pair operated LobbyMatic, a platform allegedly using artificial intelligence for political lobbying, where they concealed their real identities from employees and clients, leading several staff members to resign upon discovering the true leadership.
In March 2026, journalist Molly White reported that Berkman and Wohl received $300,000 from an individual accused of stealing $65 million from cryptocurrency platforms KyberSwap and Indexed Finance, in exchange for efforts to secure a presidential pardon.
Related articles
Dangerous C++ Traps: Memory Safety Issues, Undefined Behavior, and Code That Betrays Developers
Around 70% of vulnerabilities assigned CVE numbers by Microsoft each year stem from memory safety errors, with Chromium reporting a similar pattern for serious Chrome bugs. The article examines how C++ deliberately permits low-level memory access for performance but demands strict discipline to avoid undefined behavior (UB). It details real-world cases including Heartbleed (CVE-2014-0160) in OpenSSL, use-after-free errors, buffer overflows, and data races. Modern tools such as AddressSanitizer, UndefinedBehaviorSanitizer, and ThreadSanitizer are presented as essential for detection, alongside recommendations for RAII, std::span, and smart pointers. The piece also discusses C++26 changes introducing erroneous behavior for uninitialized variables and advises when to consider memory-safe languages like Rust for new components. Practical migration steps and compiler warning strategies are outlined to reduce risk in existing codebases.
Critical CosmosEscape Flaw Breaks Customer Isolation in Azure Cosmos DB
A critical vulnerability named CosmosEscape allowed attackers to escape the restricted Gremlin API environment and execute arbitrary code on the DB Gateway component of Azure Cosmos DB. The flaw exploited weaknesses in .NET reflection protections, enabling file read/write operations and command execution that ultimately yielded the Cosmos Master Key. With this global signing key, an attacker could retrieve the primary key for any customer account and gain full read/write access. The exploit also exposed the Config Store containing account names, subscription identifiers, tenant details, and network rules. Even network-isolated and private instances remained vulnerable because the DB Gateway itself enforced those restrictions. Internal Microsoft services including Entra ID, Teams, and Copilot rely on Cosmos DB, amplifying the potential impact of the issue.
Critical RCE Vulnerability CVE-2026-66066 Affects Ruby on Rails Active Storage with libvips
A severe vulnerability tracked as CVE-2026-66066 has been identified in the Ruby on Rails web application framework. The flaw, also referred to as KindaRails2Shell by researchers, impacts applications that use Active Storage with the libvips image processing engine. Attackers can exploit the issue by uploading specially crafted files to read arbitrary files without authentication. This exposure may lead to theft of environment variables, secret keys, and external service credentials, enabling remote code execution or further attacks. The vulnerability stems from unsafe operations in the dependent libvips library. It carries a CVSS v4.0 base score of 9.5 and is rated Critical. JPCERT/CC has issued an advisory urging immediate updates.
Critical Vulnerabilities Disclosed in Adobe Campaign Classic Require Immediate Patching
Adobe has released a security advisory detailing two high-risk vulnerabilities affecting Adobe Campaign Classic on-premises deployments on Windows and Linux. CVE-2026-48449 is an improper authorization flaw that permits remote attackers to execute arbitrary code without authentication and carries a maximum CVSSv3.1 base score of 10.0. CVE-2026-48448 is a SQL injection vulnerability that allows unauthenticated attackers to read arbitrary files from the file system, rated at 8.6. Both issues affect the campaign management platform used by organizations for marketing automation. Adobe urges administrators to apply the available security updates without delay due to the elevated risk of exploitation.