LiveActive security incident?Get immediate response
CVE Record

CVE-2022-29800: A time-of-check-time-of-use (TOCTOU) race condition vulnerability was found in networkd-dispatcher.

A time-of-check-time-of-use (TOCTOU) race condition vulnerability was found in networkd-dispatcher. This flaw exists because there is a certain time between the scripts being discovered and them being run. An attacker can abuse this vulnerability to replace scripts that networkd-dispatcher believes to be owned by root with ones that are not.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a local privilege-escalation risk in networkd-dispatcher on Linux. A low-privileged user may be able to win a race and swap a script after it is checked but before it runs. The business risk is host compromise, not remote internet exploitation.

Executive priority

Treat this as a moderate Linux hardening and patch-management item. It matters most where untrusted users have shell access, shared accounts, or workload breakout opportunities. It is less urgent than remotely exploitable flaws.

Technical view

CVE-2022-29800 is a CWE-367 TOCTOU flaw. networkd-dispatcher discovers scripts, checks ownership expectations, and later runs them; the gap creates a race where an attacker can replace a root-trusted script with one not owned by root. CVSS 3.1 is 4.7: local, high complexity, low privileges required, no user interaction.

Likely exposure

Exposure is limited to Linux systems with networkd-dispatcher installed and configured to run dispatcher scripts. The source bundle does not identify exact affected versions, distributions, or default exposure.

Exploitation context

The CVE is not listed as KEV in the supplied data. The available evidence supports local privilege escalation requiring an authenticated low-privileged attacker and a successful race condition, not unauthenticated remote exploitation.

Researcher notes

Evidence is incomplete on affected versions and patch state. Analysis should stay anchored to distro package metadata and vendor advisories. The core issue is script validation separated from script execution, enabling a TOCTOU replacement window.

Mitigation direction

  • Check operating-system vendor advisories for networkd-dispatcher updates or backports.
  • Patch or upgrade networkd-dispatcher where vendor guidance confirms affected versions.
  • Restrict write access to dispatcher script directories and parent paths.
  • Review locally added dispatcher scripts for ownership and permission drift.
  • Prioritize multi-user Linux hosts and shared development systems.

Validation and detection

  • Inventory hosts with networkd-dispatcher installed.
  • Record installed package versions and compare them with vendor advisories.
  • Check dispatcher script directories for non-root ownership or writable paths.
  • Confirm only trusted administrators can modify networkd-dispatcher scripts.
  • Document compensating controls where vendor fix status is unclear.
Prepared
Confidence
medium
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-367: 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-2022-29800 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
Medium
CVSS
4.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/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
4.7CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N13.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2022-29800Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
n/anetworkd-dispatcheruknownListed
Weakness

CWE details

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

CWE-367 · source CWE mapping

Time-of-check Time-of-use (TOCTOU) Race Condition

Time-of-check Time-of-use (TOCTOU) Race Condition represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.