Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-1940 (GCVE-0-2026-1940)
Vulnerability from cvelistv5 – Published: 2026-03-23 21:26 – Updated: 2026-03-24 13:43
VLAI?
EPSS
Title
Gstreamer: incomplete fix of cve-2026-1940
Summary
An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 > size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.
Severity ?
5.1 (Medium)
CWE
- CWE-125 - Out-of-bounds Read
Assigner
References
5 references
| URL | Tags |
|---|---|
| https://access.redhat.com/security/cve/CVE-2026-1940 | vdb-entryx_refsource_REDHAT |
| https://bugzilla.redhat.com/show_bug.cgi?id=2436932 | issue-trackingx_refsource_REDHAT |
| https://gitlab.freedesktop.org/gstreamer/gstreame… | |
| https://gstreamer.freedesktop.org/security/sa-202… | |
| https://security-tracker.debian.org/tracker/CVE-2… |
Impacted products
7 products
| Vendor | Product | Version | |
|---|---|---|---|
| Red Hat | Red Hat Enterprise Linux 10 |
cpe:/o:redhat:enterprise_linux:10 |
|
| Red Hat | Red Hat Enterprise Linux 6 |
cpe:/o:redhat:enterprise_linux:6 |
|
| Red Hat | Red Hat Enterprise Linux 7 |
cpe:/o:redhat:enterprise_linux:7 |
|
| Red Hat | Red Hat Enterprise Linux 7 |
cpe:/o:redhat:enterprise_linux:7 |
|
| Red Hat | Red Hat Enterprise Linux 8 |
cpe:/o:redhat:enterprise_linux:8 |
|
| Red Hat | Red Hat Enterprise Linux 8 |
cpe:/o:redhat:enterprise_linux:8 |
|
| Red Hat | Red Hat Enterprise Linux 9 |
cpe:/o:redhat:enterprise_linux:9 |
Date Public ?
2026-02-25 00:00
Credits
Red Hat would like to thank wooseokdotkim for reporting this issue.
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-1940",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-24T13:43:35.376273Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125 Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-24T13:43:53.427Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:10"
],
"defaultStatus": "affected",
"packageName": "gstreamer1",
"product": "Red Hat Enterprise Linux 10",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:6"
],
"defaultStatus": "unknown",
"packageName": "gstreamer",
"product": "Red Hat Enterprise Linux 6",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:7"
],
"defaultStatus": "affected",
"packageName": "gstreamer",
"product": "Red Hat Enterprise Linux 7",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:7"
],
"defaultStatus": "affected",
"packageName": "gstreamer1",
"product": "Red Hat Enterprise Linux 7",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:8"
],
"defaultStatus": "affected",
"packageName": "gstreamer1",
"product": "Red Hat Enterprise Linux 8",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:8"
],
"defaultStatus": "affected",
"packageName": "mingw-gstreamer1",
"product": "Red Hat Enterprise Linux 8",
"vendor": "Red Hat"
},
{
"collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
"cpes": [
"cpe:/o:redhat:enterprise_linux:9"
],
"defaultStatus": "affected",
"packageName": "gstreamer1",
"product": "Red Hat Enterprise Linux 9",
"vendor": "Red Hat"
}
],
"credits": [
{
"lang": "en",
"value": "Red Hat would like to thank wooseokdotkim for reporting this issue."
}
],
"datePublic": "2026-02-25T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 \u003e size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read."
}
],
"metrics": [
{
"other": {
"content": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"value": "Moderate"
},
"type": "Red Hat severity rating"
}
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"format": "CVSS"
}
],
"providerMetadata": {
"dateUpdated": "2026-03-23T21:26:14.719Z",
"orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"shortName": "redhat"
},
"references": [
{
"tags": [
"vdb-entry",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/security/cve/CVE-2026-1940"
},
{
"name": "RHBZ#2436932",
"tags": [
"issue-tracking",
"x_refsource_REDHAT"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436932"
},
{
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4854"
},
{
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0001.html"
},
{
"url": "https://security-tracker.debian.org/tracker/CVE-2026-1940"
}
],
"timeline": [
{
"lang": "en",
"time": "2026-02-04T21:33:13.018Z",
"value": "Reported to Red Hat."
},
{
"lang": "en",
"time": "2026-02-25T00:00:00.000Z",
"value": "Made public."
}
],
"title": "Gstreamer: incomplete fix of cve-2026-1940",
"x_generator": {
"engine": "cvelib 1.8.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"assignerShortName": "redhat",
"cveId": "CVE-2026-1940",
"datePublished": "2026-03-23T21:26:14.719Z",
"dateReserved": "2026-02-04T21:25:31.430Z",
"dateUpdated": "2026-03-24T13:43:53.427Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-1940",
"date": "2026-05-20",
"epss": "0.00054",
"percentile": "0.16786"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-1940\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2026-03-23T22:16:25.043\",\"lastModified\":\"2026-05-04T15:30:08.730\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 \u003e size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.\"},{\"lang\":\"es\",\"value\":\"Una soluci\u00f3n incompleta para CVE-2024-47778 permite una lectura fuera de l\u00edmites en la funci\u00f3n gst_wavparse_adtl_chunk(). El parche a\u00f1adi\u00f3 una comprobaci\u00f3n de validaci\u00f3n de tama\u00f1o lsize + 8 \u0026gt; size, pero no tiene en cuenta el GST_ROUND_UP_2(lsize) utilizado en el c\u00e1lculo real del desplazamiento. Cuando lsize es un n\u00famero impar, el analizador avanza m\u00e1s bytes de los validados, provocando una lectura OOB.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\",\"baseScore\":5.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.5,\"impactScore\":2.5},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:freedesktop:gst-plugins-good:1.0.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A77F116D-9B57-44B4-8F86-C5BCF105C56E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:gstreamer:gstreamer:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.28.1\",\"matchCriteriaId\":\"1F1B75B8-0527-487E-8F53-A658F7A1E7A5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"FA6FEEC2-9F11-4643-8827-749718254FED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"46D69DCC-AE4D-4EA5-861C-D60951444C6C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"142AD0DD-4CF3-4D74-9442-459CE3347E3A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"F4CFF558-3C47-480D-A2F0-BABF26042943\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7F6FB57C-2BC7-487C-96DD-132683AEB35D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"D65C2163-CFC2-4ABB-8F4E-CB09CEBD006C\"}]}]}],\"references\":[{\"url\":\"https://access.redhat.com/security/cve/CVE-2026-1940\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=2436932\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4854\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://gstreamer.freedesktop.org/security/sa-2026-0001.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security-tracker.debian.org/tracker/CVE-2026-1940\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-1940\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-24T13:43:35.376273Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-125\", \"description\": \"CWE-125 Out-of-bounds Read\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-24T13:42:50.216Z\"}}], \"cna\": {\"title\": \"Gstreamer: incomplete fix of cve-2026-1940\", \"credits\": [{\"lang\": \"en\", \"value\": \"Red Hat would like to thank wooseokdotkim for reporting this issue.\"}], \"metrics\": [{\"other\": {\"type\": \"Red Hat severity rating\", \"content\": {\"value\": \"Moderate\", \"namespace\": \"https://access.redhat.com/security/updates/classification/\"}}}, {\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.1, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"cpes\": [\"cpe:/o:redhat:enterprise_linux:10\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 10\", \"packageName\": \"gstreamer1\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:6\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 6\", \"packageName\": \"gstreamer\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"unknown\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:7\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 7\", \"packageName\": \"gstreamer\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:7\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 7\", \"packageName\": \"gstreamer1\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:8\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 8\", \"packageName\": \"gstreamer1\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:8\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 8\", \"packageName\": \"mingw-gstreamer1\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}, {\"cpes\": [\"cpe:/o:redhat:enterprise_linux:9\"], \"vendor\": \"Red Hat\", \"product\": \"Red Hat Enterprise Linux 9\", \"packageName\": \"gstreamer1\", \"collectionURL\": \"https://access.redhat.com/downloads/content/package-browser/\", \"defaultStatus\": \"affected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-02-04T21:33:13.018Z\", \"value\": \"Reported to Red Hat.\"}, {\"lang\": \"en\", \"time\": \"2026-02-25T00:00:00.000Z\", \"value\": \"Made public.\"}], \"datePublic\": \"2026-02-25T00:00:00.000Z\", \"references\": [{\"url\": \"https://access.redhat.com/security/cve/CVE-2026-1940\", \"tags\": [\"vdb-entry\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=2436932\", \"name\": \"RHBZ#2436932\", \"tags\": [\"issue-tracking\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4854\"}, {\"url\": \"https://gstreamer.freedesktop.org/security/sa-2026-0001.html\"}, {\"url\": \"https://security-tracker.debian.org/tracker/CVE-2026-1940\"}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 \u003e size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.\"}], \"providerMetadata\": {\"orgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"shortName\": \"redhat\", \"dateUpdated\": \"2026-03-23T21:26:14.719Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-1940\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-24T13:43:53.427Z\", \"dateReserved\": \"2026-02-04T21:25:31.430Z\", \"assignerOrgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"datePublished\": \"2026-03-23T21:26:14.719Z\", \"assignerShortName\": \"redhat\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-1940
Vulnerability from fkie_nvd - Published: 2026-03-23 22:16 - Updated: 2026-05-04 15:30
Severity ?
5.1 (Medium) - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Summary
An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 > size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.
References
| URL | Tags | ||
|---|---|---|---|
| secalert@redhat.com | https://access.redhat.com/security/cve/CVE-2026-1940 | Vendor Advisory | |
| secalert@redhat.com | https://bugzilla.redhat.com/show_bug.cgi?id=2436932 | Issue Tracking, Vendor Advisory | |
| secalert@redhat.com | https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4854 | Broken Link | |
| secalert@redhat.com | https://gstreamer.freedesktop.org/security/sa-2026-0001.html | Vendor Advisory | |
| secalert@redhat.com | https://security-tracker.debian.org/tracker/CVE-2026-1940 | Third Party Advisory |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| freedesktop | gst-plugins-good | 1.0.0 | |
| gstreamer | gstreamer | * | |
| debian | debian_linux | 11.0 | |
| debian | debian_linux | 12.0 | |
| redhat | enterprise_linux | 7.0 | |
| redhat | enterprise_linux | 8.0 | |
| redhat | enterprise_linux | 9.0 | |
| redhat | enterprise_linux | 10.0 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:freedesktop:gst-plugins-good:1.0.0:*:*:*:*:*:*:*",
"matchCriteriaId": "A77F116D-9B57-44B4-8F86-C5BCF105C56E",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:gstreamer:gstreamer:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1F1B75B8-0527-487E-8F53-A658F7A1E7A5",
"versionEndExcluding": "1.28.1",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*",
"matchCriteriaId": "FA6FEEC2-9F11-4643-8827-749718254FED",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:*",
"matchCriteriaId": "46D69DCC-AE4D-4EA5-861C-D60951444C6C",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
"matchCriteriaId": "142AD0DD-4CF3-4D74-9442-459CE3347E3A",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*",
"matchCriteriaId": "F4CFF558-3C47-480D-A2F0-BABF26042943",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "7F6FB57C-2BC7-487C-96DD-132683AEB35D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:10.0:*:*:*:*:*:*:*",
"matchCriteriaId": "D65C2163-CFC2-4ABB-8F4E-CB09CEBD006C",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 \u003e size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read."
},
{
"lang": "es",
"value": "Una soluci\u00f3n incompleta para CVE-2024-47778 permite una lectura fuera de l\u00edmites en la funci\u00f3n gst_wavparse_adtl_chunk(). El parche a\u00f1adi\u00f3 una comprobaci\u00f3n de validaci\u00f3n de tama\u00f1o lsize + 8 \u0026gt; size, pero no tiene en cuenta el GST_ROUND_UP_2(lsize) utilizado en el c\u00e1lculo real del desplazamiento. Cuando lsize es un n\u00famero impar, el analizador avanza m\u00e1s bytes de los validados, provocando una lectura OOB."
}
],
"id": "CVE-2026-1940",
"lastModified": "2026-05-04T15:30:08.730",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 2.5,
"impactScore": 2.5,
"source": "secalert@redhat.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2026-03-23T22:16:25.043",
"references": [
{
"source": "secalert@redhat.com",
"tags": [
"Vendor Advisory"
],
"url": "https://access.redhat.com/security/cve/CVE-2026-1940"
},
{
"source": "secalert@redhat.com",
"tags": [
"Issue Tracking",
"Vendor Advisory"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436932"
},
{
"source": "secalert@redhat.com",
"tags": [
"Broken Link"
],
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4854"
},
{
"source": "secalert@redhat.com",
"tags": [
"Vendor Advisory"
],
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0001.html"
},
{
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory"
],
"url": "https://security-tracker.debian.org/tracker/CVE-2026-1940"
}
],
"sourceIdentifier": "secalert@redhat.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-9WVW-R6FM-6WWV
Vulnerability from github – Published: 2026-03-24 00:30 – Updated: 2026-03-24 00:30
VLAI?
Details
An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 > size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.
Severity ?
5.1 (Medium)
{
"affected": [],
"aliases": [
"CVE-2026-1940"
],
"database_specific": {
"cwe_ids": [
"CWE-125"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-03-23T22:16:25Z",
"severity": "MODERATE"
},
"details": "An incomplete fix for CVE-2024-47778 allows an out-of-bounds read in gst_wavparse_adtl_chunk() function. The patch added a size validation check lsize + 8 \u003e size, but it does not account for the GST_ROUND_UP_2(lsize) used in the actual offset calculation. When lsize is an odd number, the parser advances more bytes than validated, causing OOB read.",
"id": "GHSA-9wvw-r6fm-6wwv",
"modified": "2026-03-24T00:30:24Z",
"published": "2026-03-24T00:30:24Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1940"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2026-1940"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436932"
},
{
"type": "WEB",
"url": "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4854"
},
{
"type": "WEB",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0001.html"
},
{
"type": "WEB",
"url": "https://security-tracker.debian.org/tracker/CVE-2026-1940"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"type": "CVSS_V3"
}
]
}
WID-SEC-W-2026-0525
Vulnerability from csaf_certbund - Published: 2026-02-25 23:00 - Updated: 2026-04-09 22:00Summary
GStreamer: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: GStreamer ist ein Multimedia-Framework mit einer Plugin-basierten Architektur für eine Vielzahl von Plattformen.
Angriff: Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in GStreamer ausnutzen, um einen Denial-of-Service-Zustand zu verursachen, Speicherbeschädigungen durchzuführen und möglicherweise beliebigen Code auszuführen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
Affected products
Known affected
12 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Open Source GStreamer gst-plugins-good <1.28.1
Open Source / GStreamer
|
gst-plugins-good <1.28.1 | ||
|
Open Source GStreamer gst-plugins-bad <1.28.1
Open Source / GStreamer
|
gst-plugins-bad <1.28.1 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source GStreamer gst-plugins-ugly <1.28.1
Open Source / GStreamer
|
gst-plugins-ugly <1.28.1 | ||
|
Open Source GStreamer gst-plugins-base <1.28.1
Open Source / GStreamer
|
gst-plugins-base <1.28.1 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— |
References
36 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "GStreamer ist ein Multimedia-Framework mit einer Plugin-basierten Architektur f\u00fcr eine Vielzahl von Plattformen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in GStreamer ausnutzen, um einen Denial-of-Service-Zustand zu verursachen, Speicherbesch\u00e4digungen durchzuf\u00fchren und m\u00f6glicherweise beliebigen Code auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0525 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0525.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0525 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0525"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0001 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0001.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0002 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0002.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0003 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0003.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0004 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0004.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0005 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0005.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0006 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0006.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0007 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0007.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0008 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0008.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0009 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0009.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0010 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0010.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0011 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0011.html"
},
{
"category": "external",
"summary": "GStreamer Security Advisory GStreamer-SA-2026-0012 vom 2026-02-25",
"url": "https://gstreamer.freedesktop.org/security/sa-2026-0012.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6167 vom 2026-03-17",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00076.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0998-1 vom 2026-03-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024897.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4514 vom 2026-03-29",
"url": "https://lists.debian.org/debian-lts-announce/2026/03/msg00018.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20402-1 vom 2026-03-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZDKDIN2WNGBRBR3WLPM2DKIOENYVBTHM/"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4516 vom 2026-03-29",
"url": "https://lists.debian.org/debian-lts-announce/2026/03/msg00019.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8130-1 vom 2026-03-30",
"url": "https://ubuntu.com/security/notices/USN-8130-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8131-1 vom 2026-03-30",
"url": "https://ubuntu.com/security/notices/USN-8131-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6300 vom 2026-03-31",
"url": "https://access.redhat.com/errata/RHSA-2026:6300"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6259 vom 2026-03-31",
"url": "https://access.redhat.com/errata/RHSA-2026:6259"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6259 vom 2026-04-01",
"url": "https://linux.oracle.com/errata/ELSA-2026-6259.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3222 vom 2026-04-01",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3222.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3210 vom 2026-04-01",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3210.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6190 vom 2026-04-01",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00099.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3209 vom 2026-04-01",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3209.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2026-3224 vom 2026-04-01",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2026-3224.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20915-1 vom 2026-04-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025101.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6750 vom 2026-04-07",
"url": "https://access.redhat.com/errata/RHSA-2026:6750"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6300 vom 2026-04-03",
"url": "https://linux.oracle.com/errata/ELSA-2026-6300.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-6750 vom 2026-04-08",
"url": "https://linux.oracle.com/errata/ELSA-2026-6750.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6300 vom 2026-04-07",
"url": "https://errata.build.resf.org/RLSA-2026:6300"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6750 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:6750"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:6259 vom 2026-04-09",
"url": "https://errata.build.resf.org/RLSA-2026:6259"
}
],
"source_lang": "en-US",
"title": "GStreamer: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-04-09T22:00:00.000+00:00",
"generator": {
"date": "2026-04-10T07:16:52.535+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0525",
"initial_release_date": "2026-02-25T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-02-25T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-08T23:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: ZDI-26-170, ZDI-26-161, ZDI-26-162, ZDI-26-163, ZDI-26-164, ZDI-26-165, ZDI-26-166, ZDI-26-167, ZDI-26-168, ZDI-26-169"
},
{
"date": "2026-03-15T23:00:00.000+00:00",
"number": "3",
"summary": "Referenz(en) aufgenommen: EUVD-2026-12127, EUVD-2026-12115, EUVD-2026-12125, EUVD-2026-12129, EUVD-2026-12123, EUVD-2026-12121, EUVD-2026-12119, EUVD-2026-12117, EUVD-2026-12113"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-03-24T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Debian und openSUSE aufgenommen"
},
{
"date": "2026-03-30T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-31T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon, Debian und SUSE aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2026-04-07T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Oracle Linux und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
}
],
"status": "final",
"version": "13"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "gst-plugins-bad \u003c1.28.1",
"product": {
"name": "Open Source GStreamer gst-plugins-bad \u003c1.28.1",
"product_id": "T051235"
}
},
{
"category": "product_version",
"name": "gst-plugins-bad 1.28.1",
"product": {
"name": "Open Source GStreamer gst-plugins-bad 1.28.1",
"product_id": "T051235-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:open_source:gstreamer:gst-plugins-bad__1.28.1"
}
}
},
{
"category": "product_version_range",
"name": "gst-plugins-good \u003c1.28.1",
"product": {
"name": "Open Source GStreamer gst-plugins-good \u003c1.28.1",
"product_id": "T051236"
}
},
{
"category": "product_version",
"name": "gst-plugins-good 1.28.1",
"product": {
"name": "Open Source GStreamer gst-plugins-good 1.28.1",
"product_id": "T051236-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:open_source:gstreamer:gst-plugins-good__1.28.1"
}
}
},
{
"category": "product_version_range",
"name": "gst-plugins-base \u003c1.28.1",
"product": {
"name": "Open Source GStreamer gst-plugins-base \u003c1.28.1",
"product_id": "T051237"
}
},
{
"category": "product_version",
"name": "gst-plugins-base 1.28.1",
"product": {
"name": "Open Source GStreamer gst-plugins-base 1.28.1",
"product_id": "T051237-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:open_source:gstreamer:gst-plugins-base__1.28.1"
}
}
},
{
"category": "product_version_range",
"name": "gst-plugins-ugly \u003c1.28.1",
"product": {
"name": "Open Source GStreamer gst-plugins-ugly \u003c1.28.1",
"product_id": "T051238"
}
},
{
"category": "product_version",
"name": "gst-plugins-ugly 1.28.1",
"product": {
"name": "Open Source GStreamer gst-plugins-ugly 1.28.1",
"product_id": "T051238-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:open_source:gstreamer:gst-plugins-ugly__1.28.1"
}
}
}
],
"category": "product_name",
"name": "GStreamer"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1940",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-1940"
},
{
"cve": "CVE-2026-2920",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-2920"
},
{
"cve": "CVE-2026-2921",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-2921"
},
{
"cve": "CVE-2026-2922",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-2922"
},
{
"cve": "CVE-2026-2923",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-2923"
},
{
"cve": "CVE-2026-3081",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-3081"
},
{
"cve": "CVE-2026-3082",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-3082"
},
{
"cve": "CVE-2026-3083",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-3083"
},
{
"cve": "CVE-2026-3084",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-3084"
},
{
"cve": "CVE-2026-3085",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-3085"
},
{
"cve": "CVE-2026-3086",
"product_status": {
"known_affected": [
"2951",
"T002207",
"67646",
"T000126",
"T027843",
"T051236",
"T051235",
"398363",
"T051238",
"T051237",
"T004914",
"T032255"
]
},
"release_date": "2026-02-25T23:00:00.000+00:00",
"title": "CVE-2026-3086"
}
]
}
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…