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.
It has been patched in 2.6.0 for muhammara and not at all for hummus
Do not process files from untrusted sources
PR: https://github.com/julianhille/MuhammaraJS/pull/194 Issue: https://github.com/julianhille/MuhammaraJS/issues/191 Issue in hummus: https://github.com/galkahana/HummusJS/issues/293
The difference is one is in src/deps/PDFWriter/PDFParser.cpp and the other is PDFDocumentHandler.cpp both is a null pointer but for different cases These are totally diffent issues, one is in reading a pdf the other is in appendending a maliciously crafted one. The function calls are different the versions in which they are solved are diffent.
{ "nvd_published_at": "2022-11-02T15:15:00Z", "github_reviewed_at": "2022-11-02T18:10:47Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-476", "CWE-690" ] }