Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-45681 (GCVE-0-2023-45681)
Vulnerability from cvelistv5 – Published: 2023-10-20 23:26 – Updated: 2025-02-13 17:14
VLAI
EPSS
Title
Out of bounds heap buffer write in stb_vorbis
Summary
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->comment_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.
Severity
7.3 (High)
CWE
- CWE-787 - Out-of-bounds Write
Assigner
References
5 references
{
"containers": {
"adp": [
{
"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-45681",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-07-11T15:47:31.312814Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-07-11T15:56:42.884Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-02T20:29:31.597Z",
"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#L3660-L3677",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/"
}
],
"title": "CVE Program Container"
}
],
"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 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."
}
],
"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": "2024-06-10T16:06:57.996Z",
"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#L3660-L3677",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/"
}
],
"source": {
"advisory": "GHSA-hf9g-qhfr-fc24",
"discovery": "UNKNOWN"
},
"title": "Out of bounds heap buffer write in stb_vorbis"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-45681",
"datePublished": "2023-10-20T23:26:56.100Z",
"dateReserved": "2023-10-10T14:36:40.862Z",
"dateUpdated": "2025-02-13T17:14:08.194Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-45681",
"date": "2026-05-31",
"epss": "0.00049",
"percentile": "0.15656"
},
"fkie_nvd": {
"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\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"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.\"}, {\"lang\": \"es\", \"value\": \"stb_vorbis es una librer\\u00eda de archivo \\u00fanico con licencia MIT para procesar archivos ogg vorbis. Un archivo manipulado puede activar la escritura en memoria m\\u00e1s all\\u00e1 de un b\\u00fafer de mont\\u00f3n asignado en `start_decoder`. La causa principal es un posible desbordamiento de enteros en `sizeof(char*) * (f-\u0026gt;comment_list_length)` que puede hacer que `setup_malloc` asigne menos memoria de la requerida. Dado que hay otro desbordamiento de enteros, un atacante tambi\\u00e9n puede desbordarlo para forzar a `setup_malloc` a devolver 0 y hacer que el exploit sea m\\u00e1s confiable. Este problema puede provocar la ejecuci\\u00f3n del c\\u00f3digo.\"}]",
"id": "CVE-2023-45681",
"lastModified": "2024-11-21T08:27:12.410",
"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}]}",
"published": "2023-10-21T00:15:09.607",
"references": "[{\"url\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677\", \"source\": \"security-advisories@github.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/\", \"source\": \"security-advisories@github.com\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/\", \"source\": \"security-advisories@github.com\"}, {\"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#L3660-L3677\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"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\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"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-190\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-45681\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-10-21T00:15:09.607\",\"lastModified\":\"2024-11-21T08:27:12.410\",\"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 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.\"},{\"lang\":\"es\",\"value\":\"stb_vorbis es una librer\u00eda de archivo \u00fanico con licencia MIT para procesar archivos ogg vorbis. Un archivo manipulado puede activar la escritura en memoria m\u00e1s all\u00e1 de un b\u00fafer de mont\u00f3n asignado en `start_decoder`. La causa principal es un posible desbordamiento de enteros en `sizeof(char*) * (f-\u0026gt;comment_list_length)` que puede hacer que `setup_malloc` asigne menos memoria de la requerida. Dado que hay otro desbordamiento de enteros, un atacante tambi\u00e9n puede desbordarlo para forzar a `setup_malloc` a devolver 0 y hacer que el exploit sea m\u00e1s confiable. 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-190\"}]}],\"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#L3660-L3677\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/\",\"source\":\"security-advisories@github.com\"},{\"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#L3660-L3677\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"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": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\", \"name\": \"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677\", \"name\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T20:29:31.597Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-45681\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-07-11T15:47:31.312814Z\"}}}], \"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-07-11T15:56:38.554Z\"}}], \"cna\": {\"title\": \"Out of bounds heap buffer write in stb_vorbis\", \"source\": {\"advisory\": \"GHSA-hf9g-qhfr-fc24\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}], \"affected\": [{\"vendor\": \"nothings\", \"product\": \"stb\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c= 1.22\"}]}], \"references\": [{\"url\": \"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\", \"name\": \"https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677\", \"name\": \"https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787: Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-06-10T16:06:57.996Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-45681\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:14:08.194Z\", \"dateReserved\": \"2023-10-10T14:36:40.862Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-10-20T23:26:56.100Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
Title
Уязвимость компонента start_decoder библиотек для C/C++ Libstb, связанная с целочисленным переполнением, позволяющая нарушителю получить доступ к конфиденциальным данным, нарушить их целостность, а также вызвать отказ в обслуживании
Description
Уязвимость компонента start_decoder библиотек для C/C++ Libstb связана с целочисленным переполнением. Эксплуатация уязвимости может позволить нарушителю получить доступ к конфиденциальным данным, нарушить их целостность, а также вызвать отказ в обслуживании с помощью специально созданного файла
Severity
Vendor
Сообщество свободного программного обеспечения, ООО «РусБИТех-Астра», Sean Barrett
Software Name
Debian GNU/Linux, Astra Linux Special Edition (запись в едином реестре российских программ №369), Astra Linux Common Edition (запись в едином реестре российских программ №4433), Libstb
Software Version
11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 1.7 (Astra Linux Special Edition), 4.7 (Astra Linux Special Edition), 1.6 «Смоленск» (Astra Linux Common Edition), 1.22 (Libstb)
Possible Mitigations
Для Libstb:
использование рекомендаций производителя: https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/
Для Debian:
использование рекомендаций производителя: https://security-tracker.debian.org/tracker/CVE-2023-45681
Для ОС Astra Linux:
обновить пакет libstb до 0.0~git20241905-1astra1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se17-bulletin-2024-0830SE17
Для Astra Linux Special Edition 4.7 для архитектуры ARM:
обновить пакет libstb до 0.0~git20241905-1astra1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-1031SE47
Для ОС Astra Linux:
обновить пакет libstb до 0.0~git20241905-1astra1 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se16-bulletin-20251225SE16
Reference
https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677
https://nvd.nist.gov/vuln/detail/CVE-2023-45681
https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/
https://security-tracker.debian.org/tracker/CVE-2023-45681
https://wiki.astralinux.ru/astra-linux-se17-bulletin-2024-0830SE17
https://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-1031SE47
https://wiki.astralinux.ru/astra-linux-se16-bulletin-20251225SE16
CWE
CWE-190
{
"CVSS 2.0": "AV:L/AC:L/Au:N/C:C/I:C/A:C",
"CVSS 3.0": "AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"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.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb (Astra Linux Common Edition), 1.22 (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": "\u0414\u043b\u044f Libstb:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\n\u0414\u043b\u044f Debian:\n\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f: https://security-tracker.debian.org/tracker/CVE-2023-45681\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~git20241905-1astra1 \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-2024-0830SE17\n\n\u0414\u043b\u044f Astra Linux Special Edition 4.7 \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b ARM:\n\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0430\u043a\u0435\u0442 libstb \u0434\u043e 0.0~git20241905-1astra1 \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-2024-1031SE47\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~git20241905-1astra1 \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-se16-bulletin-20251225SE16",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "13.07.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": "20.01.2026",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "13.09.2024",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2024-06915",
"\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-45681",
"\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), Astra Linux Common 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 \u21164433), 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 ARM (\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 Common Edition 1.6 \u00ab\u0421\u043c\u043e\u043b\u0435\u043d\u0441\u043a\u00bb (\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 \u21164433)",
"\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 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 start_decoder \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 \u0446\u0435\u043b\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c \u043f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c, \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 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c \u0434\u0430\u043d\u043d\u044b\u043c, \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u044c \u0438\u0445 \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\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": "\u0426\u0435\u043b\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0435 \u043f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0438\u043b\u0438 \u0446\u0438\u043a\u043b\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0434\u0432\u0438\u0433 (CWE-190)",
"\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 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 start_decoder \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a \u0434\u043b\u044f C/C++ Libstb \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0446\u0435\u043b\u043e\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c \u043f\u0435\u0440\u0435\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c. \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 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u043c \u0434\u0430\u043d\u043d\u044b\u043c, \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u044c \u0438\u0445 \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c, \u0430 \u0442\u0430\u043a\u0436\u0435 \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430",
"\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#L3660-L3677\nhttps://nvd.nist.gov/vuln/detail/CVE-2023-45681\nhttps://securitylab.github.com/advisories/GHSL-2023-145_GHSL-2023-151_stb_image_h/\nhttps://security-tracker.debian.org/tracker/CVE-2023-45681\nhttps://wiki.astralinux.ru/astra-linux-se17-bulletin-2024-0830SE17\nhttps://wiki.astralinux.ru/astra-linux-se47-bulletin-2024-1031SE47\nhttps://wiki.astralinux.ru/astra-linux-se16-bulletin-20251225SE16",
"\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-190",
"\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,2)\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,8)"
}
FKIE_CVE-2023-45681
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 memory write past an allocated heap buffer in `start_decoder`. The root cause is a potential integer overflow in `sizeof(char*) * (f->comment_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.
References
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 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."
},
{
"lang": "es",
"value": "stb_vorbis es una librer\u00eda de archivo \u00fanico con licencia MIT para procesar archivos ogg vorbis. Un archivo manipulado puede activar la escritura en memoria m\u00e1s all\u00e1 de un b\u00fafer de mont\u00f3n asignado en `start_decoder`. La causa principal es un posible desbordamiento de enteros en `sizeof(char*) * (f-\u0026gt;comment_list_length)` que puede hacer que `setup_malloc` asigne menos memoria de la requerida. Dado que hay otro desbordamiento de enteros, un atacante tambi\u00e9n puede desbordarlo para forzar a `setup_malloc` a devolver 0 y hacer que el exploit sea m\u00e1s confiable. Este problema puede provocar la ejecuci\u00f3n del c\u00f3digo."
}
],
"id": "CVE-2023-45681",
"lastModified": "2024-11-21T08:27:12.410",
"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.607",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/"
},
{
"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#L3660-L3677"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2MHQQXX27ACLLYUQHWSL3DVCOGUK5ZA4/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2WRORYQ2Z2XXHPX36JHBUSDVY6IOMW2N/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LBIPXOBWUHPAH4QHMVP2AWWAPDDZDQ66/"
},
{
"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-190"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GSD-2023-45681
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 memory write past an allocated heap buffer in `start_decoder`. The root cause is a potential integer overflow in `sizeof(char*) * (f->comment_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.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-45681",
"id": "GSD-2023-45681"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-45681"
],
"details": "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.",
"id": "GSD-2023-45681",
"modified": "2023-12-13T01:20:38.464792Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-45681",
"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 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."
}
]
},
"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#L3660-L3677",
"refsource": "MISC",
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677"
}
]
},
"source": {
"advisory": "GHSA-hf9g-qhfr-fc24",
"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-45681"
},
"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 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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/nothings/stb/blob/5736b15f7ea0ffb08dd38af21067c314d6a3aae9/stb_vorbis.c#L3660-L3677"
},
{
"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/"
}
]
}
},
"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:45Z",
"publishedDate": "2023-10-21T00:15Z"
}
}
}
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)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.3 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.3 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Package Hub 15 SP6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:SDL2_sound-devel-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.i586 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:libSDL2_sound2-2.0.4-bp156.2.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
23 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for 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"
}
]
}
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)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.3 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:SDL2_sound-devel-2.0.4-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libSDL2_sound2-2.0.4-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
13 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"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…