Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-37555 (GCVE-0-2026-37555)
Vulnerability from cvelistv5 – Published: 2026-04-29 00:00 – Updated: 2026-04-30 19:42- n/a
- CWE-190 - Integer Overflow or Wraparound
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-37555",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-29T19:31:33.669309Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-190",
"description": "CWE-190 Integer Overflow or Wraparound",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-29T19:31:39.810Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "n/a",
"vendor": "n/a",
"versions": [
{
"status": "affected",
"version": "n/a"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path (line 241) was fixed with (sf_count_t) cast, but the WAV code path (line 235) and close path (line 167) were not. When samplesperblock (int) * blocks (int) exceeds INT_MAX, the 32-bit multiplication overflows before being assigned to sf.frames (sf_count_t/int64). With samplesperblock=50000 and blocks=50000, the product 2500000000 overflows to -1794967296. This causes incorrect frame count leading to heap buffer overflow or denial of service. Both values come from the WAV file header and are attacker-controlled. This issue was discovered after an incomplete fix for CVE-2022-33065."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "n/a",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-30T19:42:09.044Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://github.com/libsndfile/libsndfile/issues/833"
},
{
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"url": "https://gist.github.com/sgInnora/a5f5c19e4bf6f4fb74fab7b0ef2bfcc1"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2026-37555",
"datePublished": "2026-04-29T00:00:00.000Z",
"dateReserved": "2026-04-06T00:00:00.000Z",
"dateUpdated": "2026-04-30T19:42:09.044Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-37555",
"date": "2026-06-26",
"epss": "0.00405",
"percentile": "0.32343"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-37555\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2026-04-29T16:16:23.410\",\"lastModified\":\"2026-05-01T18:37:59.183\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path (line 241) was fixed with (sf_count_t) cast, but the WAV code path (line 235) and close path (line 167) were not. When samplesperblock (int) * blocks (int) exceeds INT_MAX, the 32-bit multiplication overflows before being assigned to sf.frames (sf_count_t/int64). With samplesperblock=50000 and blocks=50000, the product 2500000000 overflows to -1794967296. This causes incorrect frame count leading to heap buffer overflow or denial of service. Both values come from the WAV file header and are attacker-controlled. This issue was discovered after an incomplete fix for CVE-2022-33065.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:libsndfile_project:libsndfile:1.2.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4B4A418B-ABB5-4873-B762-D717D6FB9232\"}]}]}],\"references\":[{\"url\":\"https://gist.github.com/sgInnora/a5f5c19e4bf6f4fb74fab7b0ef2bfcc1\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151\",\"source\":\"cve@mitre.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/libsndfile/libsndfile/issues/833\",\"source\":\"cve@mitre.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/libsndfile/libsndfile/issues/833\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Issue Tracking\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-37555\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-29T19:31:33.669309Z\"}}}], \"references\": [{\"url\": \"https://github.com/libsndfile/libsndfile/issues/833\", \"tags\": [\"exploit\"]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-190\", \"description\": \"CWE-190 Integer Overflow or Wraparound\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-29T19:30:54.330Z\"}}], \"cna\": {\"affected\": [{\"vendor\": \"n/a\", \"product\": \"n/a\", \"versions\": [{\"status\": \"affected\", \"version\": \"n/a\"}]}], \"references\": [{\"url\": \"https://github.com/libsndfile/libsndfile/issues/833\"}, {\"url\": \"https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151\"}, {\"url\": \"https://gist.github.com/sgInnora/a5f5c19e4bf6f4fb74fab7b0ef2bfcc1\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path (line 241) was fixed with (sf_count_t) cast, but the WAV code path (line 235) and close path (line 167) were not. When samplesperblock (int) * blocks (int) exceeds INT_MAX, the 32-bit multiplication overflows before being assigned to sf.frames (sf_count_t/int64). With samplesperblock=50000 and blocks=50000, the product 2500000000 overflows to -1794967296. This causes incorrect frame count leading to heap buffer overflow or denial of service. Both values come from the WAV file header and are attacker-controlled. This issue was discovered after an incomplete fix for CVE-2022-33065.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"text\", \"description\": \"n/a\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2026-04-30T19:42:09.044Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-37555\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-30T19:42:09.044Z\", \"dateReserved\": \"2026-04-06T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2026-04-29T00:00:00.000Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:23221
Vulnerability from csaf_redhat - Published: 2026-06-04 08:11 - Updated: 2026-06-25 23:03A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libsndfile is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "libsndfile is a C library for reading and writing files containing sampled sound, such as AIFF, AU, or WAV. \n\nSecurity Fix(es):\n\n* libsndfile: integer overflow in ima_reader_init() (CVE-2026-37555)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:23221",
"url": "https://access.redhat.com/errata/RHSA-2026:23221"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_23221.json"
}
],
"title": "Red Hat Security Advisory: libsndfile security update",
"tracking": {
"current_release_date": "2026-06-25T23:03:48+00:00",
"generator": {
"date": "2026-06-25T23:03:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:23221",
"initial_release_date": "2026-06-04T08:11:54+00:00",
"revision_history": [
{
"date": "2026-06-04T08:11:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-04T08:11:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T23:03:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-7.el9_2.1.src",
"product": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.src",
"product_id": "libsndfile-0:1.0.31-7.el9_2.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-7.el9_2.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-7.el9_2.1.aarch64",
"product": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.aarch64",
"product_id": "libsndfile-0:1.0.31-7.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-7.el9_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64",
"product": {
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64",
"product_id": "libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-7.el9_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64",
"product_id": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-7.el9_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"product_id": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-7.el9_2.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-7.el9_2.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-7.el9_2.1.ppc64le",
"product": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.ppc64le",
"product_id": "libsndfile-0:1.0.31-7.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-7.el9_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le",
"product": {
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le",
"product_id": "libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-7.el9_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le",
"product_id": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-7.el9_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"product_id": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-7.el9_2.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-7.el9_2.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-7.el9_2.1.i686",
"product": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.i686",
"product_id": "libsndfile-0:1.0.31-7.el9_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-7.el9_2.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686",
"product_id": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-7.el9_2.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686",
"product_id": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-7.el9_2.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-7.el9_2.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-7.el9_2.1.x86_64",
"product": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.x86_64",
"product_id": "libsndfile-0:1.0.31-7.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-7.el9_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64",
"product": {
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64",
"product_id": "libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-7.el9_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64",
"product_id": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-7.el9_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"product_id": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-7.el9_2.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-7.el9_2.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-7.el9_2.1.s390x",
"product": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.s390x",
"product_id": "libsndfile-0:1.0.31-7.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-7.el9_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.s390x",
"product": {
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.s390x",
"product_id": "libsndfile-utils-0:1.0.31-7.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-7.el9_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x",
"product_id": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-7.el9_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"product_id": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-7.el9_2.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-7.el9_2.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.aarch64"
},
"product_reference": "libsndfile-0:1.0.31-7.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.i686"
},
"product_reference": "libsndfile-0:1.0.31-7.el9_2.1.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.ppc64le"
},
"product_reference": "libsndfile-0:1.0.31-7.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.s390x"
},
"product_reference": "libsndfile-0:1.0.31-7.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.src"
},
"product_reference": "libsndfile-0:1.0.31-7.el9_2.1.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.x86_64"
},
"product_reference": "libsndfile-0:1.0.31-7.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64"
},
"product_reference": "libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le"
},
"product_reference": "libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.s390x"
},
"product_reference": "libsndfile-utils-0:1.0.31-7.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64"
},
"product_reference": "libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-37555",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-29T17:00:55.901773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsndfile: integer overflow in ima_reader_init()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a malicious WAV file with an application linked to the libsndfile library.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.src",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "RHBZ#2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-37555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151",
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/issues/833",
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T08:11:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.src",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:23221"
},
{
"category": "workaround",
"details": "Do not process untrusted WAV files with the libsndfile library.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.src",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.src",
"AppStream-9.2.0.Z.E4S:libsndfile-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-debugsource-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-0:1.0.31-7.el9_2.1.x86_64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.aarch64",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.i686",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.ppc64le",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.s390x",
"AppStream-9.2.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-7.el9_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsndfile: integer overflow in ima_reader_init()"
}
]
}
RHSA-2026:23222
Vulnerability from csaf_redhat - Published: 2026-06-04 08:49 - Updated: 2026-06-25 23:03A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libsndfile is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "libsndfile is a C library for reading and writing files containing sampled sound, such as AIFF, AU, or WAV. \n\nSecurity Fix(es):\n\n* libsndfile: integer overflow in ima_reader_init() (CVE-2026-37555)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:23222",
"url": "https://access.redhat.com/errata/RHSA-2026:23222"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_23222.json"
}
],
"title": "Red Hat Security Advisory: libsndfile security update",
"tracking": {
"current_release_date": "2026-06-25T23:03:48+00:00",
"generator": {
"date": "2026-06-25T23:03:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:23222",
"initial_release_date": "2026-06-04T08:49:59+00:00",
"revision_history": [
{
"date": "2026-06-04T08:49:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-04T08:49:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T23:03:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-8.el9_4.2.src",
"product": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.src",
"product_id": "libsndfile-0:1.0.31-8.el9_4.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-8.el9_4.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-8.el9_4.2.aarch64",
"product": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.aarch64",
"product_id": "libsndfile-0:1.0.31-8.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-8.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64",
"product": {
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64",
"product_id": "libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-8.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64",
"product_id": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-8.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"product_id": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-8.el9_4.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-8.el9_4.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-8.el9_4.2.ppc64le",
"product": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.ppc64le",
"product_id": "libsndfile-0:1.0.31-8.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-8.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le",
"product": {
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le",
"product_id": "libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-8.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le",
"product_id": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-8.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"product_id": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-8.el9_4.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-8.el9_4.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-8.el9_4.2.i686",
"product": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.i686",
"product_id": "libsndfile-0:1.0.31-8.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-8.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686",
"product_id": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-8.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686",
"product_id": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-8.el9_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-8.el9_4.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-8.el9_4.2.x86_64",
"product": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.x86_64",
"product_id": "libsndfile-0:1.0.31-8.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-8.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64",
"product": {
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64",
"product_id": "libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-8.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64",
"product_id": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-8.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"product_id": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-8.el9_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-8.el9_4.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-8.el9_4.2.s390x",
"product": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.s390x",
"product_id": "libsndfile-0:1.0.31-8.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-8.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.s390x",
"product": {
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.s390x",
"product_id": "libsndfile-utils-0:1.0.31-8.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-8.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x",
"product_id": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-8.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"product_id": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-8.el9_4.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-8.el9_4.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.aarch64"
},
"product_reference": "libsndfile-0:1.0.31-8.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.i686"
},
"product_reference": "libsndfile-0:1.0.31-8.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.ppc64le"
},
"product_reference": "libsndfile-0:1.0.31-8.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.s390x"
},
"product_reference": "libsndfile-0:1.0.31-8.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.src"
},
"product_reference": "libsndfile-0:1.0.31-8.el9_4.2.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-8.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.x86_64"
},
"product_reference": "libsndfile-0:1.0.31-8.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64"
},
"product_reference": "libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le"
},
"product_reference": "libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.s390x"
},
"product_reference": "libsndfile-utils-0:1.0.31-8.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64"
},
"product_reference": "libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-37555",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-29T17:00:55.901773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsndfile: integer overflow in ima_reader_init()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a malicious WAV file with an application linked to the libsndfile library.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.src",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "RHBZ#2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-37555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151",
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/issues/833",
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T08:49:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.src",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:23222"
},
{
"category": "workaround",
"details": "Do not process untrusted WAV files with the libsndfile library.",
"product_ids": [
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.src",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.src",
"AppStream-9.4.0.Z.E4S:libsndfile-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-debuginfo-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-debugsource-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-0:1.0.31-8.el9_4.2.x86_64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.aarch64",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.i686",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.ppc64le",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.s390x",
"AppStream-9.4.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.31-8.el9_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsndfile: integer overflow in ima_reader_init()"
}
]
}
RHSA-2026:23223
Vulnerability from csaf_redhat - Published: 2026-06-04 12:27 - Updated: 2026-06-25 23:03A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libsndfile is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "libsndfile is a C library for reading and writing files containing sampled sound, such as AIFF, AU, or WAV. \n\nSecurity Fix(es):\n\n* libsndfile: integer overflow in ima_reader_init() (CVE-2026-37555)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:23223",
"url": "https://access.redhat.com/errata/RHSA-2026:23223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_23223.json"
}
],
"title": "Red Hat Security Advisory: libsndfile security update",
"tracking": {
"current_release_date": "2026-06-25T23:03:48+00:00",
"generator": {
"date": "2026-06-25T23:03:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:23223",
"initial_release_date": "2026-06-04T12:27:44+00:00",
"revision_history": [
{
"date": "2026-06-04T12:27:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-04T12:27:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T23:03:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-9.el9_6.1.src",
"product": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.src",
"product_id": "libsndfile-0:1.0.31-9.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-9.el9_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-9.el9_6.1.aarch64",
"product": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.aarch64",
"product_id": "libsndfile-0:1.0.31-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-9.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64",
"product": {
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64",
"product_id": "libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-9.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"product_id": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-9.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"product_id": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-9.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-9.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64",
"product": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64",
"product_id": "libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.0.31-9.el9_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-9.el9_6.1.ppc64le",
"product": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.ppc64le",
"product_id": "libsndfile-0:1.0.31-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-9.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le",
"product": {
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le",
"product_id": "libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-9.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"product_id": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-9.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"product_id": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-9.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-9.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le",
"product": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le",
"product_id": "libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.0.31-9.el9_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-9.el9_6.1.i686",
"product": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.i686",
"product_id": "libsndfile-0:1.0.31-9.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-9.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"product_id": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-9.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"product_id": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-9.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-9.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.i686",
"product": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.i686",
"product_id": "libsndfile-devel-0:1.0.31-9.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.0.31-9.el9_6.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-9.el9_6.1.x86_64",
"product": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.x86_64",
"product_id": "libsndfile-0:1.0.31-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-9.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64",
"product": {
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64",
"product_id": "libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-9.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"product_id": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-9.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"product_id": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-9.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-9.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64",
"product": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64",
"product_id": "libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.0.31-9.el9_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.31-9.el9_6.1.s390x",
"product": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.s390x",
"product_id": "libsndfile-0:1.0.31-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.31-9.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.s390x",
"product": {
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.s390x",
"product_id": "libsndfile-utils-0:1.0.31-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.31-9.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"product": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"product_id": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.31-9.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"product": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"product_id": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.31-9.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"product_id": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.31-9.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.s390x",
"product": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.s390x",
"product_id": "libsndfile-devel-0:1.0.31-9.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.0.31-9.el9_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.i686"
},
"product_reference": "libsndfile-0:1.0.31-9.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.src"
},
"product_reference": "libsndfile-0:1.0.31-9.el9_6.1.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-utils-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.i686"
},
"product_reference": "libsndfile-devel-0:1.0.31-9.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-devel-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-37555",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-29T17:00:55.901773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsndfile: integer overflow in ima_reader_init()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a malicious WAV file with an application linked to the libsndfile library.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "RHBZ#2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-37555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151",
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/issues/833",
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-04T12:27:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:23223"
},
{
"category": "workaround",
"details": "Do not process untrusted WAV files with the libsndfile library.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:libsndfile-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-0:1.0.31-9.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-debuginfo-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-debugsource-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-devel-0:1.0.31-9.el9_6.1.x86_64",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.aarch64",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.i686",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.ppc64le",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.s390x",
"CRB-9.6.0.Z.EUS:libsndfile-utils-debuginfo-0:1.0.31-9.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsndfile: integer overflow in ima_reader_init()"
}
]
}
RHSA-2026:25092
Vulnerability from csaf_redhat - Published: 2026-06-10 17:17 - Updated: 2026-06-25 23:03A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libsndfile is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "libsndfile is a C library for reading and writing files containing sampled sound, such as AIFF, AU, or WAV. \n\nSecurity Fix(es):\n\n* libsndfile: integer overflow in ima_reader_init() (CVE-2026-37555)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25092",
"url": "https://access.redhat.com/errata/RHSA-2026:25092"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25092.json"
}
],
"title": "Red Hat Security Advisory: libsndfile security update",
"tracking": {
"current_release_date": "2026-06-25T23:03:50+00:00",
"generator": {
"date": "2026-06-25T23:03:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:25092",
"initial_release_date": "2026-06-10T17:17:18+00:00",
"revision_history": [
{
"date": "2026-06-10T17:17:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-10T17:17:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T23:03:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.2.2-5.el10_0.1.src",
"product": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.src",
"product_id": "libsndfile-0:1.2.2-5.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.2.2-5.el10_0.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.2.2-5.el10_0.1.aarch64",
"product": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.aarch64",
"product_id": "libsndfile-0:1.2.2-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.2.2-5.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64",
"product": {
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64",
"product_id": "libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.2.2-5.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"product": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"product_id": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.2.2-5.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"product": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"product_id": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.2.2-5.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"product_id": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.2.2-5.el10_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64",
"product": {
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64",
"product_id": "libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.2.2-5.el10_0.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.2.2-5.el10_0.1.ppc64le",
"product": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.ppc64le",
"product_id": "libsndfile-0:1.2.2-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.2.2-5.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le",
"product": {
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le",
"product_id": "libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.2.2-5.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"product": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"product_id": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.2.2-5.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"product": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"product_id": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.2.2-5.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"product_id": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.2.2-5.el10_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le",
"product": {
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le",
"product_id": "libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.2.2-5.el10_0.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.2.2-5.el10_0.1.s390x",
"product": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.s390x",
"product_id": "libsndfile-0:1.2.2-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.2.2-5.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.s390x",
"product": {
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.s390x",
"product_id": "libsndfile-utils-0:1.2.2-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.2.2-5.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"product": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"product_id": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.2.2-5.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"product": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"product_id": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.2.2-5.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"product_id": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.2.2-5.el10_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.s390x",
"product": {
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.s390x",
"product_id": "libsndfile-devel-0:1.2.2-5.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.2.2-5.el10_0.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.2.2-5.el10_0.1.x86_64",
"product": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.x86_64",
"product_id": "libsndfile-0:1.2.2-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.2.2-5.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64",
"product": {
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64",
"product_id": "libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.2.2-5.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"product": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"product_id": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.2.2-5.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"product": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"product_id": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.2.2-5.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"product_id": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.2.2-5.el10_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64",
"product": {
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64",
"product_id": "libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-devel@1.2.2-5.el10_0.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.src"
},
"product_reference": "libsndfile-0:1.2.2-5.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-utils-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-devel-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-37555",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-29T17:00:55.901773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsndfile: integer overflow in ima_reader_init()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a malicious WAV file with an application linked to the libsndfile library.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.src",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "RHBZ#2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-37555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151",
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/issues/833",
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T17:17:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.src",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25092"
},
{
"category": "workaround",
"details": "Do not process untrusted WAV files with the libsndfile library.",
"product_ids": [
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.src",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.src",
"AppStream-10.0.Z.E2S:libsndfile-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-utils-0:1.2.2-5.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-debuginfo-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-debugsource-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-devel-0:1.2.2-5.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.s390x",
"CRB-10.0.Z.E2S:libsndfile-utils-debuginfo-0:1.2.2-5.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsndfile: integer overflow in ima_reader_init()"
}
]
}
RHSA-2026:25197
Vulnerability from csaf_redhat - Published: 2026-06-11 06:43 - Updated: 2026-06-25 23:03A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libsndfile is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "libsndfile is a C library for reading and writing files containing sampled sound, such as AIFF, AU, or WAV. \n\nSecurity Fix(es):\n\n* libsndfile: integer overflow in ima_reader_init() (CVE-2026-37555)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25197",
"url": "https://access.redhat.com/errata/RHSA-2026:25197"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25197.json"
}
],
"title": "Red Hat Security Advisory: libsndfile security update",
"tracking": {
"current_release_date": "2026-06-25T23:03:50+00:00",
"generator": {
"date": "2026-06-25T23:03:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:25197",
"initial_release_date": "2026-06-11T06:43:20+00:00",
"revision_history": [
{
"date": "2026-06-11T06:43:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-11T06:43:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T23:03:50+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 AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-10.el8_4.2.src",
"product": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.src",
"product_id": "libsndfile-0:1.0.28-10.el8_4.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-10.el8_4.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-10.el8_4.2.i686",
"product": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.i686",
"product_id": "libsndfile-0:1.0.28-10.el8_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-10.el8_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"product": {
"name": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"product_id": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.28-10.el8_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"product": {
"name": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"product_id": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.28-10.el8_4.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"product_id": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.28-10.el8_4.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"product": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"product_id": "libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-10.el8_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"product": {
"name": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"product_id": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.28-10.el8_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"product_id": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.28-10.el8_4.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.28-10.el8_4.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.i686"
},
"product_reference": "libsndfile-0:1.0.28-10.el8_4.2.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.src"
},
"product_reference": "libsndfile-0:1.0.28-10.el8_4.2.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.x86_64"
},
"product_reference": "libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.i686"
},
"product_reference": "libsndfile-0:1.0.28-10.el8_4.2.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.src"
},
"product_reference": "libsndfile-0:1.0.28-10.el8_4.2.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-10.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.x86_64"
},
"product_reference": "libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-37555",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-29T17:00:55.901773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsndfile: integer overflow in ima_reader_init()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a malicious WAV file with an application linked to the libsndfile library.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "RHBZ#2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-37555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151",
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/issues/833",
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T06:43:20+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25197"
},
{
"category": "workaround",
"details": "Do not process untrusted WAV files with the libsndfile library.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.src",
"AppStream-8.4.0.Z.AUS:libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-10.el8_4.2.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-10.el8_4.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsndfile: integer overflow in ima_reader_init()"
}
]
}
RHSA-2026:25198
Vulnerability from csaf_redhat - Published: 2026-06-11 06:43 - Updated: 2026-06-25 23:03A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libsndfile is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "libsndfile is a C library for reading and writing files containing sampled sound, such as AIFF, AU, or WAV. \n\nSecurity Fix(es):\n\n* libsndfile: integer overflow in ima_reader_init() (CVE-2026-37555)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25198",
"url": "https://access.redhat.com/errata/RHSA-2026:25198"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25198.json"
}
],
"title": "Red Hat Security Advisory: libsndfile security update",
"tracking": {
"current_release_date": "2026-06-25T23:03:51+00:00",
"generator": {
"date": "2026-06-25T23:03:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:25198",
"initial_release_date": "2026-06-11T06:43:35+00:00",
"revision_history": [
{
"date": "2026-06-11T06:43:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-11T06:43:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T23:03:51+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 AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-13.el8_6.src",
"product": {
"name": "libsndfile-0:1.0.28-13.el8_6.src",
"product_id": "libsndfile-0:1.0.28-13.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-13.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-13.el8_6.i686",
"product": {
"name": "libsndfile-0:1.0.28-13.el8_6.i686",
"product_id": "libsndfile-0:1.0.28-13.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-13.el8_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"product": {
"name": "libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"product_id": "libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.28-13.el8_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"product": {
"name": "libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"product_id": "libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.28-13.el8_6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"product_id": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.28-13.el8_6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-13.el8_6.x86_64",
"product": {
"name": "libsndfile-0:1.0.28-13.el8_6.x86_64",
"product_id": "libsndfile-0:1.0.28-13.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-13.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"product": {
"name": "libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"product_id": "libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.28-13.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"product_id": "libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.28-13.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.28-13.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.i686"
},
"product_reference": "libsndfile-0:1.0.28-13.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-13.el8_6.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.src"
},
"product_reference": "libsndfile-0:1.0.28-13.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.x86_64"
},
"product_reference": "libsndfile-0:1.0.28-13.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.i686"
},
"product_reference": "libsndfile-0:1.0.28-13.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-13.el8_6.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.src"
},
"product_reference": "libsndfile-0:1.0.28-13.el8_6.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.x86_64"
},
"product_reference": "libsndfile-0:1.0.28-13.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-37555",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-29T17:00:55.901773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsndfile: integer overflow in ima_reader_init()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a malicious WAV file with an application linked to the libsndfile library.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.src",
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "RHBZ#2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-37555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151",
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/issues/833",
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T06:43:35+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-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.src",
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25198"
},
{
"category": "workaround",
"details": "Do not process untrusted WAV files with the libsndfile library.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.src",
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.src",
"AppStream-8.6.0.Z.AUS:libsndfile-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.AUS:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debuginfo-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-debugsource-0:1.0.28-13.el8_6.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:libsndfile-utils-debuginfo-0:1.0.28-13.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsndfile: integer overflow in ima_reader_init()"
}
]
}
RHSA-2026:25227
Vulnerability from csaf_redhat - Published: 2026-06-11 10:32 - Updated: 2026-06-25 23:03A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-utils-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for libsndfile is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "libsndfile is a C library for reading and writing files containing sampled sound, such as AIFF, AU, or WAV. \n\nSecurity Fix(es):\n\n* libsndfile: integer overflow in ima_reader_init() (CVE-2026-37555)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25227",
"url": "https://access.redhat.com/errata/RHSA-2026:25227"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25227.json"
}
],
"title": "Red Hat Security Advisory: libsndfile security update",
"tracking": {
"current_release_date": "2026-06-25T23:03:51+00:00",
"generator": {
"date": "2026-06-25T23:03:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:25227",
"initial_release_date": "2026-06-11T10:32:25+00:00",
"revision_history": [
{
"date": "2026-06-11T10:32:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-11T10:32:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-25T23:03:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-14.el8_8.src",
"product": {
"name": "libsndfile-0:1.0.28-14.el8_8.src",
"product_id": "libsndfile-0:1.0.28-14.el8_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-14.el8_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-14.el8_8.ppc64le",
"product": {
"name": "libsndfile-0:1.0.28-14.el8_8.ppc64le",
"product_id": "libsndfile-0:1.0.28-14.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-14.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.28-14.el8_8.ppc64le",
"product": {
"name": "libsndfile-utils-0:1.0.28-14.el8_8.ppc64le",
"product_id": "libsndfile-utils-0:1.0.28-14.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.28-14.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le",
"product": {
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le",
"product_id": "libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.28-14.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"product": {
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"product_id": "libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.28-14.el8_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"product_id": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.28-14.el8_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-14.el8_8.i686",
"product": {
"name": "libsndfile-0:1.0.28-14.el8_8.i686",
"product_id": "libsndfile-0:1.0.28-14.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-14.el8_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"product": {
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"product_id": "libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.28-14.el8_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"product": {
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"product_id": "libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.28-14.el8_8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"product_id": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.28-14.el8_8?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-0:1.0.28-14.el8_8.x86_64",
"product": {
"name": "libsndfile-0:1.0.28-14.el8_8.x86_64",
"product_id": "libsndfile-0:1.0.28-14.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile@1.0.28-14.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"product": {
"name": "libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"product_id": "libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils@1.0.28-14.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"product": {
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"product_id": "libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debugsource@1.0.28-14.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"product": {
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"product_id": "libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-debuginfo@1.0.28-14.el8_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"product": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"product_id": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libsndfile-utils-debuginfo@1.0.28-14.el8_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-14.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.i686"
},
"product_reference": "libsndfile-0:1.0.28-14.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-14.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.ppc64le"
},
"product_reference": "libsndfile-0:1.0.28-14.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-14.el8_8.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.src"
},
"product_reference": "libsndfile-0:1.0.28-14.el8_8.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.28-14.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.ppc64le"
},
"product_reference": "libsndfile-utils-0:1.0.28-14.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-14.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.i686"
},
"product_reference": "libsndfile-0:1.0.28-14.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-14.el8_8.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.src"
},
"product_reference": "libsndfile-0:1.0.28-14.el8_8.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.i686"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-utils-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64"
},
"product_reference": "libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-37555",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-29T17:00:55.901773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsndfile: integer overflow in ima_reader_init()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a malicious WAV file with an application linked to the libsndfile library.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.src",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.src",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "RHBZ#2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-37555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151",
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/issues/833",
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T10:32:25+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-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.src",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.src",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25227"
},
{
"category": "workaround",
"details": "Do not process untrusted WAV files with the libsndfile library.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.src",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.src",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.src",
"AppStream-8.8.0.Z.E4S:libsndfile-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.ppc64le",
"AppStream-8.8.0.Z.E4S:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.src",
"AppStream-8.8.0.Z.TUS:libsndfile-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-debuginfo-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-debugsource-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-0:1.0.28-14.el8_8.x86_64",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.i686",
"AppStream-8.8.0.Z.TUS:libsndfile-utils-debuginfo-0:1.0.28-14.el8_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsndfile: integer overflow in ima_reader_init()"
}
]
}
RHSA-2026:30078
Vulnerability from csaf_redhat - Published: 2026-06-25 18:29 - Updated: 2026-06-26 06:47A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious SEW model checkpoint, causing arbitrary code execution in the context of the user converting the file.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious SEW-D model checkpoint, causing arbitrary code execution in the context of the user converting the file.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious HuBERT model checkpoint, causing arbitrary code execution in the context of the user converting the file.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Hugging Face Transformers library. The parsing of weights fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious GLM4 model, resulting in arbitrary code execution in the context of the current user processing the file.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the libtiff library. A remote attacker could exploit a signed integer overflow vulnerability in the putcontig8bitYCbCr44tile function by providing a specially crafted TIFF file. This flaw can lead to an out-of-bounds heap write due to incorrect memory pointer calculations, potentially causing a denial of service (application crash) or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing "%action" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in libcap. A local unprivileged user can exploit a Time-of-check-to-time-of-use (TOCTOU) race condition in the `cap_set_file()` function. This allows an attacker with write access to a parent directory to redirect file capability updates to an attacker-controlled file. By doing so, capabilities can be injected into or stripped from unintended executables, leading to privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python's decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Poppler's Splash backend. A remote attacker could exploit this vulnerability by crafting a malicious PDF file that, when rendered, triggers an integer overflow in the `tilingPatternFill` function. This overflow leads to an undersized heap memory allocation, allowing a subsequent out-of-bounds write. Successful exploitation could result in arbitrary code execution, information disclosure, or denial of service within the context of the application processing the PDF.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenEXR, an image storage format for the motion picture industry. A remote attacker could exploit an integer overflow vulnerability in the `internal_exr_undo_piz()` function by providing a specially crafted EXR file. This flaw leads to out-of-bounds reads and writes, which may allow for arbitrary code execution or sensitive information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim. A modeline is used to set specific editor options directly from a text file. However, the `complete`, `guitabtooltip`, `printheader` options and the `mapset` function lack proper security checks, allowing an attacker to bypass restrictions and cause arbitrary OS command execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in OpenSSH. When the `scp` command is used by a root user to download a file with the legacy protocol option (`-O`) and without preserving original file permissions (`-p`), the downloaded file can be installed with elevated privileges (setuid or setgid). This unexpected behavior could allow a malicious file to execute with higher permissions than intended, posing a security risk through potential privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq's hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in urllib3, an HTTP client library for Python. When using the low-level API via `ProxyManager.connection_from_url().urlopen()` with `assert_same_host=False`, cross-origin redirects can still forward sensitive headers. This could allow a remote attacker to gain unauthorized access to sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
|
A flaw was found in urllib3, an HTTP client library for Python. This vulnerability allows a remote attacker to cause excessive resource consumption, such as high CPU usage and massive memory allocation, on the client side. This occurs when urllib3 attempts to decompress an entire HTTP response, even if only a partial read was requested, or when draining the connection after a partial decompression. This can lead to a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat AI Inference Server Model Optimization Tools 3.3.5 (CUDA) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server Model Optimization Tools",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:30078",
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14926",
"url": "https://access.redhat.com/security/cve/CVE-2025-14926"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14927",
"url": "https://access.redhat.com/security/cve/CVE-2025-14927"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14928",
"url": "https://access.redhat.com/security/cve/CVE-2025-14928"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14930",
"url": "https://access.redhat.com/security/cve/CVE-2025-14930"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-10118",
"url": "https://access.redhat.com/security/cve/CVE-2026-10118"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34588",
"url": "https://access.redhat.com/security/cve/CVE-2026-34588"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34982",
"url": "https://access.redhat.com/security/cve/CVE-2026-34982"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35385",
"url": "https://access.redhat.com/security/cve/CVE-2026-35385"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-37555",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39979",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40164",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44431",
"url": "https://access.redhat.com/security/cve/CVE-2026-44431"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44432",
"url": "https://access.redhat.com/security/cve/CVE-2026-44432"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4775",
"url": "https://access.redhat.com/security/cve/CVE-2026-4775"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4786",
"url": "https://access.redhat.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4878",
"url": "https://access.redhat.com/security/cve/CVE-2026-4878"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6100",
"url": "https://access.redhat.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_30078.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server Model Optimization Tools 3.3.5 (CUDA)",
"tracking": {
"current_release_date": "2026-06-26T06:47:00+00:00",
"generator": {
"date": "2026-06-26T06:47:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.5"
}
},
"id": "RHSA-2026:30078",
"initial_release_date": "2026-06-25T18:29:28+00:00",
"revision_history": [
{
"date": "2026-06-25T18:29:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-25T18:29:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T06:47:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.3",
"product": {
"name": "Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"product_id": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"product_identification_helper": {
"purl": "pkg:oci/model-opt-cuda-rhel9@sha256%3A21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis/model-opt-cuda-rhel9\u0026tag=1782352950"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64",
"product": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64",
"product_id": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64",
"product_identification_helper": {
"purl": "pkg:oci/model-opt-cuda-rhel9@sha256%3Af94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969?arch=arm64\u0026repository_url=registry.redhat.io/rhaiis/model-opt-cuda-rhel9\u0026tag=1782352950"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64 as a component of Red Hat AI Inference Server 3.3",
"product_id": "Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
},
"product_reference": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14926",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:01:56.621147+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424723"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious SEW model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious SEW model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted SEW model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14926"
},
{
"category": "external",
"summary": "RHBZ#2424723",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424723"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14926"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14926",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14926"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1147/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1147/"
}
],
"release_date": "2025-12-23T21:04:32.162000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting SEW model checkpoints from untrusted or unverified sources. Ensure that all SEW model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious SEW model checkpoint"
},
{
"cve": "CVE-2025-14927",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:04:01.976430+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious SEW-D model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious SEW-D model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted SEW-D model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14927"
},
{
"category": "external",
"summary": "RHBZ#2424751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14927"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1148/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1148/"
}
],
"release_date": "2025-12-23T21:04:28.008000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting SEW-D model checkpoints from untrusted or unverified sources. Ensure that all SEW-D model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious SEW-D model checkpoint"
},
{
"cve": "CVE-2025-14928",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:02:35.224747+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424731"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious HuBERT model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious HuBERT model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted HuBERT model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14928"
},
{
"category": "external",
"summary": "RHBZ#2424731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424731"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14928"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14928",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14928"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1146/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1146/"
}
],
"release_date": "2025-12-23T21:04:48.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting HuBERT model checkpoints from untrusted or unverified sources. Ensure that all HuBERT model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious HuBERT model checkpoint"
},
{
"cve": "CVE-2025-14930",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:05:28.509553+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424769"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of weights fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious GLM4 model, resulting in arbitrary code execution in the context of the current user processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious GLM4 model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted GLM4 model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14930"
},
{
"category": "external",
"summary": "RHBZ#2424769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424769"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14930"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14930",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14930"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1145/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1145/"
}
],
"release_date": "2025-12-23T21:04:52.512000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing GLM4 model files from untrusted or unverified sources. Ensure that all GLM4 model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious GLM4 model file"
},
{
"acknowledgments": [
{
"names": [
"Quang Luong",
"PrymEvol"
]
}
],
"cve": "CVE-2026-4775",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-03-24T14:23:23.826000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450768"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libtiff library. A remote attacker could exploit a signed integer overflow vulnerability in the putcontig8bitYCbCr44tile function by providing a specially crafted TIFF file. This flaw can lead to an out-of-bounds heap write due to incorrect memory pointer calculations, potentially causing a denial of service (application crash) or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: libtiff: Arbitrary code execution or denial of service via signed integer overflow in TIFF file processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw in the libtiff library, affecting the processing of specially crafted TIFF files, could lead to a denial of service or potentially arbitrary code execution. This vulnerability, caused by a signed integer overflow during TIFF image processing, results in an out-of-bounds heap write. Red Hat products that process untrusted TIFF files using libtiff may be impacted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4775"
},
{
"category": "external",
"summary": "RHBZ#2450768",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450768"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4775"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4775",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4775"
}
],
"release_date": "2026-03-24T14:33:35.730000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted or maliciously crafted TIFF files with applications linked against the libtiff library. If processing untrusted TIFF files is unavoidable, consider running the affected applications within a sandboxed environment to limit the potential impact of successful exploitation. This operational control helps contain the effects of an out-of-bounds write, reducing the risk of denial of service or arbitrary code execution.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: libtiff: Arbitrary code execution or denial of service via signed integer overflow in TIFF file processing"
},
{
"cve": "CVE-2026-4786",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-13T22:01:38.006388+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458049"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing \"%action\" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in the Python `webbrowser.open()` API allows for command injection and arbitrary code execution when processing specially crafted URLs containing \"%action\". This bypasses a previous mitigation for CVE-2026-4519.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4786"
},
{
"category": "external",
"summary": "RHBZ#2458049",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148169",
"url": "https://github.com/python/cpython/issues/148169"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148170",
"url": "https://github.com/python/cpython/pull/148170"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/"
}
],
"release_date": "2026-04-13T21:52:19.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API"
},
{
"acknowledgments": [
{
"names": [
"Ali Raza"
]
}
],
"cve": "CVE-2026-4878",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-03-26T06:56:21.213270+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libcap. A local unprivileged user can exploit a Time-of-check-to-time-of-use (TOCTOU) race condition in the `cap_set_file()` function. This allows an attacker with write access to a parent directory to redirect file capability updates to an attacker-controlled file. By doing so, capabilities can be injected into or stripped from unintended executables, leading to privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libcap: libcap: Privilege escalation via TOCTOU race condition in cap_set_file()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw. A Time-of-Check-to-Time-of-Use (TOCTOU) race condition in libcap\u0027s cap_set_file() allows a local unprivileged user to escalate privileges. An attacker with write access to a parent directory can exploit a narrow window during file capability updates to redirect capabilities to an attacker-controlled file. This can lead to the injection of elevated privileges into an unintended executable when privileged processes, such as setcap or container tooling, invoke cap_set_file() on attacker-influenced paths.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4878"
},
{
"category": "external",
"summary": "RHBZ#2451615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4878",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4878"
},
{
"category": "external",
"summary": "https://bugzilla.redhat.com/show_bug.cgi?id=2447554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447554"
}
],
"release_date": "2026-04-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libcap: libcap: Privilege escalation via TOCTOU race condition in cap_set_file()"
},
{
"cve": "CVE-2026-6100",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-04-13T18:01:31.970255+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457932"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python\u0027s decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this flaw is somewhat mitigated on Red Hat platforms. By default processes are not executed with root user privilege and are limited in their scope which in turn limits the impact of this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6100"
},
{
"category": "external",
"summary": "RHBZ#2457932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d",
"url": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2",
"url": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20",
"url": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/148395",
"url": "https://github.com/python/cpython/issues/148395"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/148396",
"url": "https://github.com/python/cpython/pull/148396"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/"
}
],
"release_date": "2026-04-13T17:15:47.606000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules"
},
{
"acknowledgments": [
{
"names": [
"AISLE Research"
],
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-10118",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-21T23:20:23+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460428"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Poppler\u0027s Splash backend. A remote attacker could exploit this vulnerability by crafting a malicious PDF file that, when rendered, triggers an integer overflow in the `tilingPatternFill` function. This overflow leads to an undersized heap memory allocation, allowing a subsequent out-of-bounds write. Successful exploitation could result in arbitrary code execution, information disclosure, or denial of service within the context of the application processing the PDF.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "poppler: Integer overflow in Poppler SplashOutputDev::tilingPatternFill leads to heap buffer overflow via unchecked dimension multiplication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important heap-based memory corruption flaw in Poppler\u0027s Splash backend. Processing a specially crafted PDF document can lead to an integer overflow, resulting in an undersized heap allocation and a subsequent out-of-bounds write. This could allow an attacker to achieve arbitrary code execution, disclose sensitive information, or cause a denial of service within the context of the application rendering the PDF. To successfully exploit this vulnerability the attacker needs to be able to supply the maliciously crafted PDF file to the application consuming poppler or trick the user to process the PDF file using the Poppler\u0027s backend.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-10118"
},
{
"category": "external",
"summary": "RHBZ#2460428",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460428"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-10118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10118"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-10118",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-10118"
},
{
"category": "external",
"summary": "https://gitlab.freedesktop.org/poppler/poppler/-/work_items/1715",
"url": "https://gitlab.freedesktop.org/poppler/poppler/-/work_items/1715"
}
],
"release_date": "2026-06-01T15:25:35.578000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid opening untrusted or suspicious PDF documents with applications that utilize the Poppler library for rendering. Limiting exposure to untrusted content can reduce the risk of exploitation.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "poppler: Integer overflow in Poppler SplashOutputDev::tilingPatternFill leads to heap buffer overflow via unchecked dimension multiplication"
},
{
"cve": "CVE-2026-34588",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-06T16:02:38.673068+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455408"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenEXR, an image storage format for the motion picture industry. A remote attacker could exploit an integer overflow vulnerability in the `internal_exr_undo_piz()` function by providing a specially crafted EXR file. This flaw leads to out-of-bounds reads and writes, which may allow for arbitrary code execution or sensitive information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenEXR: OpenEXR: Arbitrary code execution and information disclosure via crafted EXR file",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34588"
},
{
"category": "external",
"summary": "RHBZ#2455408",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455408"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34588",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34588"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34588",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34588"
},
{
"category": "external",
"summary": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-588r-cr5c-w6hf",
"url": "https://github.com/AcademySoftwareFoundation/openexr/security/advisories/GHSA-588r-cr5c-w6hf"
}
],
"release_date": "2026-04-06T15:31:57.602000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "OpenEXR: OpenEXR: Arbitrary code execution and information disclosure via crafted EXR file"
},
{
"cve": "CVE-2026-34982",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-04-06T16:02:10.004743+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455400"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim. A modeline is used to set specific editor options directly from a text file. However, the `complete`, `guitabtooltip`, `printheader` options and the `mapset` function lack proper security checks, allowing an attacker to bypass restrictions and cause arbitrary OS command execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: arbitrary command execution via modeline sandbox bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this vulnerability, an attacker needs to convince a user to open a specially crafted file. The arbitrary OS command execution is restricted to the privileges of the user running Vim, limiting the potential of a full system compromise.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34982"
},
{
"category": "external",
"summary": "RHBZ#2455400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455400"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34982"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34982",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34982"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/04/01/1",
"url": "http://www.openwall.com/lists/oss-security/2026/04/01/1"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/75661a66a1db1e1f3f1245c615",
"url": "https://github.com/vim/vim/commit/75661a66a1db1e1f3f1245c615"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0276",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0276"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-8h6p-m6gr-mpw9",
"url": "https://github.com/vim/vim/security/advisories/GHSA-8h6p-m6gr-mpw9"
}
],
"release_date": "2026-04-06T15:16:48.809000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the modeline support by adding the following command to the Vim configuration file:\n\n~~~\nset nomodeline\n~~~",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vim: arbitrary command execution via modeline sandbox bypass"
},
{
"cve": "CVE-2026-35385",
"cwe": {
"id": "CWE-281",
"name": "Improper Preservation of Permissions"
},
"discovery_date": "2026-04-02T17:01:07.052864+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454469"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSH. When the `scp` command is used by a root user to download a file with the legacy protocol option (`-O`) and without preserving original file permissions (`-p`), the downloaded file can be installed with elevated privileges (setuid or setgid). This unexpected behavior could allow a malicious file to execute with higher permissions than intended, posing a security risk through potential privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenSSH: OpenSSH: Privilege escalation via scp legacy protocol when not preserving file mode",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35385"
},
{
"category": "external",
"summary": "RHBZ#2454469",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454469"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35385",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35385"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35385",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35385"
},
{
"category": "external",
"summary": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2",
"url": "https://marc.info/?l=openssh-unix-dev\u0026m=177513443901484\u0026w=2"
},
{
"category": "external",
"summary": "https://www.openssh.org/releasenotes.html#10.3p1",
"url": "https://www.openssh.org/releasenotes.html#10.3p1"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/04/02/3",
"url": "https://www.openwall.com/lists/oss-security/2026/04/02/3"
}
],
"release_date": "2026-04-02T16:30:59.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "OpenSSH: OpenSSH: Privilege escalation via scp legacy protocol when not preserving file mode"
},
{
"cve": "CVE-2026-37555",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-29T17:00:55.901773+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libsndfile library. An integer overflow in the IMA ADPCM codec can occur when a specially crafted WAV audio file is processed, specifically with malicious samplesperblock and blocks values. This can lead to a heap-based buffer overflow, causing a crash to the application linked to the library and memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsndfile: integer overflow in ima_reader_init()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a malicious WAV file with an application linked to the libsndfile library.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "RHBZ#2463856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-37555",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-37555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-37555"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151",
"url": "https://github.com/libsndfile/libsndfile/commit/9a829113c88a51e57c1e46473e90609e4b7df151"
},
{
"category": "external",
"summary": "https://github.com/libsndfile/libsndfile/issues/833",
"url": "https://github.com/libsndfile/libsndfile/issues/833"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "Do not process untrusted WAV files with the libsndfile library.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libsndfile: integer overflow in ima_reader_init()"
},
{
"cve": "CVE-2026-39979",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-13T23:01:01.219840+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458077"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command line JSON processor, specifically in the libjq API. Parsing a malformed JSON input from a non-NUL-terminated buffer using the `jv_parse_sized` function can cause an out-of-bounds read, resulting in an application crash and a possible memory disclosure within the error message generated by the parser.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to supply malformed JSON from a non-NUL-terminated buffer to an application using the `jv_parse_sized` function. This allows the attacker to trigger the out-of-bounds read, causing an application crash and potentially disclosing memory with no other security impact. As this issue affects the libjq library, it is more likely to be exposed to untrusted input. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39979"
},
{
"category": "external",
"summary": "RHBZ#2458077",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458077"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39979"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39979"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f",
"url": "https://github.com/jqlang/jq/commit/2f09060afab23fe9390cce7cb860b10416e1bf5f"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p"
}
],
"release_date": "2026-04-13T22:18:56.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "To mitigate this issue, manually ensure that every buffer is NUL-terminated before passing it to the \u0027jv_parse_sized\u0027 function.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: out-of-bounds read in jv_parse_sized() on error formatting for non-NUL-terminated buffers"
},
{
"cve": "CVE-2026-40164",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-14T00:01:04.003115+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458084"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jq, a command-line JSON processor. A remote attacker could exploit this vulnerability by providing a specially crafted JSON object. This object leverages a weakness in jq\u0027s hashing algorithm, which uses a hardcoded, publicly known seed. By crafting the JSON object to cause hash collisions, an attacker can degrade the performance of JSON object hash table operations, leading to significant CPU exhaustion and a denial of service (DoS) for systems processing the malicious JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jq: jq: Denial of Service via crafted JSON object causing hash collisions",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40164"
},
{
"category": "external",
"summary": "RHBZ#2458084",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458084"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40164"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784",
"url": "https://github.com/jqlang/jq/commit/0c7d133c3c7e37c00b6d46b658a02244fdd3c784"
},
{
"category": "external",
"summary": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29",
"url": "https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29"
}
],
"release_date": "2026-04-13T23:40:12.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jq: jq: Denial of Service via crafted JSON object causing hash collisions"
},
{
"cve": "CVE-2026-44431",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-05-13T17:01:41.663622+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. When using the low-level API via `ProxyManager.connection_from_url().urlopen()` with `assert_same_host=False`, cross-origin redirects can still forward sensitive headers. This could allow a remote attacker to gain unauthorized access to sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Information disclosure via cross-origin redirects forwarding sensitive headers",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44431"
},
{
"category": "external",
"summary": "RHBZ#2477167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44431"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44431",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44431"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc"
}
],
"release_date": "2026-05-13T15:20:24.588000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: urllib3: Information disclosure via cross-origin redirects forwarding sensitive headers"
},
{
"cve": "CVE-2026-44432",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-05-13T17:01:01.083841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477154"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. This vulnerability allows a remote attacker to cause excessive resource consumption, such as high CPU usage and massive memory allocation, on the client side. This occurs when urllib3 attempts to decompress an entire HTTP response, even if only a partial read was requested, or when draining the connection after a partial decompression. This can lead to a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Denial of Service due to excessive HTTP response decompression",
"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": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44432"
},
{
"category": "external",
"summary": "RHBZ#2477154",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477154"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44432",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44432"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44432",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44432"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-mf9v-mfxr-j63j",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-mf9v-mfxr-j63j"
}
],
"release_date": "2026-05-13T15:17:12.611000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-25T18:29:28+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:30078",
"product_ids": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:30078"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:21867e83ef2af0458c1eff854005781fbb527370bca8a1e90b404b5119ad2478_amd64",
"Red Hat AI Inference Server 3.3:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f94dff371b3c38a7d62490bcd72aa98829b762330b3603d6f19abb287b2f8969_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Denial of Service due to excessive HTTP response decompression"
}
]
}
SUSE-SU-2026:1968-1
Vulnerability from csaf_suse - Published: 2026-05-18 08:14 - Updated: 2026-05-18 08:14| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libsndfile",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libsndfile fixes the following issues\n\n- CVE-2025-52194: buffer overflow in the ircam_read_header function of file src/ircam.c when processing malformed IRCAM\n audio files (bsc#1248458).\n- CVE-2026-37555: IMA-ADPCM integer overflow (bsc#1263695).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1968,SUSE-SLE-Module-Basesystem-15-SP7-2026-1968,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-1968,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1968,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1968,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1968,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1968,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1968,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1968,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1968,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1968,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1968,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1968",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1968-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1968-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261968-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1968-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046556.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248458",
"url": "https://bugzilla.suse.com/1248458"
},
{
"category": "self",
"summary": "SUSE Bug 1263695",
"url": "https://bugzilla.suse.com/1263695"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-52194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-52194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-37555 page",
"url": "https://www.suse.com/security/cve/CVE-2026-37555/"
}
],
"title": "Security update for libsndfile",
"tracking": {
"current_release_date": "2026-05-18T08:14:45Z",
"generator": {
"date": "2026-05-18T08:14:45Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1968-1",
"initial_release_date": "2026-05-18T08:14:45Z",
"revision_history": [
{
"date": "2026-05-18T08:14:45Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"product": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"product_id": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.28-150000.5.23.1.aarch64",
"product": {
"name": "libsndfile-progs-1.0.28-150000.5.23.1.aarch64",
"product_id": "libsndfile-progs-1.0.28-150000.5.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"product": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"product_id": "libsndfile1-1.0.28-150000.5.23.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile1-64bit-1.0.28-150000.5.23.1.aarch64_ilp32",
"product": {
"name": "libsndfile1-64bit-1.0.28-150000.5.23.1.aarch64_ilp32",
"product_id": "libsndfile1-64bit-1.0.28-150000.5.23.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.28-150000.5.23.1.i586",
"product": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.i586",
"product_id": "libsndfile-devel-1.0.28-150000.5.23.1.i586"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.28-150000.5.23.1.i586",
"product": {
"name": "libsndfile-progs-1.0.28-150000.5.23.1.i586",
"product_id": "libsndfile-progs-1.0.28-150000.5.23.1.i586"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.28-150000.5.23.1.i586",
"product": {
"name": "libsndfile1-1.0.28-150000.5.23.1.i586",
"product_id": "libsndfile1-1.0.28-150000.5.23.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"product": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"product_id": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.28-150000.5.23.1.ppc64le",
"product": {
"name": "libsndfile-progs-1.0.28-150000.5.23.1.ppc64le",
"product_id": "libsndfile-progs-1.0.28-150000.5.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"product": {
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"product_id": "libsndfile1-1.0.28-150000.5.23.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"product": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"product_id": "libsndfile-devel-1.0.28-150000.5.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.28-150000.5.23.1.s390x",
"product": {
"name": "libsndfile-progs-1.0.28-150000.5.23.1.s390x",
"product_id": "libsndfile-progs-1.0.28-150000.5.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.28-150000.5.23.1.s390x",
"product": {
"name": "libsndfile1-1.0.28-150000.5.23.1.s390x",
"product_id": "libsndfile1-1.0.28-150000.5.23.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"product": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"product_id": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.28-150000.5.23.1.x86_64",
"product": {
"name": "libsndfile-progs-1.0.28-150000.5.23.1.x86_64",
"product_id": "libsndfile-progs-1.0.28-150000.5.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"product": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"product_id": "libsndfile1-1.0.28-150000.5.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"product": {
"name": "libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"product_id": "libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.28-150000.5.23.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64"
},
"product_reference": "libsndfile1-1.0.28-150000.5.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-52194"
}
],
"notes": [
{
"category": "general",
"text": "A buffer overflow vulnerability exists in libsndfile version 1.2.2 and potentially earlier versions when processing malformed IRCAM audio files. The vulnerability occurs in the ircam_read_header function at src/ircam.c:164 during sample rate processing, leading to memory corruption and potential code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-52194",
"url": "https://www.suse.com/security/cve/CVE-2025-52194"
},
{
"category": "external",
"summary": "SUSE Bug 1248458 for CVE-2025-52194",
"url": "https://bugzilla.suse.com/1248458"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T08:14:45Z",
"details": "important"
}
],
"title": "CVE-2025-52194"
},
{
"cve": "CVE-2026-37555",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-37555"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path (line 241) was fixed with (sf_count_t) cast, but the WAV code path (line 235) and close path (line 167) were not. When samplesperblock (int) * blocks (int) exceeds INT_MAX, the 32-bit multiplication overflows before being assigned to sf.frames (sf_count_t/int64). With samplesperblock=50000 and blocks=50000, the product 2500000000 overflows to -1794967296. This causes incorrect frame count leading to heap buffer overflow or denial of service. Both values come from the WAV file header and are attacker-controlled. This issue was discovered after an incomplete fix for CVE-2022-33065.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-37555",
"url": "https://www.suse.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "SUSE Bug 1263695 for CVE-2026-37555",
"url": "https://bugzilla.suse.com/1263695"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libsndfile1-32bit-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libsndfile1-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile-devel-1.0.28-150000.5.23.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:libsndfile1-1.0.28-150000.5.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T08:14:45Z",
"details": "important"
}
],
"title": "CVE-2026-37555"
}
]
}
SUSE-SU-2026:1969-1
Vulnerability from csaf_suse - Published: 2026-05-18 08:15 - Updated: 2026-05-18 08:15| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for libsndfile",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for libsndfile fixes the following issues\n\n- CVE-2025-52194: buffer overflow in the ircam_read_header function of file src/ircam.c when processing malformed IRCAM\n audio files (bsc#1248458).\n- CVE-2026-37555: IMA-ADPCM integer overflow (bsc#1263695).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1969,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1969,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1969",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1969-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1969-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261969-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1969-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046555.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248458",
"url": "https://bugzilla.suse.com/1248458"
},
{
"category": "self",
"summary": "SUSE Bug 1263695",
"url": "https://bugzilla.suse.com/1263695"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-52194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-52194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-37555 page",
"url": "https://www.suse.com/security/cve/CVE-2026-37555/"
}
],
"title": "Security update for libsndfile",
"tracking": {
"current_release_date": "2026-05-18T08:15:08Z",
"generator": {
"date": "2026-05-18T08:15:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1969-1",
"initial_release_date": "2026-05-18T08:15:08Z",
"revision_history": [
{
"date": "2026-05-18T08:15:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.25-36.32.1.aarch64",
"product": {
"name": "libsndfile-devel-1.0.25-36.32.1.aarch64",
"product_id": "libsndfile-devel-1.0.25-36.32.1.aarch64"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.25-36.32.1.aarch64",
"product": {
"name": "libsndfile-progs-1.0.25-36.32.1.aarch64",
"product_id": "libsndfile-progs-1.0.25-36.32.1.aarch64"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.25-36.32.1.aarch64",
"product": {
"name": "libsndfile1-1.0.25-36.32.1.aarch64",
"product_id": "libsndfile1-1.0.25-36.32.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile1-64bit-1.0.25-36.32.1.aarch64_ilp32",
"product": {
"name": "libsndfile1-64bit-1.0.25-36.32.1.aarch64_ilp32",
"product_id": "libsndfile1-64bit-1.0.25-36.32.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.25-36.32.1.i586",
"product": {
"name": "libsndfile-devel-1.0.25-36.32.1.i586",
"product_id": "libsndfile-devel-1.0.25-36.32.1.i586"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.25-36.32.1.i586",
"product": {
"name": "libsndfile-progs-1.0.25-36.32.1.i586",
"product_id": "libsndfile-progs-1.0.25-36.32.1.i586"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.25-36.32.1.i586",
"product": {
"name": "libsndfile1-1.0.25-36.32.1.i586",
"product_id": "libsndfile1-1.0.25-36.32.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.25-36.32.1.ppc64le",
"product": {
"name": "libsndfile-devel-1.0.25-36.32.1.ppc64le",
"product_id": "libsndfile-devel-1.0.25-36.32.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.25-36.32.1.ppc64le",
"product": {
"name": "libsndfile-progs-1.0.25-36.32.1.ppc64le",
"product_id": "libsndfile-progs-1.0.25-36.32.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.25-36.32.1.ppc64le",
"product": {
"name": "libsndfile1-1.0.25-36.32.1.ppc64le",
"product_id": "libsndfile1-1.0.25-36.32.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.25-36.32.1.s390",
"product": {
"name": "libsndfile-devel-1.0.25-36.32.1.s390",
"product_id": "libsndfile-devel-1.0.25-36.32.1.s390"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.25-36.32.1.s390",
"product": {
"name": "libsndfile-progs-1.0.25-36.32.1.s390",
"product_id": "libsndfile-progs-1.0.25-36.32.1.s390"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.25-36.32.1.s390",
"product": {
"name": "libsndfile1-1.0.25-36.32.1.s390",
"product_id": "libsndfile1-1.0.25-36.32.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.25-36.32.1.s390x",
"product": {
"name": "libsndfile-devel-1.0.25-36.32.1.s390x",
"product_id": "libsndfile-devel-1.0.25-36.32.1.s390x"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.25-36.32.1.s390x",
"product": {
"name": "libsndfile-progs-1.0.25-36.32.1.s390x",
"product_id": "libsndfile-progs-1.0.25-36.32.1.s390x"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.25-36.32.1.s390x",
"product": {
"name": "libsndfile1-1.0.25-36.32.1.s390x",
"product_id": "libsndfile1-1.0.25-36.32.1.s390x"
}
},
{
"category": "product_version",
"name": "libsndfile1-32bit-1.0.25-36.32.1.s390x",
"product": {
"name": "libsndfile1-32bit-1.0.25-36.32.1.s390x",
"product_id": "libsndfile1-32bit-1.0.25-36.32.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile-devel-1.0.25-36.32.1.x86_64",
"product": {
"name": "libsndfile-devel-1.0.25-36.32.1.x86_64",
"product_id": "libsndfile-devel-1.0.25-36.32.1.x86_64"
}
},
{
"category": "product_version",
"name": "libsndfile-progs-1.0.25-36.32.1.x86_64",
"product": {
"name": "libsndfile-progs-1.0.25-36.32.1.x86_64",
"product_id": "libsndfile-progs-1.0.25-36.32.1.x86_64"
}
},
{
"category": "product_version",
"name": "libsndfile1-1.0.25-36.32.1.x86_64",
"product": {
"name": "libsndfile1-1.0.25-36.32.1.x86_64",
"product_id": "libsndfile1-1.0.25-36.32.1.x86_64"
}
},
{
"category": "product_version",
"name": "libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"product": {
"name": "libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"product_id": "libsndfile1-32bit-1.0.25-36.32.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.25-36.32.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64"
},
"product_reference": "libsndfile-devel-1.0.25-36.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.25-36.32.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le"
},
"product_reference": "libsndfile-devel-1.0.25-36.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.25-36.32.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x"
},
"product_reference": "libsndfile-devel-1.0.25-36.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.25-36.32.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.25-36.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.25-36.32.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64"
},
"product_reference": "libsndfile1-1.0.25-36.32.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.25-36.32.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le"
},
"product_reference": "libsndfile1-1.0.25-36.32.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.25-36.32.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x"
},
"product_reference": "libsndfile1-1.0.25-36.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.25-36.32.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64"
},
"product_reference": "libsndfile1-1.0.25-36.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-32bit-1.0.25-36.32.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x"
},
"product_reference": "libsndfile1-32bit-1.0.25-36.32.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-32bit-1.0.25-36.32.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64"
},
"product_reference": "libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile-devel-1.0.25-36.32.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64"
},
"product_reference": "libsndfile-devel-1.0.25-36.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.0.25-36.32.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64"
},
"product_reference": "libsndfile1-1.0.25-36.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-32bit-1.0.25-36.32.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64"
},
"product_reference": "libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-52194"
}
],
"notes": [
{
"category": "general",
"text": "A buffer overflow vulnerability exists in libsndfile version 1.2.2 and potentially earlier versions when processing malformed IRCAM audio files. The vulnerability occurs in the ircam_read_header function at src/ircam.c:164 during sample rate processing, leading to memory corruption and potential code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-52194",
"url": "https://www.suse.com/security/cve/CVE-2025-52194"
},
{
"category": "external",
"summary": "SUSE Bug 1248458 for CVE-2025-52194",
"url": "https://bugzilla.suse.com/1248458"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T08:15:08Z",
"details": "important"
}
],
"title": "CVE-2025-52194"
},
{
"cve": "CVE-2026-37555",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-37555"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in libsndfile 1.2.2 IMA ADPCM codec. The AIFF code path (line 241) was fixed with (sf_count_t) cast, but the WAV code path (line 235) and close path (line 167) were not. When samplesperblock (int) * blocks (int) exceeds INT_MAX, the 32-bit multiplication overflows before being assigned to sf.frames (sf_count_t/int64). With samplesperblock=50000 and blocks=50000, the product 2500000000 overflows to -1794967296. This causes incorrect frame count leading to heap buffer overflow or denial of service. Both values come from the WAV file header and are attacker-controlled. This issue was discovered after an incomplete fix for CVE-2022-33065.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-37555",
"url": "https://www.suse.com/security/cve/CVE-2026-37555"
},
{
"category": "external",
"summary": "SUSE Bug 1263695 for CVE-2026-37555",
"url": "https://bugzilla.suse.com/1263695"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:libsndfile1-32bit-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile-devel-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-1.0.25-36.32.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libsndfile1-32bit-1.0.25-36.32.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T08:15:08Z",
"details": "important"
}
],
"title": "CVE-2026-37555"
}
]
}
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.