Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-9355

CVE-2024-9355: Golang FIPS OpenSSL Buffer Overflow Flaw

CVE-2024-9355 is a buffer overflow vulnerability in Golang FIPS OpenSSL that enables attackers to manipulate buffer lengths, force hash mismatches, and compromise key derivation. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-9355 Overview

A vulnerability was discovered in Golang FIPS OpenSSL that allows a malicious user to exploit uninitialized memory handling in FIPS mode. This flaw enables an attacker to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned. Additionally, it may be possible to force a false positive match between non-equal hashes when comparing a trusted computed HMAC sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum. The vulnerability also allows forcing a derived key to be all zeros instead of an unpredictable value, with potential follow-on implications for the Go TLS stack.

Critical Impact

This uninitialized memory vulnerability in FIPS mode can lead to cryptographic bypass scenarios, allowing false positive hash comparisons and predictable derived keys, potentially compromising TLS security.

Affected Products

  • Golang FIPS OpenSSL (FIPS mode implementations)
  • Red Hat products using golang-fips/openssl
  • Go applications utilizing the affected FIPS OpenSSL bindings

Discovery Timeline

  • 2024-10-01 - CVE-2024-9355 published to NVD
  • 2025-10-02 - Last updated in NVD database

Technical Details for CVE-2024-9355

Vulnerability Analysis

This vulnerability falls under CWE-457 (Use of Uninitialized Variable), a class of memory safety issues that occur when code reads from memory locations before they have been properly initialized. In the context of Golang FIPS OpenSSL, this manifests specifically when operating in FIPS mode, where cryptographic operations must adhere to strict security standards.

The flaw creates multiple attack surfaces. First, an uninitialized buffer length variable can be returned with a zeroed buffer, which may cause cryptographic operations to process incorrect data lengths. Second, hash comparison operations become vulnerable to false positives—an attacker who controls input can provide a zeroed buffer that may incorrectly match against legitimately computed HMAC sums. Third, key derivation functions may produce all-zero keys instead of cryptographically secure random values.

The local attack vector requires the attacker to have some level of access to the system, but the high complexity factor indicates that successful exploitation requires specific conditions to be met. The implications for the Go TLS stack are particularly concerning, as compromised key derivation or hash validation could undermine the security of encrypted communications.

Root Cause

The root cause lies in improper initialization of buffer length variables within the Golang FIPS OpenSSL codebase when operating in FIPS mode. The code path fails to ensure that buffer length variables are properly initialized before use, leading to scenarios where zeroed or undefined values are processed. This initialization failure occurs in critical cryptographic code paths including HMAC computation and key derivation functions.

Attack Vector

The attack requires local access to the target system. An attacker with local privileges can exploit this vulnerability by manipulating inputs to cryptographic functions in FIPS mode. The attack methodology involves sending specially crafted zeroed buffers in place of expected cryptographic values, potentially bypassing hash verification or causing predictable key generation. The vulnerability is particularly dangerous in scenarios where untrusted input is compared against computed cryptographic sums, as the uninitialized memory behavior can cause false positive matches.

Detection Methods for CVE-2024-9355

Indicators of Compromise

  • Unexpected zeroed values in HMAC comparison operations within Go applications running in FIPS mode
  • Derived cryptographic keys consisting entirely of zero bytes in affected applications
  • TLS handshake anomalies or authentication bypasses in Go-based services using FIPS OpenSSL
  • Log entries indicating hash verification passed when it should have failed

Detection Strategies

  • Monitor Go applications using FIPS mode for abnormal cryptographic operation results
  • Implement integrity checking for key derivation outputs to detect all-zero key generation
  • Review application logs for hash comparison operations that may indicate false positive matches
  • Use memory debugging tools to identify uninitialized variable access in affected code paths

Monitoring Recommendations

  • Enable enhanced logging for cryptographic operations in FIPS-enabled Go applications
  • Implement runtime monitoring to detect unusual patterns in hash verification outcomes
  • Configure alerts for TLS stack anomalies in services using golang-fips/openssl
  • Regularly audit HMAC and key derivation function outputs for unexpected zero values

How to Mitigate CVE-2024-9355

Immediate Actions Required

  • Apply the latest security patches from Red Hat for affected products (see advisory links below)
  • Update golang-fips/openssl to the patched version as referenced in GitHub Pull Request #198
  • Review and rebuild Go applications that depend on the affected FIPS OpenSSL bindings
  • Temporarily disable FIPS mode if patches cannot be immediately applied and security requirements permit

Patch Information

Red Hat has released multiple security advisories addressing this vulnerability across various products. Organizations should consult the relevant advisories for their specific deployments:

  • RHSA-2024:7502
  • RHSA-2024:7550
  • RHSA-2024:8327
  • RHSA-2024:8678
  • RHSA-2024:8847
  • RHSA-2024:9551
  • RHSA-2024:10133
  • RHSA-2025:2416
  • RHSA-2025:7118
  • RHSA-2025:7256
  • RHSA-2025:7624

The fix addresses the uninitialized memory issue by ensuring proper initialization of buffer length variables before use in FIPS mode cryptographic operations. Additional details are available in Red Hat Bug Report #2315719.

Workarounds

  • Implement application-level validation to reject all-zero cryptographic values in hash comparisons and key derivations
  • Add secondary verification checks for critical HMAC operations before trusting comparison results
  • Consider temporarily running affected applications in non-FIPS mode if compliance requirements allow and patches are not yet available
  • Restrict local access to systems running vulnerable FIPS-enabled Go applications to reduce attack surface
bash
# Configuration example
# Verify golang-fips/openssl version and update if necessary
go list -m github.com/golang-fips/openssl
go get github.com/golang-fips/openssl@latest

# For Red Hat systems, apply security updates
sudo dnf update --security

# Verify patch application
rpm -qa | grep golang

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGolang

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-457
  • Technical References
  • Red Hat Security Advisory RHSA-2024:10133

  • Red Hat Security Advisory RHSA-2024:7502

  • Red Hat Security Advisory RHSA-2024:7550

  • Red Hat Security Advisory RHSA-2024:8327

  • Red Hat Security Advisory RHSA-2024:8678

  • Red Hat Security Advisory RHSA-2024:8847

  • Red Hat Security Advisory RHSA-2024:9551

  • Red Hat Security Advisory RHSA-2025:2416

  • Red Hat Security Advisory RHSA-2025:7118

  • Red Hat Security Advisory RHSA-2025:7256

  • Red Hat Security Advisory RHSA-2025:7624

  • Red Hat CVE Analysis CVE-2024-9355

  • Red Hat Bug Report #2315719

  • GitHub Pull Request for OpenSSL
  • Related CVEs
  • CVE-2021-38297: Golang Go Buffer Overflow Vulnerability

  • CVE-2025-68121: Golang Go Auth Bypass Vulnerability

  • CVE-2025-47911: Go html.Parse DoS Vulnerability

  • CVE-2025-58190: Golang x/net/html DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English