CVE-2023-31247
14.11.2023, 10:15
A memory corruption vulnerability exists in the HTTP Server Host header parsing functionality of Weston Embedded uC-HTTP v3.01.01. A specially crafted network packet can lead to code execution. An attacker can send a malicious packet to trigger this vulnerability.Enginsight
Vendor | Product | Version |
---|---|---|
silabs | gecko_software_development_kit | 4.3.1 |
weston-embedded | cesium_net | 3.07.01 |
weston-embedded | uc-http | 3.01.01 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-119 - Improper Restriction of Operations within the Bounds of a Memory BufferThe software performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.