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-12",
"epss": "0.00159",
"percentile": "0.0545"
},
"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"
}
}
}
RHSA-2026:6621
Vulnerability from csaf_redhat - Published: 2026-04-06 03:41 - 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.7.0.Z.MAIN:crun-0:1.27-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.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:6621",
"url": "https://access.redhat.com/errata/RHSA-2026:6621"
},
{
"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_6621.json"
}
],
"title": "Red Hat Security Advisory: crun security update",
"tracking": {
"current_release_date": "2026-07-09T17:43:41+00:00",
"generator": {
"date": "2026-07-09T17:43:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:6621",
"initial_release_date": "2026-04-06T03:41:18+00:00",
"revision_history": [
{
"date": "2026-04-06T03:41:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-06T03:41:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-09T17:43:41+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.7.0.Z.MAIN",
"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_7.src",
"product": {
"name": "crun-0:1.27-1.el9_7.src",
"product_id": "crun-0:1.27-1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_7.aarch64",
"product": {
"name": "crun-0:1.27-1.el9_7.aarch64",
"product_id": "crun-0:1.27-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_7.aarch64",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_7.aarch64",
"product_id": "crun-debugsource-0:1.27-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_7.aarch64",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_7.aarch64",
"product_id": "crun-debuginfo-0:1.27-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_7.ppc64le",
"product": {
"name": "crun-0:1.27-1.el9_7.ppc64le",
"product_id": "crun-0:1.27-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_7.ppc64le",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_7.ppc64le",
"product_id": "crun-debugsource-0:1.27-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_7.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_7.ppc64le",
"product_id": "crun-debuginfo-0:1.27-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_7.x86_64",
"product": {
"name": "crun-0:1.27-1.el9_7.x86_64",
"product_id": "crun-0:1.27-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_7.x86_64",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_7.x86_64",
"product_id": "crun-debugsource-0:1.27-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_7.x86_64",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_7.x86_64",
"product_id": "crun-debuginfo-0:1.27-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el9_7.s390x",
"product": {
"name": "crun-0:1.27-1.el9_7.s390x",
"product_id": "crun-0:1.27-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el9_7.s390x",
"product": {
"name": "crun-debugsource-0:1.27-1.el9_7.s390x",
"product_id": "crun-debugsource-0:1.27-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el9_7.s390x",
"product": {
"name": "crun-debuginfo-0:1.27-1.el9_7.s390x",
"product_id": "crun-debuginfo-0:1.27-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el9_7?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_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.aarch64"
},
"product_reference": "crun-0:1.27-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.ppc64le"
},
"product_reference": "crun-0:1.27-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.s390x"
},
"product_reference": "crun-0:1.27-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.src"
},
"product_reference": "crun-0:1.27-1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.x86_64"
},
"product_reference": "crun-0:1.27-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.aarch64"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.s390x"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.x86_64"
},
"product_reference": "crun-debuginfo-0:1.27-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.aarch64"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.ppc64le"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.s390x"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.x86_64"
},
"product_reference": "crun-debugsource-0:1.27-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"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.7.0.Z.MAIN:crun-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.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-04-06T03:41:18+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.7.0.Z.MAIN:crun-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6621"
},
{
"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.7.0.Z.MAIN:crun-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.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.7.0.Z.MAIN:crun-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:crun-0:1.27-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-debuginfo-0:1.27-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:crun-debugsource-0:1.27-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option"
}
]
}
RHSA-2026:6622
Vulnerability from csaf_redhat - Published: 2026-04-06 03:28 - 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.1.Z:crun-0:1.27-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-0:1.27-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-0:1.27-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-0:1.27-1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-0:1.27-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.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:6622",
"url": "https://access.redhat.com/errata/RHSA-2026:6622"
},
{
"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_6622.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:6622",
"initial_release_date": "2026-04-06T03:28:23+00:00",
"revision_history": [
{
"date": "2026-04-06T03:28:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-06T03:28:23+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. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el10_1.src",
"product": {
"name": "crun-0:1.27-1.el10_1.src",
"product_id": "crun-0:1.27-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el10_1.aarch64",
"product": {
"name": "crun-0:1.27-1.el10_1.aarch64",
"product_id": "crun-0:1.27-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el10_1.aarch64",
"product": {
"name": "crun-debugsource-0:1.27-1.el10_1.aarch64",
"product_id": "crun-debugsource-0:1.27-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el10_1.aarch64",
"product": {
"name": "crun-debuginfo-0:1.27-1.el10_1.aarch64",
"product_id": "crun-debuginfo-0:1.27-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el10_1.ppc64le",
"product": {
"name": "crun-0:1.27-1.el10_1.ppc64le",
"product_id": "crun-0:1.27-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el10_1.ppc64le",
"product": {
"name": "crun-debugsource-0:1.27-1.el10_1.ppc64le",
"product_id": "crun-debugsource-0:1.27-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el10_1.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.27-1.el10_1.ppc64le",
"product_id": "crun-debuginfo-0:1.27-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el10_1.x86_64",
"product": {
"name": "crun-0:1.27-1.el10_1.x86_64",
"product_id": "crun-0:1.27-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el10_1.x86_64",
"product": {
"name": "crun-debugsource-0:1.27-1.el10_1.x86_64",
"product_id": "crun-debugsource-0:1.27-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el10_1.x86_64",
"product": {
"name": "crun-debuginfo-0:1.27-1.el10_1.x86_64",
"product_id": "crun-debuginfo-0:1.27-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "crun-0:1.27-1.el10_1.s390x",
"product": {
"name": "crun-0:1.27-1.el10_1.s390x",
"product_id": "crun-0:1.27-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.27-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.27-1.el10_1.s390x",
"product": {
"name": "crun-debugsource-0:1.27-1.el10_1.s390x",
"product_id": "crun-debugsource-0:1.27-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.27-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.27-1.el10_1.s390x",
"product": {
"name": "crun-debuginfo-0:1.27-1.el10_1.s390x",
"product_id": "crun-debuginfo-0:1.27-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.27-1.el10_1?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.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-0:1.27-1.el10_1.aarch64"
},
"product_reference": "crun-0:1.27-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-0:1.27-1.el10_1.ppc64le"
},
"product_reference": "crun-0:1.27-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-0:1.27-1.el10_1.s390x"
},
"product_reference": "crun-0:1.27-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-0:1.27-1.el10_1.src"
},
"product_reference": "crun-0:1.27-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.27-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-0:1.27-1.el10_1.x86_64"
},
"product_reference": "crun-0:1.27-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.aarch64"
},
"product_reference": "crun-debuginfo-0:1.27-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.27-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.s390x"
},
"product_reference": "crun-debuginfo-0:1.27-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.27-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.x86_64"
},
"product_reference": "crun-debuginfo-0:1.27-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.aarch64"
},
"product_reference": "crun-debugsource-0:1.27-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.ppc64le"
},
"product_reference": "crun-debugsource-0:1.27-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.s390x"
},
"product_reference": "crun-debugsource-0:1.27-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.27-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.x86_64"
},
"product_reference": "crun-debugsource-0:1.27-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.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.1.Z:crun-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.src",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.x86_64",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.x86_64",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.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-04-06T03:28: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-10.1.Z:crun-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.src",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.x86_64",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.x86_64",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6622"
},
{
"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.1.Z:crun-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.src",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.x86_64",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.x86_64",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.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.1.Z:crun-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.src",
"AppStream-10.1.Z:crun-0:1.27-1.el10_1.x86_64",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-debuginfo-0:1.27-1.el10_1.x86_64",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.aarch64",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.ppc64le",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.s390x",
"AppStream-10.1.Z:crun-debugsource-0:1.27-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crun: crun: Privilege escalation due to incorrect parsing of the `--user` option"
}
]
}
WID-SEC-W-2026-0966
Vulnerability from csaf_certbund - Published: 2026-04-06 22:00 - Updated: 2026-05-31 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Red Hat Enterprise Linux <9
Red Hat / Enterprise Linux
|
<9 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Red Hat Enterprise Linux <10
Red Hat / Enterprise Linux
|
<10 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux (crun) ausnutzen, um seine Privilegien zu erh\u00f6hen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0966 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0966.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0966 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0966"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6621 vom 2026-04-06",
"url": "https://access.redhat.com/errata/RHSA-2026:6621"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6622 vom 2026-04-06",
"url": "https://access.redhat.com/errata/RHSA-2026:6622"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6621 vom 2026-04-07",
"url": "https://linux.oracle.com/errata/ELSA-2026-6621.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6621 vom 2026-04-08",
"url": "https://errata.build.resf.org/RLSA-2026:6621"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6622 vom 2026-04-07",
"url": "https://linux.oracle.com/errata/ELSA-2026-6622.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6622 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:6622"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:10524-1 vom 2026-04-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MHCJNJNKCQUQVFTSZ4KRWJ55BJML2PRH/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19020 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19020"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:19178 vom 2026-05-20",
"url": "https://errata.build.resf.org/RLSA-2026:19178"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19178 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19178"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:19020 vom 2026-05-29",
"url": "https://errata.build.resf.org/RLSA-2026:19020"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (crun): Schwachstelle erm\u00f6glicht Privilegieneskalation",
"tracking": {
"current_release_date": "2026-05-31T22:00:00.000+00:00",
"generator": {
"date": "2026-06-01T07:24:38.231+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-0966",
"initial_release_date": "2026-04-06T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10",
"product": {
"name": "Red Hat Enterprise Linux \u003c10",
"product_id": "T052411"
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T052411-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c9",
"product": {
"name": "Red Hat Enterprise Linux \u003c9",
"product_id": "T052412"
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T052412-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-30892",
"product_status": {
"known_affected": [
"67646",
"T027843",
"T052412",
"T004914",
"T032255",
"T052411"
]
},
"release_date": "2026-04-06T22:00:00.000+00:00",
"title": "CVE-2026-30892"
}
]
}
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.