Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-45676 (GCVE-0-2023-45676)
Vulnerability from cvelistv5 – Published: 2023-10-20 23:26 – Updated: 2024-09-12 13:38
VLAI?
EPSS
Title
Multi-byte write heap buffer overflow in start_decoder in stb_vorbis
Summary
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f->vendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.
Severity ?
7.3 (High)
CWE
- CWE-787 - Out-of-bounds Write
Assigner
References
| URL | Tags | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T20:21:16.812Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/"
},
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656"
},
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960"
}
],
"title": "CVE Program Container"
},
{
"affected": [
{
"cpes": [
"cpe:2.3:a:nothings:stb:*:*:*:*:*:*:*:*"
],
"defaultStatus": "unknown",
"product": "stb",
"vendor": "nothings",
"versions": [
{
"lessThanOrEqual": "1.22",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-45676",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-12T13:32:47.392211Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-09-12T13:38:48.646Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "stb",
"vendor": "nothings",
"versions": [
{
"status": "affected",
"version": "\u003c= 1.22"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787: Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-10-20T23:26:47.709Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/"
},
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656"
},
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960"
}
],
"source": {
"advisory": "GHSA-mqff-rm74-7wxf",
"discovery": "UNKNOWN"
},
"title": "Multi-byte write heap buffer overflow in start_decoder in stb_vorbis"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-45676",
"datePublished": "2023-10-20T23:26:47.709Z",
"dateReserved": "2023-10-10T14:36:40.861Z",
"dateUpdated": "2024-09-12T13:38:48.646Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-45676",
"date": "2026-04-23",
"epss": "0.0005",
"percentile": "0.15424"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-45676\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-10-21T00:15:09.277\",\"lastModified\":\"2024-11-21T08:27:11.677\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.\"},{\"lang\":\"es\",\"value\":\"stb_vorbis es una librer\u00eda de archivo \u00fanico con licencia MIT para procesar archivos ogg vorbis. Un archivo manipulado puede provocar una escritura fuera de l\u00edmites en `f-\u0026gt;vendor[i] = get8_packet(f);`. La causa principal es un desbordamiento de enteros en `setup_malloc`. Un valor suficientemente grande en la variable `sz` se desborda con `sz+7` y el valor negativo pasa la verificaci\u00f3n del b\u00fafer de memoria m\u00e1xima disponible. Este problema puede provocar la ejecuci\u00f3n del c\u00f3digo.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":3.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:nothings:stb_vorbis.c:1.22:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C6709627-5AFB-4F0C-801D-238CA02D1BFE\"}]}]}],\"references\":[{\"url\":\"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"cna\": {\"title\": \"Multi-byte write heap buffer overflow in start_decoder in stb_vorbis\", \"problemTypes\": [{\"descriptions\": [{\"cweId\": \"CWE-787\", \"lang\": \"en\", \"description\": \"CWE-787: Out-of-bounds Write\", \"type\": \"CWE\"}]}], \"metrics\": [{\"cvssV3_1\": {\"attackComplexity\": \"LOW\", \"attackVector\": \"NETWORK\", \"availabilityImpact\": \"LOW\", \"baseScore\": 7.3, \"baseSeverity\": \"HIGH\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"scope\": \"UNCHANGED\", \"userInteraction\": \"NONE\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"version\": \"3.1\"}}], \"references\": [{\"name\": \"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\", \"tags\": [\"x_refsource_CONFIRM\"], \"url\": \"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\"}, {\"name\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656\"}, {\"name\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960\", \"tags\": [\"x_refsource_MISC\"], \"url\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960\"}], \"affected\": [{\"vendor\": \"nothings\", \"product\": \"stb\", \"versions\": [{\"version\": \"\u003c= 1.22\", \"status\": \"affected\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-10-20T23:26:47.709Z\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.\"}], \"source\": {\"advisory\": \"GHSA-mqff-rm74-7wxf\", \"discovery\": \"UNKNOWN\"}}, \"adp\": [{\"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T20:21:16.812Z\"}, \"title\": \"CVE Program Container\", \"references\": [{\"name\": \"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"], \"url\": \"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\"}, {\"name\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"], \"url\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656\"}, {\"name\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"], \"url\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960\"}]}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-45676\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-12T13:32:47.392211Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:nothings:stb:*:*:*:*:*:*:*:*\"], \"vendor\": \"nothings\", \"product\": \"stb\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"1.22\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-12T13:38:43.044Z\"}}]}",
"cveMetadata": "{\"cveId\": \"CVE-2023-45676\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"GitHub_M\", \"dateReserved\": \"2023-10-10T14:36:40.861Z\", \"datePublished\": \"2023-10-20T23:26:47.709Z\", \"dateUpdated\": \"2024-09-12T13:38:48.646Z\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
OPENSUSE-SU-2025:14642-1
Vulnerability from csaf_opensuse - Published: 2025-01-14 00:00 - Updated: 2025-01-14 00:00Summary
SDL2_sound-devel-2.0.4-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: SDL2_sound-devel-2.0.4-1.1 on GA media
Description of the patch: These are all security issues fixed in the SDL2_sound-devel-2.0.4-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2025-14642
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "SDL2_sound-devel-2.0.4-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the SDL2_sound-devel-2.0.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14642",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14642-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14642-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SWCLVWR36I4VV2JTSHFURYZBPAC6ZPCZ/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14642-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SWCLVWR36I4VV2JTSHFURYZBPAC6ZPCZ/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45676 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45676/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45677 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45677/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45681 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45681/"
}
],
"title": "SDL2_sound-devel-2.0.4-1.1 on GA media",
"tracking": {
"current_release_date": "2025-01-14T00:00:00Z",
"generator": {
"date": "2025-01-14T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14642-1",
"initial_release_date": "2025-01-14T00:00:00Z",
"revision_history": [
{
"date": "2025-01-14T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-1.1.aarch64",
"product": {
"name": "SDL2_sound-devel-2.0.4-1.1.aarch64",
"product_id": "SDL2_sound-devel-2.0.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-1.1.aarch64",
"product": {
"name": "libSDL2_sound2-2.0.4-1.1.aarch64",
"product_id": "libSDL2_sound2-2.0.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-1.1.ppc64le",
"product": {
"name": "SDL2_sound-devel-2.0.4-1.1.ppc64le",
"product_id": "SDL2_sound-devel-2.0.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-1.1.ppc64le",
"product": {
"name": "libSDL2_sound2-2.0.4-1.1.ppc64le",
"product_id": "libSDL2_sound2-2.0.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-1.1.s390x",
"product": {
"name": "SDL2_sound-devel-2.0.4-1.1.s390x",
"product_id": "SDL2_sound-devel-2.0.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-1.1.s390x",
"product": {
"name": "libSDL2_sound2-2.0.4-1.1.s390x",
"product_id": "libSDL2_sound2-2.0.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-1.1.x86_64",
"product": {
"name": "SDL2_sound-devel-2.0.4-1.1.x86_64",
"product_id": "SDL2_sound-devel-2.0.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-1.1.x86_64",
"product": {
"name": "libSDL2_sound2-2.0.4-1.1.x86_64",
"product_id": "libSDL2_sound2-2.0.4-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64"
},
"product_reference": "SDL2_sound-devel-2.0.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le"
},
"product_reference": "SDL2_sound-devel-2.0.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x"
},
"product_reference": "SDL2_sound-devel-2.0.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64"
},
"product_reference": "SDL2_sound-devel-2.0.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64"
},
"product_reference": "libSDL2_sound2-2.0.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le"
},
"product_reference": "libSDL2_sound2-2.0.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x"
},
"product_reference": "libSDL2_sound2-2.0.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
},
"product_reference": "libSDL2_sound2-2.0.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45676",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45676"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45676",
"url": "https://www.suse.com/security/cve/CVE-2023-45676"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45676",
"url": "https://bugzilla.suse.com/1216478"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-45676"
},
{
"cve": "CVE-2023-45677",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45677"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[len] = (char)\u0027\\0\u0027;`. The root cause is that if `len` read in `start_decoder` is a negative number and `setup_malloc` successfully allocates memory in that case, but memory write is done with a negative index `len`. Similarly if len is INT_MAX the integer overflow len+1 happens in `f-\u003evendor = (char*)setup_malloc(f, sizeof(char) * (len+1));` and `f-\u003ecomment_list[i] = (char*)setup_malloc(f, sizeof(char) * (len+1));`. This issue may lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45677",
"url": "https://www.suse.com/security/cve/CVE-2023-45677"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45677",
"url": "https://bugzilla.suse.com/1216478"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-45677"
},
{
"cve": "CVE-2023-45681",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45681"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory write past an allocated heap buffer in `start_decoder`. The root cause is a potential integer overflow in `sizeof(char*) * (f-\u003ecomment_list_length)` which may make `setup_malloc` allocate less memory than required. Since there is another integer overflow an attacker may overflow it too to force `setup_malloc` to return 0 and make the exploit more reliable. This issue may lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45681",
"url": "https://www.suse.com/security/cve/CVE-2023-45681"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45681",
"url": "https://bugzilla.suse.com/1216478"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x",
"openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-45681"
}
]
}
OPENSUSE-SU-2025:0037-1
Vulnerability from csaf_opensuse - Published: 2025-01-30 16:22 - Updated: 2025-01-30 16:22Summary
Security update for SDL2_sound
Severity
Important
Notes
Title of the patch: Security update for SDL2_sound
Description of the patch: This update for SDL2_sound fixes the following issues:
- Update to release 2.0.4:
* Update bundled stb_vorbis to address CVE-2023-45676,
CVE-2023-45677, CVE-2023-45679, CVE-2023-45680,
CVE-2023-45681, CVE-2023-45682.
- Update to release 2.0.2
* No further changes from the last snapshot 2.0.1+g60
Patchnames: openSUSE-2025-37
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.3 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
5.3 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
7.8 (High)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
5.3 (Medium)
Vendor Fix
To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 SDL2_sound",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for SDL2_sound fixes the following issues:\n\n- Update to release 2.0.4:\n * Update bundled stb_vorbis to address CVE-2023-45676,\n CVE-2023-45677, CVE-2023-45679, CVE-2023-45680,\n CVE-2023-45681, CVE-2023-45682.\n\n- Update to release 2.0.2\n * No further changes from the last snapshot 2.0.1+g60\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-2025-37",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_0037-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:0037-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PYKIGUIZT6TXJBJESQGK4RWVLRA2YLO4/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:0037-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PYKIGUIZT6TXJBJESQGK4RWVLRA2YLO4/"
},
{
"category": "self",
"summary": "SUSE Bug 1216478",
"url": "https://bugzilla.suse.com/1216478"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45676 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45676/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45677 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45677/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45679 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45679/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45680 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45680/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45681 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45681/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45682 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45682/"
}
],
"title": "Security update for SDL2_sound",
"tracking": {
"current_release_date": "2025-01-30T16:22:36Z",
"generator": {
"date": "2025-01-30T16:22:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:0037-1",
"initial_release_date": "2025-01-30T16:22:36Z",
"revision_history": [
{
"date": "2025-01-30T16:22:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"product": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"product_id": "SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"product": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"product_id": "libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"product": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"product_id": "SDL2_sound-devel-2.0.4-bp156.2.3.1.i586"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"product": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"product_id": "libSDL2_sound2-2.0.4-bp156.2.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"product": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"product_id": "SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"product": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"product_id": "libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"product": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"product_id": "SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"product": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"product_id": "libSDL2_sound2-2.0.4-bp156.2.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"product": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"product_id": "SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"product": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"product_id": "libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Package Hub 15 SP6",
"product": {
"name": "SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6"
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.i586 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.s390x as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 as component of SUSE Package Hub 15 SP6",
"product_id": "SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"relates_to_product_reference": "SUSE Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64"
},
"product_reference": "SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.i586 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
},
"product_reference": "libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45676",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45676"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45676",
"url": "https://www.suse.com/security/cve/CVE-2023-45676"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45676",
"url": "https://bugzilla.suse.com/1216478"
}
],
"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 Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T16:22:36Z",
"details": "important"
}
],
"title": "CVE-2023-45676"
},
{
"cve": "CVE-2023-45677",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45677"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[len] = (char)\u0027\\0\u0027;`. The root cause is that if `len` read in `start_decoder` is a negative number and `setup_malloc` successfully allocates memory in that case, but memory write is done with a negative index `len`. Similarly if len is INT_MAX the integer overflow len+1 happens in `f-\u003evendor = (char*)setup_malloc(f, sizeof(char) * (len+1));` and `f-\u003ecomment_list[i] = (char*)setup_malloc(f, sizeof(char) * (len+1));`. This issue may lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45677",
"url": "https://www.suse.com/security/cve/CVE-2023-45677"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45677",
"url": "https://bugzilla.suse.com/1216478"
}
],
"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 Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T16:22:36Z",
"details": "important"
}
],
"title": "CVE-2023-45677"
},
{
"cve": "CVE-2023-45679",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45679"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in `start_decoder`. In that case the function returns early, but some of the pointers in `f-\u003ecomment_list` are left initialized and later `setup_free` is called on these pointers in `vorbis_deinit`. This issue may lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45679",
"url": "https://www.suse.com/security/cve/CVE-2023-45679"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45679",
"url": "https://bugzilla.suse.com/1216478"
}
],
"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 Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T16:22:36Z",
"details": "important"
}
],
"title": "CVE-2023-45679"
},
{
"cve": "CVE-2023-45680",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45680"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in `start_decoder`. In that case the function returns early, the `f-\u003ecomment_list` is set to `NULL`, but `f-\u003ecomment_list_length` is not reset. Later in `vorbis_deinit` it tries to dereference the `NULL` pointer. This issue may lead to denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45680",
"url": "https://www.suse.com/security/cve/CVE-2023-45680"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45680",
"url": "https://bugzilla.suse.com/1216478"
}
],
"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 Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.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 Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T16:22:36Z",
"details": "important"
}
],
"title": "CVE-2023-45680"
},
{
"cve": "CVE-2023-45681",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45681"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory write past an allocated heap buffer in `start_decoder`. The root cause is a potential integer overflow in `sizeof(char*) * (f-\u003ecomment_list_length)` which may make `setup_malloc` allocate less memory than required. Since there is another integer overflow an attacker may overflow it too to force `setup_malloc` to return 0 and make the exploit more reliable. This issue may lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45681",
"url": "https://www.suse.com/security/cve/CVE-2023-45681"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45681",
"url": "https://bugzilla.suse.com/1216478"
}
],
"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 Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T16:22:36Z",
"details": "important"
}
],
"title": "CVE-2023-45681"
},
{
"cve": "CVE-2023-45682",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45682"
}
],
"notes": [
{
"category": "general",
"text": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds read in `DECODE` macro when `var` is negative. As it can be seen in the definition of `DECODE_RAW` a negative `var` is a valid value. This issue may be used to leak internal memory allocation information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45682",
"url": "https://www.suse.com/security/cve/CVE-2023-45682"
},
{
"category": "external",
"summary": "SUSE Bug 1216478 for CVE-2023-45682",
"url": "https://bugzilla.suse.com/1216478"
}
],
"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 Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.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 Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x",
"openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T16:22:36Z",
"details": "important"
}
],
"title": "CVE-2023-45682"
}
]
}
FKIE_CVE-2023-45676
Vulnerability from fkie_nvd - Published: 2023-10-21 00:15 - Updated: 2024-11-21 08:27
Severity ?
7.3 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
7.8 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
7.8 (High) - CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Summary
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f->vendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.
References
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656 | Third Party Advisory | |
| security-advisories@github.com | https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960 | Third Party Advisory | |
| security-advisories@github.com | https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/ | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/ | Third Party Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| nothings | stb_vorbis.c | 1.22 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:nothings:stb_vorbis.c:1.22:*:*:*:*:*:*:*",
"matchCriteriaId": "C6709627-5AFB-4F0C-801D-238CA02D1BFE",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution."
},
{
"lang": "es",
"value": "stb_vorbis es una librer\u00eda de archivo \u00fanico con licencia MIT para procesar archivos ogg vorbis. Un archivo manipulado puede provocar una escritura fuera de l\u00edmites en `f-\u0026gt;vendor[i] = get8_packet(f);`. La causa principal es un desbordamiento de enteros en `setup_malloc`. Un valor suficientemente grande en la variable `sz` se desborda con `sz+7` y el valor negativo pasa la verificaci\u00f3n del b\u00fafer de memoria m\u00e1xima disponible. Este problema puede provocar la ejecuci\u00f3n del c\u00f3digo."
}
],
"id": "CVE-2023-45676",
"lastModified": "2024-11-21T08:27:11.677",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.4,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-10-21T00:15:09.277",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
BDU:2025-03950
Vulnerability from fstec - Published: 21.10.2023
VLAI Severity ?
Title
Уязвимость библиотек для C/C++ Libstb, связанная с записью за границами буфера, позволяющая нарушителю получить доступ к защищаемой информации
Description
Уязвимость библиотек для C/C++ Libstb связана с записью за границами буфера. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, получить доступ к защищаемой информации
Severity ?
Vendor
Сообщество свободного программного обеспечения, ООО «РусБИТех-Астра», Sean Barrett
Software Name
Debian GNU/Linux, Astra Linux Special Edition (запись в едином реестре российских программ №369), Libstb
Software Version
11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), 1.8 (Astra Linux Special Edition), до 0.0~git20240715 включительно (Libstb)
Possible Mitigations
В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для Libstb:
https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2023-45676
Для ОС Astra Linux:
обновить пакет libstb до 0.0~git20242710-1astra3 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0319SE17
Для ОС Astra Linux:
обновить пакет libstb до 0.0~git20242710-1astra3 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0411SE18
Для ОС Astra Linux:
обновить пакет libstb до 0.0~git20242710-1astra3 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-0422SE47
Reference
https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656
https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960
https://nvd.nist.gov/vuln/detail/CVE-2023-45676
https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/
https://security-tracker.debian.org/tracker/CVE-2023-45676
https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0319SE17
https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0411SE18
https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-0422SE168
CWE
CWE-787
{
"CVSS 2.0": "AV:N/AC:L/Au:N/C:P/I:P/A:P",
"CVSS 3.0": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb, Sean Barrett",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), 1.8 (Astra Linux Special Edition), \u0434\u043e 0.0~git20240715 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Libstb)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0412 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c LINUX\", \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u043c\u0435\u0442\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u0424\u0421\u0422\u042d\u041a \u0420\u043e\u0441\u0441\u0438\u0438, \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u043c 25 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2022 \u0433\u043e\u0434\u0430.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f Libstb:\nhttps://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://security-tracker.debian.org/tracker/CVE-2023-45676\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 libstb \u0434\u043e 0.0~git20242710-1astra3 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0319SE17\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 libstb \u0434\u043e 0.0~git20242710-1astra3 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0411SE18\n\n\u0414\u043b\u044f \u041e\u0421 Astra Linux:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 libstb \u0434\u043e 0.0~git20242710-1astra3 \u0438\u043b\u0438 \u0431\u043e\u043b\u0435\u0435 \u0432\u044b\u0441\u043e\u043a\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0438 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-0422SE47",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "21.10.2023",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "05.05.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "09.04.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-03950",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2023-45676",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Debian GNU/Linux, Astra Linux Special Edition (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), Libstb",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 4.7 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369), \u041e\u041e\u041e \u00ab\u0420\u0443\u0441\u0411\u0418\u0422\u0435\u0445-\u0410\u0441\u0442\u0440\u0430\u00bb Astra Linux Special Edition 1.8 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u2116369)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0434\u043b\u044f C/C++ Libstb, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f \u0441 \u0437\u0430\u043f\u0438\u0441\u044c\u044e \u0437\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u0430\u043c\u0438 \u0431\u0443\u0444\u0435\u0440\u0430, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0437\u0430\u0449\u0438\u0449\u0430\u0435\u043c\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u0417\u0430\u043f\u0438\u0441\u044c \u0437\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u0430\u043c\u0438 \u0431\u0443\u0444\u0435\u0440\u0430 (CWE-787)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0434\u043b\u044f C/C++ Libstb \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0437\u0430\u043f\u0438\u0441\u044c\u044e \u0437\u0430 \u0433\u0440\u0430\u043d\u0438\u0446\u0430\u043c\u0438 \u0431\u0443\u0444\u0435\u0440\u0430. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0437\u0430\u0449\u0438\u0449\u0430\u0435\u043c\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656\nhttps://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-45676\nhttps://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\nhttps://security-tracker.debian.org/tracker/CVE-2023-45676\nhttps://wiki.astralinux.ru/astra-linux-se17-bulletin-2025-0319SE17\nhttps://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0411SE18\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2025-0422SE168",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-787",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,5)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,3)"
}
GSD-2023-45676
Vulnerability from gsd - Updated: 2023-12-13 01:20Details
stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f->vendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-45676",
"id": "GSD-2023-45676"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-45676"
],
"details": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution.",
"id": "GSD-2023-45676",
"modified": "2023-12-13T01:20:37.838291Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-45676",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "stb",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003c= 1.22"
}
]
}
}
]
},
"vendor_name": "nothings"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution."
}
]
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-787",
"lang": "eng",
"value": "CWE-787: Out-of-bounds Write"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/",
"refsource": "MISC",
"url": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/"
},
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656",
"refsource": "MISC",
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656"
},
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960",
"refsource": "MISC",
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960"
}
]
},
"source": {
"advisory": "GHSA-mqff-rm74-7wxf",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:nothings:stb_vorbis.c:1.22:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-45676"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "stb_vorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger out of bounds write in `f-\u003evendor[i] = get8_packet(f);`. The root cause is an integer overflow in `setup_malloc`. A sufficiently large value in the variable `sz` overflows with `sz+7` in and the negative value passes the maximum available memory buffer check. This issue may lead to code execution."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-787"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3656"
},
{
"name": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/"
},
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L950-L960"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9
}
},
"lastModifiedDate": "2023-10-26T22:44Z",
"publishedDate": "2023-10-21T00:15Z"
}
}
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Sightings
| Author | Source | Type | Date |
|---|
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…