ghsa-47f6-5gq3-vx9c
Vulnerability from github
Published
2024-06-10 21:36
Modified
2024-06-20 09:30
Severity ?
Summary
Composer has a command injection via malicious git branch name
Details
Impact
The status
, reinstall
and remove
commands with packages installed from source via git containing specially crafted branch names in the repository can be used to execute code.
Patches
2.2.24 for 2.2 LTS or 2.7.7 for mainline
Workarounds
Avoid installing dependencies via git by using --prefer-dist
or the preferred-install: dist
config setting.
{ "affected": [ { "package": { "ecosystem": "Packagist", "name": "composer/composer" }, "ranges": [ { "events": [ { "introduced": "2.0" }, { "fixed": "2.2.24" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Packagist", "name": "composer/composer" }, "ranges": [ { "events": [ { "introduced": "2.3" }, { "fixed": "2.7.7" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-35241" ], "database_specific": { "cwe_ids": [ "CWE-77" ], "github_reviewed": true, "github_reviewed_at": "2024-06-10T21:36:32Z", "nvd_published_at": "2024-06-10T22:15:09Z", "severity": "HIGH" }, "details": "### Impact\n\nThe `status`, `reinstall` and `remove` commands with packages installed from source via git containing specially crafted branch names in the repository can be used to execute code.\n\n### Patches\n\n2.2.24 for 2.2 LTS or 2.7.7 for mainline\n\n### Workarounds\n\nAvoid installing dependencies via git by using `--prefer-dist` or the `preferred-install: dist` config setting.\n", "id": "GHSA-47f6-5gq3-vx9c", "modified": "2024-06-20T09:30:58Z", "published": "2024-06-10T21:36:32Z", "references": [ { "type": "WEB", "url": "https://github.com/composer/composer/security/advisories/GHSA-47f6-5gq3-vx9c" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35241" }, { "type": "WEB", "url": "https://github.com/composer/composer/commit/b93fc6ca437da35ae73d667d0618749c763b67d4" }, { "type": "WEB", "url": "https://github.com/composer/composer/commit/ee28354ca8d33c15949ad7de2ce6656ba3f68704" }, { "type": "PACKAGE", "url": "https://github.com/composer/composer" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PO4MU2BC7VR6LMHEX4X7DKGHVFXZV2MC" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VLPJHM2WWSYU2F6KHW2BYFGYL4IGTKHC" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Composer has a command injection via malicious git branch name" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.