LiveActive security incident?Get immediate response
CVE Record

CVE-2021-44758: Heimdal before 7.7.1 allows attackers to cause a NULL pointer dereference in a SPNEGO acceptor via a prefer...

Heimdal before 7.7.1 allows attackers to cause a NULL pointer dereference in a SPNEGO acceptor via a preferred_mech_type of GSS_C_NO_OID and a nonzero initial_response value to send_accept.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability can let an unauthenticated network attacker crash affected Heimdal SPNEGO authentication handling. It does not indicate data theft or privilege gain, but it can disrupt services that rely on Heimdal Kerberos/GSSAPI authentication. The source bundle names Heimdal before 7.7.1 and classifies the impact as high availability loss.

Executive priority

Prioritize remediation for authentication infrastructure and any service exposed to untrusted networks. Treat this as a high availability risk, not a confidentiality breach based on the supplied evidence. Patch in the next maintenance window for internal-only systems, faster for exposed authentication endpoints.

Technical view

CVE-2021-44758 is a CWE-476 NULL pointer dereference in Heimdal before 7.7.1 within a SPNEGO acceptor path. The CVSS 3.1 vector is network, low complexity, no privileges, no user interaction, unchanged scope, and availability-only impact. The referenced commit is the upstream fix evidence.

Likely exposure

Exposure is most likely where Heimdal libraries or services handle Kerberos/GSSAPI/SPNEGO authentication. The bundle does not enumerate downstream products or CPEs, so vulnerability managers should map installed Heimdal packages and linked services rather than assume broader product impact.

Exploitation context

The bundle does not cite active exploitation, and CISA KEV status is false. The vulnerability is remotely reachable under the CVSS vector and can cause denial of service, but the provided sources do not support claims of public exploitation or weaponized activity.

Researcher notes

Affected metadata in the bundle is incomplete, but the description, GHSA reference, and upstream commit consistently identify Heimdal before 7.7.1. The vulnerability centers on SPNEGO acceptor handling and NULL dereference behavior. Avoid expanding impact beyond availability without additional source evidence.

Mitigation direction

  • Upgrade Heimdal to 7.7.1 or a vendor-patched later package.
  • Apply relevant distribution security updates, including Gentoo guidance where applicable.
  • Identify and restart services using vulnerable Heimdal libraries after patching.
  • Restrict unnecessary network exposure for services accepting Kerberos, GSSAPI, or SPNEGO authentication.
  • Check upstream and OS vendor advisories for environment-specific remediation notes.

Validation and detection

  • Inventory installed Heimdal package versions across servers and containers.
  • Confirm deployed versions are 7.7.1 or vendor-patched equivalents.
  • Map services linked against Heimdal libraries and verify they were restarted.
  • Review crash logs for SPNEGO or GSSAPI acceptor failures before remediation.
  • Track vendor advisory status for unsupported or statically linked builds.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-44758 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2021-44758Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.