Security Advisory

CVE-2019-10050

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2019-05-13 16:18:52
Last updated 2024-08-04 22:10:09
Assigner mitre
CVSS score not scored
State PUBLISHED

Description

A buffer over-read issue was discovered in Suricata 4.1.x before 4.1.4. If the input of the decode-mpls.c function DecodeMPLS is composed only of a packet of source address and destination address plus the correct type field and the right number for shim, an attacker can manipulate the control flow, such that the condition to leave the loop is true. After leaving the loop, the network packet has a length of 2 bytes. There is no validation of this length. Later on, the code tries to read at an empty position, leading to a crash.