LiveActive security incident?Get immediate response
CVE Record

CVE-2021-35000: OpenBSD Kernel Multicast Routing Uninitialized Memory Information Disclosure Vulnerability

OpenBSD Kernel Multicast Routing Uninitialized Memory Information Disclosure Vulnerability. This vulnerability allows local attackers to disclose sensitive information on affected installations of OpenBSD Kernel. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability. The specific flaw exists within the implementation of multicast routing. The issue results from the lack of proper initialization of memory prior to accessing it. An attacker can leverage this in conjunction with other vulnerabilities to escalate privileges and execute arbitrary code in the context of the kernel. . Was ZDI-CAN-16112.

LowCVSS 3.3Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2021-35000 is a low-severity local information disclosure flaw in OpenBSD 6.9 kernel multicast routing code. A person who already can run low-privileged code may read uninitialized kernel memory. Alone, impact is limited, but leaked kernel data can help chain with other bugs.

Executive priority

Treat as a low standalone risk, but do not ignore on shared or high-value OpenBSD systems. The business concern is attack-chain support: local attackers may use leaked kernel data to make more serious vulnerabilities easier to exploit.

Technical view

The flaw is CWE-908 in OpenBSD Kernel multicast routing: memory is accessed before proper initialization. CVSS 3.0 is 3.3, local, low complexity, low privileges required, confidentiality impact only. ZDI states it may assist privilege escalation when combined with other vulnerabilities.

Likely exposure

Exposure is limited to affected OpenBSD Kernel installations identified in the source bundle, specifically OpenBSD 6.9. Risk is higher on multi-user systems, systems running untrusted local code, or hosts where local compromise could enable broader kernel-level attack chains.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation requires existing low-privileged local code execution. ZDI says the information leak can be used with other vulnerabilities to escalate privileges and execute code in kernel context.

Researcher notes

Evidence is narrow: affected product is OpenBSD Kernel, version OpenBSD 6.9, with ZDI-CAN-16112 as the research advisory lineage. No public source in the bundle names active exploitation, a patch version, or broader affected versions.

Mitigation direction

  • Check OpenBSD security advisories for fixed versions or vendor-recommended mitigations.
  • Prioritize upgrading OpenBSD 6.9 systems if vendor guidance identifies a fixed release.
  • Restrict local shell access and untrusted code execution on affected systems.
  • Harden multi-user OpenBSD hosts where kernel information leaks increase attack-chain risk.

Validation and detection

  • Inventory OpenBSD systems and identify any running OpenBSD 6.9.
  • Confirm whether affected hosts permit untrusted local users or workloads.
  • Review OpenBSD advisory history for the vendor-fixed kernel version.
  • Monitor EDR, audit, and system logs for suspicious local privilege-escalation behavior.
Prepared
Confidence
high
Sources
3

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-908: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-35000 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
Low
CVSS
3.3 (3.0)
Known Exploited
No
Published

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

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
2Source 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
3.3CVSS 3.0LowCVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N1.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

3.3Low
CVSS 3.0 vector shape for CVE-2021-35000Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OpenBSDKernelOpenBSD 6.9unknown
Weakness

CWE details

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

CWE-908 · source CWE mapping

Use of Uninitialized Resource

Use of Uninitialized Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.