Time-of-check Time-of-use (TOCTOU) The advisory has been revoked - it doesn't affect any version of package conmon-rs  (opens in a new tab)


Threat Intelligence

EPSS
0.2% (11th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL9-CONMONRS-13636544
  • published19 Oct 2025
  • disclosed6 Aug 2025

Introduced: 6 Aug 2025

CVE-2024-8244  (opens in a new tab)
CWE-367  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:9.

NVD Description

Note: Versions mentioned in the description apply only to the upstream conmon-rs package and not the conmon-rs package as distributed by RHEL.

The filepath.Walk and filepath.WalkDir functions are documented as not following symbolic links, but both functions are susceptible to a TOCTOU (time of check/time of use) race condition where a portion of the path being walked is replaced with a symbolic link while the walk is in progress.