Auto-merge PR#7895

Auto-merge PR#7895
This commit is contained in:
CVE Team 2022-11-02 10:50:17 -04:00 committed by GitHub
commit bb7cd2a8c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,98 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-39381",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Unchecked Return Value to NULL Pointer Dereference in PDFDocumentHandler.cpp"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "MuhammaraJS",
"version": {
"version_data": [
{
"version_value": "< 2.6.0"
}
]
}
}
]
},
"vendor_name": "julianhille"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"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": "Muhammara is a node module with c/cpp bindings to modify PDF with js for node or electron (based/replacement on/of galkhana/hummusjs). The package muhammara before 2.6.0; all versions of package hummus are vulnerable to Denial of Service (DoS) when supplied with a maliciously crafted PDF file to be appended to another. This issue has been patched in 2.6.0 for muhammara and not at all for hummus. As a workaround, do not process files from untrusted sources."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-690: Unchecked Return Value to NULL Pointer Dereference"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/julianhille/MuhammaraJS/security/advisories/GHSA-rcrx-fpjp-mfrw",
"refsource": "CONFIRM",
"url": "https://github.com/julianhille/MuhammaraJS/security/advisories/GHSA-rcrx-fpjp-mfrw"
},
{
"name": "https://github.com/galkahana/HummusJS/issues/293",
"refsource": "MISC",
"url": "https://github.com/galkahana/HummusJS/issues/293"
},
{
"name": "https://github.com/julianhille/MuhammaraJS/issues/191",
"refsource": "MISC",
"url": "https://github.com/julianhille/MuhammaraJS/issues/191"
},
{
"name": "https://github.com/julianhille/MuhammaraJS/pull/194",
"refsource": "MISC",
"url": "https://github.com/julianhille/MuhammaraJS/pull/194"
}
]
},
"source": {
"advisory": "GHSA-rcrx-fpjp-mfrw",
"discovery": "UNKNOWN"
}
}