CVE-2020-25844
31.12.2020, 08:15
The digest generation function of NHIServiSignAdapter has not been verified for parameters length, which leads to a stack overflow loophole. Remote attackers can use the leak to execute code without privilege.Enginsight
Vendor | Product | Version |
---|---|---|
panorama | nhiservisignadapter | 1.0.20.0218 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.