CVE-2026-38636
Received Received - Intake

Denial of Service in relibc seekdir() Function

Vulnerability report for CVE-2026-38636, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
relibc relibc From 61f42d6b93adc552a9e8b6f207fca907e8ca8be2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Denial of Service (DoS) vulnerability in the relibc library affecting the seekdir() function. The issue occurs when seekdir() is called with an invalid offset, specifically a negative value. This triggers an expect statement that causes the program to crash or hang, leading to a DoS condition.

Detection Guidance

To detect this vulnerability, inspect the relibc library version for commit 61f42d6b93adc552a9e8b6f207fca907e8ca8be2. Check if the seekdir() function in src/header/dirent/mod.rs contains a reachable expect statement that triggers with negative offsets.

Impact Analysis

If you are using a system or application that relies on relibc commit 61f42d6b93adc552a9e8b6f207fca907e8ca8be2, an attacker with local access could exploit this flaw by running a program that calls seekdir() with a negative offset. This would cause the program to crash or become unresponsive, disrupting normal operations.

Mitigation Strategies

Update relibc to a version that patches the seekdir() function vulnerability. Avoid passing negative offsets to seekdir() in your applications. Monitor for unusual program crashes or hangs that may indicate exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-38636. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart