gsd-2023-35931
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-35931", "id": "GSD-2023-35931" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-35931" ], "details": "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", "id": "GSD-2023-35931", "modified": "2023-12-13T01:20:46.258510Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-35931", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "shescape", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003c 1.7.1" } ] } } ] }, "vendor_name": "ericcornelissen" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "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" } ] }, "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" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-526", "lang": "eng", "value": "CWE-526: Cleartext Storage of Sensitive Information in an Environment Variable" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/ericcornelissen/shescape/security/advisories/GHSA-3g7p-8qhx-mc8r", "refsource": "MISC", "url": "https://github.com/ericcornelissen/shescape/security/advisories/GHSA-3g7p-8qhx-mc8r" }, { "name": "https://github.com/ericcornelissen/shescape/pull/982", "refsource": "MISC", "url": "https://github.com/ericcornelissen/shescape/pull/982" }, { "name": "https://github.com/ericcornelissen/shescape/commit/d0fce70f987ac0d8331f93cb45d47e79436173ac", "refsource": "MISC", "url": "https://github.com/ericcornelissen/shescape/commit/d0fce70f987ac0d8331f93cb45d47e79436173ac" }, { "name": "https://github.com/ericcornelissen/shescape/releases/tag/v1.7.1", "refsource": "MISC", "url": "https://github.com/ericcornelissen/shescape/releases/tag/v1.7.1" } ] }, "source": { "advisory": "GHSA-3g7p-8qhx-mc8r", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c1.7.1", "affected_versions": "All versions before 1.7.1", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "cwe_ids": [ "CWE-1035", "CWE-526", "CWE-937" ], "date": "2023-07-04", "description": "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", "fixed_versions": [ "1.7.1" ], "identifier": "CVE-2023-35931", "identifiers": [ "CVE-2023-35931", "GHSA-3g7p-8qhx-mc8r" ], "not_impacted": "All versions starting from 1.7.1", "package_slug": "npm/shescape", "pubdate": "2023-06-23", "solution": "Upgrade to version 1.7.1 or above.", "title": "Cleartext Storage of Sensitive Information in an Environment Variable", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2023-35931", "https://github.com/ericcornelissen/shescape/pull/982", "https://github.com/ericcornelissen/shescape/commit/d0fce70f987ac0d8331f93cb45d47e79436173ac", "https://github.com/ericcornelissen/shescape/security/advisories/GHSA-3g7p-8qhx-mc8r", "https://github.com/ericcornelissen/shescape/releases/tag/v1.7.1" ], "uuid": "269a9f47-8a9e-4044-99c6-930c41aa1540" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:shescape_project:shescape:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "1.7.1", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2023-35931" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "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": "en", "value": "CWE-526" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/ericcornelissen/shescape/pull/982", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/ericcornelissen/shescape/pull/982" }, { "name": "https://github.com/ericcornelissen/shescape/commit/d0fce70f987ac0d8331f93cb45d47e79436173ac", "refsource": "MISC", "tags": [ "Patch" ], "url": "https://github.com/ericcornelissen/shescape/commit/d0fce70f987ac0d8331f93cb45d47e79436173ac" }, { "name": "https://github.com/ericcornelissen/shescape/security/advisories/GHSA-3g7p-8qhx-mc8r", "refsource": "MISC", "tags": [ "Exploit", "Vendor Advisory" ], "url": "https://github.com/ericcornelissen/shescape/security/advisories/GHSA-3g7p-8qhx-mc8r" }, { "name": "https://github.com/ericcornelissen/shescape/releases/tag/v1.7.1", "refsource": "MISC", "tags": [ "Release Notes" ], "url": "https://github.com/ericcornelissen/shescape/releases/tag/v1.7.1" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 1.4 } }, "lastModifiedDate": "2023-07-04T01:55Z", "publishedDate": "2023-06-23T20:15Z" } } }
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.