relibc CVE-2026-38641
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Triggering requires supplying a crafted library to a loading process, implying local, low-privilege access (AV:L/PR:L); impact is availability-only crash, so C:N/I:N/A:H.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
3DescriptionCVE.org
An issue in the DSO::mmap_and_copy function of relibc commit 61f42d allows attackers to cause a Denial of Service (DoS) via loading a crafted shared library.
AnalysisAI
Denial of service in relibc (the Redox OS C standard library) at commit 61f42d allows attackers to crash a process by getting it to load a maliciously crafted shared library, which mishandles resources in the DSO::mmap_and_copy dynamic-linking routine (CWE-404). Publicly available exploit code exists, but the flaw is not in CISA KEV and EPSS is very low (0.17%, 6th percentile), indicating no observed in-the-wild exploitation. Impact is confined to availability - no confidentiality or integrity loss.
Technical ContextAI
relibc is Redox OS's from-scratch C standard library written largely in Rust, providing libc/dynamic-loader functionality including ELF shared-object (DSO) loading. The vulnerable DSO::mmap_and_copy function is part of the dynamic linker that memory-maps and copies a shared library's segments into memory at load time. CWE-404 (Improper Resource Shutdown or Release) points to mishandling of mapped memory or descriptors when parsing a malformed ELF, which can be triggered by a crafted .so to abort or crash the loading process. The CPE in the feed is a placeholder ('cpe:2.3:a:n/a:n/a'), so the affected component is identified only from the description and Redox upstream tracker, not from structured CPE data.
RemediationAI
Upstream fix available (PR/commit); released patched version not independently confirmed - apply the change from the Redox relibc merge request at https://gitlab.redox-os.org/redox-os/relibc/-/merge_requests/1046 (tracking issue https://gitlab.redox-os.org/redox-os/relibc/-/issues/263) by rebuilding relibc past the fixing commit, since no tagged patched release version is provided in the data. As a compensating control until rebuilt, restrict which shared libraries the system will load: only load .so files from trusted, write-protected paths and tighten directory/file permissions on library search paths to prevent attacker-supplied objects, accepting the trade-off that custom or third-party libraries placed outside trusted paths will no longer load. Avoid loading untrusted or user-supplied shared libraries (e.g. via dlopen of attacker-controlled paths), and validate ELF inputs before loading where feasible.
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Remote code execution in the Exim mail transfer agent (versions before 4.99.3) built against certain GnuTLS configuratio
SQL injection in EasyAppointments <=1.5.1 allows unauthenticated attackers to extract and modify database contents via t
Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST
Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al
Privilege escalation via broken access control in Citrix Cloud (through 2025-11-10) lets a user holding only read-only p
Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when
Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_
Arbitrary kernel memory read/write in Realtek rtl819x Jungle SDK Wi-Fi driver allows local unprivileged attackers to acc
Denial of service in GPAC's MP4Box/libgpac media importer (versions before 26.02.0) lets an attacker crash the tool by s
Same weakness CWE-404 – Improper Resource Shutdown or Release
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today