CVE-2021-26948
03.03.2022, 23:15
Null pointer dereference in the htmldoc v1.9.11 and before may allow attackers to execute arbitrary code and cause a denial of service via a crafted html file.Enginsight
Vendor | Product | Version |
---|---|---|
htmldoc_project | htmldoc | 1.9.11 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-479 - Signal Handler Use of a Non-reentrant FunctionThe program defines a signal handler that calls a non-reentrant function.
- CWE-476 - NULL Pointer DereferenceA NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.