Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-24898 (GCVE-0-2025-24898)
Vulnerability from cvelistv5
- CWE-416 - Use After Free
| Vendor | Product | Version | ||
|---|---|---|---|---|
| sfackler | rust-openssl |
Version: >= 0.10.0, < 0.10.70 |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-02-11T08:03:32.760Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00009.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-24898",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-03T18:16:43.147824Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-12T20:51:24.929Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "rust-openssl",
"vendor": "sfackler",
"versions": [
{
"status": "affected",
"version": "\u003e= 0.10.0, \u003c 0.10.70"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "rust-openssl is a set of OpenSSL bindings for the Rust programming language. In affected versions `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use after free. This could cause the server to crash or to return arbitrary memory contents to the client. The crate`openssl` version 0.10.70 fixes the signature of `ssl::select_next_proto` to properly constrain the output buffer\u0027s lifetime to that of both input buffers. Users are advised to upgrade. In standard usage of `ssl::select_next_proto` in the callback passed to `SslContextBuilder::set_alpn_select_callback`, code is only affected if the `server` buffer is constructed *within* the callback."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-03T17:57:39.558Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
},
{
"name": "https://github.com/sfackler/rust-openssl/pull/2360",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
},
{
"name": "https://crates.io/crates/openssl",
"tags": [
"x_refsource_MISC"
],
"url": "https://crates.io/crates/openssl"
}
],
"source": {
"advisory": "GHSA-rpmj-rpgj-qmpm",
"discovery": "UNKNOWN"
},
"title": "rust openssl ssl::select_next_proto use after free"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-24898",
"datePublished": "2025-02-03T17:57:39.558Z",
"dateReserved": "2025-01-27T15:32:29.452Z",
"dateUpdated": "2025-02-12T20:51:24.929Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-24898\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-02-03T18:15:43.077\",\"lastModified\":\"2025-02-11T08:15:32.003\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"rust-openssl is a set of OpenSSL bindings for the Rust programming language. In affected versions `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use after free. This could cause the server to crash or to return arbitrary memory contents to the client. The crate`openssl` version 0.10.70 fixes the signature of `ssl::select_next_proto` to properly constrain the output buffer\u0027s lifetime to that of both input buffers. Users are advised to upgrade. In standard usage of `ssl::select_next_proto` in the callback passed to `SslContextBuilder::set_alpn_select_callback`, code is only affected if the `server` buffer is constructed *within* the callback.\"},{\"lang\":\"es\",\"value\":\"rust-openssl es un conjunto de enlaces OpenSSL para el lenguaje de programaci\u00f3n Rust. En las versiones afectadas, `ssl::select_next_proto` puede devolver un fragmento que apunta al b\u00fafer del argumento `server` pero con un tiempo de vida vinculado al argumento `client`. En situaciones en las que el tiempo de vida del b\u00fafer `sever` es m\u00e1s corto que el del `client`, esto puede provocar un use after free. Esto podr\u00eda provocar que el servidor se bloquee o que devuelva contenido de memoria arbitrario al cliente. La versi\u00f3n 0.10.70 del paquete `openssl` corrige la firma de `ssl::select_next_proto` para restringir adecuadamente el tiempo de vida del b\u00fafer de salida al de ambos b\u00faferes de entrada. Se recomienda a los usuarios que actualicen. En el uso est\u00e1ndar de `ssl::select_next_proto` en la devoluci\u00f3n de llamada pasada a `SslContextBuilder::set_alpn_select_callback`, el c\u00f3digo solo se ve afectado si el b\u00fafer `servidor` se construye *dentro* de la devoluci\u00f3n de llamada.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnerableSystemConfidentiality\":\"LOW\",\"vulnerableSystemIntegrity\":\"NONE\",\"vulnerableSystemAvailability\":\"LOW\",\"subsequentSystemConfidentiality\":\"NONE\",\"subsequentSystemIntegrity\":\"NONE\",\"subsequentSystemAvailability\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirements\":\"NOT_DEFINED\",\"integrityRequirements\":\"NOT_DEFINED\",\"availabilityRequirements\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnerableSystemConfidentiality\":\"NOT_DEFINED\",\"modifiedVulnerableSystemIntegrity\":\"NOT_DEFINED\",\"modifiedVulnerableSystemAvailability\":\"NOT_DEFINED\",\"modifiedSubsequentSystemConfidentiality\":\"NOT_DEFINED\",\"modifiedSubsequentSystemIntegrity\":\"NOT_DEFINED\",\"modifiedSubsequentSystemAvailability\":\"NOT_DEFINED\",\"safety\":\"NOT_DEFINED\",\"automatable\":\"NOT_DEFINED\",\"recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"references\":[{\"url\":\"https://crates.io/crates/openssl\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sfackler/rust-openssl/pull/2360\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/02/msg00009.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/02/msg00009.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-02-11T08:03:32.760Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-24898\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-03T18:16:43.147824Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-12T20:41:46.905Z\"}}], \"cna\": {\"title\": \"rust openssl ssl::select_next_proto use after free\", \"source\": {\"advisory\": \"GHSA-rpmj-rpgj-qmpm\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"sfackler\", \"product\": \"rust-openssl\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 0.10.0, \u003c 0.10.70\"}]}], \"references\": [{\"url\": \"https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm\", \"name\": \"https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/sfackler/rust-openssl/pull/2360\", \"name\": \"https://github.com/sfackler/rust-openssl/pull/2360\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://crates.io/crates/openssl\", \"name\": \"https://crates.io/crates/openssl\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"rust-openssl is a set of OpenSSL bindings for the Rust programming language. In affected versions `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use after free. This could cause the server to crash or to return arbitrary memory contents to the client. The crate`openssl` version 0.10.70 fixes the signature of `ssl::select_next_proto` to properly constrain the output buffer\u0027s lifetime to that of both input buffers. Users are advised to upgrade. In standard usage of `ssl::select_next_proto` in the callback passed to `SslContextBuilder::set_alpn_select_callback`, code is only affected if the `server` buffer is constructed *within* the callback.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416: Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-02-03T17:57:39.558Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-24898\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-12T20:51:24.929Z\", \"dateReserved\": \"2025-01-27T15:32:29.452Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-02-03T17:57:39.558Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
ghsa-rpmj-rpgj-qmpm
Vulnerability from github
Impact
ssl::select_next_proto can return a slice pointing into the server argument's buffer but with a lifetime bound to the client argument. In situations where the server buffer's lifetime is shorter than the client buffer's, this can cause a use after free. This could cause the server to crash or to return arbitrary memory contents to the client.
Patches
openssl 0.10.70 fixes the signature of ssl::select_next_proto to properly constrain the output buffer's lifetime to that of both input buffers.
Workarounds
In standard usage of ssl::select_next_proto in the callback passed to SslContextBuilder::set_alpn_select_callback, code is only affected if the server buffer is constructed within the callback. For example:
Not vulnerable - the server buffer has a 'static lifetime:
rust
builder.set_alpn_select_callback(|_, client_protos| {
ssl::select_next_proto(b"\x02h2", client_protos).ok_or_else(AlpnError::NOACK)
});
Not vulnerable - the server buffer outlives the handshake:
rust
let server_protos = b"\x02h2".to_vec();
builder.set_alpn_select_callback(|_, client_protos| {
ssl::select_next_proto(&server_protos, client_protos).ok_or_else(AlpnError::NOACK)
});
Vulnerable - the server buffer is freed when the callback returns:
rust
builder.set_alpn_select_callback(|_, client_protos| {
let server_protos = b"\x02h2".to_vec();
ssl::select_next_proto(&server_protos, client_protos).ok_or_else(AlpnError::NOACK)
});
References
https://github.com/sfackler/rust-openssl/pull/2360
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "openssl"
},
"ranges": [
{
"events": [
{
"introduced": "0.10.0"
},
{
"fixed": "0.10.70"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-24898"
],
"database_specific": {
"cwe_ids": [
"CWE-416"
],
"github_reviewed": true,
"github_reviewed_at": "2025-02-03T17:56:46Z",
"nvd_published_at": "2025-02-03T18:15:43Z",
"severity": "MODERATE"
},
"details": "### Impact\n`ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `server` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use after free. This could cause the server to crash or to return arbitrary memory contents to the client.\n\n### Patches\n`openssl` 0.10.70 fixes the signature of `ssl::select_next_proto` to properly constrain the output buffer\u0027s lifetime to that of both input buffers.\n\n### Workarounds\nIn standard usage of `ssl::select_next_proto` in the callback passed to `SslContextBuilder::set_alpn_select_callback`, code is only affected if the `server` buffer is constructed *within* the callback. For example:\n\nNot vulnerable - the server buffer has a `\u0027static` lifetime:\n```rust\nbuilder.set_alpn_select_callback(|_, client_protos| {\n ssl::select_next_proto(b\"\\x02h2\", client_protos).ok_or_else(AlpnError::NOACK)\n});\n```\n\nNot vulnerable - the server buffer outlives the handshake:\n```rust\nlet server_protos = b\"\\x02h2\".to_vec();\nbuilder.set_alpn_select_callback(|_, client_protos| {\n ssl::select_next_proto(\u0026server_protos, client_protos).ok_or_else(AlpnError::NOACK)\n});\n```\n\nVulnerable - the server buffer is freed when the callback returns:\n```rust\nbuilder.set_alpn_select_callback(|_, client_protos| {\n let server_protos = b\"\\x02h2\".to_vec();\n ssl::select_next_proto(\u0026server_protos, client_protos).ok_or_else(AlpnError::NOACK)\n});\n```\n\n### References\nhttps://github.com/sfackler/rust-openssl/pull/2360",
"id": "GHSA-rpmj-rpgj-qmpm",
"modified": "2025-02-11T09:30:32Z",
"published": "2025-02-03T17:56:46Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898"
},
{
"type": "WEB",
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
},
{
"type": "WEB",
"url": "https://github.com/sfackler/rust-openssl/commit/f014afb230de4d77bc79dea60e7e58c2f47b60f2"
},
{
"type": "WEB",
"url": "https://crates.io/crates/openssl"
},
{
"type": "PACKAGE",
"url": "https://github.com/sfackler/rust-openssl"
},
{
"type": "WEB",
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00009.html"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0004.html"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "rust-openssl ssl::select_next_proto use after free"
}
rhsa-2025:7147
Vulnerability from csaf_redhat
Notes
{
"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 rpm-ostree is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The rpm-ostree tool binds together the RPM packaging model with the OSTree model of bootable file system trees. It provides commands that can be used both on client systems and on server-side composes. The rpm-ostree-client package provides commands for client systems to perform upgrades and rollbacks.\n\nSecurity Fix(es):\n\n* rust-openssl: rust openssl ssl::select_next_proto use after free (CVE-2025-24898)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from 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-2025:7147",
"url": "https://access.redhat.com/errata/RHSA-2025:7147"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "external",
"summary": "RHEL-59716",
"url": "https://issues.redhat.com/browse/RHEL-59716"
},
{
"category": "external",
"summary": "RHEL-68131",
"url": "https://issues.redhat.com/browse/RHEL-68131"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7147.json"
}
],
"title": "Red Hat Security Advisory: rpm-ostree security update",
"tracking": {
"current_release_date": "2025-09-25T17:41:06+00:00",
"generator": {
"date": "2025-09-25T17:41:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.8"
}
},
"id": "RHSA-2025:7147",
"initial_release_date": "2025-05-13T08:32:20+00:00",
"revision_history": [
{
"date": "2025-05-13T08:32:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T08:32:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-09-25T17:41:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "rpm-ostree-0:2025.5-1.el9.src",
"product": {
"name": "rpm-ostree-0:2025.5-1.el9.src",
"product_id": "rpm-ostree-0:2025.5-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2025.5-1.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rpm-ostree-0:2025.5-1.el9.aarch64",
"product": {
"name": "rpm-ostree-0:2025.5-1.el9.aarch64",
"product_id": "rpm-ostree-0:2025.5-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2025.5-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2025.5-1.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.aarch64",
"product_id": "rpm-ostree-libs-0:2025.5-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2025.5-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.aarch64",
"product": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.aarch64",
"product_id": "rpm-ostree-debugsource-0:2025.5-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2025.5-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64",
"product": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64",
"product_id": "rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2025.5-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64",
"product_id": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2025.5-1.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rpm-ostree-0:2025.5-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-0:2025.5-1.el9.ppc64le",
"product_id": "rpm-ostree-0:2025.5-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2025.5-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2025.5-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.ppc64le",
"product_id": "rpm-ostree-libs-0:2025.5-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2025.5-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le",
"product_id": "rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2025.5-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le",
"product_id": "rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2025.5-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le",
"product_id": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2025.5-1.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rpm-ostree-0:2025.5-1.el9.x86_64",
"product": {
"name": "rpm-ostree-0:2025.5-1.el9.x86_64",
"product_id": "rpm-ostree-0:2025.5-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2025.5-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2025.5-1.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.x86_64",
"product_id": "rpm-ostree-libs-0:2025.5-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2025.5-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.x86_64",
"product": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.x86_64",
"product_id": "rpm-ostree-debugsource-0:2025.5-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2025.5-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64",
"product": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64",
"product_id": "rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2025.5-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64",
"product_id": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2025.5-1.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2025.5-1.el9.i686",
"product": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.i686",
"product_id": "rpm-ostree-libs-0:2025.5-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2025.5-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.i686",
"product": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.i686",
"product_id": "rpm-ostree-debugsource-0:2025.5-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2025.5-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.i686",
"product": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.i686",
"product_id": "rpm-ostree-debuginfo-0:2025.5-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2025.5-1.el9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686",
"product_id": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2025.5-1.el9?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "rpm-ostree-0:2025.5-1.el9.s390x",
"product": {
"name": "rpm-ostree-0:2025.5-1.el9.s390x",
"product_id": "rpm-ostree-0:2025.5-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree@2025.5-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-0:2025.5-1.el9.s390x",
"product": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.s390x",
"product_id": "rpm-ostree-libs-0:2025.5-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs@2025.5-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.s390x",
"product": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.s390x",
"product_id": "rpm-ostree-debugsource-0:2025.5-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debugsource@2025.5-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.s390x",
"product": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.s390x",
"product_id": "rpm-ostree-debuginfo-0:2025.5-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-debuginfo@2025.5-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x",
"product": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x",
"product_id": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rpm-ostree-libs-debuginfo@2025.5-1.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2025.5-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.aarch64"
},
"product_reference": "rpm-ostree-0:2025.5-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2025.5-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-0:2025.5-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2025.5-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.s390x"
},
"product_reference": "rpm-ostree-0:2025.5-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2025.5-1.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.src"
},
"product_reference": "rpm-ostree-0:2025.5-1.el9.src",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-0:2025.5-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.x86_64"
},
"product_reference": "rpm-ostree-0:2025.5-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64"
},
"product_reference": "rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.i686"
},
"product_reference": "rpm-ostree-debuginfo-0:2025.5-1.el9.i686",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.s390x"
},
"product_reference": "rpm-ostree-debuginfo-0:2025.5-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64"
},
"product_reference": "rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.aarch64"
},
"product_reference": "rpm-ostree-debugsource-0:2025.5-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.i686"
},
"product_reference": "rpm-ostree-debugsource-0:2025.5-1.el9.i686",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.s390x"
},
"product_reference": "rpm-ostree-debugsource-0:2025.5-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-debugsource-0:2025.5-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.x86_64"
},
"product_reference": "rpm-ostree-debugsource-0:2025.5-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-0:2025.5-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.i686"
},
"product_reference": "rpm-ostree-libs-0:2025.5-1.el9.i686",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-0:2025.5-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.s390x"
},
"product_reference": "rpm-ostree-libs-0:2025.5-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-0:2025.5-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-0:2025.5-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64"
},
"product_reference": "rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24898",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-03T18:00:53.402253+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2343573"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rust-openssl package. In certain versions, `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rust-openssl: rust openssl ssl::select_next_proto use after free",
"title": "Vulnerability summary"
},
{
"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.GA:rpm-ostree-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.src",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24898"
},
{
"category": "external",
"summary": "RHBZ#2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898"
},
{
"category": "external",
"summary": "https://crates.io/crates/openssl",
"url": "https://crates.io/crates/openssl"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/pull/2360",
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm",
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
}
],
"release_date": "2025-02-03T17:57:39.558000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:32:20+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.GA:rpm-ostree-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.src",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7147"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.src",
"AppStream-9.6.0.GA:rpm-ostree-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-debuginfo-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-debugsource-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-libs-0:2025.5-1.el9.x86_64",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.aarch64",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.i686",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.ppc64le",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.s390x",
"AppStream-9.6.0.GA:rpm-ostree-libs-debuginfo-0:2025.5-1.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rust-openssl: rust openssl ssl::select_next_proto use after free"
}
]
}
rhsa-2025:7160
Vulnerability from csaf_redhat
Notes
{
"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 bootc is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Bootable container system\n\nSecurity Fix(es):\n\n* rust-openssl: rust openssl ssl::select_next_proto use after free (CVE-2025-24898)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from 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-2025:7160",
"url": "https://access.redhat.com/errata/RHSA-2025:7160"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "external",
"summary": "RHEL-63018",
"url": "https://issues.redhat.com/browse/RHEL-63018"
},
{
"category": "external",
"summary": "RHEL-66258",
"url": "https://issues.redhat.com/browse/RHEL-66258"
},
{
"category": "external",
"summary": "RHEL-72862",
"url": "https://issues.redhat.com/browse/RHEL-72862"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7160.json"
}
],
"title": "Red Hat Security Advisory: bootc security update",
"tracking": {
"current_release_date": "2025-09-25T17:41:06+00:00",
"generator": {
"date": "2025-09-25T17:41:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.8"
}
},
"id": "RHSA-2025:7160",
"initial_release_date": "2025-05-13T08:38:55+00:00",
"revision_history": [
{
"date": "2025-05-13T08:38:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T08:38:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-09-25T17:41:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bootc-0:1.1.6-3.el9_6.src",
"product": {
"name": "bootc-0:1.1.6-3.el9_6.src",
"product_id": "bootc-0:1.1.6-3.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc@1.1.6-3.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "bootc-0:1.1.6-3.el9_6.aarch64",
"product": {
"name": "bootc-0:1.1.6-3.el9_6.aarch64",
"product_id": "bootc-0:1.1.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc@1.1.6-3.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64",
"product": {
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64",
"product_id": "system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/system-reinstall-bootc@1.1.6-3.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bootc-debugsource-0:1.1.6-3.el9_6.aarch64",
"product": {
"name": "bootc-debugsource-0:1.1.6-3.el9_6.aarch64",
"product_id": "bootc-debugsource-0:1.1.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc-debugsource@1.1.6-3.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"product": {
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"product_id": "bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc-debuginfo@1.1.6-3.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"product": {
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"product_id": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/system-reinstall-bootc-debuginfo@1.1.6-3.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bootc-0:1.1.6-3.el9_6.ppc64le",
"product": {
"name": "bootc-0:1.1.6-3.el9_6.ppc64le",
"product_id": "bootc-0:1.1.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc@1.1.6-3.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le",
"product": {
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le",
"product_id": "system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/system-reinstall-bootc@1.1.6-3.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bootc-debugsource-0:1.1.6-3.el9_6.ppc64le",
"product": {
"name": "bootc-debugsource-0:1.1.6-3.el9_6.ppc64le",
"product_id": "bootc-debugsource-0:1.1.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc-debugsource@1.1.6-3.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"product": {
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"product_id": "bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc-debuginfo@1.1.6-3.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"product": {
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"product_id": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/system-reinstall-bootc-debuginfo@1.1.6-3.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bootc-0:1.1.6-3.el9_6.x86_64",
"product": {
"name": "bootc-0:1.1.6-3.el9_6.x86_64",
"product_id": "bootc-0:1.1.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc@1.1.6-3.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64",
"product": {
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64",
"product_id": "system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/system-reinstall-bootc@1.1.6-3.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootc-debugsource-0:1.1.6-3.el9_6.x86_64",
"product": {
"name": "bootc-debugsource-0:1.1.6-3.el9_6.x86_64",
"product_id": "bootc-debugsource-0:1.1.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc-debugsource@1.1.6-3.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"product": {
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"product_id": "bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc-debuginfo@1.1.6-3.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"product": {
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"product_id": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/system-reinstall-bootc-debuginfo@1.1.6-3.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bootc-0:1.1.6-3.el9_6.s390x",
"product": {
"name": "bootc-0:1.1.6-3.el9_6.s390x",
"product_id": "bootc-0:1.1.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc@1.1.6-3.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.s390x",
"product": {
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.s390x",
"product_id": "system-reinstall-bootc-0:1.1.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/system-reinstall-bootc@1.1.6-3.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bootc-debugsource-0:1.1.6-3.el9_6.s390x",
"product": {
"name": "bootc-debugsource-0:1.1.6-3.el9_6.s390x",
"product_id": "bootc-debugsource-0:1.1.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc-debugsource@1.1.6-3.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"product": {
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"product_id": "bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootc-debuginfo@1.1.6-3.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"product": {
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"product_id": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/system-reinstall-bootc-debuginfo@1.1.6-3.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-0:1.1.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.aarch64"
},
"product_reference": "bootc-0:1.1.6-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-0:1.1.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.ppc64le"
},
"product_reference": "bootc-0:1.1.6-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-0:1.1.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.s390x"
},
"product_reference": "bootc-0:1.1.6-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-0:1.1.6-3.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.src"
},
"product_reference": "bootc-0:1.1.6-3.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-0:1.1.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.x86_64"
},
"product_reference": "bootc-0:1.1.6-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.aarch64"
},
"product_reference": "bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le"
},
"product_reference": "bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.s390x"
},
"product_reference": "bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-debuginfo-0:1.1.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.x86_64"
},
"product_reference": "bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-debugsource-0:1.1.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.aarch64"
},
"product_reference": "bootc-debugsource-0:1.1.6-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-debugsource-0:1.1.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.ppc64le"
},
"product_reference": "bootc-debugsource-0:1.1.6-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-debugsource-0:1.1.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.s390x"
},
"product_reference": "bootc-debugsource-0:1.1.6-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootc-debugsource-0:1.1.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.x86_64"
},
"product_reference": "bootc-debugsource-0:1.1.6-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64"
},
"product_reference": "system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le"
},
"product_reference": "system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.s390x"
},
"product_reference": "system-reinstall-bootc-0:1.1.6-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64"
},
"product_reference": "system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64"
},
"product_reference": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le"
},
"product_reference": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x"
},
"product_reference": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64"
},
"product_reference": "system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24898",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-03T18:00:53.402253+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2343573"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rust-openssl package. In certain versions, `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rust-openssl: rust openssl ssl::select_next_proto use after free",
"title": "Vulnerability summary"
},
{
"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.GA:bootc-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.src",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24898"
},
{
"category": "external",
"summary": "RHBZ#2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898"
},
{
"category": "external",
"summary": "https://crates.io/crates/openssl",
"url": "https://crates.io/crates/openssl"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/pull/2360",
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm",
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
}
],
"release_date": "2025-02-03T17:57:39.558000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:38:55+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.GA:bootc-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.src",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7160"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.src",
"AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rust-openssl: rust openssl ssl::select_next_proto use after free"
}
]
}
rhsa-2025:7317
Vulnerability from csaf_redhat
Notes
{
"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 python3.12-cryptography is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* rust-openssl: rust openssl ssl::select_next_proto use after free (CVE-2025-24898)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from 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-2025:7317",
"url": "https://access.redhat.com/errata/RHSA-2025:7317"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7317.json"
}
],
"title": "Red Hat Security Advisory: python3.12-cryptography security update",
"tracking": {
"current_release_date": "2025-09-25T17:41:09+00:00",
"generator": {
"date": "2025-09-25T17:41:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.8"
}
},
"id": "RHSA-2025:7317",
"initial_release_date": "2025-05-13T08:48:39+00:00",
"revision_history": [
{
"date": "2025-05-13T08:48:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T08:48:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-09-25T17:41:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-cryptography-0:41.0.7-2.el9.src",
"product": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.src",
"product_id": "python3.12-cryptography-0:41.0.7-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@41.0.7-2.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-cryptography-0:41.0.7-2.el9.aarch64",
"product": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.aarch64",
"product_id": "python3.12-cryptography-0:41.0.7-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@41.0.7-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64",
"product": {
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64",
"product_id": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debugsource@41.0.7-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64",
"product": {
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64",
"product_id": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debuginfo@41.0.7-2.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-cryptography-0:41.0.7-2.el9.ppc64le",
"product": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.ppc64le",
"product_id": "python3.12-cryptography-0:41.0.7-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@41.0.7-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le",
"product": {
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le",
"product_id": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debugsource@41.0.7-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le",
"product": {
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le",
"product_id": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debuginfo@41.0.7-2.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-cryptography-0:41.0.7-2.el9.x86_64",
"product": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.x86_64",
"product_id": "python3.12-cryptography-0:41.0.7-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@41.0.7-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64",
"product": {
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64",
"product_id": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debugsource@41.0.7-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64",
"product": {
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64",
"product_id": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debuginfo@41.0.7-2.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-cryptography-0:41.0.7-2.el9.s390x",
"product": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.s390x",
"product_id": "python3.12-cryptography-0:41.0.7-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography@41.0.7-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x",
"product": {
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x",
"product_id": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debugsource@41.0.7-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x",
"product": {
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x",
"product_id": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-cryptography-debuginfo@41.0.7-2.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.aarch64"
},
"product_reference": "python3.12-cryptography-0:41.0.7-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.ppc64le"
},
"product_reference": "python3.12-cryptography-0:41.0.7-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.s390x"
},
"product_reference": "python3.12-cryptography-0:41.0.7-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.src"
},
"product_reference": "python3.12-cryptography-0:41.0.7-2.el9.src",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-0:41.0.7-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.x86_64"
},
"product_reference": "python3.12-cryptography-0:41.0.7-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64"
},
"product_reference": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le"
},
"product_reference": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x"
},
"product_reference": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64"
},
"product_reference": "python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64"
},
"product_reference": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le"
},
"product_reference": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x"
},
"product_reference": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64"
},
"product_reference": "python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24898",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-03T18:00:53.402253+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2343573"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rust-openssl package. In certain versions, `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rust-openssl: rust openssl ssl::select_next_proto use after free",
"title": "Vulnerability summary"
},
{
"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.GA:python3.12-cryptography-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.src",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.x86_64",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24898"
},
{
"category": "external",
"summary": "RHBZ#2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898"
},
{
"category": "external",
"summary": "https://crates.io/crates/openssl",
"url": "https://crates.io/crates/openssl"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/pull/2360",
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm",
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
}
],
"release_date": "2025-02-03T17:57:39.558000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:48:39+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.GA:python3.12-cryptography-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.src",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.x86_64",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7317"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.src",
"AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.x86_64",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x",
"AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rust-openssl: rust openssl ssl::select_next_proto use after free"
}
]
}
rhsa-2025:7241
Vulnerability from csaf_redhat
Notes
{
"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 rust-bootupd is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Bootloader updater\n\nSecurity Fix(es):\n\n* rust-openssl: rust openssl ssl::select_next_proto use after free (CVE-2025-24898)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from 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-2025:7241",
"url": "https://access.redhat.com/errata/RHSA-2025:7241"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "external",
"summary": "RHEL-71040",
"url": "https://issues.redhat.com/browse/RHEL-71040"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7241.json"
}
],
"title": "Red Hat Security Advisory: rust-bootupd security update",
"tracking": {
"current_release_date": "2025-09-25T17:41:07+00:00",
"generator": {
"date": "2025-09-25T17:41:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.8"
}
},
"id": "RHSA-2025:7241",
"initial_release_date": "2025-05-13T08:35:52+00:00",
"revision_history": [
{
"date": "2025-05-13T08:35:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T08:35:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-09-25T17:41:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bootupd-0:0.2.27-3.el9.aarch64",
"product": {
"name": "bootupd-0:0.2.27-3.el9.aarch64",
"product_id": "bootupd-0:0.2.27-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.27-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64",
"product_id": "rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.27-3.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.27-3.el9.aarch64",
"product": {
"name": "bootupd-debuginfo-0:0.2.27-3.el9.aarch64",
"product_id": "bootupd-debuginfo-0:0.2.27-3.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.27-3.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bootupd-0:0.2.27-3.el9.ppc64le",
"product": {
"name": "bootupd-0:0.2.27-3.el9.ppc64le",
"product_id": "bootupd-0:0.2.27-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.27-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le",
"product_id": "rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.27-3.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.27-3.el9.ppc64le",
"product": {
"name": "bootupd-debuginfo-0:0.2.27-3.el9.ppc64le",
"product_id": "bootupd-debuginfo-0:0.2.27-3.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.27-3.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bootupd-0:0.2.27-3.el9.x86_64",
"product": {
"name": "bootupd-0:0.2.27-3.el9.x86_64",
"product_id": "bootupd-0:0.2.27-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.27-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64",
"product_id": "rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.27-3.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.27-3.el9.x86_64",
"product": {
"name": "bootupd-debuginfo-0:0.2.27-3.el9.x86_64",
"product_id": "bootupd-debuginfo-0:0.2.27-3.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.27-3.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bootupd-0:0.2.27-3.el9.s390x",
"product": {
"name": "bootupd-0:0.2.27-3.el9.s390x",
"product_id": "bootupd-0:0.2.27-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd@0.2.27-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.s390x",
"product": {
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.s390x",
"product_id": "rust-bootupd-debugsource-0:0.2.27-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd-debugsource@0.2.27-3.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bootupd-debuginfo-0:0.2.27-3.el9.s390x",
"product": {
"name": "bootupd-debuginfo-0:0.2.27-3.el9.s390x",
"product_id": "bootupd-debuginfo-0:0.2.27-3.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bootupd-debuginfo@0.2.27-3.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-bootupd-0:0.2.27-3.el9.src",
"product": {
"name": "rust-bootupd-0:0.2.27-3.el9.src",
"product_id": "rust-bootupd-0:0.2.27-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-bootupd@0.2.27-3.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.27-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.aarch64"
},
"product_reference": "bootupd-0:0.2.27-3.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.27-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.ppc64le"
},
"product_reference": "bootupd-0:0.2.27-3.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.27-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.s390x"
},
"product_reference": "bootupd-0:0.2.27-3.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-0:0.2.27-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.x86_64"
},
"product_reference": "bootupd-0:0.2.27-3.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.27-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.aarch64"
},
"product_reference": "bootupd-debuginfo-0:0.2.27-3.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.27-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.ppc64le"
},
"product_reference": "bootupd-debuginfo-0:0.2.27-3.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.27-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.s390x"
},
"product_reference": "bootupd-debuginfo-0:0.2.27-3.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bootupd-debuginfo-0:0.2.27-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.x86_64"
},
"product_reference": "bootupd-debuginfo-0:0.2.27-3.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-0:0.2.27-3.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rust-bootupd-0:0.2.27-3.el9.src"
},
"product_reference": "rust-bootupd-0:0.2.27-3.el9.src",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.s390x"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.27-3.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64"
},
"product_reference": "rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24898",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-03T18:00:53.402253+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2343573"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rust-openssl package. In certain versions, `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rust-openssl: rust openssl ssl::select_next_proto use after free",
"title": "Vulnerability summary"
},
{
"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.GA:bootupd-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.x86_64",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.x86_64",
"AppStream-9.6.0.GA:rust-bootupd-0:0.2.27-3.el9.src",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24898"
},
{
"category": "external",
"summary": "RHBZ#2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898"
},
{
"category": "external",
"summary": "https://crates.io/crates/openssl",
"url": "https://crates.io/crates/openssl"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/pull/2360",
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm",
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
}
],
"release_date": "2025-02-03T17:57:39.558000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:35:52+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.GA:bootupd-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.x86_64",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.x86_64",
"AppStream-9.6.0.GA:rust-bootupd-0:0.2.27-3.el9.src",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7241"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.x86_64",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.x86_64",
"AppStream-9.6.0.GA:rust-bootupd-0:0.2.27-3.el9.src",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.s390x",
"AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rust-openssl: rust openssl ssl::select_next_proto use after free"
}
]
}
rhsa-2025:7313
Vulnerability from csaf_redhat
Notes
{
"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 keylime-agent-rust is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Rust agent for Keylime\n\nSecurity Fix(es):\n\n* rust-openssl: rust openssl ssl::select_next_proto use after free (CVE-2025-24898)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from 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-2025:7313",
"url": "https://access.redhat.com/errata/RHSA-2025:7313"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7313.json"
}
],
"title": "Red Hat Security Advisory: keylime-agent-rust security update",
"tracking": {
"current_release_date": "2025-09-25T17:41:11+00:00",
"generator": {
"date": "2025-09-25T17:41:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.8"
}
},
"id": "RHSA-2025:7313",
"initial_release_date": "2025-05-13T08:49:40+00:00",
"revision_history": [
{
"date": "2025-05-13T08:49:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T08:49:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-09-25T17:41: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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "keylime-agent-rust-0:0.2.2-2.el9.src",
"product": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.src",
"product_id": "keylime-agent-rust-0:0.2.2-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust@0.2.2-2.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "keylime-agent-rust-0:0.2.2-2.el9.aarch64",
"product": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.aarch64",
"product_id": "keylime-agent-rust-0:0.2.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust@0.2.2-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64",
"product": {
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64",
"product_id": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust-debugsource@0.2.2-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64",
"product": {
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64",
"product_id": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust-debuginfo@0.2.2-2.el9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "keylime-agent-rust-0:0.2.2-2.el9.ppc64le",
"product": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.ppc64le",
"product_id": "keylime-agent-rust-0:0.2.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust@0.2.2-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le",
"product": {
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le",
"product_id": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust-debugsource@0.2.2-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le",
"product": {
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le",
"product_id": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust-debuginfo@0.2.2-2.el9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "keylime-agent-rust-0:0.2.2-2.el9.x86_64",
"product": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.x86_64",
"product_id": "keylime-agent-rust-0:0.2.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust@0.2.2-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64",
"product": {
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64",
"product_id": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust-debugsource@0.2.2-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64",
"product": {
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64",
"product_id": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust-debuginfo@0.2.2-2.el9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "keylime-agent-rust-0:0.2.2-2.el9.s390x",
"product": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.s390x",
"product_id": "keylime-agent-rust-0:0.2.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust@0.2.2-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x",
"product": {
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x",
"product_id": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust-debugsource@0.2.2-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x",
"product": {
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x",
"product_id": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/keylime-agent-rust-debuginfo@0.2.2-2.el9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.aarch64"
},
"product_reference": "keylime-agent-rust-0:0.2.2-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.ppc64le"
},
"product_reference": "keylime-agent-rust-0:0.2.2-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.s390x"
},
"product_reference": "keylime-agent-rust-0:0.2.2-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.src"
},
"product_reference": "keylime-agent-rust-0:0.2.2-2.el9.src",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-0:0.2.2-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.x86_64"
},
"product_reference": "keylime-agent-rust-0:0.2.2-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64"
},
"product_reference": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le"
},
"product_reference": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x"
},
"product_reference": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64"
},
"product_reference": "keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64"
},
"product_reference": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le"
},
"product_reference": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x"
},
"product_reference": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64"
},
"product_reference": "keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24898",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-03T18:00:53.402253+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2343573"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rust-openssl package. In certain versions, `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rust-openssl: rust openssl ssl::select_next_proto use after free",
"title": "Vulnerability summary"
},
{
"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.GA:keylime-agent-rust-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.src",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.x86_64",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24898"
},
{
"category": "external",
"summary": "RHBZ#2343573",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343573"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24898"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24898"
},
{
"category": "external",
"summary": "https://crates.io/crates/openssl",
"url": "https://crates.io/crates/openssl"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/pull/2360",
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
},
{
"category": "external",
"summary": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm",
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
}
],
"release_date": "2025-02-03T17:57:39.558000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:49:40+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.GA:keylime-agent-rust-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.src",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.x86_64",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7313"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.src",
"AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.x86_64",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x",
"AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rust-openssl: rust openssl ssl::select_next_proto use after free"
}
]
}
msrc_cve-2025-24898
Vulnerability from csaf_microsoft
Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24898 rust openssl ssl::select_next_proto use after free - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-24898.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "rust openssl ssl::select_next_proto use after free",
"tracking": {
"current_release_date": "2025-09-03T21:40:02.000Z",
"generator": {
"date": "2025-10-20T02:58:28.864Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-24898",
"initial_release_date": "2025-02-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-03T21:40:02.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"category": "product_name",
"name": "azl3 python-cryptography 42.0.5-3",
"product": {
"name": "azl3 python-cryptography 42.0.5-3",
"product_id": "1"
}
},
{
"category": "product_name",
"name": "azl3 rpm-ostree 2024.4-3",
"product": {
"name": "azl3 rpm-ostree 2024.4-3",
"product_id": "6"
}
},
{
"category": "product_name",
"name": "cbl2 rpm-ostree 2022.1-7",
"product": {
"name": "cbl2 rpm-ostree 2022.1-7",
"product_id": "3"
}
},
{
"category": "product_name",
"name": "cbl2 rust 1.72.0-10",
"product": {
"name": "cbl2 rust 1.72.0-10",
"product_id": "2"
}
},
{
"category": "product_name",
"name": "azl3 rust 1.86.0-1",
"product": {
"name": "azl3 rust 1.86.0-1",
"product_id": "4"
}
},
{
"category": "product_name",
"name": "azl3 rust 1.75.0-14",
"product": {
"name": "azl3 rust 1.75.0-14",
"product_id": "5"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-cryptography 42.0.5-3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rpm-ostree 2024.4-3 as a component of Azure Linux 3.0",
"product_id": "17084-6"
},
"product_reference": "6",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 rpm-ostree 2022.1-7 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 rust 1.72.0-10 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.86.0-1 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 rust 1.75.0-14 as a component of Azure Linux 3.0",
"product_id": "17084-5"
},
"product_reference": "5",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24898",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"flags": [
{
"label": "vulnerable_code_not_in_execute_path",
"product_ids": [
"17084-1",
"17084-6",
"17086-3",
"17086-2",
"17084-4",
"17084-5"
]
}
],
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"known_not_affected": [
"17084-1",
"17084-6",
"17086-3",
"17086-2",
"17084-4",
"17084-5"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-24898 rust openssl ssl::select_next_proto use after free - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-24898.json"
}
],
"title": "rust openssl ssl::select_next_proto use after free"
}
]
}
fkie_cve-2025-24898
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://crates.io/crates/openssl | ||
| security-advisories@github.com | https://github.com/sfackler/rust-openssl/pull/2360 | ||
| security-advisories@github.com | https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2025/02/msg00009.html |
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "rust-openssl is a set of OpenSSL bindings for the Rust programming language. In affected versions `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use after free. This could cause the server to crash or to return arbitrary memory contents to the client. The crate`openssl` version 0.10.70 fixes the signature of `ssl::select_next_proto` to properly constrain the output buffer\u0027s lifetime to that of both input buffers. Users are advised to upgrade. In standard usage of `ssl::select_next_proto` in the callback passed to `SslContextBuilder::set_alpn_select_callback`, code is only affected if the `server` buffer is constructed *within* the callback."
},
{
"lang": "es",
"value": "rust-openssl es un conjunto de enlaces OpenSSL para el lenguaje de programaci\u00f3n Rust. En las versiones afectadas, `ssl::select_next_proto` puede devolver un fragmento que apunta al b\u00fafer del argumento `server` pero con un tiempo de vida vinculado al argumento `client`. En situaciones en las que el tiempo de vida del b\u00fafer `sever` es m\u00e1s corto que el del `client`, esto puede provocar un use after free. Esto podr\u00eda provocar que el servidor se bloquee o que devuelva contenido de memoria arbitrario al cliente. La versi\u00f3n 0.10.70 del paquete `openssl` corrige la firma de `ssl::select_next_proto` para restringir adecuadamente el tiempo de vida del b\u00fafer de salida al de ambos b\u00faferes de entrada. Se recomienda a los usuarios que actualicen. En el uso est\u00e1ndar de `ssl::select_next_proto` en la devoluci\u00f3n de llamada pasada a `SslContextBuilder::set_alpn_select_callback`, el c\u00f3digo solo se ve afectado si el b\u00fafer `servidor` se construye *dentro* de la devoluci\u00f3n de llamada."
}
],
"id": "CVE-2025-24898",
"lastModified": "2025-02-11T08:15:32.003",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2025-02-03T18:15:43.077",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://crates.io/crates/openssl"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00009.html"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-416"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
opensuse-su-2025:14814-1
Vulnerability from csaf_opensuse
Notes
{
"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": "obs-service-cargo-4.5.0-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the obs-service-cargo-4.5.0-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14814",
"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/opensuse-su-2025_14814-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24898 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24898/"
}
],
"title": "obs-service-cargo-4.5.0-2.1 on GA media",
"tracking": {
"current_release_date": "2025-02-16T00:00:00Z",
"generator": {
"date": "2025-02-16T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14814-1",
"initial_release_date": "2025-02-16T00:00:00Z",
"revision_history": [
{
"date": "2025-02-16T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "obs-service-cargo-4.5.0-2.1.aarch64",
"product": {
"name": "obs-service-cargo-4.5.0-2.1.aarch64",
"product_id": "obs-service-cargo-4.5.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "obs-service-cargo-4.5.0-2.1.ppc64le",
"product": {
"name": "obs-service-cargo-4.5.0-2.1.ppc64le",
"product_id": "obs-service-cargo-4.5.0-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "obs-service-cargo-4.5.0-2.1.s390x",
"product": {
"name": "obs-service-cargo-4.5.0-2.1.s390x",
"product_id": "obs-service-cargo-4.5.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "obs-service-cargo-4.5.0-2.1.x86_64",
"product": {
"name": "obs-service-cargo-4.5.0-2.1.x86_64",
"product_id": "obs-service-cargo-4.5.0-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "obs-service-cargo-4.5.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.aarch64"
},
"product_reference": "obs-service-cargo-4.5.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "obs-service-cargo-4.5.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.ppc64le"
},
"product_reference": "obs-service-cargo-4.5.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "obs-service-cargo-4.5.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.s390x"
},
"product_reference": "obs-service-cargo-4.5.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "obs-service-cargo-4.5.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.x86_64"
},
"product_reference": "obs-service-cargo-4.5.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24898",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24898"
}
],
"notes": [
{
"category": "general",
"text": "rust-openssl is a set of OpenSSL bindings for the Rust programming language. In affected versions `ssl::select_next_proto` can return a slice pointing into the `server` argument\u0027s buffer but with a lifetime bound to the `client` argument. In situations where the `sever` buffer\u0027s lifetime is shorter than the `client` buffer\u0027s, this can cause a use after free. This could cause the server to crash or to return arbitrary memory contents to the client. The crate`openssl` version 0.10.70 fixes the signature of `ssl::select_next_proto` to properly constrain the output buffer\u0027s lifetime to that of both input buffers. Users are advised to upgrade. In standard usage of `ssl::select_next_proto` in the callback passed to `SslContextBuilder::set_alpn_select_callback`, code is only affected if the `server` buffer is constructed *within* the callback.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.aarch64",
"openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.ppc64le",
"openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.s390x",
"openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24898",
"url": "https://www.suse.com/security/cve/CVE-2025-24898"
}
],
"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": [
"openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.aarch64",
"openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.ppc64le",
"openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.s390x",
"openSUSE Tumbleweed:obs-service-cargo-4.5.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-16T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-24898"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.