LiveActive security incident?Get immediate response
CVE Record

CVE-2024-37676: An issue in htop-dev htop v.2.20 allows a local attacker to cause an out-of-bounds access in the Header_pop...

An issue in htop-dev htop v.2.20 allows a local attacker to cause an out-of-bounds access in the Header_populateFromSettings function.

HighCVSS 8.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2024-37676 is a high-severity local vulnerability reported in htop v.2.20. The sources say a local attacker can cause out-of-bounds memory access in a header settings function. The business risk is highest on systems where untrusted local users or shared shell access exist. Patch and affected-package details are not provided in the bundle.

Executive priority

Treat this as a high-priority hygiene item for multi-user and administrator workstations, not as an internet-exposed emergency based on current evidence. The main uncertainty is incomplete affected-version and fix data.

Technical view

The CVE describes out-of-bounds access in htop's Header_populateFromSettings function, mapped to CWE-119 and CWE-787. CVSS 3.1 is 8.4 with local attack vector, low complexity, no privileges, no user interaction, unchanged scope, and high confidentiality, integrity, and availability impacts. The supplied sources do not name CPEs, fixed versions, or vendor remediation.

Likely exposure

Exposure is likely limited to systems running the affected htop version where local users can execute or influence htop. The source bundle lists affected vendor/product data as n/a, so package-manager mappings and downstream distribution status need confirmation.

Exploitation context

The bundle does not show CISA KEV listing or evidence of active exploitation. It identifies a local attacker condition, but does not provide validated exploit maturity, affected platforms, or operational prerequisites beyond htop v.2.20 and the named function.

Researcher notes

Key gaps are affected CPEs, fixed commit or release, distribution backports, and independent exploit confirmation. The CVSS vector suggests severe local impact, but the public bundle only states out-of-bounds access and does not substantiate exploitability details.

Mitigation direction

  • Inventory systems with htop installed and record exact package versions.
  • Check htop project and operating-system vendor advisories for fixed packages.
  • Prioritize shared servers, jump hosts, developer workstations, and multi-user Unix systems.
  • Restrict untrusted local shell access where practical until remediation is confirmed.
  • Apply vendor-provided updates when available and verify package provenance.

Validation and detection

  • Confirm installed htop version from trusted package inventory or endpoint management data.
  • Compare installed versions against htop and distribution security advisories.
  • Review whether systems allow untrusted local users or shared interactive access.
  • Check vulnerability scanner findings for CVE-2024-37676 and validate package evidence.
  • Document exceptions where affected-version evidence or vendor fix status is unavailable.
Prepared
Confidence
medium
Sources
4

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-119: 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
cwe · low confidence lookup

CWE-787: 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-2024-37676 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
8.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/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
3Timeline events
2ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

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
8.4CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H2.55.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

8.4High
CVSS 3.1 vector shape for CVE-2024-37676Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
CVECVE Program Container
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-119 · source CWE mapping

Improper Restriction of Operations within the Bounds of a Memory Buffer

Improper Restriction of Operations within the Bounds of a Memory Buffer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.