cvelist/2024/29xxx/CVE-2024-29900.json

91 lines
3.3 KiB
JSON
Raw Normal View History

2024-04-02 14:12:53 +00:00
{
2024-04-02 15:25:45 +00:00
"data_version": "4.0",
2024-04-02 14:12:53 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-29900",
2024-04-02 15:25:45 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-04-02 14:12:53 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-04-02 15:25:45 +00:00
"value": "Electron Packager bundles Electron-based application source code with a renamed Electron executable and supporting files into folders ready for distribution. A random segment of ~1-10kb of Node.js heap memory allocated either side of a known buffer will be leaked into the final executable. This memory _could_ contain sensitive information such as environment variables, secrets files, etc. This issue is patched in 18.3.1.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-402: Transmission of Private Resources into a New Sphere ('Resource Leak')",
"cweId": "CWE-402"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "electron",
"product": {
"product_data": [
{
"product_name": "packager",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "= 18.3.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/electron/packager/security/advisories/GHSA-34h3-8mw4-qw57",
"refsource": "MISC",
"name": "https://github.com/electron/packager/security/advisories/GHSA-34h3-8mw4-qw57"
},
{
"url": "https://github.com/electron/packager/commit/d421d4bd3ced889a4143c5c3ab6d95e3be249eee",
"refsource": "MISC",
"name": "https://github.com/electron/packager/commit/d421d4bd3ced889a4143c5c3ab6d95e3be249eee"
}
]
},
"source": {
"advisory": "GHSA-34h3-8mw4-qw57",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
2024-04-02 14:12:53 +00:00
}
]
}
}