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
VLAI
EPSS
Summary
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.
Severity
7.5 (High)
CWE
- n/a
Assigner
References
{
"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-05-28",
"epss": "0.00043",
"percentile": "0.1369"
},
"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"
}
}
}
SUSE-SU-2026:1968-1
Vulnerability from csaf_suse - Published: 2026-05-18 08:14 - Updated: 2026-05-18 08:14Summary
Security update for libsndfile
Severity
Important
Notes
Title of the patch: Security update for libsndfile
Description of the patch: This update for libsndfile fixes the following issues
- CVE-2025-52194: buffer overflow in the ircam_read_header function of file src/ircam.c when processing malformed IRCAM
audio files (bsc#1248458).
- CVE-2026-37555: IMA-ADPCM integer overflow (bsc#1263695).
Patchnames: 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
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
61 products
| 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
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
61 products
| 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
|
Threats
Impact
important
References
12 references
{
"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:15Summary
Security update for libsndfile
Severity
Important
Notes
Title of the patch: Security update for libsndfile
Description of the patch: This update for libsndfile fixes the following issues
- CVE-2025-52194: buffer overflow in the ircam_read_header function of file src/ircam.c when processing malformed IRCAM
audio files (bsc#1248458).
- CVE-2026-37555: IMA-ADPCM integer overflow (bsc#1263695).
Patchnames: SUSE-2026-1969,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1969,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1969
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
13 products
| 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
|
Threats
Impact
important
7.5 (High)
Affected products
Recommended
13 products
| 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
|
Threats
Impact
important
References
12 references
{
"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"
}
]
}
SUSE-SU-2026:21826-1
Vulnerability from csaf_suse - Published: 2026-05-22 08:43 - Updated: 2026-05-22 08:43Summary
Security update for libsndfile
Severity
Important
Notes
Title of the patch: Security update for libsndfile
Description of the patch: This update for libsndfile fixes the following issues
- CVE-2025-52194: buffer overflow in the ircam_read_header function of file src/ircam.c when processing malformed IRCAM
audio files (bsc#1248458).
- CVE-2025-56226: memory leak in the `mpeg_l3_encoder_init()` function of `mpeg_l3_encode.c` (bsc#1256702).
- CVE-2026-37555: IMA-ADPCM integer overflow (bsc#1263695).
Changes for libsndfile:
Patchnames: SUSE-SLES-16.0-793
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
8.2 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"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-2025-56226: memory leak in the `mpeg_l3_encoder_init()` function of `mpeg_l3_encode.c` (bsc#1256702).\n- CVE-2026-37555: IMA-ADPCM integer overflow (bsc#1263695).\n\nChanges for libsndfile:\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-793",
"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_21826-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21826-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621826-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21826-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046787.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248458",
"url": "https://bugzilla.suse.com/1248458"
},
{
"category": "self",
"summary": "SUSE Bug 1256702",
"url": "https://bugzilla.suse.com/1256702"
},
{
"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-2025-56226 page",
"url": "https://www.suse.com/security/cve/CVE-2025-56226/"
},
{
"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-22T08:43:20Z",
"generator": {
"date": "2026-05-22T08:43:20Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21826-1",
"initial_release_date": "2026-05-22T08:43:20Z",
"revision_history": [
{
"date": "2026-05-22T08:43:20Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libsndfile1-1.2.2-160000.4.1.aarch64",
"product": {
"name": "libsndfile1-1.2.2-160000.4.1.aarch64",
"product_id": "libsndfile1-1.2.2-160000.4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile1-1.2.2-160000.4.1.ppc64le",
"product": {
"name": "libsndfile1-1.2.2-160000.4.1.ppc64le",
"product_id": "libsndfile1-1.2.2-160000.4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile1-1.2.2-160000.4.1.s390x",
"product": {
"name": "libsndfile1-1.2.2-160000.4.1.s390x",
"product_id": "libsndfile1-1.2.2-160000.4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libsndfile1-1.2.2-160000.4.1.x86_64",
"product": {
"name": "libsndfile1-1.2.2-160000.4.1.x86_64",
"product_id": "libsndfile1-1.2.2-160000.4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.2.2-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.aarch64"
},
"product_reference": "libsndfile1-1.2.2-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.2.2-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le"
},
"product_reference": "libsndfile1-1.2.2-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.2.2-160000.4.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x"
},
"product_reference": "libsndfile1-1.2.2-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.2.2-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64"
},
"product_reference": "libsndfile1-1.2.2-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.2.2-160000.4.1.aarch64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64"
},
"product_reference": "libsndfile1-1.2.2-160000.4.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.2.2-160000.4.1.ppc64le as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le"
},
"product_reference": "libsndfile1-1.2.2-160000.4.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.2.2-160000.4.1.s390x as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x"
},
"product_reference": "libsndfile1-1.2.2-160000.4.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libsndfile1-1.2.2-160000.4.1.x86_64 as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64"
},
"product_reference": "libsndfile1-1.2.2-160000.4.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"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 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.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 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.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 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-22T08:43:20Z",
"details": "important"
}
],
"title": "CVE-2025-52194"
},
{
"cve": "CVE-2025-56226",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-56226"
}
],
"notes": [
{
"category": "general",
"text": "Libsndfile \u003c=1.2.2 contains a memory leak vulnerability in the mpeg_l3_encoder_init() function within the mpeg_l3_encode.c file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-56226",
"url": "https://www.suse.com/security/cve/CVE-2025-56226"
},
{
"category": "external",
"summary": "SUSE Bug 1256702 for CVE-2025-56226",
"url": "https://bugzilla.suse.com/1256702"
}
],
"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 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-22T08:43:20Z",
"details": "moderate"
}
],
"title": "CVE-2025-56226"
},
{
"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 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.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 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.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 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server 16.0:libsndfile1-1.2.2-160000.4.1.x86_64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.aarch64",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.ppc64le",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.s390x",
"SUSE Linux Enterprise Server for SAP applications 16.0:libsndfile1-1.2.2-160000.4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-22T08:43:20Z",
"details": "important"
}
],
"title": "CVE-2026-37555"
}
]
}
WID-SEC-W-2026-1316
Vulnerability from csaf_certbund - Published: 2026-04-29 22:00 - Updated: 2026-05-20 22:00Summary
libsndfile: Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Das libsndfile Paket stellt eine Bibliothek zum Lesen und Schreiben von Audiodateien zur Verfügung.
Angriff: Ein entfernter, anonymer Angreifer kann eine Schwachstelle in libsndfile ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Linux
- UNIX
- Windows
Affected products
Known affected
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source libsndfile
Open Source
|
cpe:/a:libsnd:libsndfile:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
References
10 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Das libsndfile Paket stellt eine Bibliothek zum Lesen und Schreiben von Audiodateien zur Verf\u00fcgung.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in libsndfile ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1316 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1316.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1316 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1316"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2026-04-29",
"url": "https://seclists.org/oss-sec/2026/q2/292"
},
{
"category": "external",
"summary": "EU Vulnerability Database vom 2026-04-29",
"url": "https://euvd.enisa.europa.eu/enisa/EUVD-2026-26241"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1969-1 vom 2026-05-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026127.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1968-1 vom 2026-05-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026128.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19560 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19560"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19559 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19559"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:19559 vom 2026-05-21",
"url": "https://errata.build.resf.org/RLSA-2026:19559"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19610 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19610"
}
],
"source_lang": "en-US",
"title": "libsndfile: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-05-20T22:00:00.000+00:00",
"generator": {
"date": "2026-05-21T07:57:43.039+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1316",
"initial_release_date": "2026-04-29T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-04-29T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-18T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Red Hat aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Open Source libsndfile",
"product": {
"name": "Open Source libsndfile",
"product_id": "T053418",
"product_identification_helper": {
"cpe": "cpe:/a:libsnd:libsndfile:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-37555",
"product_status": {
"known_affected": [
"T002207",
"67646",
"T053418",
"T032255"
]
},
"release_date": "2026-04-29T22:00:00.000+00:00",
"title": "CVE-2026-37555"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…