ZeroHour

CVE-2026-38636

niche

Uncontrolled resource consumption in relibc seekdir() causes remote DoS

CVSS 3.1
7.5 high
EPSS
<1%p38
Published
()
Modified
AI analysis

relibc, the Rust-written C standard library developed by the Redox OS project, contains a flaw in its seekdir() function (/dirent/mod.rs) that permits uncontrolled resource consumption (CWE-400). An attacker who can get crafted input into directory-stream operations, such as a crafted directory position reaching seekdir(), can exhaust resources or crash the affected process. The impact is availability only (CVSS 3.1: 7.5, AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), meaning a remote, unauthenticated attacker with no user interaction can cause a denial of service, with no confidentiality or integrity impact. Affected are anyone building against or running software compiled with the affected relibc commit (61f42d) — in practice primarily Redox OS users and developers, since relibc sees little use outside that ecosystem. There is no public proof-of-concept, the issue is not in CISA's KEV, and EPSS assigns only a 0.4% probability of exploitation within 30 days, so no active exploitation is currently known.

What to do: Track the relibc repository (github.com/redox-os/relibc) for a fixed commit or release and update past commit 61f42d, then rebuild any software linked against it. Until a fix is available, avoid exposing directory-stream operations (opendir/readdir/seekdir) to untrusted, network-controlled input, and verify your build manifests or lockfiles to confirm whether the affected commit is in use.

Affected
relibc project (Redox OS) relibc (C library, /dirent/mod.rs seekdir())commit 61f42d (no broader version range specified in the data)
Estimated exposure
nichelikely in the low thousands of users or fewer (relibc is used almost exclusively by Redox OS, a niche experimental OS); no firm count available — relibc is the userspace C library of Redox OS, an experimental operating system with a small developer/user community and no large internet-exposed installed base, so exposure is estimated as limited to that ecosystem and any software that…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

An issue in the seekdir() function (/dirent/mod.rs) of relibc commit 61f42d allows attackers to cause a Denial of Service (DoS) via a crafted input.

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

In the news

No ingested article mentions this CVE yet.