Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-30892 (GCVE-0-2026-30892)
Vulnerability from cvelistv5 – Published: 2026-03-25 23:57 – Updated: 2026-03-26 18:10- CWE-269 - Improper Privilege Management
| URL | Tags |
|---|---|
| https://github.com/containers/crun/security/advis… | x_refsource_CONFIRM |
| https://github.com/containers/crun/commit/1bd7f42… | x_refsource_MISC |
| https://github.com/containers/crun/releases/tag/1.27 | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| containers | crun |
Affected:
>= 1.19, < 1.27
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-30892",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-26T18:09:51.829145Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-26T18:10:16.318Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "crun",
"vendor": "containers",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.19, \u003c 1.27"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "crun is an open source OCI Container Runtime fully written in C. In versions 1.19 through 1.26, the `crun exec` option `-u` (`--user`) is incorrectly parsed. The value `1` is interpreted as UID 0 and GID 0 when it should have been UID 1 and GID 0. The process thus runs with higher privileges than expected. Version 1.27 patches the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 0,
"baseSeverity": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-269",
"description": "CWE-269: Improper Privilege Management",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-25T23:57:01.741Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj"
},
{
"name": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01"
},
{
"name": "https://github.com/containers/crun/releases/tag/1.27",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/containers/crun/releases/tag/1.27"
}
],
"source": {
"advisory": "GHSA-4vg2-xjqj-7chj",
"discovery": "UNKNOWN"
},
"title": "Crun incorrectly parses `crun exec` option `-u`, leading to privilege escalation"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-30892",
"datePublished": "2026-03-25T23:57:01.741Z",
"dateReserved": "2026-03-06T00:04:56.701Z",
"dateUpdated": "2026-03-26T18:10:16.318Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-30892",
"date": "2026-07-11",
"epss": "0.00159",
"percentile": "0.05454"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-30892\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-26T00:16:38.953\",\"lastModified\":\"2026-06-17T10:33:06.190\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"crun is an open source OCI Container Runtime fully written in C. In versions 1.19 through 1.26, the `crun exec` option `-u` (`--user`) is incorrectly parsed. The value `1` is interpreted as UID 0 and GID 0 when it should have been UID 1 and GID 0. The process thus runs with higher privileges than expected. Version 1.27 patches the issue.\"},{\"lang\":\"es\",\"value\":\"crun es un entorno de ejecuci\u00f3n de contenedores OCI de c\u00f3digo abierto escrito \u00edntegramente en C. En las versiones 1.19 a 1.26, la opci\u00f3n `-u` (`--user`) de `crun exec` se analiza de forma incorrecta. El valor `1` se interpreta como UID 0 y GID 0, cuando deber\u00eda haber sido UID 1 y GID 0. Por lo tanto, el proceso se ejecuta con privilegios m\u00e1s elevados de lo esperado. La versi\u00f3n 1.27 corrige el problema.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"containers\",\"product\":\"crun\",\"versions\":[{\"version\":\"\u003e= 1.19, \u003c 1.27\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\",\"baseScore\":0.0,\"baseSeverity\":\"NONE\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.5,\"impactScore\":0.0},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-03-26T18:09:51.829145Z\",\"id\":\"CVE-2026-30892\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-269\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:crun_project:crun:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.19\",\"versionEndExcluding\":\"1.27\",\"matchCriteriaId\":\"BD451ABD-D466-4EB5-969D-E7D5844BDAA8\"}]}]}],\"references\":[{\"url\":\"https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/containers/crun/releases/tag/1.27\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-09T13:53:06+00:00",
"cve": "CVE-2026-30892",
"id": "CVE-2026-30892",
"initial_release_date": "2026-03-25T23:57:01.741000+00:00",
"product_status:fixed": "71",
"product_status:known_affected": "1",
"product_status:known_not_affected": "2",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-30892.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-30892\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-26T18:09:51.829145Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-26T18:09:59.199Z\"}}], \"cna\": {\"title\": \"Crun incorrectly parses `crun exec` option `-u`, leading to privilege escalation\", \"source\": {\"advisory\": \"GHSA-4vg2-xjqj-7chj\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 0, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"NONE\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"containers\", \"product\": \"crun\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.19, \u003c 1.27\"}]}], \"references\": [{\"url\": \"https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj\", \"name\": \"https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01\", \"name\": \"https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/containers/crun/releases/tag/1.27\", \"name\": \"https://github.com/containers/crun/releases/tag/1.27\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"crun is an open source OCI Container Runtime fully written in C. In versions 1.19 through 1.26, the `crun exec` option `-u` (`--user`) is incorrectly parsed. The value `1` is interpreted as UID 0 and GID 0 when it should have been UID 1 and GID 0. The process thus runs with higher privileges than expected. Version 1.27 patches the issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-269\", \"description\": \"CWE-269: Improper Privilege Management\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-25T23:57:01.741Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-30892\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-26T18:10:16.318Z\", \"dateReserved\": \"2026-03-06T00:04:56.701Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-25T23:57:01.741Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
alsa-2026:19020
Vulnerability from osv_almalinux
crun is a OCI runtime
Security Fix(es):
- crun: crun: Privilege escalation due to incorrect parsing of the
--useroption (CVE-2026-30892)
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": "AlmaLinux:10",
"name": "crun"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.27-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "crun-krun"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.27-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "crun is a OCI runtime \n\nSecurity Fix(es): \n\n * crun: crun: Privilege escalation due to incorrect parsing of the `--user` option (CVE-2026-30892)\n\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.\n",
"id": "ALSA-2026:19020",
"modified": "2026-05-26T12:28:41Z",
"published": "2026-05-19T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:19020"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-30892"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2451576"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-19020.html"
}
],
"related": [
"CVE-2026-30892"
],
"summary": "Moderate: crun security update"
}
alsa-2026:19178
Vulnerability from osv_almalinux
crun is a OCI runtime
Security Fix(es):
- crun: crun: Privilege escalation due to incorrect parsing of the
--useroption (CVE-2026-30892)
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": "AlmaLinux:9",
"name": "crun"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.27-1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "crun is a OCI runtime \n\nSecurity Fix(es): \n\n * crun: crun: Privilege escalation due to incorrect parsing of the `--user` option (CVE-2026-30892)\n\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.\n",
"id": "ALSA-2026:19178",
"modified": "2026-05-26T12:28:24Z",
"published": "2026-05-19T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:19178"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-30892"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2451576"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-19178.html"
}
],
"related": [
"CVE-2026-30892"
],
"summary": "Moderate: crun security update"
}
alsa-2026:6621
Vulnerability from osv_almalinux
crun is a OCI runtime
Security Fix(es):
- crun: crun: Privilege escalation due to incorrect parsing of the
--useroption (CVE-2026-30892)
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": "AlmaLinux:9",
"name": "crun"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.27-1.el9_7"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "crun is a OCI runtime \n\nSecurity Fix(es): \n\n * crun: crun: Privilege escalation due to incorrect parsing of the `--user` option (CVE-2026-30892)\n\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.\n",
"id": "ALSA-2026:6621",
"modified": "2026-04-06T08:42:59Z",
"published": "2026-04-06T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:6621"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-30892"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2451576"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-6621.html"
}
],
"related": [
"CVE-2026-30892"
],
"summary": "Moderate: crun security update"
}
alsa-2026:6622
Vulnerability from osv_almalinux
crun is a OCI runtime
Security Fix(es):
- crun: crun: Privilege escalation due to incorrect parsing of the
--useroption (CVE-2026-30892)
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": "AlmaLinux:10",
"name": "crun"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.27-1.el10_1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "crun is a OCI runtime \n\nSecurity Fix(es): \n\n * crun: crun: Privilege escalation due to incorrect parsing of the `--user` option (CVE-2026-30892)\n\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.\n",
"id": "ALSA-2026:6622",
"modified": "2026-04-06T08:36:15Z",
"published": "2026-04-06T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:6622"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-30892"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2451576"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-6622.html"
}
],
"related": [
"CVE-2026-30892"
],
"summary": "Moderate: crun security update"
}
FKIE_CVE-2026-30892
Vulnerability from fkie_nvd - Published: 2026-03-26 00:16 - Updated: 2026-06-17 10:337.8 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
| Vendor | Product | Version | |
|---|---|---|---|
| crun_project | crun | * |
{
"affected": [
{
"affectedData": [
{
"product": "crun",
"vendor": "containers",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.19, \u003c 1.27"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:crun_project:crun:*:*:*:*:*:*:*:*",
"matchCriteriaId": "BD451ABD-D466-4EB5-969D-E7D5844BDAA8",
"versionEndExcluding": "1.27",
"versionStartIncluding": "1.19",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "crun is an open source OCI Container Runtime fully written in C. In versions 1.19 through 1.26, the `crun exec` option `-u` (`--user`) is incorrectly parsed. The value `1` is interpreted as UID 0 and GID 0 when it should have been UID 1 and GID 0. The process thus runs with higher privileges than expected. Version 1.27 patches the issue."
},
{
"lang": "es",
"value": "crun es un entorno de ejecuci\u00f3n de contenedores OCI de c\u00f3digo abierto escrito \u00edntegramente en C. En las versiones 1.19 a 1.26, la opci\u00f3n `-u` (`--user`) de `crun exec` se analiza de forma incorrecta. El valor `1` se interpreta como UID 0 y GID 0, cuando deber\u00eda haber sido UID 1 y GID 0. Por lo tanto, el proceso se ejecuta con privilegios m\u00e1s elevados de lo esperado. La versi\u00f3n 1.27 corrige el problema."
}
],
"id": "CVE-2026-30892",
"lastModified": "2026-06-17T10:33:06.190",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 0.0,
"baseSeverity": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 2.5,
"impactScore": 0.0,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-30892",
"options": [
{
"exploitation": "poc"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-26T18:09:51.829145Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-03-26T00:16:38.953",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01"
},
{
"source": "security-advisories@github.com",
"tags": [
"Product"
],
"url": "https://github.com/containers/crun/releases/tag/1.27"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-269"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
RHSA-2026:19020
Vulnerability from csaf_redhat - Published: 2026-05-19 13:25 - Updated: 2026-07-09 17:43A flaw was found in crun, an open-source OCI Container Runtime. A local user can exploit this vulnerability due to incorrect parsing of the `--user` option when using `crun exec`. The value `1` is misinterpreted as root privileges (User ID 0 and Group ID 0) instead of the intended User ID 1 and Group ID 0. This allows a process to run with higher privileges than expected, leading to privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:crun-0:1.27-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-0:1.27-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-0:1.27-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-0:1.27-2.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-0:1.27-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for crun is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "crun is a OCI runtime\n\nSecurity Fix(es):\n\n* crun: crun: Privilege escalation due to incorrect parsing of the `--user` option (CVE-2026-30892)\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.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:19020",
"url": "https://access.redhat.com/errata/RHSA-2026:19020"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2451576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451576"
},
{
"category": "external",
"summary": "RHEL-161090",
"url": "https://issues.redhat.com/browse/RHEL-161090"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19020.json"
}
],
"title": "Red Hat Security Advisory: crun security update",
"tracking": {
"current_release_date": "2026-07-09T17:43:39+00:00",
"generator": {
"date": "2026-07-09T17:43:39+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:19020",
"initial_release_date": "2026-05-19T13:25:50+00:00",
"revision_history": [
{
"date": "2026-05-19T13:25:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T13:25:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T17:43:39+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-2.el10_2.src",
"product": {
"name": "crun-0:1.27-2.el10_2.src",
"product_id": "crun-0:1.27-2.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-2.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-2.el10_2.aarch64",
"product": {
"name": "crun-0:1.27-2.el10_2.aarch64",
"product_id": "crun-0:1.27-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-krun-0:1.27-2.el10_2.aarch64",
"product": {
"name": "crun-krun-0:1.27-2.el10_2.aarch64",
"product_id": "crun-krun-0:1.27-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-krun@1.27-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-2.el10_2.aarch64",
"product": {
"name": "crun-debugsource-0:1.27-2.el10_2.aarch64",
"product_id": "crun-debugsource-0:1.27-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-2.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-2.el10_2.aarch64",
"product": {
"name": "crun-debuginfo-0:1.27-2.el10_2.aarch64",
"product_id": "crun-debuginfo-0:1.27-2.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-2.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-2.el10_2.ppc64le",
"product": {
"name": "crun-0:1.27-2.el10_2.ppc64le",
"product_id": "crun-0:1.27-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-2.el10_2.ppc64le",
"product": {
"name": "crun-debugsource-0:1.27-2.el10_2.ppc64le",
"product_id": "crun-debugsource-0:1.27-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-2.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-2.el10_2.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.27-2.el10_2.ppc64le",
"product_id": "crun-debuginfo-0:1.27-2.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-2.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-2.el10_2.x86_64",
"product": {
"name": "crun-0:1.27-2.el10_2.x86_64",
"product_id": "crun-0:1.27-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-krun-0:1.27-2.el10_2.x86_64",
"product": {
"name": "crun-krun-0:1.27-2.el10_2.x86_64",
"product_id": "crun-krun-0:1.27-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-krun@1.27-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-2.el10_2.x86_64",
"product": {
"name": "crun-debugsource-0:1.27-2.el10_2.x86_64",
"product_id": "crun-debugsource-0:1.27-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-2.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-2.el10_2.x86_64",
"product": {
"name": "crun-debuginfo-0:1.27-2.el10_2.x86_64",
"product_id": "crun-debuginfo-0:1.27-2.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-2.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-2.el10_2.s390x",
"product": {
"name": "crun-0:1.27-2.el10_2.s390x",
"product_id": "crun-0:1.27-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-2.el10_2.s390x",
"product": {
"name": "crun-debugsource-0:1.27-2.el10_2.s390x",
"product_id": "crun-debugsource-0:1.27-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-2.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-2.el10_2.s390x",
"product": {
"name": "crun-debuginfo-0:1.27-2.el10_2.s390x",
"product_id": "crun-debuginfo-0:1.27-2.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-2.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-0:1.27-2.el10_2.aarch64"
},
"product_reference": "crun-0:1.27-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-0:1.27-2.el10_2.ppc64le"
},
"product_reference": "crun-0:1.27-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-0:1.27-2.el10_2.s390x"
},
"product_reference": "crun-0:1.27-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-2.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-0:1.27-2.el10_2.src"
},
"product_reference": "crun-0:1.27-2.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-0:1.27-2.el10_2.x86_64"
},
"product_reference": "crun-0:1.27-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.aarch64"
},
"product_reference": "crun-debuginfo-0:1.27-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.27-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.s390x"
},
"product_reference": "crun-debuginfo-0:1.27-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.x86_64"
},
"product_reference": "crun-debuginfo-0:1.27-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.aarch64"
},
"product_reference": "crun-debugsource-0:1.27-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-2.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.ppc64le"
},
"product_reference": "crun-debugsource-0:1.27-2.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-2.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.s390x"
},
"product_reference": "crun-debugsource-0:1.27-2.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.x86_64"
},
"product_reference": "crun-debugsource-0:1.27-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-krun-0:1.27-2.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.aarch64"
},
"product_reference": "crun-krun-0:1.27-2.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-krun-0:1.27-2.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.x86_64"
},
"product_reference": "crun-krun-0:1.27-2.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30892",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2026-03-26T01:01:25.312958+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451576"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in crun, an open-source OCI Container Runtime. A local user can exploit this vulnerability due to incorrect parsing of the `--user` option when using `crun exec`. The value `1` is misinterpreted as root privileges (User ID 0 and Group ID 0) instead of the intended User ID 1 and Group ID 0. This allows a process to run with higher privileges than expected, leading to privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has rated this vulnerability as Moderate because the flaw exists in the OCI container runtime crun. When crun exec -u 1 is used, crun incorrectly interprets UID 1 as UID 0 (root), causing the executed process to run with root privileges inside the container instead of as the intended unprivileged user.\n\nSuccessful exploitation requires local access to container management operations. An attacker must already have the ability to invoke crun exec against an existing container. The vulnerability is not remotely exploitable and cannot be triggered by an unauthenticated attacker.\n\nAdditionally, the privilege escalation is limited to the container context. While the flaw allows an attacker to obtain root privileges within the affected container, there is no demonstrated container escape or direct compromise of the host system resulting from this issue alone.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.src",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30892"
},
{
"category": "external",
"summary": "RHBZ#2451576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30892"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01",
"url": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/releases/tag/1.27",
"url": "https://github.com/containers/crun/releases/tag/1.27"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj",
"url": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj"
}
],
"release_date": "2026-03-25T23:57:01.741000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T13:25:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.src",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19020"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.src",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.src",
"AppStream-10.2.Z:crun-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-debuginfo-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.ppc64le",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.s390x",
"AppStream-10.2.Z:crun-debugsource-0:1.27-2.el10_2.x86_64",
"AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.aarch64",
"AppStream-10.2.Z:crun-krun-0:1.27-2.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option"
}
]
}
RHSA-2026:19178
Vulnerability from csaf_redhat - Published: 2026-05-19 18:12 - Updated: 2026-07-09 17:43A flaw was found in crun, an open-source OCI Container Runtime. A local user can exploit this vulnerability due to incorrect parsing of the `--user` option when using `crun exec`. The value `1` is misinterpreted as root privileges (User ID 0 and Group ID 0) instead of the intended User ID 1 and Group ID 0. This allows a process to run with higher privileges than expected, leading to privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for crun is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "crun is a OCI runtime\n\nSecurity Fix(es):\n\n* crun: crun: Privilege escalation due to incorrect parsing of the `--user` option (CVE-2026-30892)\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.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:19178",
"url": "https://access.redhat.com/errata/RHSA-2026:19178"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2451576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451576"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_19178.json"
}
],
"title": "Red Hat Security Advisory: crun security update",
"tracking": {
"current_release_date": "2026-07-09T17:43:40+00:00",
"generator": {
"date": "2026-07-09T17:43:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:19178",
"initial_release_date": "2026-05-19T18:12:32+00:00",
"revision_history": [
{
"date": "2026-05-19T18:12:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-19T18:12:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T17:43:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_8.src",
"product": {
"name": "crun-0:1.27-1.el9_8.src",
"product_id": "crun-0:1.27-1.el9_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_8.aarch64",
"product": {
"name": "crun-0:1.27-1.el9_8.aarch64",
"product_id": "crun-0:1.27-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_8.aarch64",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_8.aarch64",
"product_id": "crun-debugsource-0:1.27-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_8.aarch64",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_8.aarch64",
"product_id": "crun-debuginfo-0:1.27-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_8.ppc64le",
"product": {
"name": "crun-0:1.27-1.el9_8.ppc64le",
"product_id": "crun-0:1.27-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_8.ppc64le",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_8.ppc64le",
"product_id": "crun-debugsource-0:1.27-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_8.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_8.ppc64le",
"product_id": "crun-debuginfo-0:1.27-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_8.x86_64",
"product": {
"name": "crun-0:1.27-1.el9_8.x86_64",
"product_id": "crun-0:1.27-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_8.x86_64",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_8.x86_64",
"product_id": "crun-debugsource-0:1.27-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_8.x86_64",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_8.x86_64",
"product_id": "crun-debuginfo-0:1.27-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_8.s390x",
"product": {
"name": "crun-0:1.27-1.el9_8.s390x",
"product_id": "crun-0:1.27-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_8.s390x",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_8.s390x",
"product_id": "crun-debugsource-0:1.27-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_8.s390x",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_8.s390x",
"product_id": "crun-debuginfo-0:1.27-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.aarch64"
},
"product_reference": "crun-0:1.27-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.ppc64le"
},
"product_reference": "crun-0:1.27-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.s390x"
},
"product_reference": "crun-0:1.27-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.src"
},
"product_reference": "crun-0:1.27-1.el9_8.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.x86_64"
},
"product_reference": "crun-0:1.27-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.aarch64"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.s390x"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.x86_64"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.aarch64"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.ppc64le"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.s390x"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.x86_64"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30892",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2026-03-26T01:01:25.312958+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451576"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in crun, an open-source OCI Container Runtime. A local user can exploit this vulnerability due to incorrect parsing of the `--user` option when using `crun exec`. The value `1` is misinterpreted as root privileges (User ID 0 and Group ID 0) instead of the intended User ID 1 and Group ID 0. This allows a process to run with higher privileges than expected, leading to privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has rated this vulnerability as Moderate because the flaw exists in the OCI container runtime crun. When crun exec -u 1 is used, crun incorrectly interprets UID 1 as UID 0 (root), causing the executed process to run with root privileges inside the container instead of as the intended unprivileged user.\n\nSuccessful exploitation requires local access to container management operations. An attacker must already have the ability to invoke crun exec against an existing container. The vulnerability is not remotely exploitable and cannot be triggered by an unauthenticated attacker.\n\nAdditionally, the privilege escalation is limited to the container context. While the flaw allows an attacker to obtain root privileges within the affected container, there is no demonstrated container escape or direct compromise of the host system resulting from this issue alone.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30892"
},
{
"category": "external",
"summary": "RHBZ#2451576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30892"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01",
"url": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/releases/tag/1.27",
"url": "https://github.com/containers/crun/releases/tag/1.27"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj",
"url": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj"
}
],
"release_date": "2026-03-25T23:57:01.741000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-19T18:12:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:19178"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:crun-0:1.27-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debuginfo-0:1.27-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:crun-debugsource-0:1.27-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option"
}
]
}
RHSA-2026:28036
Vulnerability from csaf_redhat - Published: 2026-06-22 19:56 - Updated: 2026-07-09 17:56A flaw was found in crun, an open-source OCI Container Runtime. A local user can exploit this vulnerability due to incorrect parsing of the `--user` option when using `crun exec`. The value `1` is misinterpreted as root privileges (User ID 0 and Group ID 0) instead of the intended User ID 1 and Group ID 0. This allows a process to run with higher privileges than expected, leading to privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for crun is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "crun is a OCI runtime\n\nSecurity Fix(es):\n\n* crun: crun: Privilege escalation due to incorrect parsing of the `--user` option (CVE-2026-30892)\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.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:28036",
"url": "https://access.redhat.com/errata/RHSA-2026:28036"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2451576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451576"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_28036.json"
}
],
"title": "Red Hat Security Advisory: crun security update",
"tracking": {
"current_release_date": "2026-07-09T17:56:16+00:00",
"generator": {
"date": "2026-07-09T17:56:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:28036",
"initial_release_date": "2026-06-22T19:56:23+00:00",
"revision_history": [
{
"date": "2026-06-22T19:56:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-22T19:56:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T17:56:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_6.src",
"product": {
"name": "crun-0:1.27-1.el9_6.src",
"product_id": "crun-0:1.27-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_6.aarch64",
"product": {
"name": "crun-0:1.27-1.el9_6.aarch64",
"product_id": "crun-0:1.27-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_6.aarch64",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_6.aarch64",
"product_id": "crun-debugsource-0:1.27-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_6.aarch64",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_6.aarch64",
"product_id": "crun-debuginfo-0:1.27-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_6.ppc64le",
"product": {
"name": "crun-0:1.27-1.el9_6.ppc64le",
"product_id": "crun-0:1.27-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_6.ppc64le",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_6.ppc64le",
"product_id": "crun-debugsource-0:1.27-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_6.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_6.ppc64le",
"product_id": "crun-debuginfo-0:1.27-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_6.s390x",
"product": {
"name": "crun-0:1.27-1.el9_6.s390x",
"product_id": "crun-0:1.27-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_6.s390x",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_6.s390x",
"product_id": "crun-debugsource-0:1.27-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_6.s390x",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_6.s390x",
"product_id": "crun-debuginfo-0:1.27-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_6.x86_64",
"product": {
"name": "crun-0:1.27-1.el9_6.x86_64",
"product_id": "crun-0:1.27-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_6.x86_64",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_6.x86_64",
"product_id": "crun-debugsource-0:1.27-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_6.x86_64",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_6.x86_64",
"product_id": "crun-debuginfo-0:1.27-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.aarch64"
},
"product_reference": "crun-0:1.27-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.ppc64le"
},
"product_reference": "crun-0:1.27-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.s390x"
},
"product_reference": "crun-0:1.27-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.src"
},
"product_reference": "crun-0:1.27-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.x86_64"
},
"product_reference": "crun-0:1.27-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.aarch64"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.s390x"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.x86_64"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.aarch64"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.ppc64le"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.s390x"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.x86_64"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30892",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2026-03-26T01:01:25.312958+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451576"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in crun, an open-source OCI Container Runtime. A local user can exploit this vulnerability due to incorrect parsing of the `--user` option when using `crun exec`. The value `1` is misinterpreted as root privileges (User ID 0 and Group ID 0) instead of the intended User ID 1 and Group ID 0. This allows a process to run with higher privileges than expected, leading to privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has rated this vulnerability as Moderate because the flaw exists in the OCI container runtime crun. When crun exec -u 1 is used, crun incorrectly interprets UID 1 as UID 0 (root), causing the executed process to run with root privileges inside the container instead of as the intended unprivileged user.\n\nSuccessful exploitation requires local access to container management operations. An attacker must already have the ability to invoke crun exec against an existing container. The vulnerability is not remotely exploitable and cannot be triggered by an unauthenticated attacker.\n\nAdditionally, the privilege escalation is limited to the container context. While the flaw allows an attacker to obtain root privileges within the affected container, there is no demonstrated container escape or direct compromise of the host system resulting from this issue alone.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30892"
},
{
"category": "external",
"summary": "RHBZ#2451576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30892"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01",
"url": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/releases/tag/1.27",
"url": "https://github.com/containers/crun/releases/tag/1.27"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj",
"url": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj"
}
],
"release_date": "2026-03-25T23:57:01.741000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-22T19:56:23+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:28036"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:crun-0:1.27-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-debuginfo-0:1.27-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:crun-debugsource-0:1.27-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option"
}
]
}
RHSA-2026:34757
Vulnerability from csaf_redhat - Published: 2026-07-09 13:52 - Updated: 2026-07-09 23:01A flaw was found in crun, an open-source OCI Container Runtime. A local user can exploit this vulnerability due to incorrect parsing of the `--user` option when using `crun exec`. The value `1` is misinterpreted as root privileges (User ID 0 and Group ID 0) instead of the intended User ID 1 and Group ID 0. This allows a process to run with higher privileges than expected, leading to privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0 | — |
Vendor Fix
fix
Workaround
|
A privilege escalation vulnerability was found in the Linux kernel's CIFS client implementation. This could allow a local attacker to impersonate other users, bypass authentication in SMB mount operations, and potentially gain unauthorized access to network file shares or escalate privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.37 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container\nPlatform 4.19.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container\nPlatform 4.19.37. See the following advisory for the RPM packages for this\nrelease:\n\nhttps://access.redhat.com/errata/RHSA-2026:34755\n\nSpace precludes documenting all of the container images in this advisory.\nSee the following Release Notes documentation, which will be updated\nshortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nSecurity Fix(es):\n\n* kernel: Linux kernel: smb: client: reject userspace cifs.spnego\ndescriptions (CVE-2026-46243)\n* crun: crun: Privilege escalation due to incorrect parsing of the `--user`\noption (CVE-2026-30892)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:34757",
"url": "https://access.redhat.com/errata/RHSA-2026:34757"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2451576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451576"
},
{
"category": "external",
"summary": "2481486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481486"
},
{
"category": "external",
"summary": "OCPBUGS-75011",
"url": "https://issues.redhat.com/browse/OCPBUGS-75011"
},
{
"category": "external",
"summary": "OCPBUGS-77051",
"url": "https://issues.redhat.com/browse/OCPBUGS-77051"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_34757.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.37 bug fix and security update",
"tracking": {
"current_release_date": "2026-07-09T23:01:05+00:00",
"generator": {
"date": "2026-07-09T23:01:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:34757",
"initial_release_date": "2026-07-09T13:52:43+00:00",
"revision_history": [
{
"date": "2026-07-09T13:52:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-09T13:52:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T23:01:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-aarch64-4.19.9.6.202606302000-0",
"product": {
"name": "rhcos-aarch64-4.19.9.6.202606302000-0",
"product_id": "rhcos-aarch64-4.19.9.6.202606302000-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@4.19.9.6.202606302000?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-ppc64le-4.19.9.6.202606302000-0",
"product": {
"name": "rhcos-ppc64le-4.19.9.6.202606302000-0",
"product_id": "rhcos-ppc64le-4.19.9.6.202606302000-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@4.19.9.6.202606302000?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-s390x-4.19.9.6.202606302000-0",
"product": {
"name": "rhcos-s390x-4.19.9.6.202606302000-0",
"product_id": "rhcos-s390x-4.19.9.6.202606302000-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@4.19.9.6.202606302000?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-x86_64-4.19.9.6.202606302000-0",
"product": {
"name": "rhcos-x86_64-4.19.9.6.202606302000-0",
"product_id": "rhcos-x86_64-4.19.9.6.202606302000-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@4.19.9.6.202606302000?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-aarch64-4.19.9.6.202606302000-0 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0"
},
"product_reference": "rhcos-aarch64-4.19.9.6.202606302000-0",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-ppc64le-4.19.9.6.202606302000-0 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0"
},
"product_reference": "rhcos-ppc64le-4.19.9.6.202606302000-0",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-s390x-4.19.9.6.202606302000-0 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0"
},
"product_reference": "rhcos-s390x-4.19.9.6.202606302000-0",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-x86_64-4.19.9.6.202606302000-0 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
},
"product_reference": "rhcos-x86_64-4.19.9.6.202606302000-0",
"relates_to_product_reference": "9Base-RHOSE-4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30892",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2026-03-26T01:01:25.312958+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451576"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in crun, an open-source OCI Container Runtime. A local user can exploit this vulnerability due to incorrect parsing of the `--user` option when using `crun exec`. The value `1` is misinterpreted as root privileges (User ID 0 and Group ID 0) instead of the intended User ID 1 and Group ID 0. This allows a process to run with higher privileges than expected, leading to privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has rated this vulnerability as Moderate because the flaw exists in the OCI container runtime crun. When crun exec -u 1 is used, crun incorrectly interprets UID 1 as UID 0 (root), causing the executed process to run with root privileges inside the container instead of as the intended unprivileged user.\n\nSuccessful exploitation requires local access to container management operations. An attacker must already have the ability to invoke crun exec against an existing container. The vulnerability is not remotely exploitable and cannot be triggered by an unauthenticated attacker.\n\nAdditionally, the privilege escalation is limited to the container context. While the flaw allows an attacker to obtain root privileges within the affected container, there is no demonstrated container escape or direct compromise of the host system resulting from this issue alone.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30892"
},
{
"category": "external",
"summary": "RHBZ#2451576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30892"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01",
"url": "https://github.com/containers/crun/commit/1bd7f42446999b0e76bc3d575392e05c943b0b01"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/releases/tag/1.27",
"url": "https://github.com/containers/crun/releases/tag/1.27"
},
{
"category": "external",
"summary": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj",
"url": "https://github.com/containers/crun/security/advisories/GHSA-4vg2-xjqj-7chj"
}
],
"release_date": "2026-03-25T23:57:01.741000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-09T13:52:43+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, and aarch64 architectures. The image digests\nmay be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:79dbf4584baf7b1dc523add340b02a22edd635c6c275a4f9124574a334b7310f\n\n (For s390x architecture)\n The image digest is sha256:187d99cc0aa359369ed2ab906f1bd80074a23789813adb0b077a13ae3d6e4ef3\n\n (For ppc64le architecture)\n The image digest is sha256:0ff726e23ec140f6af03a2aaaeaa7ec10c98b115cc0cd7355f7442551bc038f2\n\n (For aarch64 architecture)\n The image digest is sha256:a7b6e859ba988dc3e3c1679bd4710a1f2b0c3c62ccafdd6a66867fe264ad5bd5\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34757"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option"
},
{
"cve": "CVE-2026-46243",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-26T15:07:49.955000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481486"
}
],
"notes": [
{
"category": "description",
"text": "A privilege escalation vulnerability was found in the Linux kernel\u0027s CIFS client implementation. This could allow a local attacker to impersonate other users, bypass authentication in SMB mount operations, and potentially gain unauthorized access to network file shares or escalate privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: smb: client: reject userspace cifs.spnego descriptions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Important severity primarily because a low-privileged local user can achieve full privilege escalation to root without any user interaction. The attack requires local access, which prevents remote exploitation and is the primary factor keeping the rating at Important rather than Critical.\n\nExploitation requires three components to be present on the system: the `cifs` kernel module (loaded or loadable), the `cifs-utils` package with its default `cifs.spnego` request-key rule, and the ability to create unprivileged user and mount namespaces. All three must be present for the attack chain to succeed. Environments that do not use SMB/CIFS file shares or Active Directory integration are unlikely to have `cifs-utils` installed, reducing their exposure.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46243"
},
{
"category": "external",
"summary": "RHBZ#2481486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481486"
},
{
"category": "external",
"summary": "RHSB-2026-005",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-005"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46243"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46243",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46243"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3da1fdf4efbc490041eb4f836bf596201203f8f2",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3da1fdf4efbc490041eb4f836bf596201203f8f2"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026060140-CVE-2026-46243-3d1c@gregkh/",
"url": "https://lore.kernel.org/linux-cve-announce/2026060140-CVE-2026-46243-3d1c@gregkh/"
}
],
"release_date": "2026-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-09T13:52:43+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, and aarch64 architectures. The image digests\nmay be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:79dbf4584baf7b1dc523add340b02a22edd635c6c275a4f9124574a334b7310f\n\n (For s390x architecture)\n The image digest is sha256:187d99cc0aa359369ed2ab906f1bd80074a23789813adb0b077a13ae3d6e4ef3\n\n (For ppc64le architecture)\n The image digest is sha256:0ff726e23ec140f6af03a2aaaeaa7ec10c98b115cc0cd7355f7442551bc038f2\n\n (For aarch64 architecture)\n The image digest is sha256:a7b6e859ba988dc3e3c1679bd4710a1f2b0c3c62ccafdd6a66867fe264ad5bd5\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:34757"
},
{
"category": "workaround",
"details": "See the security bulletin for a detailed mitigation procedure.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202606302000-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202606302000-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: Linux kernel: smb: client: reject userspace cifs.spnego descriptions"
}
]
}
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.