7.5
CVE-2022-41957
- EPSS 0.35%
- Veröffentlicht 28.11.2022 15:15:10
- Zuletzt bearbeitet 21.11.2024 07:24:09
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
Muhammara is a node module with c/cpp bindings to modify PDF with JavaScript for node or electron. The package muhammara before 2.6.2 and from 3.0.0 and before 3.3.0, as well as all versions of muhammara's predecessor package hummus, are vulnerable to Denial of Service (DoS) when supplied with a maliciously crafted PDF file to be parsed. The issue has been patched in muhammara version 3.4.0 and the fix has been backported to version 2.6.2. As a workaround, do not process files from untrusted sources. If using hummus, replace the package with muhammara.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Muhammara Project ≫ Muhammara SwPlatformnode.js Version < 2.6.2
Muhammara Project ≫ Muhammara SwPlatformnode.js Version >= 3.0.0 < 3.3.0
Hummus Project ≫ Hummus SwPlatformnode.js
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.35% | 0.567 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
| security-advisories@github.com | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-690 Unchecked Return Value to NULL Pointer Dereference
The product does not check for an error after calling a function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference.