CVE-2024-41815 (GCVE-0-2024-41815)
Vulnerability from cvelistv5 – Published: 2024-07-26 21:01 – Updated: 2024-08-02 04:46
VLAI?
Title
Starship vulnerable to shell injection via undocumented, unpredictable shell expansion in custom commands
Summary
Starship is a cross-shell prompt. Starting in version 1.0.0 and prior to version 1.20.0, undocumented and unpredictable shell expansion and/or quoting rules make it easily to accidentally cause shell injection when using custom commands with starship in bash. This issue only affects users with custom commands, so the scope is limited, and without knowledge of others' commands, it could be hard to successfully target someone. Version 1.20.0 fixes the vulnerability.
Severity ?
7.4 (High)
CWE
- CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"containers": {
"adp": [
{
"affected": [
{
"cpes": [
"cpe:2.3:a:starship:starship:1.0.0:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "starship",
"vendor": "starship",
"versions": [
{
"lessThan": "1.20.0",
"status": "affected",
"version": "1.0.0",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-41815",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-07-29T14:13:04.454740Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-07-29T18:28:53.805Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-02T04:46:52.696Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5"
},
{
"name": "https://github.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74"
},
{
"name": "https://github.com/starship/starship/releases/tag/v1.20.0",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/starship/starship/releases/tag/v1.20.0"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "starship",
"vendor": "starship",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.20.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Starship is a cross-shell prompt. Starting in version 1.0.0 and prior to version 1.20.0, undocumented and unpredictable shell expansion and/or quoting rules make it easily to accidentally cause shell injection when using custom commands with starship in bash. This issue only affects users with custom commands, so the scope is limited, and without knowledge of others\u0027 commands, it could be hard to successfully target someone. Version 1.20.0 fixes the vulnerability."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-77",
"description": "CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-07-26T21:01:48.605Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5"
},
{
"name": "https://github.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74"
},
{
"name": "https://github.com/starship/starship/releases/tag/v1.20.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/starship/starship/releases/tag/v1.20.0"
}
],
"source": {
"advisory": "GHSA-vx24-x4mv-vwr5",
"discovery": "UNKNOWN"
},
"title": "Starship vulnerable to shell injection via undocumented, unpredictable shell expansion in custom commands"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-41815",
"datePublished": "2024-07-26T21:01:48.605Z",
"dateReserved": "2024-07-22T13:57:37.137Z",
"dateUpdated": "2024-08-02T04:46:52.696Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5\", \"name\": \"https://github.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74\", \"name\": \"https://github.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/starship/starship/releases/tag/v1.20.0\", \"name\": \"https://github.com/starship/starship/releases/tag/v1.20.0\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T04:46:52.696Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-41815\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-07-29T14:13:04.454740Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:starship:starship:1.0.0:*:*:*:*:*:*:*\"], \"vendor\": \"starship\", \"product\": \"starship\", \"versions\": [{\"status\": \"affected\", \"version\": \"1.0.0\", \"lessThan\": \"1.20.0\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-07-29T14:16:29.787Z\"}}], \"cna\": {\"title\": \"Starship vulnerable to shell injection via undocumented, unpredictable shell expansion in custom commands\", \"source\": {\"advisory\": \"GHSA-vx24-x4mv-vwr5\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"starship\", \"product\": \"starship\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 1.20.0\"}]}], \"references\": [{\"url\": \"https://github.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5\", \"name\": \"https://github.com/starship/starship/security/advisories/GHSA-vx24-x4mv-vwr5\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74\", \"name\": \"https://github.com/starship/starship/commit/cfc58161e0ec595db90af686ad77a73df6d44d74\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/starship/starship/releases/tag/v1.20.0\", \"name\": \"https://github.com/starship/starship/releases/tag/v1.20.0\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Starship is a cross-shell prompt. Starting in version 1.0.0 and prior to version 1.20.0, undocumented and unpredictable shell expansion and/or quoting rules make it easily to accidentally cause shell injection when using custom commands with starship in bash. This issue only affects users with custom commands, so the scope is limited, and without knowledge of others\u0027 commands, it could be hard to successfully target someone. Version 1.20.0 fixes the vulnerability.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-77\", \"description\": \"CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-07-26T21:01:48.605Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-41815\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-02T04:46:52.696Z\", \"dateReserved\": \"2024-07-22T13:57:37.137Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-07-26T21:01:48.605Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
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.
Loading…
Loading…