diff options
author | Divya Chellam <divya.chellam@windriver.com> | 2025-04-15 11:11:27 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-04-18 08:30:51 -0700 |
commit | 6eba29d9462a5833fbd49064ea32502c8da6405c (patch) | |
tree | 919a7b5f51499d04bd48d9e49ac794afb450de38 /scripts/lib | |
parent | 0a3231570d7ac206d022c455fb8e8e1f8db6f1d5 (diff) | |
download | poky-6eba29d9462a5833fbd49064ea32502c8da6405c.tar.gz |
ruby: fix CVE-2024-43398
REXML is an XML toolkit for Ruby. The REXML gem before 3.3.6 has a DoS
vulnerability when it parses an XML that has many deep elements that have
same local name attributes. If you need to parse untrusted XMLs with tree
parser API like REXML::Document.new, you may be impacted to this vulnerability.
If you use other parser APIs such as stream parser API and SAX2 parser API,
this vulnerability is not affected. The REXML gem 3.3.6 or later include the
patch to fix the vulnerability.
Reference:
https://security-tracker.debian.org/tracker/CVE-2024-43398
Upstream-patch:
https://github.com/ruby/rexml/commit/7cb5eaeb221c322b9912f724183294d8ce96bae3
(From OE-Core rev: f23d1bfca0ea57150c397bc2e495191fb61423d0)
Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions