usn-6838-2
Vulnerability from osv_ubuntu
Published
2025-02-10 17:54
Modified
2026-06-25 10:46
Summary
ruby2.3, ruby2.5 vulnerability
Details
USN-6838-1 fixed CVE-2024-27281 in Ruby 2.7, Ruby 3.0, Ruby 3.1, and Ruby 3.2. This update provides the corresponding updates for Ruby 2.3 and Ruby 2.5.
Original advisory details:
It was discovered that Ruby RDoc incorrectly parsed certain YAML files. If a user or automated system were tricked into parsing a specially crafted .rdoc_options file, a remote attacker could possibly use this issue to execute arbitrary code. (CVE-2024-27281)
References
| URL | Type | |
|---|---|---|
{
"affected": [
{
"database_specific": {
"cves_map": {
"cves": [
{
"id": "CVE-2024-27281",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
]
}
],
"ecosystem": "Ubuntu:Pro:16.04:LTS"
}
},
"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+esm9"
},
{
"binary_name": "ruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm9"
},
{
"binary_name": "ruby2.3-tcltk",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm9"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "ruby2.3",
"purl": "pkg:deb/ubuntu/ruby2.3@2.3.1-2~ubuntu16.04.16+esm9?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.3.1-2~ubuntu16.04.16+esm9"
}
],
"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"
]
},
{
"database_specific": {
"cves_map": {
"cves": [
{
"id": "CVE-2024-27281",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
]
}
],
"ecosystem": "Ubuntu:Pro:18.04:LTS"
}
},
"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+esm3"
},
{
"binary_name": "ruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm3"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "ruby2.5",
"purl": "pkg:deb/ubuntu/ruby2.5@2.5.1-1ubuntu1.16+esm3?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.5.1-1ubuntu1.16+esm3"
}
],
"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"
]
}
],
"aliases": [],
"details": "USN-6838-1 fixed CVE-2024-27281 in Ruby 2.7, Ruby 3.0, Ruby 3.1,\nand Ruby 3.2. This update provides the corresponding updates for\nRuby 2.3 and Ruby 2.5.\n\nOriginal advisory details:\n\n It was discovered that Ruby RDoc incorrectly parsed certain YAML files. If\n a user or automated system were tricked into parsing a specially crafted\n .rdoc_options file, a remote attacker could possibly use this issue to\n execute arbitrary code. (CVE-2024-27281)\n",
"id": "USN-6838-2",
"modified": "2026-06-25T10:46:24Z",
"published": "2025-02-10T17:54:31Z",
"references": [
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-6838-2"
},
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-27281"
}
],
"related": [],
"schema_version": "1.7.0",
"summary": "ruby2.3, ruby2.5 vulnerability",
"upstream": [
"UBUNTU-CVE-2024-27281"
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…