Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-47242 (GCVE-0-2026-47242)
Vulnerability from cvelistv5 – Published: 2026-06-22 20:19 – Updated: 2026-06-23 12:06| URL | Tags |
|---|---|
| https://github.com/ruby/net-imap/security/advisor… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-47242",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-23T12:06:42.230852Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-23T12:06:49.157Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "net-imap",
"vendor": "ruby",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.6.0, \u003c 0.6.4.1"
},
{
"status": "affected",
"version": "\u003c 0.5.15"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to 0.6.5 and 0.5.15, when Net::IMAP#id is called with a hash argument, although the ID field value strings are correctly quoted (escaping quoted specials), they were not validated to prohibit CRLF sequences. While Net::IMAP#enable does process its arguments for aliases, it does not validate them as valid atoms (or as a list of valid atoms). The #to_s value is sent verbatim. Arguments to either command could be used by an attacker to inject arbitrary IMAP commands. This vulnerability is fixed in 0.6.5 and 0.5.15."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:P/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-77",
"description": "CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-93",
"description": "CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-22T20:19:41.222Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/ruby/net-imap/security/advisories/GHSA-46q3-7gv7-qmgg",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/ruby/net-imap/security/advisories/GHSA-46q3-7gv7-qmgg"
}
],
"source": {
"advisory": "GHSA-46q3-7gv7-qmgg",
"discovery": "UNKNOWN"
},
"title": "Net::IMAP: Command Injection via ID command argument"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-47242",
"datePublished": "2026-06-22T20:19:41.222Z",
"dateReserved": "2026-05-18T22:54:18.272Z",
"dateUpdated": "2026-06-23T12:06:49.157Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-47242",
"date": "2026-09-03",
"epss": "0.00131",
"percentile": "0.03022"
},
"microsoft_vex": {
"current_release_date": "2026-06-27T01:09:45.000Z",
"cve": "CVE-2026-47242",
"id": "msrc_CVE-2026-47242",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"product_status:known_affected": "1",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Net::IMAP: Command Injection via ID command argument",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-47242.json",
"version": "1"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-47242\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-06-22T21:16:24.807\",\"lastModified\":\"2026-06-23T15:03:56.637\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to 0.6.5 and 0.5.15, when Net::IMAP#id is called with a hash argument, although the ID field value strings are correctly quoted (escaping quoted specials), they were not validated to prohibit CRLF sequences. While Net::IMAP#enable does process its arguments for aliases, it does not validate them as valid atoms (or as a list of valid atoms). The #to_s value is sent verbatim. Arguments to either command could be used by an attacker to inject arbitrary IMAP commands. This vulnerability is fixed in 0.6.5 and 0.5.15.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"ruby\",\"product\":\"net-imap\",\"versions\":[{\"version\":\"\u003e= 0.6.0, \u003c 0.6.4.1\",\"status\":\"affected\"},{\"version\":\"\u003c 0.5.15\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:P/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-23T12:06:42.230852Z\",\"id\":\"CVE-2026-47242\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-77\"},{\"lang\":\"en\",\"value\":\"CWE-93\"}]}],\"references\":[{\"url\":\"https://github.com/ruby/net-imap/security/advisories/GHSA-46q3-7gv7-qmgg\",\"source\":\"security-advisories@github.com\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-27T13:01:37+00:00",
"cve": "CVE-2026-47242",
"id": "CVE-2026-47242",
"initial_release_date": "2026-06-22T20:19:41.222000+00:00",
"product_status:fixed": "954",
"product_status:known_not_affected": "9",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "net-imap: Net::IMAP: Arbitrary IMAP command injection due to improper input validation",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-47242.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-31T16:51:25Z",
"cve": "CVE-2026-47242",
"id": "CVE-2026-47242",
"initial_release_date": "2026-06-17T02:16:23Z",
"product_status:known_affected": "16",
"product_status:known_not_affected": "169",
"product_status:recommended": "106",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-47242",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-47242.json",
"version": "6"
},
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"Net::IMAP: Command Injection via ID command argument\", \"source\": {\"advisory\": \"GHSA-46q3-7gv7-qmgg\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 5.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:P/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"ruby\", \"product\": \"net-imap\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 0.6.0, \u003c 0.6.4.1\"}, {\"status\": \"affected\", \"version\": \"\u003c 0.5.15\"}]}], \"references\": [{\"url\": \"https://github.com/ruby/net-imap/security/advisories/GHSA-46q3-7gv7-qmgg\", \"name\": \"https://github.com/ruby/net-imap/security/advisories/GHSA-46q3-7gv7-qmgg\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to 0.6.5 and 0.5.15, when Net::IMAP#id is called with a hash argument, although the ID field value strings are correctly quoted (escaping quoted specials), they were not validated to prohibit CRLF sequences. While Net::IMAP#enable does process its arguments for aliases, it does not validate them as valid atoms (or as a list of valid atoms). The #to_s value is sent verbatim. Arguments to either command could be used by an attacker to inject arbitrary IMAP commands. This vulnerability is fixed in 0.6.5 and 0.5.15.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-77\", \"description\": \"CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027)\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-93\", \"description\": \"CWE-93: Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-06-22T20:19:41.222Z\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-47242\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-23T12:06:42.230852Z\"}}}], \"providerMetadata\": {\"shortName\": \"CISA-ADP\", \"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"dateUpdated\": \"2026-06-23T12:06:45.712Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2026-47242\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-22T20:19:41.222Z\", \"dateReserved\": \"2026-05-18T22:54:18.272Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-06-22T20:19:41.222Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
rlsa-2026:50778
Vulnerability from osv_rocky
Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.
Security Fix(es):
-
zlib: zlib: Memory corruption via buffer overflow in Zlib::GzipReader (CVE-2026-27820)
-
net-imap: Net::IMAP: Arbitrary IMAP command injection via CRLF sequences in unvalidated input (CVE-2026-42257)
-
ruby/net-imap: ruby: Net::IMAP: Denial of Service via large iteration count in SCRAM authentication (CVE-2026-42256)
-
net-imap: Net::IMAP: Command injection via non-synchronizing literals (CVE-2026-47240)
-
net-imap: Net::IMAP: Arbitrary IMAP command injection due to improper input validation (CVE-2026-47242)
-
net-imap: rubygem-net-imap: Net::IMAP: Denial of Service via malformed command input (CVE-2026-47241)
Bug Fix(es) and Enhancement(s):
- ruby: Rebase to the latest Ruby 3.3 release [rhel-10.2.z] (JIRA:Rocky Linux-211300)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:10",
"name": "ruby",
"purl": "pkg:rpm/rocky-linux/ruby?distro=rocky-linux-10\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.3.12-14.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:50778"
},
"details": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* zlib: zlib: Memory corruption via buffer overflow in Zlib::GzipReader (CVE-2026-27820)\n\n* net-imap: Net::IMAP: Arbitrary IMAP command injection via CRLF sequences in unvalidated input (CVE-2026-42257)\n\n* ruby/net-imap: ruby: Net::IMAP: Denial of Service via large iteration count in SCRAM authentication (CVE-2026-42256)\n\n* net-imap: Net::IMAP: Command injection via non-synchronizing literals (CVE-2026-47240)\n\n* net-imap: Net::IMAP: Arbitrary IMAP command injection due to improper input validation (CVE-2026-47242)\n\n* net-imap: rubygem-net-imap: Net::IMAP: Denial of Service via malformed command input (CVE-2026-47241)\n\nBug Fix(es) and Enhancement(s):\n\n* ruby: Rebase to the latest Ruby 3.3 release [rhel-10.2.z] (JIRA:Rocky Linux-211300)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:50778",
"modified": "2026-09-03T18:11:54.306577Z",
"published": "2026-08-27T00:08:23.329016Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:50778"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491522"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468494"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468500"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459002"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491523"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491519"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:50778"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: ruby security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-27820",
"CVE-2026-42256",
"CVE-2026-42257",
"CVE-2026-47240",
"CVE-2026-47241",
"CVE-2026-47242"
]
}
rlsa-2026:50827
Vulnerability from osv_rocky
Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.
Security Fix(es):
-
zlib: zlib: Memory corruption via buffer overflow in Zlib::GzipReader (CVE-2026-27820)
-
net-imap: Net::IMAP: Arbitrary IMAP command injection via CRLF sequences in unvalidated input (CVE-2026-42257)
-
ruby/net-imap: ruby: Net::IMAP: Denial of Service via large iteration count in SCRAM authentication (CVE-2026-42256)
-
net-imap: Net::IMAP: Command injection via non-synchronizing literals (CVE-2026-47240)
-
net-imap: Net::IMAP: Arbitrary IMAP command injection due to improper input validation (CVE-2026-47242)
-
net-imap: rubygem-net-imap: Net::IMAP: Denial of Service via malformed command input (CVE-2026-47241)
Bug Fix(es) and Enhancement(s):
- ruby:4.0/ruby: Rebase to the latest Ruby 4.0 release [rhel-9.8.z] (JIRA:Rocky Linux-211301)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "ruby",
"purl": "pkg:rpm/rocky-linux/ruby?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:4.0.6-34.module+el9.8.0+40271+b5850c84"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "rubygem-mysql2",
"purl": "pkg:rpm/rocky-linux/rubygem-mysql2?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:0.5.7-1.module+el9.8.0+40094+ce01217c"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "rubygem-pg",
"purl": "pkg:rpm/rocky-linux/rubygem-pg?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.6.3-1.module+el9.8.0+40094+ce01217c"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:50827"
},
"details": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* zlib: zlib: Memory corruption via buffer overflow in Zlib::GzipReader (CVE-2026-27820)\n\n* net-imap: Net::IMAP: Arbitrary IMAP command injection via CRLF sequences in unvalidated input (CVE-2026-42257)\n\n* ruby/net-imap: ruby: Net::IMAP: Denial of Service via large iteration count in SCRAM authentication (CVE-2026-42256)\n\n* net-imap: Net::IMAP: Command injection via non-synchronizing literals (CVE-2026-47240)\n\n* net-imap: Net::IMAP: Arbitrary IMAP command injection due to improper input validation (CVE-2026-47242)\n\n* net-imap: rubygem-net-imap: Net::IMAP: Denial of Service via malformed command input (CVE-2026-47241)\n\nBug Fix(es) and Enhancement(s):\n\n* ruby:4.0/ruby: Rebase to the latest Ruby 4.0 release [rhel-9.8.z] (JIRA:Rocky Linux-211301)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:50827",
"modified": "2026-09-03T18:11:48.493996Z",
"published": "2026-08-27T00:04:44.346173Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:50827"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459002"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468494"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468500"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491519"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491522"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491523"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:50827"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: ruby:4.0 security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-27820",
"CVE-2026-42256",
"CVE-2026-42257",
"CVE-2026-47240",
"CVE-2026-47241",
"CVE-2026-47242"
]
}
rlsa-2026:50828
Vulnerability from osv_rocky
Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.
Security Fix(es):
-
zlib: zlib: Memory corruption via buffer overflow in Zlib::GzipReader (CVE-2026-27820)
-
net-imap: Net::IMAP: Arbitrary IMAP command injection via CRLF sequences in unvalidated input (CVE-2026-42257)
-
ruby/net-imap: ruby: Net::IMAP: Denial of Service via large iteration count in SCRAM authentication (CVE-2026-42256)
-
net-imap: Net::IMAP: Command injection via non-synchronizing literals (CVE-2026-47240)
-
net-imap: Net::IMAP: Arbitrary IMAP command injection due to improper input validation (CVE-2026-47242)
-
net-imap: rubygem-net-imap: Net::IMAP: Denial of Service via malformed command input (CVE-2026-47241)
Bug Fix(es) and Enhancement(s):
- ruby:3.3/ruby: Rebase to the latest Ruby 3.3 release [rhel-9.8.z] (JIRA:Rocky Linux-171335)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "ruby",
"purl": "pkg:rpm/rocky-linux/ruby?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.3.12-8.module+el9.8.0+40270+7a73441e"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "rubygem-mysql2",
"purl": "pkg:rpm/rocky-linux/rubygem-mysql2?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:0.5.5-3.module+el9.7.0+40032+36e56d0d"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "rubygem-pg",
"purl": "pkg:rpm/rocky-linux/rubygem-pg?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:1.5.4-2.module+el9.7.0+40188+314ad260.0.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:50828"
},
"details": "Ruby is an extensible, interpreted, object-oriented, scripting language. It has features to process text files and to perform system management tasks.\n\nSecurity Fix(es):\n\n* zlib: zlib: Memory corruption via buffer overflow in Zlib::GzipReader (CVE-2026-27820)\n\n* net-imap: Net::IMAP: Arbitrary IMAP command injection via CRLF sequences in unvalidated input (CVE-2026-42257)\n\n* ruby/net-imap: ruby: Net::IMAP: Denial of Service via large iteration count in SCRAM authentication (CVE-2026-42256)\n\n* net-imap: Net::IMAP: Command injection via non-synchronizing literals (CVE-2026-47240)\n\n* net-imap: Net::IMAP: Arbitrary IMAP command injection due to improper input validation (CVE-2026-47242)\n\n* net-imap: rubygem-net-imap: Net::IMAP: Denial of Service via malformed command input (CVE-2026-47241)\n\nBug Fix(es) and Enhancement(s):\n\n* ruby:3.3/ruby: Rebase to the latest Ruby 3.3 release [rhel-9.8.z] (JIRA:Rocky Linux-171335)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:50828",
"modified": "2026-09-03T18:11:48.074793Z",
"published": "2026-08-27T00:04:44.346173Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:50828"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459002"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468494"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468500"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491519"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491522"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491523"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:50828"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: ruby:3.3 security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-27820",
"CVE-2026-42256",
"CVE-2026-42257",
"CVE-2026-47240",
"CVE-2026-47241",
"CVE-2026-47242"
]
}
ubuntu-cve-2026-47242
Vulnerability from osv_ubuntu
Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to 0.6.5 and 0.5.15, when Net::IMAP#id is called with a hash argument, although the ID field value strings are correctly quoted (escaping quoted specials), they were not validated to prohibit CRLF sequences. While Net::IMAP#enable does process its arguments for aliases, it does not validate them as valid atoms (or as a list of valid atoms). The #to_s value is sent verbatim. Arguments to either command could be used by an attacker to inject arbitrary IMAP commands. This vulnerability is fixed in 0.6.5 and 0.5.15.
{
"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": {
"binaries": [
{
"binary_name": "libruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm15"
},
{
"binary_name": "ruby2.3",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm15"
},
{
"binary_name": "ruby2.3-tcltk",
"binary_version": "2.3.1-2~ubuntu16.04.16+esm15"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "ruby2.3",
"purl": "pkg:deb/ubuntu/ruby2.3@2.3.1-2~ubuntu16.04.16+esm15?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"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",
"2.3.1-2~ubuntu16.04.16+esm11",
"2.3.1-2~ubuntu16.04.16+esm12",
"2.3.1-2~ubuntu16.04.16+esm14",
"2.3.1-2~ubuntu16.04.16+esm15"
]
},
{
"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": {
"binaries": [
{
"binary_name": "libruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm8"
},
{
"binary_name": "ruby2.5",
"binary_version": "2.5.1-1ubuntu1.16+esm8"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "ruby2.5",
"purl": "pkg:deb/ubuntu/ruby2.5@2.5.1-1ubuntu1.16+esm8?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"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",
"2.5.1-1ubuntu1.16+esm6",
"2.5.1-1ubuntu1.16+esm7",
"2.5.1-1ubuntu1.16+esm8"
]
},
{
"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": {
"binaries": [
{
"binary_name": "libruby2.7",
"binary_version": "2.7.0-5ubuntu1.18+esm5"
},
{
"binary_name": "ruby2.7",
"binary_version": "2.7.0-5ubuntu1.18+esm5"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "ruby2.7",
"purl": "pkg:deb/ubuntu/ruby2.7@2.7.0-5ubuntu1.18+esm5?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"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",
"2.7.0-5ubuntu1.16",
"2.7.0-5ubuntu1.17",
"2.7.0-5ubuntu1.18",
"2.7.0-5ubuntu1.18+esm1",
"2.7.0-5ubuntu1.18+esm3",
"2.7.0-5ubuntu1.18+esm4",
"2.7.0-5ubuntu1.18+esm5"
]
},
{
"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": {
"binaries": [
{
"binary_name": "libruby3.0",
"binary_version": "3.0.2-7ubuntu2.13"
},
{
"binary_name": "ruby3.0",
"binary_version": "3.0.2-7ubuntu2.13"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "ruby3.0",
"purl": "pkg:deb/ubuntu/ruby3.0@3.0.2-7ubuntu2.13?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"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",
"3.0.2-7ubuntu2.10",
"3.0.2-7ubuntu2.11",
"3.0.2-7ubuntu2.12",
"3.0.2-7ubuntu2.13"
]
},
{
"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": {
"binaries": [
{
"binary_name": "libruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.8"
},
{
"binary_name": "ruby3.2",
"binary_version": "3.2.3-1ubuntu0.24.04.8"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "ruby3.2",
"purl": "pkg:deb/ubuntu/ruby3.2@3.2.3-1ubuntu0.24.04.8?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"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",
"3.2.3-1ubuntu0.24.04.5",
"3.2.3-1ubuntu0.24.04.6",
"3.2.3-1ubuntu0.24.04.7",
"3.2.3-1ubuntu0.24.04.8"
]
},
{
"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": "libruby3.3",
"binary_version": "3.3.8-2ubuntu2.1"
},
{
"binary_name": "ruby3.3",
"binary_version": "3.3.8-2ubuntu2.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "ruby3.3",
"purl": "pkg:deb/ubuntu/ruby3.3@3.3.8-2ubuntu2.1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.3.7-1ubuntu2",
"3.3.8-2ubuntu1",
"3.3.8-2ubuntu2",
"3.3.8-2ubuntu2.1"
]
},
{
"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"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libruby3.3",
"binary_version": "3.3.8-2ubuntu3.1"
},
{
"binary_name": "ruby3.3",
"binary_version": "3.3.8-2ubuntu3.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "ruby3.3",
"purl": "pkg:deb/ubuntu/ruby3.3@3.3.8-2ubuntu3.1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.3.8-2ubuntu2",
"3.3.8-2ubuntu3",
"3.3.8-2ubuntu3.1"
]
}
],
"aliases": [],
"details": "Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to 0.6.5 and 0.5.15, when Net::IMAP#id is called with a hash argument, although the ID field value strings are correctly quoted (escaping quoted specials), they were not validated to prohibit CRLF sequences. While Net::IMAP#enable does process its arguments for aliases, it does not validate them as valid atoms (or as a list of valid atoms). The #to_s value is sent verbatim. Arguments to either command could be used by an attacker to inject arbitrary IMAP commands. This vulnerability is fixed in 0.6.5 and 0.5.15.",
"id": "UBUNTU-CVE-2026-47242",
"modified": "2026-07-16T18:27:47Z",
"published": "2026-06-22T21:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-47242"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47242"
},
{
"type": "REPORT",
"url": "https://github.com/ruby/net-imap/security/advisories/GHSA-46q3-7gv7-qmgg"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:P/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-47242"
]
}
WID-SEC-W-2026-2379
Vulnerability from csaf_certbund - Published: 2026-07-15 22:00 - Updated: 2026-08-10 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source Ruby <3.3.12
Open Source / Ruby
|
<3.3.12 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM License Metric Tool
IBM
|
cpe:/a:ibm:license_metric_tool:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— |
| URL | Category |
|---|---|
| https://wid.cert-bund.de/.well-known/csaf/white/2… | self |
| https://wid.cert-bund.de/portal/wid/securityadvis… | self |
| https://www.ruby-lang.org/en/news/2026/07/16/ruby… | external |
| https://github.com/advisories/GHSA-q2mw-fvj9-vvcw | external |
| https://github.com/advisories/GHSA-vcgp-9326-pqcp | external |
| https://github.com/advisories/GHSA-87pf-fpwv-p7m7 | external |
| https://github.com/advisories/GHSA-hm49-wcqc-g2xg | external |
| https://github.com/advisories/GHSA-75xq-5h9v-w6px | external |
| https://github.com/advisories/GHSA-8p34-64r3-mwg8 | external |
| https://github.com/advisories/GHSA-c4fp-cxrr-mj66 | external |
| https://github.com/advisories/GHSA-46q3-7gv7-qmgg | external |
| https://ubuntu.com/security/notices/USN-8556-1 | external |
| http://linux.oracle.com/errata/ELSA-2026-33540.html | external |
| https://linux.oracle.com/errata/ELSA-2026-20606.html | external |
| http://linux.oracle.com/errata/ELSA-2026-33565.html | external |
| https://lists.suse.com/pipermail/sle-security-upd… | external |
| https://www.ibm.com/support/pages/node/7280602 | external |
| https://errata.build.resf.org/RLSA-2026:33512 | external |
| https://lists.debian.org/debian-lts-announce/2026… | external |
| https://access.redhat.com/errata/RHSA-2026:50728 | external |
| https://linux.oracle.com/errata/ELSA-2026-50828.html | external |
| https://linux.oracle.com/errata/ELSA-2026-50728.html | external |
| http://linux.oracle.com/errata/ELSA-2026-50827.html | external |
| https://linux.oracle.com/errata/ELSA-2026-37397.html | external |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Ruby ist eine interpretierte, objektorientierte Skriptsprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Ruby ausnutzen, um Informationen offenzulegen, um einen Denial of Service Angriff durchzuf\u00fchren, und um beliebigen Programmcode auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-2379 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-2379.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-2379 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-2379"
},
{
"category": "external",
"summary": "Ruby Release Notes vom 2026-07-15",
"url": "https://www.ruby-lang.org/en/news/2026/07/16/ruby-3-3-12-released/"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-q2mw-fvj9-vvcw vom 2026-04-24",
"url": "https://github.com/advisories/GHSA-q2mw-fvj9-vvcw"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-vcgp-9326-pqcp vom 2026-04-24",
"url": "https://github.com/advisories/GHSA-vcgp-9326-pqcp"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-87pf-fpwv-p7m7 vom 2026-04-24",
"url": "https://github.com/advisories/GHSA-87pf-fpwv-p7m7"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-hm49-wcqc-g2xg vom 2026-04-24",
"url": "https://github.com/advisories/GHSA-hm49-wcqc-g2xg"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-75xq-5h9v-w6px vom 2026-04-24",
"url": "https://github.com/advisories/GHSA-75xq-5h9v-w6px"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-8p34-64r3-mwg8 vom 2026-06-09",
"url": "https://github.com/advisories/GHSA-8p34-64r3-mwg8"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-c4fp-cxrr-mj66 vom 2026-06-09",
"url": "https://github.com/advisories/GHSA-c4fp-cxrr-mj66"
},
{
"category": "external",
"summary": "GitHub Security Advisory GHSA-46q3-7gv7-qmgg vom 2026-06-09",
"url": "https://github.com/advisories/GHSA-46q3-7gv7-qmgg"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8556-1 vom 2026-07-16",
"url": "https://ubuntu.com/security/notices/USN-8556-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-33540 vom 2026-07-17",
"url": "http://linux.oracle.com/errata/ELSA-2026-33540.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-20606 vom 2026-07-17",
"url": "https://linux.oracle.com/errata/ELSA-2026-20606.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-33565 vom 2026-07-17",
"url": "http://linux.oracle.com/errata/ELSA-2026-33565.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:3090-1 vom 2026-07-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-July/027599.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7280602 vom 2026-07-21",
"url": "https://www.ibm.com/support/pages/node/7280602"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:33512 vom 2026-07-29",
"url": "https://errata.build.resf.org/RLSA-2026:33512"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4716 vom 2026-08-04",
"url": "https://lists.debian.org/debian-lts-announce/2026/08/msg00006.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:50728 vom 2026-08-05",
"url": "https://access.redhat.com/errata/RHSA-2026:50728"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50828 vom 2026-08-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-50828.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50728 vom 2026-08-10",
"url": "https://linux.oracle.com/errata/ELSA-2026-50728.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50827 vom 2026-08-11",
"url": "http://linux.oracle.com/errata/ELSA-2026-50827.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-37397 vom 2026-08-11",
"url": "https://linux.oracle.com/errata/ELSA-2026-37397.html"
}
],
"source_lang": "en-US",
"title": "Ruby: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-08-10T22:00:00.000+00:00",
"generator": {
"date": "2026-08-11T08:56:42.112+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-2379",
"initial_release_date": "2026-07-15T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-07-15T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-07-16T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-07-19T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2026-07-21T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-07-29T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-08-03T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-08-04T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-08-09T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-08-10T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM License Metric Tool",
"product": {
"name": "IBM License Metric Tool",
"product_id": "T029071",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:license_metric_tool:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.3.12",
"product": {
"name": "Open Source Ruby \u003c3.3.12",
"product_id": "T056704"
}
},
{
"category": "product_version",
"name": "3.3.12",
"product": {
"name": "Open Source Ruby 3.3.12",
"product_id": "T056704-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ruby-lang:ruby:3.3.12"
}
}
}
],
"category": "product_name",
"name": "Ruby"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T056236",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T054581",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T054646",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T055947",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-41316",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-41316"
},
{
"cve": "CVE-2026-42245",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-42245"
},
{
"cve": "CVE-2026-42246",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-42246"
},
{
"cve": "CVE-2026-42256",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-42256"
},
{
"cve": "CVE-2026-42257",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-42257"
},
{
"cve": "CVE-2026-42258",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-42258"
},
{
"cve": "CVE-2026-47240",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-47240"
},
{
"cve": "CVE-2026-47241",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-47241"
},
{
"cve": "CVE-2026-47242",
"product_status": {
"known_affected": [
"T056236",
"2951",
"T054581",
"67646",
"T056704",
"T055947",
"T029071",
"T054646"
]
},
"release_date": "2026-07-15T22:00:00.000+00:00",
"title": "CVE-2026-47242"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.