Back to Feed
VulnerabilitiesJun 9, 2026

OpenSSL Patches High-Severity Vulnerability Found With AI

OpenSSL patches 18 vulnerabilities, including a high-severity flaw potentially found by AI.

Summary

OpenSSL has released updates patching 18 vulnerabilities, with one high-severity flaw (CVE-2026-45447) identified as a user-after-free bug in PKCS#7 verification. This vulnerability, potentially discovered with the assistance of AI tools like Claude AI and Anthropic's Mythos model, could lead to remote code execution. Several other medium and low-severity vulnerabilities were also addressed, impacting decryption, integrity validation, and authentication mechanisms.

Full text

The latest OpenSSL releases patch 18 vulnerabilities, including a high-severity issue that could allow remote code execution. The high-severity vulnerability, tracked as CVE-2026-45447, is a heap user-after-free bug in a function used for PKCS#7 (Public-Key Cryptography Standard #7) verification. Discovered by a Calif researcher in collaboration with Claude AI and Anthropic Research, the bug can be triggered using a specially crafted PKCS#7 or S/MIME signed message during PKCS#7 signature verification. “When processing a PKCS#7 or S/MIME signed message, if the SignedData digestAlgorithms field is present as an empty ASN.1 SET, OpenSSL may incorrectly free a caller-owned BIO during PKCS7_verify(). A subsequent use of the BIO by the calling application results in a use-after-free condition,” OpenSSL developers explained. Exploitation of the vulnerability can result in heap corruption, process crashes, and possibly in remote code execution. The moderate-severity flaws patched in OpenSSL can be exploited to decrypt encrypted communications, forge arbitrary ciphertexts, launch DoS attacks, bypass integrity validation, and execute arbitrary code. Advertisement. Scroll to continue reading. One of the medium-severity weaknesses can be exploited to trick a system into accepting a fake, attacker-controlled certificate and private key, allowing the attacker to bypass authentication mechanisms with a 1-in-256 success rate. The low-severity vulnerabilities can lead to crashes (DoS), message forgery, recovery of private keys, replacement of root CA certificates, and possibly arbitrary code execution. Alex Gaynor of Anthropic has been credited with reporting half a dozen of the newly patched vulnerabilities, suggesting that the AI giant’s Mythos model may have helped identify the flaws. High-severity vulnerabilities in OpenSSL are rare these days. Only one high-severity issue was patched last year, and CVE-2026-45447 is the second high-severity flaw of 2026. In April, OpenSSL developers patched a flaw that can allow an attacker to obtain sensitive data. Related: Drupal Patches Highly Critical Vulnerability Exposing Websites to Hacking Related: Google Patches 5th Chrome Zero-Day Exploited in 2026 Related: Android Update Patches Exploited Zero-Day, 123 Other Vulnerabilities Related: Oracle’s First Monthly Patches Resolve 77 Vulnerabilities Written By Eduard Kovacs Eduard Kovacs (@EduardKovacs) is senior managing editor at SecurityWeek. He worked as a high school IT teacher before starting a career in journalism in 2011. Eduard holds a bachelor’s degree in industrial informatics and a master’s degree in computer techniques applied in electrical engineering. Daily Briefing Newsletter Subscribe to the SecurityWeek Email Briefing for the latest cybersecurity threats, trends, and expert insights. More from Eduard Kovacs WhatsApp Catches Spyware Firm NSO Defying No-Hacking Court OrderCybersecurity M&A Roundup: 26 Deals Announced in May 2026OpenAI Rolling Out ChatGPT Account Security ControlsMeta Says 20,000 Instagram Accounts Hacked via AI Tool AbuseNightclub Giant RCI Says Data Breach Affects 40,000 IndividualsCisco Warns of 7th SD-WAN Zero-Day Exploited in 2026Gemini Voice Assistant Hijacked via Messaging NotificationsVS Code Vulnerability Allows One-Click GitHub Token Theft Latest News Anthropic Launches Claude Fable 5: Mythos-Class AI With Cybersecurity Guardrails Claude Mythos Turns N-Days Into N-Hours With Rapid Exploit CreationNew Platform Uses Cryptographic Invisibility to Protect AI-Built ApplicationsSAP Patches Critical NetWeaver, Commerce VulnerabilitiesOver 100 NPM, PyPI Packages Hit in New Shai-Hulud Supply Chain AttacksWill AI Kill the Bug Bounty Industry?Check Point VPN Zero-Day Exploited in Qilin Ransomware AttacksGoogle Patches 5th Chrome Zero-Day Exploited in 2026 Trending Daily Briefing NewsletterSubscribe to the SecurityWeek Email Briefing to stay informed on the latest threats, trends, and technology, along with insightful columns from industry experts. Webinar: Third-Party Risk in Practice June 4, 2026 Organizations are investing heavily in third-party risk management, but breaches, delays, and blind spots continue to persist. Join this live webinar as we examine the gap between how organizations think their third-party risk programs are performing and what’s actually happening in practice. Register Virtual Roundtable: CISO Forum 2026 Mid-Year Review June 10, 2026 Explore how attackers are using AI to scale threats and how security teams can respond with AI-driven defenses. Protecting against unmonitored use of generative AI (Shadow AI) in business units and building and enforcing AI governance frameworks. Register People on the MoveOpal Security has appointed CPO, CTO, VP of Field Engineering, VP of Marketing, and Head of Product and Solutions Marketing.The Department of the Air Force has appointed Ashley Devoto as Chief Information Officer.Bartley Richardson has been named Chief AI and Autonomous Systems Officer at CrowdStrike.More People On The MoveExpert Insights Everybody Is Vibe Coding But Nobody Told the Security Team AI-driven development is not something organizations can or should block. But it must be governed. (Danelle Au) The Zero-Knowledge Threat Actor and the End of Responsible Disclosure AI can help attackers generate malware, create malicious payloads, bypass simple security checks, and convert vague malicious intent into functional code. (Etay Maor) Raising the Cybersecurity Stakes: Ante up for the Agentic Era CISOs are now facing machine-speed attacks and asking, “How do I agent?” The industry must provide remediation at scale. (Nadir Izrael) Caught Off Guard: Securing AI After It Hits Production As enterprises rush AI projects into production, security teams are increasingly being forced into reactive mode. (Joshua Goldfarb) Cyber Resilience is the New Business Continuity Plan The organizations best prepared to face disruption are those that align security, continuity and risk management around what the business cannot afford to lose. (Steve Durbin) Flipboard Reddit Whatsapp Whatsapp Email

Indicators of Compromise

  • cve — CVE-2026-45447

Entities

OpenSSL (product)Claude AI (product)Mythos (product)Anthropic (vendor)PKCS#7 (technology)S/MIME (technology)