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.
Published: 2026-08-28
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An issue in the seekdir() function of relibc's dirent module allows attackers to trigger a denial of service when they supply a specially crafted input. The bug causes the function to behave unexpectedly, leading to a program crash or resource exhaustion that renders the affected process unreachable. The problem is a direct result of improper input handling and can be classified under resource exhaustion or unvalidated input categories.

Affected Systems

The vulnerability affects the relibc library used within the Redox operating system. The affected code exists in commit 61f42d, and the issue was reported in a GitLab issue and merge request linked above. No specific version numbers or broader vendor impact are available in the CVE record.

Risk and Exploitability

No CVSS or EPSS score is listed, so the quantitative severity remains unknown. The exploit requires the attacker to supply the crafted input to the seekdir() function, which could be achieved by interacting with any program that consumes directory entries via relibc. While the precise attack vector is not explicitly documented, it is reasonable to assume that local users or potentially remote services with access to the affected code could trigger the crash. There are no current public exploits disclosed; however, the vulnerability could lead to service interruption.

Generated by OpenCVE AI on August 28, 2026 at 17:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade relibc to a newer commit that resolves the issue (e.g., merge request 980 or a later stable release).
  • If an upgrade is not yet available, restrict access to the seekdir() API by validating inputs or ensuring only trusted, privileged processes invoke it.
  • Apply resource limits or sandboxing to the affected services so that a denial of service attack does not collapse the entire system.

Generated by OpenCVE AI on August 28, 2026 at 17:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Title Denial of Service via Crafted Seekdir Input in Redox ReLibC
Weaknesses CWE-20
CWE-400

Fri, 28 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
First Time appeared Redox-os
Redox-os relibc
Vendors & Products Redox-os
Redox-os relibc

Fri, 28 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
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.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-28T15:02:31.034Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38636

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T16:17:46.917

Modified: 2026-08-28T16:17:46.917

Link: CVE-2026-38636

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T18:00:15Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-400

    Uncontrolled Resource Consumption