cvelist/2023/35xxx/CVE-2023-35931.json
2023-06-23 20:00:42 +00:00

101 lines
3.5 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-35931",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Shescape is a simple shell escape library for JavaScript. An attacker may be able to get read-only access to environment variables. This bug has been patched in version 1.7.1.\n\n\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-526: Cleartext Storage of Sensitive Information in an Environment Variable",
"cweId": "CWE-526"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "ericcornelissen",
"product": {
"product_data": [
{
"product_name": "shescape",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 1.7.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/ericcornelissen/shescape/security/advisories/GHSA-3g7p-8qhx-mc8r",
"refsource": "MISC",
"name": "https://github.com/ericcornelissen/shescape/security/advisories/GHSA-3g7p-8qhx-mc8r"
},
{
"url": "https://github.com/ericcornelissen/shescape/pull/982",
"refsource": "MISC",
"name": "https://github.com/ericcornelissen/shescape/pull/982"
},
{
"url": "https://github.com/ericcornelissen/shescape/commit/d0fce70f987ac0d8331f93cb45d47e79436173ac",
"refsource": "MISC",
"name": "https://github.com/ericcornelissen/shescape/commit/d0fce70f987ac0d8331f93cb45d47e79436173ac"
},
{
"url": "https://github.com/ericcornelissen/shescape/releases/tag/v1.7.1",
"refsource": "MISC",
"name": "https://github.com/ericcornelissen/shescape/releases/tag/v1.7.1"
}
]
},
"source": {
"advisory": "GHSA-3g7p-8qhx-mc8r",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
}
]
}
}