"-Synchronized-Data."

This commit is contained in:
CVE Team 2023-08-01 12:00:34 +00:00
parent 685f898ee2
commit 6eab9dd5b7
No known key found for this signature in database
GPG Key ID: E3252B3D49582C98

View File

@ -1,17 +1,99 @@
{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2023-37478",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "pnpm is a package manager. It is possible to construct a tarball that, when installed via npm or parsed by the registry is safe, but when installed via pnpm is malicious, due to how pnpm parses tar archives. This can result in a package that appears safe on the npm registry or when installed via npm being replaced with a compromised or malicious version when installed via pnpm. This issue has been patched in version(s) 7.33.4 and 8.6.8."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-284: Improper Access Control",
"cweId": "CWE-284"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "pnpm",
"product": {
"product_data": [
{
"product_name": "pnpm",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 7.33.4"
},
{
"version_affected": "=",
"version_value": ">= 8.0.0, < 8.6.8"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/pnpm/pnpm/security/advisories/GHSA-5r98-f33j-g8h7",
"refsource": "MISC",
"name": "https://github.com/pnpm/pnpm/security/advisories/GHSA-5r98-f33j-g8h7"
},
{
"url": "https://github.com/pnpm/pnpm/releases/tag/v7.33.4",
"refsource": "MISC",
"name": "https://github.com/pnpm/pnpm/releases/tag/v7.33.4"
},
{
"url": "https://github.com/pnpm/pnpm/releases/tag/v8.6.8",
"refsource": "MISC",
"name": "https://github.com/pnpm/pnpm/releases/tag/v8.6.8"
}
]
},
"source": {
"advisory": "GHSA-5r98-f33j-g8h7",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
]
}