OESA-2024-1201 (CVE-2024-24577)
Vulnerability from osv_openeuler – Published: 2024-02-23 11:06 – Updated: 2026-08-06 11:06 – Source websiteRust 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)
| URL | Type | |
|---|---|---|
{
"affected": [
{
"ecosystem_specific": {
"aarch64": [
"rust-1.60.0-3.oe2203sp1.aarch64.rpm",
"rust-debuginfo-1.60.0-3.oe2203sp1.aarch64.rpm",
"rustfmt-1.60.0-3.oe2203sp1.aarch64.rpm",
"rust-help-1.60.0-3.oe2203sp1.aarch64.rpm",
"rust-analysis-1.60.0-3.oe2203sp1.aarch64.rpm",
"cargo-1.60.0-3.oe2203sp1.aarch64.rpm",
"rust-debugsource-1.60.0-3.oe2203sp1.aarch64.rpm",
"rust-std-static-1.60.0-3.oe2203sp1.aarch64.rpm",
"clippy-1.60.0-3.oe2203sp1.aarch64.rpm",
"rls-1.60.0-3.oe2203sp1.aarch64.rpm"
],
"noarch": [
"rust-src-1.60.0-3.oe2203sp1.noarch.rpm",
"rust-lldb-1.60.0-3.oe2203sp1.noarch.rpm",
"rust-debugger-common-1.60.0-3.oe2203sp1.noarch.rpm",
"rust-gdb-1.60.0-3.oe2203sp1.noarch.rpm"
],
"src": [
"rust-1.60.0-3.oe2203sp1.src.rpm"
],
"x86_64": [
"rustfmt-1.60.0-3.oe2203sp1.x86_64.rpm",
"rust-analysis-1.60.0-3.oe2203sp1.x86_64.rpm",
"rust-debuginfo-1.60.0-3.oe2203sp1.x86_64.rpm",
"cargo-1.60.0-3.oe2203sp1.x86_64.rpm",
"rust-std-static-1.60.0-3.oe2203sp1.x86_64.rpm",
"clippy-1.60.0-3.oe2203sp1.x86_64.rpm",
"rust-help-1.60.0-3.oe2203sp1.x86_64.rpm",
"rust-debugsource-1.60.0-3.oe2203sp1.x86_64.rpm",
"rust-1.60.0-3.oe2203sp1.x86_64.rpm",
"rls-1.60.0-3.oe2203sp1.x86_64.rpm"
]
},
"package": {
"ecosystem": "openEuler:22.03-LTS-SP1",
"name": "rust",
"purl": "pkg:rpm/openEuler/rust\u0026distro=openEuler-22.03-LTS-SP1"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.60.0-3.oe2203sp1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"database_specific": {
"severity": "Critical"
},
"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.\r\n\r\nSecurity Fix(es):\r\n\r\nlibgit2 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)",
"id": "OESA-2024-1201",
"modified": "2026-08-06T11:06:39Z",
"published": "2024-02-23T11:06:39Z",
"references": [
{
"type": "ADVISORY",
"url": "https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1201"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24577"
}
],
"schema_version": "1.7.2",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "rust security update",
"upstream": [
"CVE-2024-24577"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.