Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-68114 (GCVE-0-2025-68114)
Vulnerability from cvelistv5 – Published: 2025-12-17 21:14 – Updated: 2025-12-18 15:09| URL | Tags |
|---|---|
| https://github.com/capstone-engine/capstone/secur… | x_refsource_CONFIRM |
| https://github.com/capstone-engine/capstone/commi… | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| capstone-engine | capstone |
Affected:
<= 6.0.0-Alpha5
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-68114",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-18T14:55:48.777775Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-18T15:09:11.561Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "capstone",
"vendor": "capstone-engine",
"versions": [
{
"status": "affected",
"version": "\u003c= 6.0.0-Alpha5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStream_concat lets a malicious cs_opt_mem.vsnprintf drive SStream\u2019s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit 2c7797182a1618be12017d7d41e0b6581d5d529e fixes the issue."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-124",
"description": "CWE-124: Buffer Underwrite (\u0027Buffer Underflow\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-120",
"description": "CWE-120: Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-17T21:14:31.226Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r"
},
{
"name": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e"
}
],
"source": {
"advisory": "GHSA-85f5-6xr3-q76r",
"discovery": "UNKNOWN"
},
"title": "Capstone doesn\u0027t check vsnprintf return in SStream_concat, allows stack buffer underflow and overflow"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-68114",
"datePublished": "2025-12-17T21:14:31.226Z",
"dateReserved": "2025-12-15T16:16:22.744Z",
"dateUpdated": "2025-12-18T15:09:11.561Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-68114",
"date": "2026-08-01",
"epss": "0.0017",
"percentile": "0.06661"
},
"microsoft_vex": {
"current_release_date": "2026-03-04T14:36:09.000Z",
"cve": "CVE-2025-68114",
"id": "msrc_CVE-2025-68114",
"initial_release_date": "2025-12-02T00:00:00.000Z",
"product_status:fixed": "2",
"product_status:known_affected": "4",
"product_status:known_not_affected": "2",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Capstone doesn\u0027t check vsnprintf return in SStream_concat, allows stack buffer underflow and overflow",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-68114.json",
"version": "6"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-68114\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-12-17T22:16:01.400\",\"lastModified\":\"2026-06-17T09:58:33.100\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStream_concat lets a malicious cs_opt_mem.vsnprintf drive SStream\u2019s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit 2c7797182a1618be12017d7d41e0b6581d5d529e fixes the issue.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"capstone-engine\",\"product\":\"capstone\",\"versions\":[{\"version\":\"\u003c= 6.0.0-Alpha5\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L\",\"baseScore\":4.8,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.3,\"impactScore\":3.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-12-18T14:55:48.777775Z\",\"id\":\"CVE-2025-68114\",\"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-120\"},{\"lang\":\"en\",\"value\":\"CWE-124\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:capstone-engine:capstone:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"6.0.0\",\"matchCriteriaId\":\"DD22C7C2-F647-4AB5-BEB4-C70F722C0419\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:capstone-engine:capstone:6.0.0:alpha1:*:*:*:*:*:*\",\"matchCriteriaId\":\"99F76525-F73B-4F66-AE46-A1ECAF0C7A0C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:capstone-engine:capstone:6.0.0:alpha2:*:*:*:*:*:*\",\"matchCriteriaId\":\"442C7F48-5BEE-4702-AC0F-DE5C70FAA93F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:capstone-engine:capstone:6.0.0:alpha3:*:*:*:*:*:*\",\"matchCriteriaId\":\"3C88415A-376C-4F7F-9D7D-3CB5C8FB9346\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:capstone-engine:capstone:6.0.0:alpha4:*:*:*:*:*:*\",\"matchCriteriaId\":\"67358CE5-F734-4E55-B021-D3AC5D937DD4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:capstone-engine:capstone:6.0.0:alpha5:*:*:*:*:*:*\",\"matchCriteriaId\":\"9DED59B8-DC00-4323-89FA-044F7666AF5D\"}]}]}],\"references\":[{\"url\":\"https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-07-14T20:55:13+00:00",
"cve": "CVE-2025-68114",
"id": "CVE-2025-68114",
"initial_release_date": "2025-12-17T21:14:31.226000+00:00",
"product_status:fixed": "276",
"product_status:known_not_affected": "129",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "capstone: Capstone: Memory corruption via unchecked vsnprintf return",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-68114.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-06-06T02:59:24Z",
"cve": "CVE-2025-68114",
"id": "CVE-2025-68114",
"initial_release_date": "2025-12-19T00:26:14Z",
"product_status:known_affected": "34",
"product_status:recommended": "24",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2025-68114",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-68114.json",
"version": "12"
}
}
}
RHSA-2026:5123
Vulnerability from csaf_redhat - Published: 2026-03-19 21:35 - Updated: 2026-07-15 00:01A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64 | — |
Vendor Fix
fix
|
{
"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 capstone is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\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": "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.\n\nSecurity Fix(es):\n\n* capstone: Capstone: Memory corruption via unchecked vsnprintf return (CVE-2025-68114)\n\n* capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution. (CVE-2025-67873)\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:5123",
"url": "https://access.redhat.com/errata/RHSA-2026:5123"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5123.json"
}
],
"title": "Red Hat Security Advisory: capstone security update",
"tracking": {
"current_release_date": "2026-07-15T00:01:13+00:00",
"generator": {
"date": "2026-07-15T00:01:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:5123",
"initial_release_date": "2026-03-19T21:35:07+00:00",
"revision_history": [
{
"date": "2026-03-19T21:35:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T21:35:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-15T00:01:13+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 E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_2.src",
"product": {
"name": "capstone-0:4.0.2-11.el9_2.src",
"product_id": "capstone-0:4.0.2-11.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_2.aarch64",
"product": {
"name": "capstone-0:4.0.2-11.el9_2.aarch64",
"product_id": "capstone-0:4.0.2-11.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_2.ppc64le",
"product": {
"name": "capstone-0:4.0.2-11.el9_2.ppc64le",
"product_id": "capstone-0:4.0.2-11.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_2.i686",
"product": {
"name": "capstone-0:4.0.2-11.el9_2.i686",
"product_id": "capstone-0:4.0.2-11.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_2.i686",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.i686",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_2.x86_64",
"product": {
"name": "capstone-0:4.0.2-11.el9_2.x86_64",
"product_id": "capstone-0:4.0.2-11.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_2.s390x",
"product": {
"name": "capstone-0:4.0.2-11.el9_2.s390x",
"product_id": "capstone-0:4.0.2-11.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64"
},
"product_reference": "capstone-0:4.0.2-11.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686"
},
"product_reference": "capstone-0:4.0.2-11.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le"
},
"product_reference": "capstone-0:4.0.2-11.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x"
},
"product_reference": "capstone-0:4.0.2-11.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src"
},
"product_reference": "capstone-0:4.0.2-11.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64"
},
"product_reference": "capstone-0:4.0.2-11.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67873",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2025-12-17T22:01:40.695840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423419"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate because a heap buffer overflow in the Capstone disassembly framework can be exploited by a local attacker providing a specially crafted skipdata callback, potentially leading to denial of service or arbitrary code execution. Exploitation requires local access and user interaction.",
"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.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67873"
},
{
"category": "external",
"summary": "RHBZ#2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3",
"url": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg"
}
],
"release_date": "2025-12-17T21:12:13.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T21:35:07+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.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5123"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution."
},
{
"cve": "CVE-2025-68114",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-17T22:01:27.504008+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423416"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Memory corruption via unchecked vsnprintf return",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate as an unchecked `vsnprintf` return in Capstone\u0027s `SStream_concat` function can lead to stack buffer underflow or overflow. Exploitation requires local access and user interaction. This affects Capstone and other components in Red Hat Enterprise Linux, OpenShift Container Platform, and Community Projects.",
"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.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68114"
},
{
"category": "external",
"summary": "RHBZ#2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68114"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e",
"url": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r"
}
],
"release_date": "2025-12-17T21:14:31.226000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T21:35:07+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.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5123"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.src",
"AppStream-9.2.0.Z.E4S:capstone-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debuginfo-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:capstone-debugsource-0:4.0.2-11.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.i686",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:python3-capstone-debuginfo-0:4.0.2-11.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Memory corruption via unchecked vsnprintf return"
}
]
}
RHSA-2026:5124
Vulnerability from csaf_redhat - Published: 2026-03-19 23:51 - Updated: 2026-07-15 00:01A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 | — |
Vendor Fix
fix
|
{
"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 capstone 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": "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.\n\nSecurity Fix(es):\n\n* capstone: Capstone: Memory corruption via unchecked vsnprintf return (CVE-2025-68114)\n\n* capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution. (CVE-2025-67873)\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:5124",
"url": "https://access.redhat.com/errata/RHSA-2026:5124"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5124.json"
}
],
"title": "Red Hat Security Advisory: capstone security update",
"tracking": {
"current_release_date": "2026-07-15T00:01:14+00:00",
"generator": {
"date": "2026-07-15T00:01:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:5124",
"initial_release_date": "2026-03-19T23:51:28+00:00",
"revision_history": [
{
"date": "2026-03-19T23:51:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T23:51:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-15T00:01:14+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_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_6.src",
"product": {
"name": "capstone-0:4.0.2-11.el9_6.src",
"product_id": "capstone-0:4.0.2-11.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_6.aarch64",
"product": {
"name": "capstone-0:4.0.2-11.el9_6.aarch64",
"product_id": "capstone-0:4.0.2-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_6.aarch64",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_6.aarch64",
"product_id": "capstone-devel-0:4.0.2-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:4.0.2-11.el9_6.aarch64",
"product": {
"name": "python3-capstone-0:4.0.2-11.el9_6.aarch64",
"product_id": "python3-capstone-0:4.0.2-11.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@4.0.2-11.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_6.ppc64le",
"product": {
"name": "capstone-0:4.0.2-11.el9_6.ppc64le",
"product_id": "capstone-0:4.0.2-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"product_id": "capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"product": {
"name": "python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"product_id": "python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@4.0.2-11.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_6.i686",
"product": {
"name": "capstone-0:4.0.2-11.el9_6.i686",
"product_id": "capstone-0:4.0.2-11.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_6.i686",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.i686",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_6.i686",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_6.i686",
"product_id": "capstone-devel-0:4.0.2-11.el9_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_6.x86_64",
"product": {
"name": "capstone-0:4.0.2-11.el9_6.x86_64",
"product_id": "capstone-0:4.0.2-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_6.x86_64",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_6.x86_64",
"product_id": "capstone-devel-0:4.0.2-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:4.0.2-11.el9_6.x86_64",
"product": {
"name": "python3-capstone-0:4.0.2-11.el9_6.x86_64",
"product_id": "python3-capstone-0:4.0.2-11.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@4.0.2-11.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_6.s390x",
"product": {
"name": "capstone-0:4.0.2-11.el9_6.s390x",
"product_id": "capstone-0:4.0.2-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_6.s390x",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_6.s390x",
"product_id": "capstone-devel-0:4.0.2-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:4.0.2-11.el9_6.s390x",
"product": {
"name": "python3-capstone-0:4.0.2-11.el9_6.s390x",
"product_id": "python3-capstone-0:4.0.2-11.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@4.0.2-11.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-java-0:4.0.2-11.el9_6.noarch",
"product": {
"name": "capstone-java-0:4.0.2-11.el9_6.noarch",
"product_id": "capstone-java-0:4.0.2-11.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-java@4.0.2-11.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "capstone-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686"
},
"product_reference": "capstone-0:4.0.2-11.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "capstone-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "capstone-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src"
},
"product_reference": "capstone-0:4.0.2-11.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.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:capstone-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "capstone-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.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:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.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:capstone-debugsource-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.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:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_6.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-java-0:4.0.2-11.el9_6.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch"
},
"product_reference": "capstone-java-0:4.0.2-11.el9_6.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "python3-capstone-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:4.0.2-11.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "python3-capstone-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:4.0.2-11.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "python3-capstone-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67873",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2025-12-17T22:01:40.695840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423419"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate because a heap buffer overflow in the Capstone disassembly framework can be exploited by a local attacker providing a specially crafted skipdata callback, potentially leading to denial of service or arbitrary code execution. Exploitation requires local access and user interaction.",
"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:capstone-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67873"
},
{
"category": "external",
"summary": "RHBZ#2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3",
"url": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg"
}
],
"release_date": "2025-12-17T21:12:13.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T23:51:28+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:capstone-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5124"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution."
},
{
"cve": "CVE-2025-68114",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-17T22:01:27.504008+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423416"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Memory corruption via unchecked vsnprintf return",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate as an unchecked `vsnprintf` return in Capstone\u0027s `SStream_concat` function can lead to stack buffer underflow or overflow. Exploitation requires local access and user interaction. This affects Capstone and other components in Red Hat Enterprise Linux, OpenShift Container Platform, and Community Projects.",
"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:capstone-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68114"
},
{
"category": "external",
"summary": "RHBZ#2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68114"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e",
"url": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r"
}
],
"release_date": "2025-12-17T21:14:31.226000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T23:51:28+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:capstone-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5124"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.src",
"AppStream-9.6.0.Z.EUS:capstone-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:capstone-java-0:4.0.2-11.el9_6.noarch",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_6.x86_64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.aarch64",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.i686",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.ppc64le",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.s390x",
"CRB-9.6.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Memory corruption via unchecked vsnprintf return"
}
]
}
RHSA-2026:5125
Vulnerability from csaf_redhat - Published: 2026-03-19 21:14 - Updated: 2026-07-15 00:01A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 | — |
Vendor Fix
fix
|
{
"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 capstone is now available for Red Hat Enterprise Linux 9.4 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": "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.\n\nSecurity Fix(es):\n\n* capstone: Capstone: Memory corruption via unchecked vsnprintf return (CVE-2025-68114)\n\n* capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution. (CVE-2025-67873)\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:5125",
"url": "https://access.redhat.com/errata/RHSA-2026:5125"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5125.json"
}
],
"title": "Red Hat Security Advisory: capstone security update",
"tracking": {
"current_release_date": "2026-07-15T00:01:12+00:00",
"generator": {
"date": "2026-07-15T00:01:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:5125",
"initial_release_date": "2026-03-19T21:14:17+00:00",
"revision_history": [
{
"date": "2026-03-19T21:14:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T21:14:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-15T00:01:12+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.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_4.src",
"product": {
"name": "capstone-0:4.0.2-11.el9_4.src",
"product_id": "capstone-0:4.0.2-11.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_4.aarch64",
"product": {
"name": "capstone-0:4.0.2-11.el9_4.aarch64",
"product_id": "capstone-0:4.0.2-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_4.aarch64",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_4.aarch64",
"product_id": "capstone-devel-0:4.0.2-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:4.0.2-11.el9_4.aarch64",
"product": {
"name": "python3-capstone-0:4.0.2-11.el9_4.aarch64",
"product_id": "python3-capstone-0:4.0.2-11.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@4.0.2-11.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_4.ppc64le",
"product": {
"name": "capstone-0:4.0.2-11.el9_4.ppc64le",
"product_id": "capstone-0:4.0.2-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"product_id": "capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"product": {
"name": "python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"product_id": "python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@4.0.2-11.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_4.i686",
"product": {
"name": "capstone-0:4.0.2-11.el9_4.i686",
"product_id": "capstone-0:4.0.2-11.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_4.i686",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.i686",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_4.i686",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_4.i686",
"product_id": "capstone-devel-0:4.0.2-11.el9_4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_4?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_4.x86_64",
"product": {
"name": "capstone-0:4.0.2-11.el9_4.x86_64",
"product_id": "capstone-0:4.0.2-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_4.x86_64",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_4.x86_64",
"product_id": "capstone-devel-0:4.0.2-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:4.0.2-11.el9_4.x86_64",
"product": {
"name": "python3-capstone-0:4.0.2-11.el9_4.x86_64",
"product_id": "python3-capstone-0:4.0.2-11.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@4.0.2-11.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:4.0.2-11.el9_4.s390x",
"product": {
"name": "capstone-0:4.0.2-11.el9_4.s390x",
"product_id": "capstone-0:4.0.2-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@4.0.2-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"product": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"product_id": "capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@4.0.2-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"product": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"product_id": "capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@4.0.2-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"product": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"product_id": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone-debuginfo@4.0.2-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:4.0.2-11.el9_4.s390x",
"product": {
"name": "capstone-devel-0:4.0.2-11.el9_4.s390x",
"product_id": "capstone-devel-0:4.0.2-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@4.0.2-11.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:4.0.2-11.el9_4.s390x",
"product": {
"name": "python3-capstone-0:4.0.2-11.el9_4.s390x",
"product_id": "python3-capstone-0:4.0.2-11.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@4.0.2-11.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-java-0:4.0.2-11.el9_4.noarch",
"product": {
"name": "capstone-java-0:4.0.2-11.el9_4.noarch",
"product_id": "capstone-java-0:4.0.2-11.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-java@4.0.2-11.el9_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "capstone-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686"
},
"product_reference": "capstone-0:4.0.2-11.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "capstone-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "capstone-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src"
},
"product_reference": "capstone-0:4.0.2-11.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "capstone-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "capstone-devel-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-java-0:4.0.2-11.el9_4.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch"
},
"product_reference": "capstone-java-0:4.0.2-11.el9_4.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "python3-capstone-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:4.0.2-11.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "python3-capstone-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "python3-capstone-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
},
"product_reference": "python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67873",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2025-12-17T22:01:40.695840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423419"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate because a heap buffer overflow in the Capstone disassembly framework can be exploited by a local attacker providing a specially crafted skipdata callback, potentially leading to denial of service or arbitrary code execution. Exploitation requires local access and user interaction.",
"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.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67873"
},
{
"category": "external",
"summary": "RHBZ#2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3",
"url": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg"
}
],
"release_date": "2025-12-17T21:12:13.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T21:14:17+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.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5125"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution."
},
{
"cve": "CVE-2025-68114",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-17T22:01:27.504008+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423416"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Memory corruption via unchecked vsnprintf return",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate as an unchecked `vsnprintf` return in Capstone\u0027s `SStream_concat` function can lead to stack buffer underflow or overflow. Exploitation requires local access and user interaction. This affects Capstone and other components in Red Hat Enterprise Linux, OpenShift Container Platform, and Community Projects.",
"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.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68114"
},
{
"category": "external",
"summary": "RHBZ#2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68114"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e",
"url": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r"
}
],
"release_date": "2025-12-17T21:14:31.226000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T21:14:17+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.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5125"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.src",
"AppStream-9.4.0.Z.EUS:capstone-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debuginfo-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-debugsource-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:capstone-devel-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:capstone-java-0:4.0.2-11.el9_4.noarch",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-0:4.0.2-11.el9_4.x86_64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.aarch64",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.i686",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.ppc64le",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.s390x",
"CRB-9.4.0.Z.EUS:python3-capstone-debuginfo-0:4.0.2-11.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Memory corruption via unchecked vsnprintf return"
}
]
}
RHSA-2026:5224
Vulnerability from csaf_redhat - Published: 2026-03-23 02:35 - Updated: 2026-07-15 00:01A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch | — |
Vendor Fix
fix
|
{
"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 capstone is now available for Red Hat Enterprise Linux 10.0 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": "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.\n\nSecurity Fix(es):\n\n* capstone: Capstone: Memory corruption via unchecked vsnprintf return (CVE-2025-68114)\n\n* capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution. (CVE-2025-67873)\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:5224",
"url": "https://access.redhat.com/errata/RHSA-2026:5224"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5224.json"
}
],
"title": "Red Hat Security Advisory: capstone security update",
"tracking": {
"current_release_date": "2026-07-15T00:01:14+00:00",
"generator": {
"date": "2026-07-15T00:01:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:5224",
"initial_release_date": "2026-03-23T02:35:37+00:00",
"revision_history": [
{
"date": "2026-03-23T02:35:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-23T02:35:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-15T00:01:14+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. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_0.src",
"product": {
"name": "capstone-0:5.0.1-7.el10_0.src",
"product_id": "capstone-0:5.0.1-7.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_0.aarch64",
"product": {
"name": "capstone-0:5.0.1-7.el10_0.aarch64",
"product_id": "capstone-0:5.0.1-7.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"product": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"product_id": "capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@5.0.1-7.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"product": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"product_id": "capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@5.0.1-7.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:5.0.1-7.el10_0.aarch64",
"product": {
"name": "capstone-devel-0:5.0.1-7.el10_0.aarch64",
"product_id": "capstone-devel-0:5.0.1-7.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@5.0.1-7.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_0.ppc64le",
"product": {
"name": "capstone-0:5.0.1-7.el10_0.ppc64le",
"product_id": "capstone-0:5.0.1-7.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"product": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"product_id": "capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@5.0.1-7.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"product": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"product_id": "capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@5.0.1-7.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"product": {
"name": "capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"product_id": "capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@5.0.1-7.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_0.x86_64",
"product": {
"name": "capstone-0:5.0.1-7.el10_0.x86_64",
"product_id": "capstone-0:5.0.1-7.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"product": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"product_id": "capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@5.0.1-7.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"product": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"product_id": "capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@5.0.1-7.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:5.0.1-7.el10_0.x86_64",
"product": {
"name": "capstone-devel-0:5.0.1-7.el10_0.x86_64",
"product_id": "capstone-devel-0:5.0.1-7.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@5.0.1-7.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_0.s390x",
"product": {
"name": "capstone-0:5.0.1-7.el10_0.s390x",
"product_id": "capstone-0:5.0.1-7.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"product": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"product_id": "capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@5.0.1-7.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"product": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"product_id": "capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@5.0.1-7.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:5.0.1-7.el10_0.s390x",
"product": {
"name": "capstone-devel-0:5.0.1-7.el10_0.s390x",
"product_id": "capstone-devel-0:5.0.1-7.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@5.0.1-7.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-java-0:5.0.1-7.el10_0.noarch",
"product": {
"name": "capstone-java-0:5.0.1-7.el10_0.noarch",
"product_id": "capstone-java-0:5.0.1-7.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-java@5.0.1-7.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:5.0.1-7.el10_0.noarch",
"product": {
"name": "python3-capstone-0:5.0.1-7.el10_0.noarch",
"product_id": "python3-capstone-0:5.0.1-7.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@5.0.1-7.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64"
},
"product_reference": "capstone-0:5.0.1-7.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le"
},
"product_reference": "capstone-0:5.0.1-7.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x"
},
"product_reference": "capstone-0:5.0.1-7.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src"
},
"product_reference": "capstone-0:5.0.1-7.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64"
},
"product_reference": "capstone-0:5.0.1-7.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:5.0.1-7.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64"
},
"product_reference": "capstone-devel-0:5.0.1-7.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:5.0.1-7.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le"
},
"product_reference": "capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:5.0.1-7.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x"
},
"product_reference": "capstone-devel-0:5.0.1-7.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:5.0.1-7.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64"
},
"product_reference": "capstone-devel-0:5.0.1-7.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-java-0:5.0.1-7.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch"
},
"product_reference": "capstone-java-0:5.0.1-7.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:5.0.1-7.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch"
},
"product_reference": "python3-capstone-0:5.0.1-7.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67873",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2025-12-17T22:01:40.695840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423419"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate because a heap buffer overflow in the Capstone disassembly framework can be exploited by a local attacker providing a specially crafted skipdata callback, potentially leading to denial of service or arbitrary code execution. Exploitation requires local access and user interaction.",
"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.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch",
"CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67873"
},
{
"category": "external",
"summary": "RHBZ#2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3",
"url": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg"
}
],
"release_date": "2025-12-17T21:12:13.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T02:35:37+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.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch",
"CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5224"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch",
"CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution."
},
{
"cve": "CVE-2025-68114",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-17T22:01:27.504008+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423416"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Memory corruption via unchecked vsnprintf return",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate as an unchecked `vsnprintf` return in Capstone\u0027s `SStream_concat` function can lead to stack buffer underflow or overflow. Exploitation requires local access and user interaction. This affects Capstone and other components in Red Hat Enterprise Linux, OpenShift Container Platform, and Community Projects.",
"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.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch",
"CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68114"
},
{
"category": "external",
"summary": "RHBZ#2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68114"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e",
"url": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r"
}
],
"release_date": "2025-12-17T21:14:31.226000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T02:35:37+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.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch",
"CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5224"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.src",
"AppStream-10.0.Z.E2S:capstone-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"AppStream-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debuginfo-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-debugsource-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.aarch64",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.ppc64le",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.s390x",
"CRB-10.0.Z.E2S:capstone-devel-0:5.0.1-7.el10_0.x86_64",
"CRB-10.0.Z.E2S:capstone-java-0:5.0.1-7.el10_0.noarch",
"CRB-10.0.Z.E2S:python3-capstone-0:5.0.1-7.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Memory corruption via unchecked vsnprintf return"
}
]
}
RHSA-2026:6817
Vulnerability from csaf_redhat - Published: 2026-04-07 16:41 - Updated: 2026-07-15 00:01A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch | — |
Vendor Fix
fix
|
A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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 capstone is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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": "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.\n\nSecurity Fix(es):\n\n* capstone: Capstone: Memory corruption via unchecked vsnprintf return (CVE-2025-68114)\n\n* capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution. (CVE-2025-67873)\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:6817",
"url": "https://access.redhat.com/errata/RHSA-2026:6817"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6817.json"
}
],
"title": "Red Hat Security Advisory: capstone security update",
"tracking": {
"current_release_date": "2026-07-15T00:01:11+00:00",
"generator": {
"date": "2026-07-15T00:01:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.2"
}
},
"id": "RHSA-2026:6817",
"initial_release_date": "2026-04-07T16:41:54+00:00",
"revision_history": [
{
"date": "2026-04-07T16:41:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-07T16:41:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-15T00:01:11+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_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-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": "capstone-0:5.0.1-7.el10_1.src",
"product": {
"name": "capstone-0:5.0.1-7.el10_1.src",
"product_id": "capstone-0:5.0.1-7.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_1.aarch64",
"product": {
"name": "capstone-0:5.0.1-7.el10_1.aarch64",
"product_id": "capstone-0:5.0.1-7.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"product": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"product_id": "capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@5.0.1-7.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"product": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"product_id": "capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@5.0.1-7.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:5.0.1-7.el10_1.aarch64",
"product": {
"name": "capstone-devel-0:5.0.1-7.el10_1.aarch64",
"product_id": "capstone-devel-0:5.0.1-7.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@5.0.1-7.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_1.ppc64le",
"product": {
"name": "capstone-0:5.0.1-7.el10_1.ppc64le",
"product_id": "capstone-0:5.0.1-7.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"product": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"product_id": "capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@5.0.1-7.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"product": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"product_id": "capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@5.0.1-7.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"product": {
"name": "capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"product_id": "capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@5.0.1-7.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_1.s390x",
"product": {
"name": "capstone-0:5.0.1-7.el10_1.s390x",
"product_id": "capstone-0:5.0.1-7.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"product": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"product_id": "capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@5.0.1-7.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"product": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"product_id": "capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@5.0.1-7.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:5.0.1-7.el10_1.s390x",
"product": {
"name": "capstone-devel-0:5.0.1-7.el10_1.s390x",
"product_id": "capstone-devel-0:5.0.1-7.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@5.0.1-7.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-0:5.0.1-7.el10_1.x86_64",
"product": {
"name": "capstone-0:5.0.1-7.el10_1.x86_64",
"product_id": "capstone-0:5.0.1-7.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone@5.0.1-7.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"product": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"product_id": "capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debugsource@5.0.1-7.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"product": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"product_id": "capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-debuginfo@5.0.1-7.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "capstone-devel-0:5.0.1-7.el10_1.x86_64",
"product": {
"name": "capstone-devel-0:5.0.1-7.el10_1.x86_64",
"product_id": "capstone-devel-0:5.0.1-7.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-devel@5.0.1-7.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-java-0:5.0.1-7.el10_1.noarch",
"product": {
"name": "capstone-java-0:5.0.1-7.el10_1.noarch",
"product_id": "capstone-java-0:5.0.1-7.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/capstone-java@5.0.1-7.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-capstone-0:5.0.1-7.el10_1.noarch",
"product": {
"name": "python3-capstone-0:5.0.1-7.el10_1.noarch",
"product_id": "python3-capstone-0:5.0.1-7.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-capstone@5.0.1-7.el10_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.aarch64"
},
"product_reference": "capstone-0:5.0.1-7.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le"
},
"product_reference": "capstone-0:5.0.1-7.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x"
},
"product_reference": "capstone-0:5.0.1-7.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src"
},
"product_reference": "capstone-0:5.0.1-7.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-0:5.0.1-7.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64"
},
"product_reference": "capstone-0:5.0.1-7.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debuginfo-0:5.0.1-7.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64"
},
"product_reference": "capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-debugsource-0:5.0.1-7.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64"
},
"product_reference": "capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:5.0.1-7.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64"
},
"product_reference": "capstone-devel-0:5.0.1-7.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:5.0.1-7.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le"
},
"product_reference": "capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:5.0.1-7.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x"
},
"product_reference": "capstone-devel-0:5.0.1-7.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-devel-0:5.0.1-7.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64"
},
"product_reference": "capstone-devel-0:5.0.1-7.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-java-0:5.0.1-7.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch"
},
"product_reference": "capstone-java-0:5.0.1-7.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-0:5.0.1-7.el10_1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch"
},
"product_reference": "python3-capstone-0:5.0.1-7.el10_1.noarch",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67873",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2025-12-17T22:01:40.695840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423419"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. A local attacker could exploit a heap buffer overflow vulnerability by providing a specially crafted skipdata callback. This flaw occurs because the skipdata length is not properly bounds-checked, which may allow an attacker to write beyond allocated memory, potentially leading to a denial of service (DoS) or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate because a heap buffer overflow in the Capstone disassembly framework can be exploited by a local attacker providing a specially crafted skipdata callback, potentially leading to denial of service or arbitrary code execution. Exploitation requires local access and user interaction.",
"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:capstone-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch",
"CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67873"
},
{
"category": "external",
"summary": "RHBZ#2423419",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423419"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67873"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3",
"url": "https://github.com/capstone-engine/capstone/commit/cbef767ab33b82166d263895f24084b75b316df3"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-hj6g-v545-v7jg"
}
],
"release_date": "2025-12-17T21:12:13.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T16:41:54+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:capstone-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch",
"CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6817"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch",
"CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Heap buffer overflow via skipdata callback allows denial of service or arbitrary code execution."
},
{
"cve": "CVE-2025-68114",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-12-17T22:01:27.504008+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423416"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Capstone, a disassembly framework. An unchecked return value from vsnprintf within the SStream_concat function allows a malicious input to manipulate the internal stream index. This can lead to a stack buffer underflow or overflow, potentially enabling a local attacker to achieve information disclosure, alter data, or cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "capstone: Capstone: Memory corruption via unchecked vsnprintf return",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate as an unchecked `vsnprintf` return in Capstone\u0027s `SStream_concat` function can lead to stack buffer underflow or overflow. Exploitation requires local access and user interaction. This affects Capstone and other components in Red Hat Enterprise Linux, OpenShift Container Platform, and Community Projects.",
"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:capstone-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch",
"CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68114"
},
{
"category": "external",
"summary": "RHBZ#2423416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68114"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68114"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e",
"url": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e"
},
{
"category": "external",
"summary": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r"
}
],
"release_date": "2025-12-17T21:14:31.226000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T16:41:54+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:capstone-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch",
"CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6817"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.src",
"AppStream-10.1.Z:capstone-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"AppStream-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debuginfo-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-debugsource-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.aarch64",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.ppc64le",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.s390x",
"CRB-10.1.Z:capstone-devel-0:5.0.1-7.el10_1.x86_64",
"CRB-10.1.Z:capstone-java-0:5.0.1-7.el10_1.noarch",
"CRB-10.1.Z:python3-capstone-0:5.0.1-7.el10_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "capstone: Capstone: Memory corruption via unchecked vsnprintf return"
}
]
}
rlsa-2026:39309
Vulnerability from osv_rocky
Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.
Security Fix(es):
- capstone: Capstone: Memory corruption via unchecked vsnprintf return (CVE-2025-68114)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "capstone",
"purl": "pkg:rpm/rocky-linux/capstone?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:4.0.2-13.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.\n\nSecurity Fix(es):\n\n* capstone: Capstone: Memory corruption via unchecked vsnprintf return (CVE-2025-68114)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:39309",
"modified": "2026-07-29T12:08:45.241577Z",
"published": "2026-07-15T12:03:43.176942Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:39309"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423416"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Low: capstone security update",
"upstream": [
"CVE-2025-68114"
]
}
SUSE-SU-2026:0060-1
Vulnerability from csaf_suse - Published: 2026-01-07 16:02 - Updated: 2026-01-07 16:02| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for capstone",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for capstone fixes the following issues:\n\nSecurity issues fixed: \n\n- CVE-2025-67873: missing bounds check on user-provided skipdata callback can lead to a heap buffer overflow\n (bsc#1255309).\n- CVE-2025-68114: unchecked `vsnprintf` return value can lead to a stack buffer overflow (bsc#1255310).\n\nOther updates and bugfixes:\n\n- Enable static library, and add `libcapstone-devel-static` subpackage.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-60,SUSE-SLE-Micro-5.5-2026-60,SUSE-SLE-Module-Server-Applications-15-SP7-2026-60,openSUSE-SLE-15.6-2026-60",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0060-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0060-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260060-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0060-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023700.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255309",
"url": "https://bugzilla.suse.com/1255309"
},
{
"category": "self",
"summary": "SUSE Bug 1255310",
"url": "https://bugzilla.suse.com/1255310"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67873 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68114 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68114/"
}
],
"title": "Security update for capstone",
"tracking": {
"current_release_date": "2026-01-07T16:02:47Z",
"generator": {
"date": "2026-01-07T16:02:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0060-1",
"initial_release_date": "2026-01-07T16:02:47Z",
"revision_history": [
{
"date": "2026-01-07T16:02:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "capstone-4.0.2-150500.3.3.1.aarch64",
"product": {
"name": "capstone-4.0.2-150500.3.3.1.aarch64",
"product_id": "capstone-4.0.2-150500.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"product": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"product_id": "libcapstone-devel-4.0.2-150500.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.aarch64",
"product": {
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.aarch64",
"product_id": "libcapstone-devel-static-4.0.2-150500.3.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcapstone4-4.0.2-150500.3.3.1.aarch64",
"product": {
"name": "libcapstone4-4.0.2-150500.3.3.1.aarch64",
"product_id": "libcapstone4-4.0.2-150500.3.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-4.0.2-150500.3.3.1.i586",
"product": {
"name": "capstone-4.0.2-150500.3.3.1.i586",
"product_id": "capstone-4.0.2-150500.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-4.0.2-150500.3.3.1.i586",
"product": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.i586",
"product_id": "libcapstone-devel-4.0.2-150500.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.i586",
"product": {
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.i586",
"product_id": "libcapstone-devel-static-4.0.2-150500.3.3.1.i586"
}
},
{
"category": "product_version",
"name": "libcapstone4-4.0.2-150500.3.3.1.i586",
"product": {
"name": "libcapstone4-4.0.2-150500.3.3.1.i586",
"product_id": "libcapstone4-4.0.2-150500.3.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-doc-4.0.2-150500.3.3.1.noarch",
"product": {
"name": "capstone-doc-4.0.2-150500.3.3.1.noarch",
"product_id": "capstone-doc-4.0.2-150500.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-capstone-4.0.2-150500.3.3.1.noarch",
"product": {
"name": "python3-capstone-4.0.2-150500.3.3.1.noarch",
"product_id": "python3-capstone-4.0.2-150500.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-4.0.2-150500.3.3.1.ppc64le",
"product": {
"name": "capstone-4.0.2-150500.3.3.1.ppc64le",
"product_id": "capstone-4.0.2-150500.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"product": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"product_id": "libcapstone-devel-4.0.2-150500.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.ppc64le",
"product": {
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.ppc64le",
"product_id": "libcapstone-devel-static-4.0.2-150500.3.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"product": {
"name": "libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"product_id": "libcapstone4-4.0.2-150500.3.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-4.0.2-150500.3.3.1.s390x",
"product": {
"name": "capstone-4.0.2-150500.3.3.1.s390x",
"product_id": "capstone-4.0.2-150500.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"product": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"product_id": "libcapstone-devel-4.0.2-150500.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.s390x",
"product": {
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.s390x",
"product_id": "libcapstone-devel-static-4.0.2-150500.3.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libcapstone4-4.0.2-150500.3.3.1.s390x",
"product": {
"name": "libcapstone4-4.0.2-150500.3.3.1.s390x",
"product_id": "libcapstone4-4.0.2-150500.3.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "capstone-4.0.2-150500.3.3.1.x86_64",
"product": {
"name": "capstone-4.0.2-150500.3.3.1.x86_64",
"product_id": "capstone-4.0.2-150500.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"product": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"product_id": "libcapstone-devel-4.0.2-150500.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.x86_64",
"product": {
"name": "libcapstone-devel-static-4.0.2-150500.3.3.1.x86_64",
"product_id": "libcapstone-devel-static-4.0.2-150500.3.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcapstone4-4.0.2-150500.3.3.1.x86_64",
"product": {
"name": "libcapstone4-4.0.2-150500.3.3.1.x86_64",
"product_id": "libcapstone4-4.0.2-150500.3.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64"
},
"product_reference": "libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le"
},
"product_reference": "libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x"
},
"product_reference": "libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64"
},
"product_reference": "libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-4.0.2-150500.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64"
},
"product_reference": "capstone-4.0.2-150500.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-4.0.2-150500.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le"
},
"product_reference": "capstone-4.0.2-150500.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-4.0.2-150500.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x"
},
"product_reference": "capstone-4.0.2-150500.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-4.0.2-150500.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64"
},
"product_reference": "capstone-4.0.2-150500.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "capstone-doc-4.0.2-150500.3.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch"
},
"product_reference": "capstone-doc-4.0.2-150500.3.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64"
},
"product_reference": "libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le"
},
"product_reference": "libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x"
},
"product_reference": "libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone-devel-4.0.2-150500.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64"
},
"product_reference": "libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-150500.3.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64"
},
"product_reference": "libcapstone4-4.0.2-150500.3.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-capstone-4.0.2-150500.3.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch"
},
"product_reference": "python3-capstone-4.0.2-150500.3.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67873"
}
],
"notes": [
{
"category": "general",
"text": "Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, Skipdata length is not bounds-checked, so a user-provided skipdata callback can make cs_disasm/cs_disasm_iter memcpy more than 24 bytes into cs_insn.bytes, causing a heap buffer overflow in the disassembly path. Commit cbef767ab33b82166d263895f24084b75b316df3 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67873",
"url": "https://www.suse.com/security/cve/CVE-2025-67873"
},
{
"category": "external",
"summary": "SUSE Bug 1255309 for CVE-2025-67873",
"url": "https://bugzilla.suse.com/1255309"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-07T16:02:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-67873"
},
{
"cve": "CVE-2025-68114",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68114"
}
],
"notes": [
{
"category": "general",
"text": "Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStream_concat lets a malicious cs_opt_mem.vsnprintf drive SStream\u0027s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit 2c7797182a1618be12017d7d41e0b6581d5d529e fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68114",
"url": "https://www.suse.com/security/cve/CVE-2025-68114"
},
{
"category": "external",
"summary": "SUSE Bug 1255310 for CVE-2025-68114",
"url": "https://bugzilla.suse.com/1255310"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:capstone-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:capstone-doc-4.0.2-150500.3.3.1.noarch",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone-devel-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.aarch64",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.ppc64le",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.s390x",
"openSUSE Leap 15.6:libcapstone4-4.0.2-150500.3.3.1.x86_64",
"openSUSE Leap 15.6:python3-capstone-4.0.2-150500.3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-07T16:02:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-68114"
}
]
}
SUSE-SU-2026:20054-1
Vulnerability from csaf_suse - Published: 2025-12-30 20:03 - Updated: 2025-12-30 20:03| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for capstone",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for capstone fixes the following issues:\n\n- CVE-2025-67873: missing bounds check on user-provided skipdata callback can lead to a heap buffer overflow (bsc#1255309).\n- CVE-2025-68114: unchecked `vsnprintf` return value can lead to a stack buffer overflow (bsc#1255310).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-362",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20054-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20054-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620054-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20054-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023755.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255309",
"url": "https://bugzilla.suse.com/1255309"
},
{
"category": "self",
"summary": "SUSE Bug 1255310",
"url": "https://bugzilla.suse.com/1255310"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67873 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68114 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68114/"
}
],
"title": "Security update for capstone",
"tracking": {
"current_release_date": "2025-12-30T20:03:14Z",
"generator": {
"date": "2025-12-30T20:03:14Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20054-1",
"initial_release_date": "2025-12-30T20:03:14Z",
"revision_history": [
{
"date": "2025-12-30T20:03:14Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"product": {
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"product_id": "libcapstone4-4.0.2-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"product": {
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"product_id": "libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"product": {
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"product_id": "libcapstone4-4.0.2-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.x86_64",
"product": {
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.x86_64",
"product_id": "libcapstone4-4.0.2-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64"
},
"product_reference": "libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le"
},
"product_reference": "libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x"
},
"product_reference": "libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64"
},
"product_reference": "libcapstone4-4.0.2-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67873"
}
],
"notes": [
{
"category": "general",
"text": "Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, Skipdata length is not bounds-checked, so a user-provided skipdata callback can make cs_disasm/cs_disasm_iter memcpy more than 24 bytes into cs_insn.bytes, causing a heap buffer overflow in the disassembly path. Commit cbef767ab33b82166d263895f24084b75b316df3 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67873",
"url": "https://www.suse.com/security/cve/CVE-2025-67873"
},
{
"category": "external",
"summary": "SUSE Bug 1255309 for CVE-2025-67873",
"url": "https://bugzilla.suse.com/1255309"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-30T20:03:14Z",
"details": "moderate"
}
],
"title": "CVE-2025-67873"
},
{
"cve": "CVE-2025-68114",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68114"
}
],
"notes": [
{
"category": "general",
"text": "Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStream_concat lets a malicious cs_opt_mem.vsnprintf drive SStream\u0027s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit 2c7797182a1618be12017d7d41e0b6581d5d529e fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68114",
"url": "https://www.suse.com/security/cve/CVE-2025-68114"
},
{
"category": "external",
"summary": "SUSE Bug 1255310 for CVE-2025-68114",
"url": "https://bugzilla.suse.com/1255310"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libcapstone4-4.0.2-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-30T20:03:14Z",
"details": "moderate"
}
],
"title": "CVE-2025-68114"
}
]
}
SUSE-SU-2026:20868-1
Vulnerability from csaf_suse - Published: 2026-03-25 09:40 - Updated: 2026-03-25 09:40| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for capstone",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for capstone fixes the following issues:\n\n- CVE-2025-67873: Skipdata length unchecked leads to cs_insn.bytes heap buffer overflow (bsc#1255309).\n- CVE-2025-68114: Unchecked vsnprintf return in SStream_concat allows stack buffer overflow (bsc#1255310).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-641",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_20868-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:20868-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202620868-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:20868-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024973.html"
},
{
"category": "self",
"summary": "SUSE Bug 1255309",
"url": "https://bugzilla.suse.com/1255309"
},
{
"category": "self",
"summary": "SUSE Bug 1255310",
"url": "https://bugzilla.suse.com/1255310"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-67873 page",
"url": "https://www.suse.com/security/cve/CVE-2025-67873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68114 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68114/"
}
],
"title": "Security update for capstone",
"tracking": {
"current_release_date": "2026-03-25T09:40:00Z",
"generator": {
"date": "2026-03-25T09:40:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:20868-1",
"initial_release_date": "2026-03-25T09:40:00Z",
"revision_history": [
{
"date": "2026-03-25T09:40:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libcapstone4-4.0.2-6.1.aarch64",
"product": {
"name": "libcapstone4-4.0.2-6.1.aarch64",
"product_id": "libcapstone4-4.0.2-6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libcapstone4-4.0.2-6.1.s390x",
"product": {
"name": "libcapstone4-4.0.2-6.1.s390x",
"product_id": "libcapstone4-4.0.2-6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libcapstone4-4.0.2-6.1.x86_64",
"product": {
"name": "libcapstone4-4.0.2-6.1.x86_64",
"product_id": "libcapstone4-4.0.2-6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-6.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64"
},
"product_reference": "libcapstone4-4.0.2-6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-6.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x"
},
"product_reference": "libcapstone4-4.0.2-6.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcapstone4-4.0.2-6.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64"
},
"product_reference": "libcapstone4-4.0.2-6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-67873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-67873"
}
],
"notes": [
{
"category": "general",
"text": "Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, Skipdata length is not bounds-checked, so a user-provided skipdata callback can make cs_disasm/cs_disasm_iter memcpy more than 24 bytes into cs_insn.bytes, causing a heap buffer overflow in the disassembly path. Commit cbef767ab33b82166d263895f24084b75b316df3 fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-67873",
"url": "https://www.suse.com/security/cve/CVE-2025-67873"
},
{
"category": "external",
"summary": "SUSE Bug 1255309 for CVE-2025-67873",
"url": "https://bugzilla.suse.com/1255309"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-25T09:40:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-67873"
},
{
"cve": "CVE-2025-68114",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68114"
}
],
"notes": [
{
"category": "general",
"text": "Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStream_concat lets a malicious cs_opt_mem.vsnprintf drive SStream\u0027s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit 2c7797182a1618be12017d7d41e0b6581d5d529e fixes the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68114",
"url": "https://www.suse.com/security/cve/CVE-2025-68114"
},
{
"category": "external",
"summary": "SUSE Bug 1255310 for CVE-2025-68114",
"url": "https://bugzilla.suse.com/1255310"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.aarch64",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.s390x",
"SUSE Linux Micro 6.0:libcapstone4-4.0.2-6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-25T09:40:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-68114"
}
]
}
ubuntu-cve-2025-68114
Vulnerability from osv_ubuntu
Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStream_concat lets a malicious cs_opt_mem.vsnprintf drive SStream’s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit 2c7797182a1618be12017d7d41e0b6581d5d529e fixes the issue.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libcapstone3",
"binary_version": "3.0.4-0.2"
},
{
"binary_name": "python-capstone",
"binary_version": "3.0.4-0.2"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "capstone",
"purl": "pkg:deb/ubuntu/capstone@3.0.4-0.2?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.4-0.1",
"3.0.4-0.2"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libcapstone3",
"binary_version": "3.0.4-5"
},
{
"binary_name": "python-capstone",
"binary_version": "3.0.4-5"
},
{
"binary_name": "python3-capstone",
"binary_version": "3.0.4-5"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "capstone",
"purl": "pkg:deb/ubuntu/capstone@3.0.4-5?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.0.4-3",
"3.0.4-5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "capstone-tool",
"binary_version": "4.0.1+really+3.0.5-1build1"
},
{
"binary_name": "libcapstone3",
"binary_version": "4.0.1+really+3.0.5-1build1"
},
{
"binary_name": "python-capstone",
"binary_version": "4.0.1+really+3.0.5-1build1"
},
{
"binary_name": "python3-capstone",
"binary_version": "4.0.1+really+3.0.5-1build1"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "capstone",
"purl": "pkg:deb/ubuntu/capstone@4.0.1+really+3.0.5-1build1?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.0.1+really+3.0.5-1",
"4.0.1+really+3.0.5-1build1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "capstone-tool",
"binary_version": "4.0.2-5"
},
{
"binary_name": "libcapstone4",
"binary_version": "4.0.2-5"
},
{
"binary_name": "python3-capstone",
"binary_version": "4.0.2-5"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "capstone",
"purl": "pkg:deb/ubuntu/capstone@4.0.2-5?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.0.2-3",
"4.0.2-3build1",
"4.0.2-5"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "capstone-tool",
"binary_version": "4.0.2-5.1build1"
},
{
"binary_name": "libcapstone4",
"binary_version": "4.0.2-5.1build1"
},
{
"binary_name": "python3-capstone",
"binary_version": "4.0.2-5.1build1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "capstone",
"purl": "pkg:deb/ubuntu/capstone@4.0.2-5.1build1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.0.2-5",
"4.0.2-5ubuntu1",
"4.0.2-5.1",
"4.0.2-5.1build1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "capstone-tool",
"binary_version": "5.0.6-1"
},
{
"binary_name": "libcapstone5",
"binary_version": "5.0.6-1"
},
{
"binary_name": "python3-capstone",
"binary_version": "5.0.6-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "capstone",
"purl": "pkg:deb/ubuntu/capstone@5.0.6-1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.5-1",
"5.0.6-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "capstone-tool",
"binary_version": "5.0.7-2"
},
{
"binary_name": "libcapstone5",
"binary_version": "5.0.7-2"
},
{
"binary_name": "python3-capstone",
"binary_version": "5.0.7-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "capstone",
"purl": "pkg:deb/ubuntu/capstone@5.0.7-2?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.0.6-1",
"5.0.6-1build1",
"5.0.7-2"
]
}
],
"aliases": [],
"details": "Capstone is a disassembly framework. In versions 6.0.0-Alpha5 and prior, an unchecked vsnprintf return in SStream_concat lets a malicious cs_opt_mem.vsnprintf drive SStream\u2019s index negative or past the end, leading to a stack buffer underflow/overflow when the next write occurs. Commit 2c7797182a1618be12017d7d41e0b6581d5d529e fixes the issue.",
"id": "UBUNTU-CVE-2025-68114",
"modified": "2026-05-20T15:22:59Z",
"published": "2025-12-17T22:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2025-68114"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68114"
},
{
"type": "REPORT",
"url": "https://github.com/capstone-engine/capstone/commit/2c7797182a1618be12017d7d41e0b6581d5d529e"
},
{
"type": "REPORT",
"url": "https://github.com/capstone-engine/capstone/security/advisories/GHSA-85f5-6xr3-q76r"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2025-68114"
]
}
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.