CVE-2024-38207
23.08.2024, 23:15
Microsoft Edge (HTML-based) Memory Corruption Vulnerability
Vendor | Product | Version |
---|---|---|
microsoft | edge_chromium | 𝑥 < 128.0.2739.42 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')The program allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.