Description
An issue in the parse_month function (/time/strptime.rs) of relibc commit ab6a2e allows attackers to cause a Denial of Service (DoS) via parsing a crafted input.
Published: 2026-06-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An issue in the parse_month function of the relibc library allows an attacker to cause a denial of service by feeding a specifically crafted date string to the parser. The flaw arises during month parsing and can lead to a crash or infinite loop, halting the component that relies on this routine. Because the function can be invoked with user-supplied data, the impact is a disruption of service continuity rather than a direct compromise of confidentiality or integrity.

Affected Systems

The vulnerability affects the relibc component used in Redox OS, specifically the commit identified as ab6a2e prior to the merge request 990 that contains the fix. Any Redox OS installation or software bundle that includes this version of relibc and calls parse_month could be impacted. The references include the issue tracker and merge requests on the Redox OS GitLab repository.

Risk and Exploitability

No CVSS score is provided, and EPSS data is unavailable, so the numeric severity cannot be quantified. The vulnerability is not listed in the CISA KEV catalog, implying that there are no publicly known reliable exploits at the time of analysis. Nonetheless, an attacker can trigger a DoS by sending a malformed date string to any service that processes user dates via parse_month. Successful exploitation would render that component unavailable but would not grant code execution or credential compromise.

Generated by OpenCVE AI on June 26, 2026 at 22:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade relibc to the patched version in merge request 990 or later
  • Validate or sanitize all date strings before invoking parse_month to ensure only legitimate month values are accepted
  • Where possible, replace parse_month calls with a safer date parsing routine that is not vulnerable to crafted input

Generated by OpenCVE AI on June 26, 2026 at 22:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 23:00:00 +0000

Type Values Removed Values Added
Title Denial of Service via Malformed Date Parsing in relibc's parse_month
Weaknesses CWE-20

Fri, 26 Jun 2026 21:00:00 +0000

Type Values Removed Values Added
Description An issue in the parse_month function (/time/strptime.rs) of relibc commit ab6a2e allows attackers to cause a Denial of Service (DoS) via parsing a crafted input.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-06-26T20:27:23.689Z

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

Link: CVE-2026-38639

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T22:45:05Z

Weaknesses
  • CWE-20

    Improper Input Validation