diff options
author | Zhang Peng <peng.zhang1.cn@windriver.com> | 2025-03-13 22:22:35 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-03-19 07:13:17 -0700 |
commit | 52209c5a2b9bdc4c6d2d6f596d308b0c275520fd (patch) | |
tree | 60432fe13d776e93440481bc48e9bd2643983ff3 /scripts/lib/scriptutils.py | |
parent | ef3aca9b211d43774eb16bc0768102ac027e428e (diff) | |
download | poky-52209c5a2b9bdc4c6d2d6f596d308b0c275520fd.tar.gz |
mpg123: fix CVE-2024-10573
CVE-2024-10573:
An out-of-bounds write flaw was found in mpg123 when handling crafted streams.
When decoding PCM, the libmpg123 may write past the end of a heap-located buffer.
Consequently, heap corruption may happen, and arbitrary code execution is not
discarded. The complexity required to exploit this flaw is considered high as
the payload must be validated by the MPEG decoder and the PCM synth before execution.
Additionally, to successfully execute the attack, the user must scan through the
stream, making web live stream content (such as web radios) a very unlikely attack vector.
Reference: [https://nvd.nist.gov/vuln/detail/CVE-2024-10573]
Upstream patches: [svn://scm.orgis.org/mpg123/branches/1.31-fixes@5442]
(From OE-Core rev: a227b80e29c5ba5d963acaa4ddb4b9ad45483bd5)
Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions