Action not permitted
Modal body text goes here.
Modal Title
Modal Body
usn-7091-2
Vulnerability from osv_ubuntu
USN-7091-1 fixed several vulnerabilities in Ruby. This update provides the corresponding update for CVE-2024-35176, CVE-2024-41123, CVE-2024-41946 and CVE-2024-49761 for ruby2.7 in Ubuntu 20.04 LTS.
Original advisory details:
It was discovered that Ruby incorrectly handled parsing of an XML document that has specific XML characters in an attribute value using REXML gem. An attacker could use this issue to cause Ruby to crash, resulting in a denial of service. This issue only affected in Ubuntu 22.04 LTS and Ubuntu 24.04 LTS. (CVE-2024-35176, CVE-2024-39908, CVE-2024-41123)
It was discovered that Ruby incorrectly handled parsing of an XML document that has many entity expansions with SAX2 or pull parser API. An attacker could use this issue to cause Ruby to crash, resulting in a denial of service. (CVE-2024-41946)
It was discovered that Ruby incorrectly handled parsing of an XML document that has many digits in a hex numeric character reference. An attacker could use this issue to cause Ruby to crash, resulting in a denial of service. (CVE-2024-49761)
| URL | Type | |
|---|---|---|
{
"affected": [
{
"database_specific": {
"cves_map": {
"cves": [
{
"id": "CVE-2024-41946",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
]
},
{
"id": "CVE-2024-49761",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
]
}
],
"ecosystem": "Ubuntu:20.04:LTS"
}
},
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby2.7",
"binary_version": "2.7.0-5ubuntu1.15"
},
{
"binary_name": "ruby2.7",
"binary_version": "2.7.0-5ubuntu1.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "ruby2.7",
"purl": "pkg:deb/ubuntu/ruby2.7@2.7.0-5ubuntu1.15?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.7.0-5ubuntu1.15"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.0-1",
"2.7.0-2",
"2.7.0-3",
"2.7.0-4",
"2.7.0-4ubuntu1",
"2.7.0-5ubuntu1",
"2.7.0-5ubuntu1.1",
"2.7.0-5ubuntu1.2",
"2.7.0-5ubuntu1.3",
"2.7.0-5ubuntu1.4",
"2.7.0-5ubuntu1.5",
"2.7.0-5ubuntu1.6",
"2.7.0-5ubuntu1.7",
"2.7.0-5ubuntu1.8",
"2.7.0-5ubuntu1.9",
"2.7.0-5ubuntu1.10",
"2.7.0-5ubuntu1.11",
"2.7.0-5ubuntu1.12",
"2.7.0-5ubuntu1.13",
"2.7.0-5ubuntu1.14"
]
}
],
"aliases": [],
"details": "USN-7091-1 fixed several vulnerabilities in Ruby. This update provides the\ncorresponding update for CVE-2024-35176, CVE-2024-41123, CVE-2024-41946 and \nCVE-2024-49761 for ruby2.7 in Ubuntu 20.04 LTS.\n\nOriginal advisory details:\n\n It was discovered that Ruby incorrectly handled parsing of an XML document\n that has specific XML characters in an attribute value using REXML gem. An\n attacker could use this issue to cause Ruby to crash, resulting in a\n denial of service. This issue only affected in Ubuntu 22.04 LTS and Ubuntu\n 24.04 LTS. (CVE-2024-35176, CVE-2024-39908, CVE-2024-41123)\n \n It was discovered that Ruby incorrectly handled parsing of an XML document\n that has many entity expansions with SAX2 or pull parser API. An attacker\n could use this issue to cause Ruby to crash, resulting in a denial of\n service. (CVE-2024-41946)\n \n It was discovered that Ruby incorrectly handled parsing of an XML document\n that has many digits in a hex numeric character reference. An attacker\n could use this issue to cause Ruby to crash, resulting in a denial of\n service. (CVE-2024-49761)\n",
"id": "USN-7091-2",
"modified": "2026-04-27T14:11:37Z",
"published": "2024-11-21T03:39:20Z",
"references": [
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-2"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35176"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-41123"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-41946"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-49761"
},
{
"type": "REPORT",
"url": "https://launchpad.net/bugs/2086615"
}
],
"related": [],
"schema_version": "1.7.0",
"summary": "ruby2.7 vulnerabilities",
"upstream": [
"UBUNTU-CVE-2024-35176",
"UBUNTU-CVE-2024-41123",
"UBUNTU-CVE-2024-41946",
"UBUNTU-CVE-2024-49761"
]
}
ubuntu-cve-2024-35176
Vulnerability from osv_ubuntu
REXML is an XML toolkit for Ruby. The REXML gem before 3.2.6 has a denial of service vulnerability when it parses an XML that has many <s in an attribute value. Those who need to parse untrusted XMLs may be impacted to this vulnerability. The REXML gem 3.2.7 or later include the patch to fix this vulnerability. As a workaround, don't parse untrusted XMLs.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "1.5.6-9+deb8u2build0.14.04.1~esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@1.5.6-9+deb8u2build0.14.04.1~esm2?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.5.6-5ubuntu1",
"1.5.6-6",
"1.5.6-7",
"1.5.6-9+deb8u2build0.14.04.1~esm2"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
},
{
"binary_name": "ruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
},
{
"binary_name": "ruby2.3-tcltk",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "ruby2.3",
"purl": "pkg:deb/ubuntu/ruby2.3@2.3.1-2~ubuntu16.04.16+esm11?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.3.1-2~ubuntu16.04.16+esm11"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.3.0-1",
"2.3.0-2",
"2.3.0-4ubuntu2",
"2.3.0-4ubuntu3",
"2.3.0-5ubuntu1",
"2.3.1-2~16.04",
"2.3.1-2~16.04.2",
"2.3.1-2~16.04.4",
"2.3.1-2~16.04.5",
"2.3.1-2~16.04.6",
"2.3.1-2~16.04.7",
"2.3.1-2~16.04.9",
"2.3.1-2~16.04.10",
"2.3.1-2~16.04.11",
"2.3.1-2~16.04.12",
"2.3.1-2~ubuntu16.04.13",
"2.3.1-2~ubuntu16.04.14",
"2.3.1-2~ubuntu16.04.15",
"2.3.1-2~ubuntu16.04.16",
"2.3.1-2~ubuntu16.04.16+esm1",
"2.3.1-2~ubuntu16.04.16+esm2",
"2.3.1-2~ubuntu16.04.16+esm3",
"2.3.1-2~ubuntu16.04.16+esm4",
"2.3.1-2~ubuntu16.04.16+esm5",
"2.3.1-2~ubuntu16.04.16+esm6",
"2.3.1-2~ubuntu16.04.16+esm7",
"2.3.1-2~ubuntu16.04.16+esm8",
"2.3.1-2~ubuntu16.04.16+esm9",
"2.3.1-2~ubuntu16.04.16+esm10"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "1.7.22-1ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@1.7.22-1ubuntu1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.7.21-2ubuntu4",
"1.7.22-1ubuntu1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm5"
},
{
"binary_name": "ruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "ruby2.5",
"purl": "pkg:deb/ubuntu/ruby2.5@2.5.1-1ubuntu1.16+esm5?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.5.1-1ubuntu1.16+esm5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.5.0~preview1-1ubuntu2",
"2.5.0-4ubuntu1",
"2.5.0-4ubuntu4",
"2.5.0-5ubuntu1",
"2.5.0-6ubuntu1",
"2.5.1-1ubuntu1",
"2.5.1-1ubuntu1.1",
"2.5.1-1ubuntu1.2",
"2.5.1-1ubuntu1.4",
"2.5.1-1ubuntu1.5",
"2.5.1-1ubuntu1.6",
"2.5.1-1ubuntu1.7",
"2.5.1-1ubuntu1.8",
"2.5.1-1ubuntu1.9",
"2.5.1-1ubuntu1.10",
"2.5.1-1ubuntu1.11",
"2.5.1-1ubuntu1.12",
"2.5.1-1ubuntu1.13",
"2.5.1-1ubuntu1.14",
"2.5.1-1ubuntu1.15",
"2.5.1-1ubuntu1.16",
"2.5.1-1ubuntu1.16+esm1",
"2.5.1-1ubuntu1.16+esm3",
"2.5.1-1ubuntu1.16+esm4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.1.17.0-1~18.04"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.1.17.0-1~18.04?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.1.13.0-1",
"9.1.17.0-1~18.04"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby2.7",
"binary_version": "2.7.0-5ubuntu1.16"
},
{
"binary_name": "ruby2.7",
"binary_version": "2.7.0-5ubuntu1.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "ruby2.7",
"purl": "pkg:deb/ubuntu/ruby2.7@2.7.0-5ubuntu1.16?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.7.0-5ubuntu1.16"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.0-1",
"2.7.0-2",
"2.7.0-3",
"2.7.0-4",
"2.7.0-4ubuntu1",
"2.7.0-5ubuntu1",
"2.7.0-5ubuntu1.1",
"2.7.0-5ubuntu1.2",
"2.7.0-5ubuntu1.3",
"2.7.0-5ubuntu1.4",
"2.7.0-5ubuntu1.5",
"2.7.0-5ubuntu1.6",
"2.7.0-5ubuntu1.7",
"2.7.0-5ubuntu1.8",
"2.7.0-5ubuntu1.9",
"2.7.0-5ubuntu1.10",
"2.7.0-5ubuntu1.11",
"2.7.0-5ubuntu1.12",
"2.7.0-5ubuntu1.13",
"2.7.0-5ubuntu1.14",
"2.7.0-5ubuntu1.15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.1.17.0-3build6"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.1.17.0-3build6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.1.17.0-3",
"9.1.17.0-3build5",
"9.1.17.0-3build6"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby3.0",
"binary_version": "3.0.2-7ubuntu2.10"
},
{
"binary_name": "ruby3.0",
"binary_version": "3.0.2-7ubuntu2.10"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "ruby3.0",
"purl": "pkg:deb/ubuntu/ruby3.0@3.0.2-7ubuntu2.10?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-7ubuntu2.10"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.2-5ubuntu1",
"3.0.2-7",
"3.0.2-7ubuntu2",
"3.0.2-7ubuntu2.1",
"3.0.2-7ubuntu2.2",
"3.0.2-7ubuntu2.3",
"3.0.2-7ubuntu2.4",
"3.0.2-7ubuntu2.5",
"3.0.2-7ubuntu2.6",
"3.0.2-7ubuntu2.7",
"3.0.2-7ubuntu2.8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.6.0+ds-1ubuntu3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.6.0+ds-1ubuntu3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.3.9.0+ds-1",
"9.4.5.0+ds-1",
"9.4.5.0+ds-1ubuntu1",
"9.4.6.0+ds-1ubuntu3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.5"
},
{
"binary_name": "ruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "ruby3.2",
"purl": "pkg:deb/ubuntu/ruby3.2@3.2.3-1ubuntu0.24.04.5?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.3-1ubuntu0.24.04.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.2.3-1",
"3.2.3-1build2",
"3.2.3-1build3",
"3.2.3-1ubuntu0.24.04.1",
"3.2.3-1ubuntu0.24.04.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.8.0+ds-3ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.8.0+ds-3ubuntu1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.8.0+ds-2ubuntu1",
"9.4.8.0+ds-3ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.8.0+ds-3ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.8.0+ds-3ubuntu1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.8.0+ds-3ubuntu1"
]
}
],
"aliases": [],
"details": "REXML is an XML toolkit for Ruby. The REXML gem before 3.2.6 has a denial of service vulnerability when it parses an XML that has many `\u003c`s in an attribute value. Those who need to parse untrusted XMLs may be impacted to this vulnerability. The REXML gem 3.2.7 or later include the patch to fix this vulnerability. As a workaround, don\u0027t parse untrusted XMLs.",
"id": "UBUNTU-CVE-2024-35176",
"modified": "2026-05-20T15:09:03Z",
"published": "2024-05-16T16:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-35176"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"type": "REPORT",
"url": "https://github.com/ruby/rexml/security/advisories/GHSA-vg3r-rm7w-2xgh"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7418-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7734-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7840-1"
}
],
"related": [
"USN-7091-1",
"USN-7091-2",
"USN-7418-1",
"USN-7734-1",
"USN-7840-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2024-35176"
]
}
ubuntu-cve-2024-41123
Vulnerability from osv_ubuntu
REXML is an XML toolkit for Ruby. The REXML gem before 3.3.2 has some DoS vulnerabilities when it parses an XML that has many specific characters such as whitespace character, >] and ]>. The REXML gem 3.3.3 or later include the patches to fix these vulnerabilities.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "1.5.6-9+deb8u2build0.14.04.1~esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@1.5.6-9+deb8u2build0.14.04.1~esm2?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.5.6-5ubuntu1",
"1.5.6-6",
"1.5.6-7",
"1.5.6-9+deb8u2build0.14.04.1~esm2"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
},
{
"binary_name": "ruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
},
{
"binary_name": "ruby2.3-tcltk",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "ruby2.3",
"purl": "pkg:deb/ubuntu/ruby2.3@2.3.1-2~ubuntu16.04.16+esm11?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.3.1-2~ubuntu16.04.16+esm11"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.3.0-1",
"2.3.0-2",
"2.3.0-4ubuntu2",
"2.3.0-4ubuntu3",
"2.3.0-5ubuntu1",
"2.3.1-2~16.04",
"2.3.1-2~16.04.2",
"2.3.1-2~16.04.4",
"2.3.1-2~16.04.5",
"2.3.1-2~16.04.6",
"2.3.1-2~16.04.7",
"2.3.1-2~16.04.9",
"2.3.1-2~16.04.10",
"2.3.1-2~16.04.11",
"2.3.1-2~16.04.12",
"2.3.1-2~ubuntu16.04.13",
"2.3.1-2~ubuntu16.04.14",
"2.3.1-2~ubuntu16.04.15",
"2.3.1-2~ubuntu16.04.16",
"2.3.1-2~ubuntu16.04.16+esm1",
"2.3.1-2~ubuntu16.04.16+esm2",
"2.3.1-2~ubuntu16.04.16+esm3",
"2.3.1-2~ubuntu16.04.16+esm4",
"2.3.1-2~ubuntu16.04.16+esm5",
"2.3.1-2~ubuntu16.04.16+esm6",
"2.3.1-2~ubuntu16.04.16+esm7",
"2.3.1-2~ubuntu16.04.16+esm8",
"2.3.1-2~ubuntu16.04.16+esm9",
"2.3.1-2~ubuntu16.04.16+esm10"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "1.7.22-1ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@1.7.22-1ubuntu1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.7.21-2ubuntu4",
"1.7.22-1ubuntu1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm6"
},
{
"binary_name": "ruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm6"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "ruby2.5",
"purl": "pkg:deb/ubuntu/ruby2.5@2.5.1-1ubuntu1.16+esm6?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.5.1-1ubuntu1.16+esm6"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.5.0~preview1-1ubuntu2",
"2.5.0-4ubuntu1",
"2.5.0-4ubuntu4",
"2.5.0-5ubuntu1",
"2.5.0-6ubuntu1",
"2.5.1-1ubuntu1",
"2.5.1-1ubuntu1.1",
"2.5.1-1ubuntu1.2",
"2.5.1-1ubuntu1.4",
"2.5.1-1ubuntu1.5",
"2.5.1-1ubuntu1.6",
"2.5.1-1ubuntu1.7",
"2.5.1-1ubuntu1.8",
"2.5.1-1ubuntu1.9",
"2.5.1-1ubuntu1.10",
"2.5.1-1ubuntu1.11",
"2.5.1-1ubuntu1.12",
"2.5.1-1ubuntu1.13",
"2.5.1-1ubuntu1.14",
"2.5.1-1ubuntu1.15",
"2.5.1-1ubuntu1.16",
"2.5.1-1ubuntu1.16+esm1",
"2.5.1-1ubuntu1.16+esm3",
"2.5.1-1ubuntu1.16+esm4",
"2.5.1-1ubuntu1.16+esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.1.17.0-1~18.04"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.1.17.0-1~18.04?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.1.13.0-1",
"9.1.17.0-1~18.04"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby2.7",
"binary_version": "2.7.0-5ubuntu1.16"
},
{
"binary_name": "ruby2.7",
"binary_version": "2.7.0-5ubuntu1.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "ruby2.7",
"purl": "pkg:deb/ubuntu/ruby2.7@2.7.0-5ubuntu1.16?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.7.0-5ubuntu1.16"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.0-1",
"2.7.0-2",
"2.7.0-3",
"2.7.0-4",
"2.7.0-4ubuntu1",
"2.7.0-5ubuntu1",
"2.7.0-5ubuntu1.1",
"2.7.0-5ubuntu1.2",
"2.7.0-5ubuntu1.3",
"2.7.0-5ubuntu1.4",
"2.7.0-5ubuntu1.5",
"2.7.0-5ubuntu1.6",
"2.7.0-5ubuntu1.7",
"2.7.0-5ubuntu1.8",
"2.7.0-5ubuntu1.9",
"2.7.0-5ubuntu1.10",
"2.7.0-5ubuntu1.11",
"2.7.0-5ubuntu1.12",
"2.7.0-5ubuntu1.13",
"2.7.0-5ubuntu1.14",
"2.7.0-5ubuntu1.15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.1.17.0-3build6"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.1.17.0-3build6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.1.17.0-3",
"9.1.17.0-3build5",
"9.1.17.0-3build6"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby3.0",
"binary_version": "3.0.2-7ubuntu2.10"
},
{
"binary_name": "ruby3.0",
"binary_version": "3.0.2-7ubuntu2.10"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "ruby3.0",
"purl": "pkg:deb/ubuntu/ruby3.0@3.0.2-7ubuntu2.10?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-7ubuntu2.10"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.2-5ubuntu1",
"3.0.2-7",
"3.0.2-7ubuntu2",
"3.0.2-7ubuntu2.1",
"3.0.2-7ubuntu2.2",
"3.0.2-7ubuntu2.3",
"3.0.2-7ubuntu2.4",
"3.0.2-7ubuntu2.5",
"3.0.2-7ubuntu2.6",
"3.0.2-7ubuntu2.7",
"3.0.2-7ubuntu2.8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.6.0+ds-1ubuntu3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.6.0+ds-1ubuntu3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.3.9.0+ds-1",
"9.4.5.0+ds-1",
"9.4.5.0+ds-1ubuntu1",
"9.4.6.0+ds-1ubuntu3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.5"
},
{
"binary_name": "ruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.5"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "ruby3.2",
"purl": "pkg:deb/ubuntu/ruby3.2@3.2.3-1ubuntu0.24.04.5?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.3-1ubuntu0.24.04.5"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.2.3-1",
"3.2.3-1build2",
"3.2.3-1build3",
"3.2.3-1ubuntu0.24.04.1",
"3.2.3-1ubuntu0.24.04.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.8.0+ds-3ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.8.0+ds-3ubuntu1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.8.0+ds-2ubuntu1",
"9.4.8.0+ds-3ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.8.0+ds-3ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.8.0+ds-3ubuntu1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.8.0+ds-3ubuntu1"
]
}
],
"aliases": [],
"details": "REXML is an XML toolkit for Ruby. The REXML gem before 3.3.2 has some DoS vulnerabilities when it parses an XML that has many specific characters such as whitespace character, `\u003e]` and `]\u003e`. The REXML gem 3.3.3 or later include the patches to fix these vulnerabilities.",
"id": "UBUNTU-CVE-2024-41123",
"modified": "2026-05-20T15:11:02Z",
"published": "2024-08-01T15:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-41123"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"type": "REPORT",
"url": "https://github.com/ruby/rexml/security/advisories/GHSA-r55c-59qm-vjw6"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7418-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7840-1"
}
],
"related": [
"USN-7091-1",
"USN-7091-2",
"USN-7418-1",
"USN-7840-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2024-41123"
]
}
ubuntu-cve-2024-41946
Vulnerability from osv_ubuntu
REXML is an XML toolkit for Ruby. The REXML gem 3.3.2 has a DoS vulnerability when it parses an XML that has many entity expansions with SAX2 or pull parser API. The REXML gem 3.3.3 or later include the patch to fix the vulnerability.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "1.5.6-9+deb8u2build0.14.04.1~esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@1.5.6-9+deb8u2build0.14.04.1~esm2?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.5.6-5ubuntu1",
"1.5.6-6",
"1.5.6-7",
"1.5.6-9+deb8u2build0.14.04.1~esm2"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
},
{
"binary_name": "ruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
},
{
"binary_name": "ruby2.3-tcltk",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm11"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "ruby2.3",
"purl": "pkg:deb/ubuntu/ruby2.3@2.3.1-2~ubuntu16.04.16+esm11?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.3.1-2~ubuntu16.04.16+esm11"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.3.0-1",
"2.3.0-2",
"2.3.0-4ubuntu2",
"2.3.0-4ubuntu3",
"2.3.0-5ubuntu1",
"2.3.1-2~16.04",
"2.3.1-2~16.04.2",
"2.3.1-2~16.04.4",
"2.3.1-2~16.04.5",
"2.3.1-2~16.04.6",
"2.3.1-2~16.04.7",
"2.3.1-2~16.04.9",
"2.3.1-2~16.04.10",
"2.3.1-2~16.04.11",
"2.3.1-2~16.04.12",
"2.3.1-2~ubuntu16.04.13",
"2.3.1-2~ubuntu16.04.14",
"2.3.1-2~ubuntu16.04.15",
"2.3.1-2~ubuntu16.04.16",
"2.3.1-2~ubuntu16.04.16+esm1",
"2.3.1-2~ubuntu16.04.16+esm2",
"2.3.1-2~ubuntu16.04.16+esm3",
"2.3.1-2~ubuntu16.04.16+esm4",
"2.3.1-2~ubuntu16.04.16+esm5",
"2.3.1-2~ubuntu16.04.16+esm6",
"2.3.1-2~ubuntu16.04.16+esm7",
"2.3.1-2~ubuntu16.04.16+esm8",
"2.3.1-2~ubuntu16.04.16+esm9",
"2.3.1-2~ubuntu16.04.16+esm10"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "1.7.22-1ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@1.7.22-1ubuntu1?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.7.21-2ubuntu4",
"1.7.22-1ubuntu1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm6"
},
{
"binary_name": "ruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm6"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "ruby2.5",
"purl": "pkg:deb/ubuntu/ruby2.5@2.5.1-1ubuntu1.16+esm6?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.5.1-1ubuntu1.16+esm6"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.5.0~preview1-1ubuntu2",
"2.5.0-4ubuntu1",
"2.5.0-4ubuntu4",
"2.5.0-5ubuntu1",
"2.5.0-6ubuntu1",
"2.5.1-1ubuntu1",
"2.5.1-1ubuntu1.1",
"2.5.1-1ubuntu1.2",
"2.5.1-1ubuntu1.4",
"2.5.1-1ubuntu1.5",
"2.5.1-1ubuntu1.6",
"2.5.1-1ubuntu1.7",
"2.5.1-1ubuntu1.8",
"2.5.1-1ubuntu1.9",
"2.5.1-1ubuntu1.10",
"2.5.1-1ubuntu1.11",
"2.5.1-1ubuntu1.12",
"2.5.1-1ubuntu1.13",
"2.5.1-1ubuntu1.14",
"2.5.1-1ubuntu1.15",
"2.5.1-1ubuntu1.16",
"2.5.1-1ubuntu1.16+esm1",
"2.5.1-1ubuntu1.16+esm3",
"2.5.1-1ubuntu1.16+esm4",
"2.5.1-1ubuntu1.16+esm5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.1.17.0-1~18.04"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.1.17.0-1~18.04?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.1.13.0-1",
"9.1.17.0-1~18.04"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby2.7",
"binary_version": "2.7.0-5ubuntu1.15"
},
{
"binary_name": "ruby2.7",
"binary_version": "2.7.0-5ubuntu1.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "ruby2.7",
"purl": "pkg:deb/ubuntu/ruby2.7@2.7.0-5ubuntu1.15?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.7.0-5ubuntu1.15"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.0-1",
"2.7.0-2",
"2.7.0-3",
"2.7.0-4",
"2.7.0-4ubuntu1",
"2.7.0-5ubuntu1",
"2.7.0-5ubuntu1.1",
"2.7.0-5ubuntu1.2",
"2.7.0-5ubuntu1.3",
"2.7.0-5ubuntu1.4",
"2.7.0-5ubuntu1.5",
"2.7.0-5ubuntu1.6",
"2.7.0-5ubuntu1.7",
"2.7.0-5ubuntu1.8",
"2.7.0-5ubuntu1.9",
"2.7.0-5ubuntu1.10",
"2.7.0-5ubuntu1.11",
"2.7.0-5ubuntu1.12",
"2.7.0-5ubuntu1.13",
"2.7.0-5ubuntu1.14"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.1.17.0-3build6"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.1.17.0-3build6?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.1.17.0-3",
"9.1.17.0-3build5",
"9.1.17.0-3build6"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby3.0",
"binary_version": "3.0.2-7ubuntu2.8"
},
{
"binary_name": "ruby3.0",
"binary_version": "3.0.2-7ubuntu2.8"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "ruby3.0",
"purl": "pkg:deb/ubuntu/ruby3.0@3.0.2-7ubuntu2.8?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-7ubuntu2.8"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.2-5ubuntu1",
"3.0.2-7",
"3.0.2-7ubuntu2",
"3.0.2-7ubuntu2.1",
"3.0.2-7ubuntu2.2",
"3.0.2-7ubuntu2.3",
"3.0.2-7ubuntu2.4",
"3.0.2-7ubuntu2.5",
"3.0.2-7ubuntu2.6",
"3.0.2-7ubuntu2.7"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.6.0+ds-1ubuntu3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.6.0+ds-1ubuntu3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.3.9.0+ds-1",
"9.4.5.0+ds-1",
"9.4.5.0+ds-1ubuntu1",
"9.4.6.0+ds-1ubuntu3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.3"
},
{
"binary_name": "ruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "ruby3.2",
"purl": "pkg:deb/ubuntu/ruby3.2@3.2.3-1ubuntu0.24.04.3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.3-1ubuntu0.24.04.3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.2.3-1",
"3.2.3-1build2",
"3.2.3-1build3",
"3.2.3-1ubuntu0.24.04.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.8.0+ds-3ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.8.0+ds-3ubuntu1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.8.0+ds-2ubuntu1",
"9.4.8.0+ds-3ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "jruby",
"binary_version": "9.4.8.0+ds-3ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "jruby",
"purl": "pkg:deb/ubuntu/jruby@9.4.8.0+ds-3ubuntu1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"9.4.8.0+ds-3ubuntu1"
]
}
],
"aliases": [],
"details": "REXML is an XML toolkit for Ruby. The REXML gem 3.3.2 has a DoS vulnerability when it parses an XML that has many entity expansions with SAX2 or pull parser API. The REXML gem 3.3.3 or later include the patch to fix the vulnerability.",
"id": "UBUNTU-CVE-2024-41946",
"modified": "2026-05-20T15:11:02Z",
"published": "2024-08-01T15:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-41946"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"type": "REPORT",
"url": "https://github.com/ruby/rexml/security/advisories/GHSA-5866-49gr-22v4"
},
{
"type": "REPORT",
"url": "https://github.com/ruby/rexml/commit/033d1909a8f259d5a7c53681bcaf14f13bcf0368"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7840-1"
}
],
"related": [
"USN-7091-1",
"USN-7091-2",
"USN-7840-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2024-41946"
]
}
ubuntu-cve-2024-49761
Vulnerability from osv_ubuntu
REXML is an XML toolkit for Ruby. The REXML gem before 3.3.9 has a ReDoS vulnerability when it parses an XML that has many digits between &# and x...; in a hex numeric character reference (&#x...;). This does not happen with Ruby 3.2 or later. Ruby 3.1 is the only affected maintained Ruby. The REXML gem 3.3.9 or later include the patch to fix the vulnerability.
| URL | Type | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm10"
},
{
"binary_name": "ruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm10"
},
{
"binary_name": "ruby2.3-tcltk",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm10"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "ruby2.3",
"purl": "pkg:deb/ubuntu/ruby2.3@2.3.1-2~ubuntu16.04.16+esm10?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.3.1-2~ubuntu16.04.16+esm10"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.3.0-1",
"2.3.0-2",
"2.3.0-4ubuntu2",
"2.3.0-4ubuntu3",
"2.3.0-5ubuntu1",
"2.3.1-2~16.04",
"2.3.1-2~16.04.2",
"2.3.1-2~16.04.4",
"2.3.1-2~16.04.5",
"2.3.1-2~16.04.6",
"2.3.1-2~16.04.7",
"2.3.1-2~16.04.9",
"2.3.1-2~16.04.10",
"2.3.1-2~16.04.11",
"2.3.1-2~16.04.12",
"2.3.1-2~ubuntu16.04.13",
"2.3.1-2~ubuntu16.04.14",
"2.3.1-2~ubuntu16.04.15",
"2.3.1-2~ubuntu16.04.16",
"2.3.1-2~ubuntu16.04.16+esm1",
"2.3.1-2~ubuntu16.04.16+esm2",
"2.3.1-2~ubuntu16.04.16+esm3",
"2.3.1-2~ubuntu16.04.16+esm4",
"2.3.1-2~ubuntu16.04.16+esm5",
"2.3.1-2~ubuntu16.04.16+esm6",
"2.3.1-2~ubuntu16.04.16+esm7",
"2.3.1-2~ubuntu16.04.16+esm8",
"2.3.1-2~ubuntu16.04.16+esm9"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm4"
},
{
"binary_name": "ruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm4"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "ruby2.5",
"purl": "pkg:deb/ubuntu/ruby2.5@2.5.1-1ubuntu1.16+esm4?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.5.1-1ubuntu1.16+esm4"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.5.0~preview1-1ubuntu2",
"2.5.0-4ubuntu1",
"2.5.0-4ubuntu4",
"2.5.0-5ubuntu1",
"2.5.0-6ubuntu1",
"2.5.1-1ubuntu1",
"2.5.1-1ubuntu1.1",
"2.5.1-1ubuntu1.2",
"2.5.1-1ubuntu1.4",
"2.5.1-1ubuntu1.5",
"2.5.1-1ubuntu1.6",
"2.5.1-1ubuntu1.7",
"2.5.1-1ubuntu1.8",
"2.5.1-1ubuntu1.9",
"2.5.1-1ubuntu1.10",
"2.5.1-1ubuntu1.11",
"2.5.1-1ubuntu1.12",
"2.5.1-1ubuntu1.13",
"2.5.1-1ubuntu1.14",
"2.5.1-1ubuntu1.15",
"2.5.1-1ubuntu1.16",
"2.5.1-1ubuntu1.16+esm1",
"2.5.1-1ubuntu1.16+esm3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby2.7",
"binary_version": "2.7.0-5ubuntu1.15"
},
{
"binary_name": "ruby2.7",
"binary_version": "2.7.0-5ubuntu1.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "ruby2.7",
"purl": "pkg:deb/ubuntu/ruby2.7@2.7.0-5ubuntu1.15?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.7.0-5ubuntu1.15"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.0-1",
"2.7.0-2",
"2.7.0-3",
"2.7.0-4",
"2.7.0-4ubuntu1",
"2.7.0-5ubuntu1",
"2.7.0-5ubuntu1.1",
"2.7.0-5ubuntu1.2",
"2.7.0-5ubuntu1.3",
"2.7.0-5ubuntu1.4",
"2.7.0-5ubuntu1.5",
"2.7.0-5ubuntu1.6",
"2.7.0-5ubuntu1.7",
"2.7.0-5ubuntu1.8",
"2.7.0-5ubuntu1.9",
"2.7.0-5ubuntu1.10",
"2.7.0-5ubuntu1.11",
"2.7.0-5ubuntu1.12",
"2.7.0-5ubuntu1.13",
"2.7.0-5ubuntu1.14"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby3.0",
"binary_version": "3.0.2-7ubuntu2.8"
},
{
"binary_name": "ruby3.0",
"binary_version": "3.0.2-7ubuntu2.8"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "ruby3.0",
"purl": "pkg:deb/ubuntu/ruby3.0@3.0.2-7ubuntu2.8?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.0.2-7ubuntu2.8"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.2-5ubuntu1",
"3.0.2-7",
"3.0.2-7ubuntu2",
"3.0.2-7ubuntu2.1",
"3.0.2-7ubuntu2.2",
"3.0.2-7ubuntu2.3",
"3.0.2-7ubuntu2.4",
"3.0.2-7ubuntu2.5",
"3.0.2-7ubuntu2.6",
"3.0.2-7ubuntu2.7"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.3"
},
{
"binary_name": "ruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "ruby3.2",
"purl": "pkg:deb/ubuntu/ruby3.2@3.2.3-1ubuntu0.24.04.3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.2.3-1ubuntu0.24.04.3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.2.3-1",
"3.2.3-1build2",
"3.2.3-1build3",
"3.2.3-1ubuntu0.24.04.1"
]
}
],
"aliases": [],
"details": "REXML is an XML toolkit for Ruby. The REXML gem before 3.3.9 has a ReDoS vulnerability when it parses an XML that has many digits between \u0026# and x...; in a hex numeric character reference (\u0026#x...;). This does not happen with Ruby 3.2 or later. Ruby 3.1 is the only affected maintained Ruby. The REXML gem 3.3.9 or later include the patch to fix the vulnerability.",
"id": "UBUNTU-CVE-2024-49761",
"modified": "2026-04-22T07:51:22Z",
"published": "2024-10-28T15:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-49761"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"type": "REPORT",
"url": "https://github.com/ruby/rexml/security/advisories/GHSA-2rxp-v6pw-ch6m"
},
{
"type": "REPORT",
"url": "https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f"
},
{
"type": "REPORT",
"url": "https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761/"
},
{
"type": "REPORT",
"url": "https://github.com/ruby/rexml/commit/ce59f2eb1aeb371fe1643414f06618dbe031979f"
},
{
"type": "REPORT",
"url": "https://www.ruby-lang.org/en/news/2024/10/28/redos-rexml-cve-2024-49761"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-1"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7091-2"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-7442-1"
}
],
"related": [
"USN-7091-1",
"USN-7091-2",
"USN-7442-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2024-49761"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.