Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-24898 (GCVE-0-2025-24898)
Vulnerability from cvelistv5 – Published: 2025-02-03 17:57 – Updated: 2025-02-12 20:51- CWE-416 - Use After Free
| URL | Tags |
|---|---|
| https://github.com/sfackler/rust-openssl/security… | x_refsource_CONFIRM |
| https://github.com/sfackler/rust-openssl/pull/2360 | x_refsource_MISC |
| https://crates.io/crates/openssl | x_refsource_MISC |
| https://lists.debian.org/debian-lts-announce/2025… |
| Vendor | Product | Version | |
|---|---|---|---|
| sfackler | rust-openssl |
Affected:
>= 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": {
"epss": {
"cve": "CVE-2025-24898",
"date": "2026-06-04",
"epss": "0.00116",
"percentile": "0.29926"
},
"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\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"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"
}
}
}
RHSA-2025:7160
Vulnerability from csaf_redhat - Published: 2025-05-13 08:38 - Updated: 2026-03-18 02:47A flaw was found in the rust-openssl package. In certain versions, `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 `sever` buffer's lifetime is shorter than the `client` buffer's, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-0:1.1.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-debuginfo-0:1.1.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootc-debugsource-0:1.1.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:system-reinstall-bootc-0:1.1.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:system-reinstall-bootc-debuginfo-0:1.1.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-18T02:47:58+00:00",
"generator": {
"date": "2026-03-18T02:47:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-18T02:47:58+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:7241
Vulnerability from csaf_redhat - Published: 2025-05-13 08:35 - Updated: 2026-03-18 02:49A flaw was found in the rust-openssl package. In certain versions, `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 `sever` buffer's lifetime is shorter than the `client` buffer's, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootupd-0:0.2.27-3.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:bootupd-debuginfo-0:0.2.27-3.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rust-bootupd-0:0.2.27-3.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rust-bootupd-debugsource-0:0.2.27-3.el9.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-18T02:49:27+00:00",
"generator": {
"date": "2026-03-18T02:49:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-18T02:49:27+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 - Published: 2025-05-13 08:49 - Updated: 2026-03-18 02:53A flaw was found in the rust-openssl package. In certain versions, `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 `sever` buffer's lifetime is shorter than the `client` buffer's, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-0:0.2.2-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-debuginfo-0:0.2.2-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:keylime-agent-rust-debugsource-0:0.2.2-2.el9.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-18T02:53:46+00:00",
"generator": {
"date": "2026-03-18T02:53:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-18T02:53:46+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"
}
]
}
RHSA-2025:7317
Vulnerability from csaf_redhat - Published: 2025-05-13 08:48 - Updated: 2026-03-18 02:53A flaw was found in the rust-openssl package. In certain versions, `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 `sever` buffer's lifetime is shorter than the `client` buffer's, this can cause a use-after-free error. This could cause the server to crash or return arbitrary memory contents to the client.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-0:41.0.7-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-debuginfo-0:41.0.7-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:python3.12-cryptography-debugsource-0:41.0.7-2.el9.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for 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": "2026-03-18T02:53:46+00:00",
"generator": {
"date": "2026-03-18T02:53:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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": "2026-03-18T02:53:46+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"
}
]
}
rustsec-2025-0004
Vulnerability from osv_rustsec
In openssl versions before 0.10.70, 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.
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.
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:
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:
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:
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)
});
{
"affected": [
{
"database_specific": {
"categories": [
"memory-exposure"
],
"cvss": null,
"informational": null
},
"ecosystem_specific": {
"affected_functions": null,
"affects": {
"arch": [],
"functions": [
"openssl::ssl::select_next_proto"
],
"os": []
}
},
"package": {
"ecosystem": "crates.io",
"name": "openssl",
"purl": "pkg:cargo/openssl"
},
"ranges": [
{
"events": [
{
"introduced": "0.0.0-0"
},
{
"fixed": "0.10.70"
}
],
"type": "SEMVER"
}
],
"versions": []
}
],
"aliases": [
"CVE-2025-24898",
"GHSA-rpmj-rpgj-qmpm"
],
"database_specific": {
"license": "CC0-1.0"
},
"details": "In `openssl` versions before `0.10.70`, `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`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\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```",
"id": "RUSTSEC-2025-0004",
"modified": "2025-10-28T06:02:18Z",
"published": "2025-02-02T12:00:00Z",
"references": [
{
"type": "PACKAGE",
"url": "https://crates.io/crates/openssl"
},
{
"type": "ADVISORY",
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0004.html"
},
{
"type": "ADVISORY",
"url": "https://github.com/sfackler/rust-openssl/security/advisories/GHSA-rpmj-rpgj-qmpm"
},
{
"type": "WEB",
"url": "https://github.com/sfackler/rust-openssl/pull/2360"
}
],
"related": [],
"severity": [],
"summary": "ssl::select_next_proto use after free"
}
WID-SEC-W-2025-0366
Vulnerability from csaf_certbund - Published: 2025-02-13 23:00 - Updated: 2025-05-13 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Open Source Vaultwarden <1.33.2
Open Source / Vaultwarden
|
<1.33.2 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Vaultwarden ist eine alternative Implementierung der Server API des Bitwarden Passwort-Managers.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Vaultwarden ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren oder Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0366 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0366.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0366 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0366"
},
{
"category": "external",
"summary": "Vaultwarden Release 1.33.2 vom 2025-02-13",
"url": "https://github.com/dani-garcia/vaultwarden/releases/tag/1.33.2"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-C0A55F4B30 vom 2025-02-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-c0a55f4b30"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-ADA6946330 vom 2025-02-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-ada6946330"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-5F07738947 vom 2025-02-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-5f07738947"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-0E5D6864D8 vom 2025-02-14",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-0e5d6864d8"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7147 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7147"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7160 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7160"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7241 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7241"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7313 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7313"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:7317 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:7317"
}
],
"source_lang": "en-US",
"title": "Vaultwarden: Schwachstelle erm\u00f6glicht Denial of Service oder Offenlegung von Informationen",
"tracking": {
"current_release_date": "2025-05-13T22:00:00.000+00:00",
"generator": {
"date": "2025-05-14T07:08:17.762+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.12"
}
},
"id": "WID-SEC-W-2025-0366",
"initial_release_date": "2025-02-13T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-02-13T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-05-12T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-13T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c1.33.2",
"product": {
"name": "Open Source Vaultwarden \u003c1.33.2",
"product_id": "T041189"
}
},
{
"category": "product_version",
"name": "1.33.2",
"product": {
"name": "Open Source Vaultwarden 1.33.2",
"product_id": "T041189-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:vaultwarden:vaultwarden:1.33.2"
}
}
}
],
"category": "product_name",
"name": "Vaultwarden"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-24898",
"product_status": {
"known_affected": [
"67646",
"74185",
"T041189"
]
},
"release_date": "2025-02-13T23:00:00.000+00:00",
"title": "CVE-2025-24898"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.