{"id":49129,"date":"2022-11-01T21:21:06","date_gmt":"2022-11-01T21:21:06","guid":{"rendered":"http:\/\/a169c8c9-1900-40c5-906d-310a60a62783"},"modified":"2022-11-01T21:21:06","modified_gmt":"2022-11-01T21:21:06","slug":"openssl-dodges-a-security-bullet","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/","title":{"rendered":"OpenSSL dodges a security bullet"},"content":{"rendered":"<figure class=\"c-shortcodeImage u-clearfix c-shortcodeImage-large\">\n<div class=\"c-shortcodeImage_imageContainer\">\n<div class=\"c-shortcodeImage_image\"><picture class=\"c-cmsImage c-cmsImage_loaded\"><source media=\"(max-width: 767px)\" srcset=\"https:\/\/www.zdnet.com\/a\/img\/resize\/7f57580c9e390afaab6fb6d2992776edded50f7e\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=768\" alt=\"Computer system protection, database security, safe internet. Lock symbol on abstract computer data background programming binary code, data protection technology. Vector illustration\"><source media=\"(max-width: 1023px)\" srcset=\"https:\/\/www.zdnet.com\/a\/img\/resize\/1166e5ea3574aed2fa69ede7d0b313679afd666e\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1024\" alt=\"Computer system protection, database security, safe internet. Lock symbol on abstract computer data background programming binary code, data protection technology. Vector illustration\"><source media=\"(max-width: 1440px)\" srcset=\"https:\/\/www.zdnet.com\/a\/img\/resize\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200\" alt=\"Computer system protection, database security, safe internet. Lock symbol on abstract computer data background programming binary code, data protection technology. Vector illustration\"><img decoding=\"async\" src=\"https:\/\/www.zdnet.com\/a\/img\/resize\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200\" alt=\"Computer system protection, database security, safe internet. Lock symbol on abstract computer data background programming binary code, data protection technology. Vector illustration\" width=\"1200\" height=\"674.8051948051948\" fetchpriority=\"low\"><\/picture><\/div>\n<p> <!----><\/div>\n<p> <!----><figcaption> <span class=\"c-shortcodeImage_credit g-outer-spacing-top-xsmall u-block\">Getty Images\/iStockphoto<\/span><\/figcaption><\/figure>\n<p>At first, it looked like the OpenSSL 3.x <a href=\"https:\/\/www.zdnet.com\/article\/openssl-warns-of-critical-security-vulnerability-with-upcoming-patch\/\" rel=\"follow\">security bug was going to be truly awful<\/a>. While it was feared to be a critical error that could lead to remote code execution (RCE), upon a closer examination it turned out to be not so horrid after all.<\/p>\n<div class=\"c-shortcodePinbox-textList c-shortcodePinbox-textList_floating g-border-thin-light-bottom g-outer-spacing-top-medium g-outer-spacing-bottom-medium\">\n<h3 class=\"c-sectionHeading\">Open Source<\/h3>\n<\/p><\/div>\n<p>That&#8217;s not to say it isn&#8217;t bad. Both <a href=\"https:\/\/www.openssl.org\/blog\/blog\/2022\/11\/01\/email-address-overflows\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">CVE-2022-3786<\/a> (&#8220;X.509 Email Address Variable Length Buffer Overflow&#8221;) and <a href=\"https:\/\/www.openssl.org\/blog\/blog\/2022\/11\/01\/email-address-overflows\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">CVE-2022-3602<\/a> (&#8220;X.509 Email Address 4-byte Buffer Overflow&#8221;) have a CVE rating of 8.8, which is considered &#8220;high.&#8221; That means they could still cause you real trouble.&nbsp;<\/p>\n<p>If that is, you&#8217;re using OpenSSL 3.0.0 to 3.0.6. OpenSSL 1.1.1 and 1.0.2 users don&#8217;t have to worry. However, just because your main operating system uses OpenSSL 1.x, don&#8217;t think you can ignore these issues. Your applications or containers may use a vulnerable version. In short, before kicking your shoes off and taking a nap, check your code.&nbsp;<\/p>\n<p>Specifically, you need to worry with 3786 about a buffer overrun that can be triggered in X.509 certificate verification. Here, an attacker can craft a malicious email address to overflow four attacker-controlled bytes on the stack. This could cause a system crash or RCEs.<\/p>\n<p>With 3602, your concern is that a stack-based buffer overflow was found in the way OpenSSL processes X.509 certificates with a specially crafted email address field. Again, this could cause a crash or an RCE.&nbsp;<\/p>\n<p>The most common way where either could be triggered is when a server requests client authentication after a malicious client connects or when a client connects to a malicious server. To date, there have been no successful attacks.&nbsp;<\/p>\n<p>Brian Fox, co-founder and CTO of <a href=\"https:\/\/www.sonatype.com\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Sonatype<\/a>, a software supply chain security company, notes, &#8220;While memory overflow bugs can lead to worst-case scenarios, the details of this particular vulnerability seem to indicate that the level of difficulty for an exploit is very high. The vulnerability requires a malformed certificate that is trusted or signed by a naming authority. That means that authorities should be able to quickly prevent certificates designed to target this vulnerability from being created, further limiting the scope.&#8221;<\/p>\n<p>Why wasn&#8217;t this as big a deal as we first feared? The vulnerabilities are no longer considered critical because many modern operating systems aren&#8217;t as vulnerable to their particular security holes.&nbsp;<\/p>\n<p>That&#8217;s because an exploited memory stack only overwrites an unused adjacent buffer on some Linux distros, such as <a href=\"https:\/\/www.redhat.com\/en\/technologies\/linux-platforms\/enterprise-linux\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Red Hat Enterprise Linux (RHEL)<\/a>. In addition, many modern platforms implement stack overflow protections. Your system may still crash, but it&#8217;s not likely that an attacker could pull off an RCE.<\/p>\n<p>But, as the OpenSSL warns, since &#8220;OpenSSL is distributed as source code, we have no way of knowing how every platform and compiler combination has arranged the buffers on the stack, and therefore remote code execution may still be possible on some platforms.&#8221;<\/p>\n<p>In addition, while the OpenSSL patch is upstream, that doesn&#8217;t mean your distribution has the patch ready to go. So, you can&#8217;t simply update your <a href=\"https:\/\/www.debian.org\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Debian Linux<\/a> family software with&#8230;<\/p>\n<p>$ sudo apt-get update<\/p>\n<p>$ sudo apt-get upgrade&nbsp;<\/p>\n<p>&#8230;and be certain you&#8217;ll be safe. Check with your Linux distributor to make sure the OpenSSL 3.0.7 patch is ready for your system. Or you can always download and compile the patch yourself for your system.<\/p>\n<p>Finally, OpenSSL always recommends using the latest version (1.1.1s) and reminds you that OpenSSL 1.1.1 is <a href=\"https:\/\/www.openssl.org\/policies\/releasestrat.html\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">only supported until 11th September 2023<\/a>. Users of older versions of OpenSSL (such as 1.0.2) are encouraged to upgrade to OpenSSL 3.0. Keep in mind, there was <a href=\"https:\/\/www.openssl.org\/blog\/blog\/2018\/11\/28\/version\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">never an OpenSSL 2 release<\/a>. If someone tries to get you to &#8220;upgrade&#8221; to OpenSSL 2, they&#8217;re attacking you.<\/p>\n<p>Before patching and leaving this problem behind, <a href=\"https:\/\/www.chainguard.dev\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Chainguard<\/a> and <a href=\"https:\/\/www.sigstore.dev\/\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Sigstore<\/a> founder Dan Lorenc would like you to remember that even if it had turned out to be a critical OpenSSL vulnerability, &#8220;it was only the second one in the better part of a decade. This reinforces that open-source code is at least as secure as proprietary, closed-source code. \u2026 Instead of debating the merits of open source, we should instead focus on building secure software that has the tooling necessary to make remediation faster and more seamless by rooting in secure by default measures.&#8221;&nbsp;<\/p>\n<p><strong>Related Stories:<\/strong><\/p>\n<p>READ MORE <a href=\"https:\/\/www.zdnet.com\/article\/openssl-dodges-a-security-bullet\/#ftag=RSSbaffb68\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The critical security vulnerability turned out to be two serious vulnerabilities. Still, they need patching ASAP.<br \/>\nREAD MORE HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[62],"tags":[],"class_list":["post-49129","post","type-post","status-publish","format-standard","hentry","category-zdnet-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OpenSSL dodges a security bullet 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OpenSSL dodges a security bullet 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-01T21:21:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.zdnet.com\/a\/img\/resize\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"OpenSSL dodges a security bullet\",\"datePublished\":\"2022-11-01T21:21:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/\"},\"wordCount\":719,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\\\/2020\\\/03\\\/19\\\/862a52d9-91bf-4488-9353-2e11aaaeb164\\\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200\",\"articleSection\":[\"ZDNet | Security\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/\",\"name\":\"OpenSSL dodges a security bullet 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\\\/2020\\\/03\\\/19\\\/862a52d9-91bf-4488-9353-2e11aaaeb164\\\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200\",\"datePublished\":\"2022-11-01T21:21:06+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\\\/2020\\\/03\\\/19\\\/862a52d9-91bf-4488-9353-2e11aaaeb164\\\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200\",\"contentUrl\":\"https:\\\/\\\/www.zdnet.com\\\/a\\\/img\\\/resize\\\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\\\/2020\\\/03\\\/19\\\/862a52d9-91bf-4488-9353-2e11aaaeb164\\\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/openssl-dodges-a-security-bullet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OpenSSL dodges a security bullet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OpenSSL dodges a security bullet 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/","og_locale":"en_US","og_type":"article","og_title":"OpenSSL dodges a security bullet 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2022-11-01T21:21:06+00:00","og_image":[{"url":"https:\/\/www.zdnet.com\/a\/img\/resize\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200","type":"","width":"","height":""}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"OpenSSL dodges a security bullet","datePublished":"2022-11-01T21:21:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/"},"wordCount":719,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200","articleSection":["ZDNet | Security"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/","url":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/","name":"OpenSSL dodges a security bullet 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200","datePublished":"2022-11-01T21:21:06+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/#primaryimage","url":"https:\/\/www.zdnet.com\/a\/img\/resize\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200","contentUrl":"https:\/\/www.zdnet.com\/a\/img\/resize\/a22cc232fa3aa291d5e17f2ca1768dfccb5ebaf4\/2020\/03\/19\/862a52d9-91bf-4488-9353-2e11aaaeb164\/cybersecurityistock-1132228216valerybrozhinsky1.jpg?auto=webp&amp;width=1200"},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/openssl-dodges-a-security-bullet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"OpenSSL dodges a security bullet"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/49129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=49129"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/49129\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=49129"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=49129"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=49129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}