OESA-2024-1205

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-1205
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2024-1205.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2024-1205
Upstream
Published
2024-02-23T11:07:03Z
Modified
2025-08-12T05:25:17.745884Z
Summary
rust security update
Details

Rust is a systems programming language focused on three goals:safety, speed,and concurrency.It maintains these goals without having a garbage collector, making it a useful language for a number of use cases other languages are not good at: embedding in other languages, programs with specific space and time requirements,and writing low-level code, like device drivers and operating systems. It improves on current languages targeting this space by having a number of compile-time safety checks that produce no runtime overhead,while eliminating all data races.

Security Fix(es):

libgit2 is a portable C implementation of the Git core methods provided as a linkable library with a solid API, allowing to build Git functionality into your application. Using well-crafted inputs to git_index_add can cause heap corruption that could be leveraged for arbitrary code execution. There is an issue in the has_dir_name function in src/libgit2/index.c, which frees an entry that should not be freed. The freed entry is later used and overwritten with potentially bad actor-controlled data leading to controlled heap corruption. Depending on the application that uses libgit2, this could lead to arbitrary code execution. This issue has been patched in version 1.6.5 and 1.7.2.(CVE-2024-24577)

Database specific
{
    "severity": "Critical"
}
References

Affected packages

openEuler:20.03-LTS-SP4 / rust

Package

Name
rust
Purl
pkg:rpm/openEuler/rust&distro=openEuler-20.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.51.0-7.oe2003sp4

Ecosystem specific

{
    "src": [
        "rust-1.51.0-7.oe2003sp4.src.rpm"
    ],
    "aarch64": [
        "cargo-1.51.0-7.oe2003sp4.aarch64.rpm",
        "rustfmt-1.51.0-7.oe2003sp4.aarch64.rpm",
        "rust-std-static-1.51.0-7.oe2003sp4.aarch64.rpm",
        "rust-debuginfo-1.51.0-7.oe2003sp4.aarch64.rpm",
        "rls-1.51.0-7.oe2003sp4.aarch64.rpm",
        "rust-debugsource-1.51.0-7.oe2003sp4.aarch64.rpm",
        "clippy-1.51.0-7.oe2003sp4.aarch64.rpm",
        "rust-analysis-1.51.0-7.oe2003sp4.aarch64.rpm",
        "rust-1.51.0-7.oe2003sp4.aarch64.rpm",
        "rust-help-1.51.0-7.oe2003sp4.aarch64.rpm"
    ],
    "x86_64": [
        "rust-debugsource-1.51.0-7.oe2003sp4.x86_64.rpm",
        "cargo-1.51.0-7.oe2003sp4.x86_64.rpm",
        "clippy-1.51.0-7.oe2003sp4.x86_64.rpm",
        "rust-std-static-1.51.0-7.oe2003sp4.x86_64.rpm",
        "rust-analysis-1.51.0-7.oe2003sp4.x86_64.rpm",
        "rust-1.51.0-7.oe2003sp4.x86_64.rpm",
        "rust-help-1.51.0-7.oe2003sp4.x86_64.rpm",
        "rls-1.51.0-7.oe2003sp4.x86_64.rpm",
        "rustfmt-1.51.0-7.oe2003sp4.x86_64.rpm",
        "rust-debuginfo-1.51.0-7.oe2003sp4.x86_64.rpm"
    ],
    "noarch": [
        "rust-gdb-1.51.0-7.oe2003sp4.noarch.rpm",
        "rust-lldb-1.51.0-7.oe2003sp4.noarch.rpm",
        "rust-src-1.51.0-7.oe2003sp4.noarch.rpm",
        "rust-debugger-common-1.51.0-7.oe2003sp4.noarch.rpm"
    ]
}