CVE-2019-3729
30.09.2019, 22:15
RSA BSAFE Micro Edition Suite versions prior to 4.4 (in 4.0.x, 4.1.x, 4.2.x and 4.3.x) are vulnerable to a Heap-based Buffer Overflow vulnerability when parsing ECDSA signature. A malicious user with adjacent network access could potentially exploit this vulnerability to cause a crash in the library of the affected system.Enginsight
Vendor | Product | Version |
---|---|---|
dell | bsafe_micro-edition-suite | 4.0.0 ≤ 𝑥 < 4.0.13 |
dell | bsafe_micro-edition-suite | 4.1.0 ≤ 𝑥 < 4.4.0 |
𝑥
= 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.