GHSA-52h2-m2cf-9jh6

Suggest an improvement
Source
https://github.com/advisories/GHSA-52h2-m2cf-9jh6
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/12/GHSA-52h2-m2cf-9jh6/GHSA-52h2-m2cf-9jh6.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-52h2-m2cf-9jh6
Aliases
Published
2022-12-12T22:35:41Z
Modified
2023-11-08T04:08:20.739426Z
Severity
  • 1.9 (Low) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
linux-loader reading beyond EOF could lead to infinite loop
Details

Impact

The linux-loader crate used the offsets and sizes provided in the ELF headers to determine the offsets to read from. If those offsets pointed beyond the end of the file this could lead to an infinite loop. Virtual Machine Monitors using the linux-loader crate could enter an infinite loop if the ELF header of the kernel they are loading was modified in a malicious manner.

Patches

The issue has been addressed in 0.8.1

Workarounds

The issue can be mitigated by ensuring that only trusted kernel images are loaded or by verifying that the headers to not point beyond the end of the file.

References

See: https://github.com/rust-vmm/linux-loader/pull/125

Database specific
{
    "nvd_published_at": "2022-12-13T08:15:00Z",
    "github_reviewed_at": "2022-12-12T22:35:41Z",
    "severity": "LOW",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-119",
        "CWE-125",
        "CWE-835"
    ]
}
References

Affected packages

crates.io / linux-loader

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.8.1