CVE-2024-43806

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-43806
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-43806.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-43806
Aliases
Downstream
Related
Published
2024-08-26T18:43:22.626Z
Modified
2025-11-16T01:44:48.053929Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
`rustix::fs::Dir` iterator with the `linux_raw` backend can cause memory explosion
Details

Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using rustix::fs::Dir using the linux_raw backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in rustix::fs::Dir::read_more, this can cause quick and unbounded memory explosion (gigabytes in a few seconds if used on a hot path) and eventually lead to an OOM crash of the application. The symptoms were initially discovered in https://github.com/imsnif/bandwhich/issues/284. That post has lots of details of our investigation. Full details can be read on the GHSA-c827-hfw6-qwvm repo advisory. If a program tries to access a directory with its file descriptor after the file has been unlinked (or any other action that leaves the Dir iterator in the stuck state), and the implementation does not break after seeing an error, it can cause a memory explosion. As an example, Linux's various virtual file systems (e.g. /proc, /sys) can contain directories that spontaneously pop in and out of existence. Attempting to iterate over them using rustix::fs::Dir directly or indirectly (e.g. with the procfs crate) can trigger this fault condition if the implementation decides to continue on errors. An attacker knowledgeable about the implementation details of a vulnerable target can therefore try to trigger this fault condition via any one or a combination of several available APIs. If successful, the application host will quickly run out of memory, after which the application will likely be terminated by an OOM killer, leading to denial of service. This issue has been addressed in release versions 0.35.15, 0.36.16, 0.37.25, and 0.38.19. Users are advised to upgrade. There are no known workarounds for this issue.

Database specific
{
    "cwe_ids": [
        "CWE-400"
    ]
}
References

Affected packages

Git / github.com/bytecodealliance/rustix

Affected ranges

Type
GIT
Repo
https://github.com/bytecodealliance/rustix
Events
Database specific
{
    "versions": [
        {
            "introduced": "0.35.11"
        },
        {
            "fixed": "0.35.15"
        }
    ]
}
Type
GIT
Repo
https://github.com/bytecodealliance/rustix
Events
Database specific
{
    "versions": [
        {
            "introduced": "0.36.0"
        },
        {
            "fixed": "0.36.16"
        }
    ]
}
Type
GIT
Repo
https://github.com/bytecodealliance/rustix
Events
Database specific
{
    "versions": [
        {
            "introduced": "0.37.0"
        },
        {
            "fixed": "0.37.25"
        }
    ]
}
Type
GIT
Repo
https://github.com/bytecodealliance/rustix
Events
Database specific
{
    "versions": [
        {
            "introduced": "0.38.0"
        },
        {
            "fixed": "0.38.19"
        }
    ]
}

Affected versions

v0.*

v0.35.11
v0.35.12
v0.35.13
v0.35.14
v0.36.0
v0.36.1
v0.36.10
v0.36.11
v0.36.12
v0.36.13
v0.36.14
v0.36.15
v0.36.2
v0.36.3
v0.36.6
v0.36.7
v0.36.8
v0.36.9
v0.37.0
v0.37.1
v0.37.10
v0.37.11
v0.37.12
v0.37.13
v0.37.14
v0.37.15
v0.37.16
v0.37.17
v0.37.18
v0.37.19
v0.37.2
v0.37.20
v0.37.21
v0.37.22
v0.37.23
v0.37.24
v0.37.3
v0.37.4
v0.37.5
v0.37.6
v0.37.7
v0.37.8
v0.37.9
v0.38.0
v0.38.1
v0.38.10
v0.38.11
v0.38.12
v0.38.13
v0.38.14
v0.38.15
v0.38.16
v0.38.17
v0.38.18
v0.38.2
v0.38.3
v0.38.4
v0.38.5
v0.38.6
v0.38.7
v0.38.8
v0.38.9